Passed
Pull Request — master (#23)
by
unknown
03:07
created

composer.lock (1 issue)

Severity
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
    "content-hash": "f4e8b4cab3bb3c21727bc26cb3f9e8dc",
8
    "packages": [
9
        {
10
            "name": "cartalyst/sentry",
0 ignored issues
show
There is a security advisory for your installed version of cartalyst/sentry:

Null reset codes were allowed
Loading history...
11
            "version": "v2.1.6",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/cartalyst/sentry.git",
15
                "reference": "fc70d46ad77aae599ac1f6f1571b4517d0783fc8"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/cartalyst/sentry/zipball/fc70d46ad77aae599ac1f6f1571b4517d0783fc8",
20
                "reference": "fc70d46ad77aae599ac1f6f1571b4517d0783fc8",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3.3"
25
            },
26
            "require-dev": {
27
                "illuminate/cookie": ">=4.0.9,<4.2",
28
                "illuminate/database": ">=4.0.9,<4.2",
29
                "illuminate/http": ">=4.0.9,<4.2",
30
                "illuminate/session": ">=4.0.9,<4.2",
31
                "ircmaxell/password-compat": "1.0.*",
32
                "mockery/mockery": "0.9.*"
33
            },
34
            "suggest": {
35
                "happydemon/txt": "Required Text helpers when using the Kohana implementation",
36
                "illuminate/database": "Default sentry user, group and throttling implementations.",
37
                "ircmaxell/password-compat": "Default hashing uses PHP 5.5 password_* functions, with forward-compatible support."
38
            },
39
            "type": "library",
40
            "extra": {
41
                "component": "package",
42
                "frameworks": [
43
                    "Laravel 3",
44
                    "Laravel 4",
45
                    "CodeIgniter 3",
46
                    "FuelPHP 1",
47
                    "Kohana"
48
                ],
49
                "versions": {
50
                    "1": "1.1/master",
51
                    "2": "master"
52
                },
53
                "branch-alias": {
54
                    "dev-master": "2.0-dev"
55
                }
56
            },
57
            "autoload": {
58
                "classmap": [
59
                    "src/Cartalyst/Sentry/Groups/Exceptions.php",
60
                    "src/Cartalyst/Sentry/Throttling/Exceptions.php",
61
                    "src/Cartalyst/Sentry/Users/Exceptions.php",
62
                    "src/migrations"
63
                ],
64
                "psr-0": {
65
                    "Cartalyst\\Sentry": "src/"
66
                }
67
            },
68
            "notification-url": "https://packagist.org/downloads/",
69
            "license": [
70
                "BSD-3-Clause"
71
            ],
72
            "authors": [
73
                {
74
                    "name": "Ben Corlett",
75
                    "email": "[email protected]",
76
                    "role": "Developer"
77
                },
78
                {
79
                    "name": "Cartalyst LLC",
80
                    "email": "[email protected]"
81
                },
82
                {
83
                    "name": "Bruno Gaspar",
84
                    "email": "[email protected]",
85
                    "role": "Developer"
86
                },
87
                {
88
                    "name": "Dan Syme",
89
                    "email": "[email protected]",
90
                    "role": "Creator & Designer"
91
                },
92
                {
93
                    "name": "Daniel Petrie",
94
                    "email": "[email protected]",
95
                    "role": "Developer"
96
                }
97
            ],
98
            "description": "PHP 5.3+ Fully-featured Authentication & Authorization System",
99
            "keywords": [
100
                "auth",
101
                "codeigniter",
102
                "fuelphp",
103
                "kohana",
104
                "laravel",
105
                "security"
106
            ],
107
            "time": "2015-11-26T01:19:39+00:00"
108
        },
109
        {
110
            "name": "doctrine/inflector",
111
            "version": "v1.1.0",
112
            "source": {
113
                "type": "git",
114
                "url": "https://github.com/doctrine/inflector.git",
115
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
116
            },
117
            "dist": {
118
                "type": "zip",
119
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
120
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
121
                "shasum": ""
122
            },
123
            "require": {
124
                "php": ">=5.3.2"
125
            },
126
            "require-dev": {
127
                "phpunit/phpunit": "4.*"
128
            },
129
            "type": "library",
130
            "extra": {
131
                "branch-alias": {
132
                    "dev-master": "1.1.x-dev"
133
                }
134
            },
135
            "autoload": {
136
                "psr-0": {
137
                    "Doctrine\\Common\\Inflector\\": "lib/"
138
                }
139
            },
140
            "notification-url": "https://packagist.org/downloads/",
141
            "license": [
142
                "MIT"
143
            ],
144
            "authors": [
145
                {
146
                    "name": "Roman Borschel",
147
                    "email": "[email protected]"
148
                },
149
                {
150
                    "name": "Benjamin Eberlei",
151
                    "email": "[email protected]"
152
                },
153
                {
154
                    "name": "Guilherme Blanco",
155
                    "email": "[email protected]"
156
                },
157
                {
158
                    "name": "Jonathan Wage",
159
                    "email": "[email protected]"
160
                },
161
                {
162
                    "name": "Johannes Schmitt",
163
                    "email": "[email protected]"
164
                }
165
            ],
166
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
167
            "homepage": "http://www.doctrine-project.org",
168
            "keywords": [
169
                "inflection",
170
                "pluralize",
171
                "singularize",
172
                "string"
173
            ],
174
            "time": "2015-11-06T14:35:42+00:00"
175
        },
176
        {
177
            "name": "filp/whoops",
178
            "version": "2.1.8",
179
            "source": {
180
                "type": "git",
181
                "url": "https://github.com/filp/whoops.git",
182
                "reference": "f2950be7da8b8d6c4e77821b6c9d486e36cdc4f3"
183
            },
184
            "dist": {
185
                "type": "zip",
186
                "url": "https://api.github.com/repos/filp/whoops/zipball/f2950be7da8b8d6c4e77821b6c9d486e36cdc4f3",
187
                "reference": "f2950be7da8b8d6c4e77821b6c9d486e36cdc4f3",
188
                "shasum": ""
189
            },
190
            "require": {
191
                "php": "^5.5.9 || ^7.0",
192
                "psr/log": "^1.0.1"
193
            },
194
            "require-dev": {
195
                "mockery/mockery": "0.9.*",
196
                "phpunit/phpunit": "^4.8 || ^5.0",
197
                "symfony/var-dumper": "^2.6 || ^3.0"
198
            },
199
            "suggest": {
200
                "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
201
                "whoops/soap": "Formats errors as SOAP responses"
202
            },
203
            "type": "library",
204
            "extra": {
205
                "branch-alias": {
206
                    "dev-master": "2.0-dev"
207
                }
208
            },
209
            "autoload": {
210
                "psr-4": {
211
                    "Whoops\\": "src/Whoops/"
212
                }
213
            },
214
            "notification-url": "https://packagist.org/downloads/",
215
            "license": [
216
                "MIT"
217
            ],
218
            "authors": [
219
                {
220
                    "name": "Filipe Dobreira",
221
                    "homepage": "https://github.com/filp",
222
                    "role": "Developer"
223
                }
224
            ],
225
            "description": "php error handling for cool kids",
226
            "homepage": "https://filp.github.io/whoops/",
227
            "keywords": [
228
                "error",
229
                "exception",
230
                "handling",
231
                "library",
232
                "whoops",
233
                "zf2"
234
            ],
235
            "time": "2017-03-07T09:04:45+00:00"
236
        },
237
        {
238
            "name": "illuminate/container",
239
            "version": "v5.2.45",
240
            "source": {
241
                "type": "git",
242
                "url": "https://github.com/illuminate/container.git",
243
                "reference": "5139cebc8293b6820b91aef6f4b4e18bde33c9b2"
244
            },
245
            "dist": {
246
                "type": "zip",
247
                "url": "https://api.github.com/repos/illuminate/container/zipball/5139cebc8293b6820b91aef6f4b4e18bde33c9b2",
248
                "reference": "5139cebc8293b6820b91aef6f4b4e18bde33c9b2",
249
                "shasum": ""
250
            },
251
            "require": {
252
                "illuminate/contracts": "5.2.*",
253
                "php": ">=5.5.9"
254
            },
255
            "type": "library",
256
            "extra": {
257
                "branch-alias": {
258
                    "dev-master": "5.2-dev"
259
                }
260
            },
261
            "autoload": {
262
                "psr-4": {
263
                    "Illuminate\\Container\\": ""
264
                }
265
            },
266
            "notification-url": "https://packagist.org/downloads/",
267
            "license": [
268
                "MIT"
269
            ],
270
            "authors": [
271
                {
272
                    "name": "Taylor Otwell",
273
                    "email": "[email protected]"
274
                }
275
            ],
276
            "description": "The Illuminate Container package.",
277
            "homepage": "http://laravel.com",
278
            "time": "2016-08-01T13:49:14+00:00"
279
        },
280
        {
281
            "name": "illuminate/contracts",
282
            "version": "v5.2.45",
283
            "source": {
284
                "type": "git",
285
                "url": "https://github.com/illuminate/contracts.git",
286
                "reference": "22bde7b048a33c702d9737fc1446234fff9b1363"
287
            },
288
            "dist": {
289
                "type": "zip",
290
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/22bde7b048a33c702d9737fc1446234fff9b1363",
291
                "reference": "22bde7b048a33c702d9737fc1446234fff9b1363",
292
                "shasum": ""
293
            },
294
            "require": {
295
                "php": ">=5.5.9"
296
            },
297
            "type": "library",
298
            "extra": {
299
                "branch-alias": {
300
                    "dev-master": "5.2-dev"
301
                }
302
            },
303
            "autoload": {
304
                "psr-4": {
305
                    "Illuminate\\Contracts\\": ""
306
                }
307
            },
308
            "notification-url": "https://packagist.org/downloads/",
309
            "license": [
310
                "MIT"
311
            ],
312
            "authors": [
313
                {
314
                    "name": "Taylor Otwell",
315
                    "email": "[email protected]"
316
                }
317
            ],
318
            "description": "The Illuminate Contracts package.",
319
            "homepage": "http://laravel.com",
320
            "time": "2016-08-08T11:46:08+00:00"
321
        },
322
        {
323
            "name": "illuminate/database",
324
            "version": "v5.2.45",
325
            "source": {
326
                "type": "git",
327
                "url": "https://github.com/illuminate/database.git",
328
                "reference": "4a70c0598ed41d18a99f23c12be4e22b5006d30a"
329
            },
330
            "dist": {
331
                "type": "zip",
332
                "url": "https://api.github.com/repos/illuminate/database/zipball/4a70c0598ed41d18a99f23c12be4e22b5006d30a",
333
                "reference": "4a70c0598ed41d18a99f23c12be4e22b5006d30a",
334
                "shasum": ""
335
            },
336
            "require": {
337
                "illuminate/container": "5.2.*",
338
                "illuminate/contracts": "5.2.*",
339
                "illuminate/support": "5.2.*",
340
                "nesbot/carbon": "~1.20",
341
                "php": ">=5.5.9"
342
            },
343
            "suggest": {
344
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
345
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
346
                "illuminate/console": "Required to use the database commands (5.2.*).",
347
                "illuminate/events": "Required to use the observers with Eloquent (5.2.*).",
348
                "illuminate/filesystem": "Required to use the migrations (5.2.*).",
349
                "illuminate/pagination": "Required to paginate the result set (5.2.*)."
350
            },
351
            "type": "library",
352
            "extra": {
353
                "branch-alias": {
354
                    "dev-master": "5.2-dev"
355
                }
356
            },
357
            "autoload": {
358
                "psr-4": {
359
                    "Illuminate\\Database\\": ""
360
                }
361
            },
362
            "notification-url": "https://packagist.org/downloads/",
363
            "license": [
364
                "MIT"
365
            ],
366
            "authors": [
367
                {
368
                    "name": "Taylor Otwell",
369
                    "email": "[email protected]"
370
                }
371
            ],
372
            "description": "The Illuminate Database package.",
373
            "homepage": "http://laravel.com",
374
            "keywords": [
375
                "database",
376
                "laravel",
377
                "orm",
378
                "sql"
379
            ],
380
            "time": "2016-08-25T07:01:20+00:00"
381
        },
382
        {
383
            "name": "illuminate/support",
384
            "version": "v5.2.45",
385
            "source": {
386
                "type": "git",
387
                "url": "https://github.com/illuminate/support.git",
388
                "reference": "510230ab62a7d85dc70203f4fdca6fb71a19e08a"
389
            },
390
            "dist": {
391
                "type": "zip",
392
                "url": "https://api.github.com/repos/illuminate/support/zipball/510230ab62a7d85dc70203f4fdca6fb71a19e08a",
393
                "reference": "510230ab62a7d85dc70203f4fdca6fb71a19e08a",
394
                "shasum": ""
395
            },
396
            "require": {
397
                "doctrine/inflector": "~1.0",
398
                "ext-mbstring": "*",
399
                "illuminate/contracts": "5.2.*",
400
                "paragonie/random_compat": "~1.4",
401
                "php": ">=5.5.9"
402
            },
403
            "replace": {
404
                "tightenco/collect": "self.version"
405
            },
406
            "suggest": {
407
                "illuminate/filesystem": "Required to use the composer class (5.2.*).",
408
                "jeremeamia/superclosure": "Required to be able to serialize closures (~2.2).",
409
                "symfony/polyfill-php56": "Required to use the hash_equals function on PHP 5.5 (~1.0).",
410
                "symfony/process": "Required to use the composer class (2.8.*|3.0.*).",
411
                "symfony/var-dumper": "Improves the dd function (2.8.*|3.0.*)."
412
            },
413
            "type": "library",
414
            "extra": {
415
                "branch-alias": {
416
                    "dev-master": "5.2-dev"
417
                }
418
            },
419
            "autoload": {
420
                "psr-4": {
421
                    "Illuminate\\Support\\": ""
422
                },
423
                "files": [
424
                    "helpers.php"
425
                ]
426
            },
427
            "notification-url": "https://packagist.org/downloads/",
428
            "license": [
429
                "MIT"
430
            ],
431
            "authors": [
432
                {
433
                    "name": "Taylor Otwell",
434
                    "email": "[email protected]"
435
                }
436
            ],
437
            "description": "The Illuminate Support package.",
438
            "homepage": "http://laravel.com",
439
            "time": "2016-08-05T14:49:58+00:00"
440
        },
441
        {
442
            "name": "nesbot/carbon",
443
            "version": "1.22.1",
444
            "source": {
445
                "type": "git",
446
                "url": "https://github.com/briannesbitt/Carbon.git",
447
                "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
448
            },
449
            "dist": {
450
                "type": "zip",
451
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
452
                "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
453
                "shasum": ""
454
            },
455
            "require": {
456
                "php": ">=5.3.0",
457
                "symfony/translation": "~2.6 || ~3.0"
458
            },
459
            "require-dev": {
460
                "friendsofphp/php-cs-fixer": "~2",
461
                "phpunit/phpunit": "~4.0 || ~5.0"
462
            },
463
            "type": "library",
464
            "extra": {
465
                "branch-alias": {
466
                    "dev-master": "1.23-dev"
467
                }
468
            },
469
            "autoload": {
470
                "psr-4": {
471
                    "Carbon\\": "src/Carbon/"
472
                }
473
            },
474
            "notification-url": "https://packagist.org/downloads/",
475
            "license": [
476
                "MIT"
477
            ],
478
            "authors": [
479
                {
480
                    "name": "Brian Nesbitt",
481
                    "email": "[email protected]",
482
                    "homepage": "http://nesbot.com"
483
                }
484
            ],
485
            "description": "A simple API extension for DateTime.",
486
            "homepage": "http://carbon.nesbot.com",
487
            "keywords": [
488
                "date",
489
                "datetime",
490
                "time"
491
            ],
492
            "time": "2017-01-16T07:55:07+00:00"
493
        },
494
        {
495
            "name": "paragonie/random_compat",
496
            "version": "v1.4.2",
497
            "source": {
498
                "type": "git",
499
                "url": "https://github.com/paragonie/random_compat.git",
500
                "reference": "965cdeb01fdcab7653253aa81d40441d261f1e66"
501
            },
502
            "dist": {
503
                "type": "zip",
504
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/965cdeb01fdcab7653253aa81d40441d261f1e66",
505
                "reference": "965cdeb01fdcab7653253aa81d40441d261f1e66",
506
                "shasum": ""
507
            },
508
            "require": {
509
                "php": ">=5.2.0"
510
            },
511
            "require-dev": {
512
                "phpunit/phpunit": "4.*|5.*"
513
            },
514
            "suggest": {
515
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
516
            },
517
            "type": "library",
518
            "autoload": {
519
                "files": [
520
                    "lib/random.php"
521
                ]
522
            },
523
            "notification-url": "https://packagist.org/downloads/",
524
            "license": [
525
                "MIT"
526
            ],
527
            "authors": [
528
                {
529
                    "name": "Paragon Initiative Enterprises",
530
                    "email": "[email protected]",
531
                    "homepage": "https://paragonie.com"
532
                }
533
            ],
534
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
535
            "keywords": [
536
                "csprng",
537
                "pseudorandom",
538
                "random"
539
            ],
540
            "time": "2017-03-13T16:22:52+00:00"
541
        },
542
        {
543
            "name": "phpfastcache/phpfastcache",
544
            "version": "4.3.18",
545
            "source": {
546
                "type": "git",
547
                "url": "https://github.com/PHPSocialNetwork/phpfastcache.git",
548
                "reference": "82a84adff6e8fc9b564c616d0fdc9238ae2e86c3"
549
            },
550
            "dist": {
551
                "type": "zip",
552
                "url": "https://api.github.com/repos/PHPSocialNetwork/phpfastcache/zipball/82a84adff6e8fc9b564c616d0fdc9238ae2e86c3",
553
                "reference": "82a84adff6e8fc9b564c616d0fdc9238ae2e86c3",
554
                "shasum": ""
555
            },
556
            "require": {
557
                "php": ">=5.3.0"
558
            },
559
            "suggest": {
560
                "ext-apc": "*",
561
                "ext-mbstring": "*",
562
                "ext-memcache": "*",
563
                "ext-memcached": "*",
564
                "ext-predis": "*",
565
                "ext-redis": "*",
566
                "ext-sqlite": "*"
567
            },
568
            "type": "library",
569
            "autoload": {
570
                "files": [
571
                    "src/phpFastCache/phpFastCache.php"
572
                ]
573
            },
574
            "notification-url": "https://packagist.org/downloads/",
575
            "license": [
576
                "MIT"
577
            ],
578
            "authors": [
579
                {
580
                    "name": "Khoa Bui",
581
                    "email": "[email protected]",
582
                    "homepage": "http://www.phpfastcache.com",
583
                    "role": "Developer"
584
                },
585
                {
586
                    "name": "Georges.L",
587
                    "email": "[email protected]",
588
                    "homepage": "https://github.com/Geolim4",
589
                    "role": "Developer"
590
                }
591
            ],
592
            "description": "PHP Cache Class - Supported Redis, Cookie, Predis, APC, MemCached, WinCache, Files, PDO, Reduce mySQL Call by Caching",
593
            "homepage": "http://www.phpfastcache.com",
594
            "keywords": [
595
                "APC Cache",
596
                "apc",
597
                "cache",
598
                "cache class",
599
                "caching",
600
                "cookie",
601
                "files cache",
602
                "memcache",
603
                "memcached",
604
                "mysql cache",
605
                "pdo cache",
606
                "php cache",
607
                "predis",
608
                "redis",
609
                "wincache"
610
            ],
611
            "time": "2017-01-24T00:38:01+00:00"
612
        },
613
        {
614
            "name": "psr/log",
615
            "version": "1.0.2",
616
            "source": {
617
                "type": "git",
618
                "url": "https://github.com/php-fig/log.git",
619
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
620
            },
621
            "dist": {
622
                "type": "zip",
623
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
624
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
625
                "shasum": ""
626
            },
627
            "require": {
628
                "php": ">=5.3.0"
629
            },
630
            "type": "library",
631
            "extra": {
632
                "branch-alias": {
633
                    "dev-master": "1.0.x-dev"
634
                }
635
            },
636
            "autoload": {
637
                "psr-4": {
638
                    "Psr\\Log\\": "Psr/Log/"
639
                }
640
            },
641
            "notification-url": "https://packagist.org/downloads/",
642
            "license": [
643
                "MIT"
644
            ],
645
            "authors": [
646
                {
647
                    "name": "PHP-FIG",
648
                    "homepage": "http://www.php-fig.org/"
649
                }
650
            ],
651
            "description": "Common interface for logging libraries",
652
            "homepage": "https://github.com/php-fig/log",
653
            "keywords": [
654
                "log",
655
                "psr",
656
                "psr-3"
657
            ],
658
            "time": "2016-10-10T12:19:37+00:00"
659
        },
660
        {
661
            "name": "stupidlysimple/php-core",
662
            "version": "v0.5.3",
663
            "source": {
664
                "type": "git",
665
                "url": "https://github.com/stupidlysimple/php-core.git",
666
                "reference": "8ef52c7e40e729ebd6b76828ebeb481fe8063ab1"
667
            },
668
            "dist": {
669
                "type": "zip",
670
                "url": "https://api.github.com/repos/stupidlysimple/php-core/zipball/8ef52c7e40e729ebd6b76828ebeb481fe8063ab1",
671
                "reference": "8ef52c7e40e729ebd6b76828ebeb481fe8063ab1",
672
                "shasum": ""
673
            },
674
            "require": {
675
                "php": ">=5.4.0"
676
            },
677
            "type": "project",
678
            "autoload": {
679
                "psr-4": {
680
                    "Core\\": "src"
681
                }
682
            },
683
            "notification-url": "https://packagist.org/downloads/",
684
            "license": [
685
                "MIT"
686
            ],
687
            "authors": [
688
                {
689
                    "name": "Fariz Luqman",
690
                    "email": "[email protected]",
691
                    "homepage": "https://stupidlysimple.github.io",
692
                    "role": "Developer"
693
                }
694
            ],
695
            "description": "The core package for Stupidly Simple framework",
696
            "keywords": [
697
                "hhvm",
698
                "lazy",
699
                "micro framework",
700
                "php 7",
701
                "php framework",
702
                "stupidly simple"
703
            ],
704
            "time": "2017-03-25T15:39:33+00:00"
705
        },
706
        {
707
            "name": "symfony/polyfill-mbstring",
708
            "version": "v1.3.0",
709
            "source": {
710
                "type": "git",
711
                "url": "https://github.com/symfony/polyfill-mbstring.git",
712
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
713
            },
714
            "dist": {
715
                "type": "zip",
716
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
717
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
718
                "shasum": ""
719
            },
720
            "require": {
721
                "php": ">=5.3.3"
722
            },
723
            "suggest": {
724
                "ext-mbstring": "For best performance"
725
            },
726
            "type": "library",
727
            "extra": {
728
                "branch-alias": {
729
                    "dev-master": "1.3-dev"
730
                }
731
            },
732
            "autoload": {
733
                "psr-4": {
734
                    "Symfony\\Polyfill\\Mbstring\\": ""
735
                },
736
                "files": [
737
                    "bootstrap.php"
738
                ]
739
            },
740
            "notification-url": "https://packagist.org/downloads/",
741
            "license": [
742
                "MIT"
743
            ],
744
            "authors": [
745
                {
746
                    "name": "Nicolas Grekas",
747
                    "email": "[email protected]"
748
                },
749
                {
750
                    "name": "Symfony Community",
751
                    "homepage": "https://symfony.com/contributors"
752
                }
753
            ],
754
            "description": "Symfony polyfill for the Mbstring extension",
755
            "homepage": "https://symfony.com",
756
            "keywords": [
757
                "compatibility",
758
                "mbstring",
759
                "polyfill",
760
                "portable",
761
                "shim"
762
            ],
763
            "time": "2016-11-14T01:06:16+00:00"
764
        },
765
        {
766
            "name": "symfony/translation",
767
            "version": "v3.2.6",
768
            "source": {
769
                "type": "git",
770
                "url": "https://github.com/symfony/translation.git",
771
                "reference": "0e1b15ce8fbf3890f4ccdac430ed5e07fdfe0690"
772
            },
773
            "dist": {
774
                "type": "zip",
775
                "url": "https://api.github.com/repos/symfony/translation/zipball/0e1b15ce8fbf3890f4ccdac430ed5e07fdfe0690",
776
                "reference": "0e1b15ce8fbf3890f4ccdac430ed5e07fdfe0690",
777
                "shasum": ""
778
            },
779
            "require": {
780
                "php": ">=5.5.9",
781
                "symfony/polyfill-mbstring": "~1.0"
782
            },
783
            "conflict": {
784
                "symfony/config": "<2.8"
785
            },
786
            "require-dev": {
787
                "psr/log": "~1.0",
788
                "symfony/config": "~2.8|~3.0",
789
                "symfony/intl": "^2.8.18|^3.2.5",
790
                "symfony/yaml": "~2.8|~3.0"
791
            },
792
            "suggest": {
793
                "psr/log": "To use logging capability in translator",
794
                "symfony/config": "",
795
                "symfony/yaml": ""
796
            },
797
            "type": "library",
798
            "extra": {
799
                "branch-alias": {
800
                    "dev-master": "3.2-dev"
801
                }
802
            },
803
            "autoload": {
804
                "psr-4": {
805
                    "Symfony\\Component\\Translation\\": ""
806
                },
807
                "exclude-from-classmap": [
808
                    "/Tests/"
809
                ]
810
            },
811
            "notification-url": "https://packagist.org/downloads/",
812
            "license": [
813
                "MIT"
814
            ],
815
            "authors": [
816
                {
817
                    "name": "Fabien Potencier",
818
                    "email": "[email protected]"
819
                },
820
                {
821
                    "name": "Symfony Community",
822
                    "homepage": "https://symfony.com/contributors"
823
                }
824
            ],
825
            "description": "Symfony Translation Component",
826
            "homepage": "https://symfony.com",
827
            "time": "2017-03-04T12:23:14+00:00"
828
        },
829
        {
830
            "name": "symfony/var-dumper",
831
            "version": "v3.2.6",
832
            "source": {
833
                "type": "git",
834
                "url": "https://github.com/symfony/var-dumper.git",
835
                "reference": "4100f347aff890bc16b0b4b42843b599db257b2d"
836
            },
837
            "dist": {
838
                "type": "zip",
839
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/4100f347aff890bc16b0b4b42843b599db257b2d",
840
                "reference": "4100f347aff890bc16b0b4b42843b599db257b2d",
841
                "shasum": ""
842
            },
843
            "require": {
844
                "php": ">=5.5.9",
845
                "symfony/polyfill-mbstring": "~1.0"
846
            },
847
            "conflict": {
848
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
849
            },
850
            "require-dev": {
851
                "twig/twig": "~1.20|~2.0"
852
            },
853
            "suggest": {
854
                "ext-symfony_debug": ""
855
            },
856
            "type": "library",
857
            "extra": {
858
                "branch-alias": {
859
                    "dev-master": "3.2-dev"
860
                }
861
            },
862
            "autoload": {
863
                "files": [
864
                    "Resources/functions/dump.php"
865
                ],
866
                "psr-4": {
867
                    "Symfony\\Component\\VarDumper\\": ""
868
                },
869
                "exclude-from-classmap": [
870
                    "/Tests/"
871
                ]
872
            },
873
            "notification-url": "https://packagist.org/downloads/",
874
            "license": [
875
                "MIT"
876
            ],
877
            "authors": [
878
                {
879
                    "name": "Nicolas Grekas",
880
                    "email": "[email protected]"
881
                },
882
                {
883
                    "name": "Symfony Community",
884
                    "homepage": "https://symfony.com/contributors"
885
                }
886
            ],
887
            "description": "Symfony mechanism for exploring and dumping PHP variables",
888
            "homepage": "https://symfony.com",
889
            "keywords": [
890
                "debug",
891
                "dump"
892
            ],
893
            "time": "2017-02-20T13:45:48+00:00"
894
        }
895
    ],
896
    "packages-dev": [
897
        {
898
            "name": "doctrine/instantiator",
899
            "version": "1.0.5",
900
            "source": {
901
                "type": "git",
902
                "url": "https://github.com/doctrine/instantiator.git",
903
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
904
            },
905
            "dist": {
906
                "type": "zip",
907
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
908
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
909
                "shasum": ""
910
            },
911
            "require": {
912
                "php": ">=5.3,<8.0-DEV"
913
            },
914
            "require-dev": {
915
                "athletic/athletic": "~0.1.8",
916
                "ext-pdo": "*",
917
                "ext-phar": "*",
918
                "phpunit/phpunit": "~4.0",
919
                "squizlabs/php_codesniffer": "~2.0"
920
            },
921
            "type": "library",
922
            "extra": {
923
                "branch-alias": {
924
                    "dev-master": "1.0.x-dev"
925
                }
926
            },
927
            "autoload": {
928
                "psr-4": {
929
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
930
                }
931
            },
932
            "notification-url": "https://packagist.org/downloads/",
933
            "license": [
934
                "MIT"
935
            ],
936
            "authors": [
937
                {
938
                    "name": "Marco Pivetta",
939
                    "email": "[email protected]",
940
                    "homepage": "http://ocramius.github.com/"
941
                }
942
            ],
943
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
944
            "homepage": "https://github.com/doctrine/instantiator",
945
            "keywords": [
946
                "constructor",
947
                "instantiate"
948
            ],
949
            "time": "2015-06-14T21:17:01+00:00"
950
        },
951
        {
952
            "name": "myclabs/deep-copy",
953
            "version": "1.6.0",
954
            "source": {
955
                "type": "git",
956
                "url": "https://github.com/myclabs/DeepCopy.git",
957
                "reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe"
958
            },
959
            "dist": {
960
                "type": "zip",
961
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/5a5a9fc8025a08d8919be87d6884d5a92520cefe",
962
                "reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe",
963
                "shasum": ""
964
            },
965
            "require": {
966
                "php": ">=5.4.0"
967
            },
968
            "require-dev": {
969
                "doctrine/collections": "1.*",
970
                "phpunit/phpunit": "~4.1"
971
            },
972
            "type": "library",
973
            "autoload": {
974
                "psr-4": {
975
                    "DeepCopy\\": "src/DeepCopy/"
976
                }
977
            },
978
            "notification-url": "https://packagist.org/downloads/",
979
            "license": [
980
                "MIT"
981
            ],
982
            "description": "Create deep copies (clones) of your objects",
983
            "homepage": "https://github.com/myclabs/DeepCopy",
984
            "keywords": [
985
                "clone",
986
                "copy",
987
                "duplicate",
988
                "object",
989
                "object graph"
990
            ],
991
            "time": "2017-01-26T22:05:40+00:00"
992
        },
993
        {
994
            "name": "phpdocumentor/reflection-common",
995
            "version": "1.0",
996
            "source": {
997
                "type": "git",
998
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
999
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
1000
            },
1001
            "dist": {
1002
                "type": "zip",
1003
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1004
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1005
                "shasum": ""
1006
            },
1007
            "require": {
1008
                "php": ">=5.5"
1009
            },
1010
            "require-dev": {
1011
                "phpunit/phpunit": "^4.6"
1012
            },
1013
            "type": "library",
1014
            "extra": {
1015
                "branch-alias": {
1016
                    "dev-master": "1.0.x-dev"
1017
                }
1018
            },
1019
            "autoload": {
1020
                "psr-4": {
1021
                    "phpDocumentor\\Reflection\\": [
1022
                        "src"
1023
                    ]
1024
                }
1025
            },
1026
            "notification-url": "https://packagist.org/downloads/",
1027
            "license": [
1028
                "MIT"
1029
            ],
1030
            "authors": [
1031
                {
1032
                    "name": "Jaap van Otterdijk",
1033
                    "email": "[email protected]"
1034
                }
1035
            ],
1036
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1037
            "homepage": "http://www.phpdoc.org",
1038
            "keywords": [
1039
                "FQSEN",
1040
                "phpDocumentor",
1041
                "phpdoc",
1042
                "reflection",
1043
                "static analysis"
1044
            ],
1045
            "time": "2015-12-27T11:43:31+00:00"
1046
        },
1047
        {
1048
            "name": "phpdocumentor/reflection-docblock",
1049
            "version": "3.1.1",
1050
            "source": {
1051
                "type": "git",
1052
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1053
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
1054
            },
1055
            "dist": {
1056
                "type": "zip",
1057
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
1058
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
1059
                "shasum": ""
1060
            },
1061
            "require": {
1062
                "php": ">=5.5",
1063
                "phpdocumentor/reflection-common": "^1.0@dev",
1064
                "phpdocumentor/type-resolver": "^0.2.0",
1065
                "webmozart/assert": "^1.0"
1066
            },
1067
            "require-dev": {
1068
                "mockery/mockery": "^0.9.4",
1069
                "phpunit/phpunit": "^4.4"
1070
            },
1071
            "type": "library",
1072
            "autoload": {
1073
                "psr-4": {
1074
                    "phpDocumentor\\Reflection\\": [
1075
                        "src/"
1076
                    ]
1077
                }
1078
            },
1079
            "notification-url": "https://packagist.org/downloads/",
1080
            "license": [
1081
                "MIT"
1082
            ],
1083
            "authors": [
1084
                {
1085
                    "name": "Mike van Riel",
1086
                    "email": "[email protected]"
1087
                }
1088
            ],
1089
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1090
            "time": "2016-09-30T07:12:33+00:00"
1091
        },
1092
        {
1093
            "name": "phpdocumentor/type-resolver",
1094
            "version": "0.2.1",
1095
            "source": {
1096
                "type": "git",
1097
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1098
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
1099
            },
1100
            "dist": {
1101
                "type": "zip",
1102
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
1103
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
1104
                "shasum": ""
1105
            },
1106
            "require": {
1107
                "php": ">=5.5",
1108
                "phpdocumentor/reflection-common": "^1.0"
1109
            },
1110
            "require-dev": {
1111
                "mockery/mockery": "^0.9.4",
1112
                "phpunit/phpunit": "^5.2||^4.8.24"
1113
            },
1114
            "type": "library",
1115
            "extra": {
1116
                "branch-alias": {
1117
                    "dev-master": "1.0.x-dev"
1118
                }
1119
            },
1120
            "autoload": {
1121
                "psr-4": {
1122
                    "phpDocumentor\\Reflection\\": [
1123
                        "src/"
1124
                    ]
1125
                }
1126
            },
1127
            "notification-url": "https://packagist.org/downloads/",
1128
            "license": [
1129
                "MIT"
1130
            ],
1131
            "authors": [
1132
                {
1133
                    "name": "Mike van Riel",
1134
                    "email": "[email protected]"
1135
                }
1136
            ],
1137
            "time": "2016-11-25T06:54:22+00:00"
1138
        },
1139
        {
1140
            "name": "phpspec/prophecy",
1141
            "version": "v1.7.0",
1142
            "source": {
1143
                "type": "git",
1144
                "url": "https://github.com/phpspec/prophecy.git",
1145
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
1146
            },
1147
            "dist": {
1148
                "type": "zip",
1149
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
1150
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
1151
                "shasum": ""
1152
            },
1153
            "require": {
1154
                "doctrine/instantiator": "^1.0.2",
1155
                "php": "^5.3|^7.0",
1156
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
1157
                "sebastian/comparator": "^1.1|^2.0",
1158
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1159
            },
1160
            "require-dev": {
1161
                "phpspec/phpspec": "^2.5|^3.2",
1162
                "phpunit/phpunit": "^4.8 || ^5.6.5"
1163
            },
1164
            "type": "library",
1165
            "extra": {
1166
                "branch-alias": {
1167
                    "dev-master": "1.6.x-dev"
1168
                }
1169
            },
1170
            "autoload": {
1171
                "psr-0": {
1172
                    "Prophecy\\": "src/"
1173
                }
1174
            },
1175
            "notification-url": "https://packagist.org/downloads/",
1176
            "license": [
1177
                "MIT"
1178
            ],
1179
            "authors": [
1180
                {
1181
                    "name": "Konstantin Kudryashov",
1182
                    "email": "[email protected]",
1183
                    "homepage": "http://everzet.com"
1184
                },
1185
                {
1186
                    "name": "Marcello Duarte",
1187
                    "email": "[email protected]"
1188
                }
1189
            ],
1190
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1191
            "homepage": "https://github.com/phpspec/prophecy",
1192
            "keywords": [
1193
                "Double",
1194
                "Dummy",
1195
                "fake",
1196
                "mock",
1197
                "spy",
1198
                "stub"
1199
            ],
1200
            "time": "2017-03-02T20:05:34+00:00"
1201
        },
1202
        {
1203
            "name": "phpunit/php-code-coverage",
1204
            "version": "4.0.7",
1205
            "source": {
1206
                "type": "git",
1207
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1208
                "reference": "09e2277d14ea467e5a984010f501343ef29ffc69"
1209
            },
1210
            "dist": {
1211
                "type": "zip",
1212
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/09e2277d14ea467e5a984010f501343ef29ffc69",
1213
                "reference": "09e2277d14ea467e5a984010f501343ef29ffc69",
1214
                "shasum": ""
1215
            },
1216
            "require": {
1217
                "ext-dom": "*",
1218
                "ext-xmlwriter": "*",
1219
                "php": "^5.6 || ^7.0",
1220
                "phpunit/php-file-iterator": "^1.3",
1221
                "phpunit/php-text-template": "^1.2",
1222
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
1223
                "sebastian/code-unit-reverse-lookup": "^1.0",
1224
                "sebastian/environment": "^1.3.2 || ^2.0",
1225
                "sebastian/version": "^1.0 || ^2.0"
1226
            },
1227
            "require-dev": {
1228
                "ext-xdebug": "^2.1.4",
1229
                "phpunit/phpunit": "^5.7"
1230
            },
1231
            "suggest": {
1232
                "ext-xdebug": "^2.5.1"
1233
            },
1234
            "type": "library",
1235
            "extra": {
1236
                "branch-alias": {
1237
                    "dev-master": "4.0.x-dev"
1238
                }
1239
            },
1240
            "autoload": {
1241
                "classmap": [
1242
                    "src/"
1243
                ]
1244
            },
1245
            "notification-url": "https://packagist.org/downloads/",
1246
            "license": [
1247
                "BSD-3-Clause"
1248
            ],
1249
            "authors": [
1250
                {
1251
                    "name": "Sebastian Bergmann",
1252
                    "email": "[email protected]",
1253
                    "role": "lead"
1254
                }
1255
            ],
1256
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1257
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1258
            "keywords": [
1259
                "coverage",
1260
                "testing",
1261
                "xunit"
1262
            ],
1263
            "time": "2017-03-01T09:12:17+00:00"
1264
        },
1265
        {
1266
            "name": "phpunit/php-file-iterator",
1267
            "version": "1.4.2",
1268
            "source": {
1269
                "type": "git",
1270
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1271
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
1272
            },
1273
            "dist": {
1274
                "type": "zip",
1275
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1276
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1277
                "shasum": ""
1278
            },
1279
            "require": {
1280
                "php": ">=5.3.3"
1281
            },
1282
            "type": "library",
1283
            "extra": {
1284
                "branch-alias": {
1285
                    "dev-master": "1.4.x-dev"
1286
                }
1287
            },
1288
            "autoload": {
1289
                "classmap": [
1290
                    "src/"
1291
                ]
1292
            },
1293
            "notification-url": "https://packagist.org/downloads/",
1294
            "license": [
1295
                "BSD-3-Clause"
1296
            ],
1297
            "authors": [
1298
                {
1299
                    "name": "Sebastian Bergmann",
1300
                    "email": "[email protected]",
1301
                    "role": "lead"
1302
                }
1303
            ],
1304
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1305
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1306
            "keywords": [
1307
                "filesystem",
1308
                "iterator"
1309
            ],
1310
            "time": "2016-10-03T07:40:28+00:00"
1311
        },
1312
        {
1313
            "name": "phpunit/php-text-template",
1314
            "version": "1.2.1",
1315
            "source": {
1316
                "type": "git",
1317
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1318
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1319
            },
1320
            "dist": {
1321
                "type": "zip",
1322
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1323
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1324
                "shasum": ""
1325
            },
1326
            "require": {
1327
                "php": ">=5.3.3"
1328
            },
1329
            "type": "library",
1330
            "autoload": {
1331
                "classmap": [
1332
                    "src/"
1333
                ]
1334
            },
1335
            "notification-url": "https://packagist.org/downloads/",
1336
            "license": [
1337
                "BSD-3-Clause"
1338
            ],
1339
            "authors": [
1340
                {
1341
                    "name": "Sebastian Bergmann",
1342
                    "email": "[email protected]",
1343
                    "role": "lead"
1344
                }
1345
            ],
1346
            "description": "Simple template engine.",
1347
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1348
            "keywords": [
1349
                "template"
1350
            ],
1351
            "time": "2015-06-21T13:50:34+00:00"
1352
        },
1353
        {
1354
            "name": "phpunit/php-timer",
1355
            "version": "1.0.9",
1356
            "source": {
1357
                "type": "git",
1358
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1359
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1360
            },
1361
            "dist": {
1362
                "type": "zip",
1363
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1364
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1365
                "shasum": ""
1366
            },
1367
            "require": {
1368
                "php": "^5.3.3 || ^7.0"
1369
            },
1370
            "require-dev": {
1371
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1372
            },
1373
            "type": "library",
1374
            "extra": {
1375
                "branch-alias": {
1376
                    "dev-master": "1.0-dev"
1377
                }
1378
            },
1379
            "autoload": {
1380
                "classmap": [
1381
                    "src/"
1382
                ]
1383
            },
1384
            "notification-url": "https://packagist.org/downloads/",
1385
            "license": [
1386
                "BSD-3-Clause"
1387
            ],
1388
            "authors": [
1389
                {
1390
                    "name": "Sebastian Bergmann",
1391
                    "email": "[email protected]",
1392
                    "role": "lead"
1393
                }
1394
            ],
1395
            "description": "Utility class for timing",
1396
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1397
            "keywords": [
1398
                "timer"
1399
            ],
1400
            "time": "2017-02-26T11:10:40+00:00"
1401
        },
1402
        {
1403
            "name": "phpunit/php-token-stream",
1404
            "version": "1.4.11",
1405
            "source": {
1406
                "type": "git",
1407
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1408
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
1409
            },
1410
            "dist": {
1411
                "type": "zip",
1412
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
1413
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
1414
                "shasum": ""
1415
            },
1416
            "require": {
1417
                "ext-tokenizer": "*",
1418
                "php": ">=5.3.3"
1419
            },
1420
            "require-dev": {
1421
                "phpunit/phpunit": "~4.2"
1422
            },
1423
            "type": "library",
1424
            "extra": {
1425
                "branch-alias": {
1426
                    "dev-master": "1.4-dev"
1427
                }
1428
            },
1429
            "autoload": {
1430
                "classmap": [
1431
                    "src/"
1432
                ]
1433
            },
1434
            "notification-url": "https://packagist.org/downloads/",
1435
            "license": [
1436
                "BSD-3-Clause"
1437
            ],
1438
            "authors": [
1439
                {
1440
                    "name": "Sebastian Bergmann",
1441
                    "email": "[email protected]"
1442
                }
1443
            ],
1444
            "description": "Wrapper around PHP's tokenizer extension.",
1445
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1446
            "keywords": [
1447
                "tokenizer"
1448
            ],
1449
            "time": "2017-02-27T10:12:30+00:00"
1450
        },
1451
        {
1452
            "name": "phpunit/phpunit",
1453
            "version": "5.4.8",
1454
            "source": {
1455
                "type": "git",
1456
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1457
                "reference": "3132365e1430c091f208e120b8845d39c25f20e6"
1458
            },
1459
            "dist": {
1460
                "type": "zip",
1461
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3132365e1430c091f208e120b8845d39c25f20e6",
1462
                "reference": "3132365e1430c091f208e120b8845d39c25f20e6",
1463
                "shasum": ""
1464
            },
1465
            "require": {
1466
                "ext-dom": "*",
1467
                "ext-json": "*",
1468
                "ext-pcre": "*",
1469
                "ext-reflection": "*",
1470
                "ext-spl": "*",
1471
                "myclabs/deep-copy": "~1.3",
1472
                "php": "^5.6 || ^7.0",
1473
                "phpspec/prophecy": "^1.3.1",
1474
                "phpunit/php-code-coverage": "^4.0.1",
1475
                "phpunit/php-file-iterator": "~1.4",
1476
                "phpunit/php-text-template": "~1.2",
1477
                "phpunit/php-timer": "^1.0.6",
1478
                "phpunit/phpunit-mock-objects": "^3.2",
1479
                "sebastian/comparator": "~1.1",
1480
                "sebastian/diff": "~1.2",
1481
                "sebastian/environment": "^1.3 || ^2.0",
1482
                "sebastian/exporter": "~1.2",
1483
                "sebastian/global-state": "~1.0",
1484
                "sebastian/object-enumerator": "~1.0",
1485
                "sebastian/resource-operations": "~1.0",
1486
                "sebastian/version": "~1.0|~2.0",
1487
                "symfony/yaml": "~2.1|~3.0"
1488
            },
1489
            "conflict": {
1490
                "phpdocumentor/reflection-docblock": "3.0.2"
1491
            },
1492
            "suggest": {
1493
                "phpunit/php-invoker": "~1.1"
1494
            },
1495
            "bin": [
1496
                "phpunit"
1497
            ],
1498
            "type": "library",
1499
            "extra": {
1500
                "branch-alias": {
1501
                    "dev-master": "5.4.x-dev"
1502
                }
1503
            },
1504
            "autoload": {
1505
                "classmap": [
1506
                    "src/"
1507
                ]
1508
            },
1509
            "notification-url": "https://packagist.org/downloads/",
1510
            "license": [
1511
                "BSD-3-Clause"
1512
            ],
1513
            "authors": [
1514
                {
1515
                    "name": "Sebastian Bergmann",
1516
                    "email": "[email protected]",
1517
                    "role": "lead"
1518
                }
1519
            ],
1520
            "description": "The PHP Unit Testing framework.",
1521
            "homepage": "https://phpunit.de/",
1522
            "keywords": [
1523
                "phpunit",
1524
                "testing",
1525
                "xunit"
1526
            ],
1527
            "time": "2016-07-26T14:48:00+00:00"
1528
        },
1529
        {
1530
            "name": "phpunit/phpunit-mock-objects",
1531
            "version": "3.4.3",
1532
            "source": {
1533
                "type": "git",
1534
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1535
                "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
1536
            },
1537
            "dist": {
1538
                "type": "zip",
1539
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
1540
                "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
1541
                "shasum": ""
1542
            },
1543
            "require": {
1544
                "doctrine/instantiator": "^1.0.2",
1545
                "php": "^5.6 || ^7.0",
1546
                "phpunit/php-text-template": "^1.2",
1547
                "sebastian/exporter": "^1.2 || ^2.0"
1548
            },
1549
            "conflict": {
1550
                "phpunit/phpunit": "<5.4.0"
1551
            },
1552
            "require-dev": {
1553
                "phpunit/phpunit": "^5.4"
1554
            },
1555
            "suggest": {
1556
                "ext-soap": "*"
1557
            },
1558
            "type": "library",
1559
            "extra": {
1560
                "branch-alias": {
1561
                    "dev-master": "3.2.x-dev"
1562
                }
1563
            },
1564
            "autoload": {
1565
                "classmap": [
1566
                    "src/"
1567
                ]
1568
            },
1569
            "notification-url": "https://packagist.org/downloads/",
1570
            "license": [
1571
                "BSD-3-Clause"
1572
            ],
1573
            "authors": [
1574
                {
1575
                    "name": "Sebastian Bergmann",
1576
                    "email": "[email protected]",
1577
                    "role": "lead"
1578
                }
1579
            ],
1580
            "description": "Mock Object library for PHPUnit",
1581
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1582
            "keywords": [
1583
                "mock",
1584
                "xunit"
1585
            ],
1586
            "time": "2016-12-08T20:27:08+00:00"
1587
        },
1588
        {
1589
            "name": "sebastian/code-unit-reverse-lookup",
1590
            "version": "1.0.1",
1591
            "source": {
1592
                "type": "git",
1593
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1594
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1595
            },
1596
            "dist": {
1597
                "type": "zip",
1598
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1599
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1600
                "shasum": ""
1601
            },
1602
            "require": {
1603
                "php": "^5.6 || ^7.0"
1604
            },
1605
            "require-dev": {
1606
                "phpunit/phpunit": "^5.7 || ^6.0"
1607
            },
1608
            "type": "library",
1609
            "extra": {
1610
                "branch-alias": {
1611
                    "dev-master": "1.0.x-dev"
1612
                }
1613
            },
1614
            "autoload": {
1615
                "classmap": [
1616
                    "src/"
1617
                ]
1618
            },
1619
            "notification-url": "https://packagist.org/downloads/",
1620
            "license": [
1621
                "BSD-3-Clause"
1622
            ],
1623
            "authors": [
1624
                {
1625
                    "name": "Sebastian Bergmann",
1626
                    "email": "[email protected]"
1627
                }
1628
            ],
1629
            "description": "Looks up which function or method a line of code belongs to",
1630
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1631
            "time": "2017-03-04T06:30:41+00:00"
1632
        },
1633
        {
1634
            "name": "sebastian/comparator",
1635
            "version": "1.2.4",
1636
            "source": {
1637
                "type": "git",
1638
                "url": "https://github.com/sebastianbergmann/comparator.git",
1639
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1640
            },
1641
            "dist": {
1642
                "type": "zip",
1643
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1644
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1645
                "shasum": ""
1646
            },
1647
            "require": {
1648
                "php": ">=5.3.3",
1649
                "sebastian/diff": "~1.2",
1650
                "sebastian/exporter": "~1.2 || ~2.0"
1651
            },
1652
            "require-dev": {
1653
                "phpunit/phpunit": "~4.4"
1654
            },
1655
            "type": "library",
1656
            "extra": {
1657
                "branch-alias": {
1658
                    "dev-master": "1.2.x-dev"
1659
                }
1660
            },
1661
            "autoload": {
1662
                "classmap": [
1663
                    "src/"
1664
                ]
1665
            },
1666
            "notification-url": "https://packagist.org/downloads/",
1667
            "license": [
1668
                "BSD-3-Clause"
1669
            ],
1670
            "authors": [
1671
                {
1672
                    "name": "Jeff Welch",
1673
                    "email": "[email protected]"
1674
                },
1675
                {
1676
                    "name": "Volker Dusch",
1677
                    "email": "[email protected]"
1678
                },
1679
                {
1680
                    "name": "Bernhard Schussek",
1681
                    "email": "[email protected]"
1682
                },
1683
                {
1684
                    "name": "Sebastian Bergmann",
1685
                    "email": "[email protected]"
1686
                }
1687
            ],
1688
            "description": "Provides the functionality to compare PHP values for equality",
1689
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1690
            "keywords": [
1691
                "comparator",
1692
                "compare",
1693
                "equality"
1694
            ],
1695
            "time": "2017-01-29T09:50:25+00:00"
1696
        },
1697
        {
1698
            "name": "sebastian/diff",
1699
            "version": "1.4.1",
1700
            "source": {
1701
                "type": "git",
1702
                "url": "https://github.com/sebastianbergmann/diff.git",
1703
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1704
            },
1705
            "dist": {
1706
                "type": "zip",
1707
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1708
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1709
                "shasum": ""
1710
            },
1711
            "require": {
1712
                "php": ">=5.3.3"
1713
            },
1714
            "require-dev": {
1715
                "phpunit/phpunit": "~4.8"
1716
            },
1717
            "type": "library",
1718
            "extra": {
1719
                "branch-alias": {
1720
                    "dev-master": "1.4-dev"
1721
                }
1722
            },
1723
            "autoload": {
1724
                "classmap": [
1725
                    "src/"
1726
                ]
1727
            },
1728
            "notification-url": "https://packagist.org/downloads/",
1729
            "license": [
1730
                "BSD-3-Clause"
1731
            ],
1732
            "authors": [
1733
                {
1734
                    "name": "Kore Nordmann",
1735
                    "email": "[email protected]"
1736
                },
1737
                {
1738
                    "name": "Sebastian Bergmann",
1739
                    "email": "[email protected]"
1740
                }
1741
            ],
1742
            "description": "Diff implementation",
1743
            "homepage": "https://github.com/sebastianbergmann/diff",
1744
            "keywords": [
1745
                "diff"
1746
            ],
1747
            "time": "2015-12-08T07:14:41+00:00"
1748
        },
1749
        {
1750
            "name": "sebastian/environment",
1751
            "version": "2.0.0",
1752
            "source": {
1753
                "type": "git",
1754
                "url": "https://github.com/sebastianbergmann/environment.git",
1755
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
1756
            },
1757
            "dist": {
1758
                "type": "zip",
1759
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1760
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1761
                "shasum": ""
1762
            },
1763
            "require": {
1764
                "php": "^5.6 || ^7.0"
1765
            },
1766
            "require-dev": {
1767
                "phpunit/phpunit": "^5.0"
1768
            },
1769
            "type": "library",
1770
            "extra": {
1771
                "branch-alias": {
1772
                    "dev-master": "2.0.x-dev"
1773
                }
1774
            },
1775
            "autoload": {
1776
                "classmap": [
1777
                    "src/"
1778
                ]
1779
            },
1780
            "notification-url": "https://packagist.org/downloads/",
1781
            "license": [
1782
                "BSD-3-Clause"
1783
            ],
1784
            "authors": [
1785
                {
1786
                    "name": "Sebastian Bergmann",
1787
                    "email": "[email protected]"
1788
                }
1789
            ],
1790
            "description": "Provides functionality to handle HHVM/PHP environments",
1791
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1792
            "keywords": [
1793
                "Xdebug",
1794
                "environment",
1795
                "hhvm"
1796
            ],
1797
            "time": "2016-11-26T07:53:53+00:00"
1798
        },
1799
        {
1800
            "name": "sebastian/exporter",
1801
            "version": "1.2.2",
1802
            "source": {
1803
                "type": "git",
1804
                "url": "https://github.com/sebastianbergmann/exporter.git",
1805
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
1806
            },
1807
            "dist": {
1808
                "type": "zip",
1809
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
1810
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
1811
                "shasum": ""
1812
            },
1813
            "require": {
1814
                "php": ">=5.3.3",
1815
                "sebastian/recursion-context": "~1.0"
1816
            },
1817
            "require-dev": {
1818
                "ext-mbstring": "*",
1819
                "phpunit/phpunit": "~4.4"
1820
            },
1821
            "type": "library",
1822
            "extra": {
1823
                "branch-alias": {
1824
                    "dev-master": "1.3.x-dev"
1825
                }
1826
            },
1827
            "autoload": {
1828
                "classmap": [
1829
                    "src/"
1830
                ]
1831
            },
1832
            "notification-url": "https://packagist.org/downloads/",
1833
            "license": [
1834
                "BSD-3-Clause"
1835
            ],
1836
            "authors": [
1837
                {
1838
                    "name": "Jeff Welch",
1839
                    "email": "[email protected]"
1840
                },
1841
                {
1842
                    "name": "Volker Dusch",
1843
                    "email": "[email protected]"
1844
                },
1845
                {
1846
                    "name": "Bernhard Schussek",
1847
                    "email": "[email protected]"
1848
                },
1849
                {
1850
                    "name": "Sebastian Bergmann",
1851
                    "email": "[email protected]"
1852
                },
1853
                {
1854
                    "name": "Adam Harvey",
1855
                    "email": "[email protected]"
1856
                }
1857
            ],
1858
            "description": "Provides the functionality to export PHP variables for visualization",
1859
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1860
            "keywords": [
1861
                "export",
1862
                "exporter"
1863
            ],
1864
            "time": "2016-06-17T09:04:28+00:00"
1865
        },
1866
        {
1867
            "name": "sebastian/global-state",
1868
            "version": "1.1.1",
1869
            "source": {
1870
                "type": "git",
1871
                "url": "https://github.com/sebastianbergmann/global-state.git",
1872
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1873
            },
1874
            "dist": {
1875
                "type": "zip",
1876
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1877
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1878
                "shasum": ""
1879
            },
1880
            "require": {
1881
                "php": ">=5.3.3"
1882
            },
1883
            "require-dev": {
1884
                "phpunit/phpunit": "~4.2"
1885
            },
1886
            "suggest": {
1887
                "ext-uopz": "*"
1888
            },
1889
            "type": "library",
1890
            "extra": {
1891
                "branch-alias": {
1892
                    "dev-master": "1.0-dev"
1893
                }
1894
            },
1895
            "autoload": {
1896
                "classmap": [
1897
                    "src/"
1898
                ]
1899
            },
1900
            "notification-url": "https://packagist.org/downloads/",
1901
            "license": [
1902
                "BSD-3-Clause"
1903
            ],
1904
            "authors": [
1905
                {
1906
                    "name": "Sebastian Bergmann",
1907
                    "email": "[email protected]"
1908
                }
1909
            ],
1910
            "description": "Snapshotting of global state",
1911
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1912
            "keywords": [
1913
                "global state"
1914
            ],
1915
            "time": "2015-10-12T03:26:01+00:00"
1916
        },
1917
        {
1918
            "name": "sebastian/object-enumerator",
1919
            "version": "1.0.0",
1920
            "source": {
1921
                "type": "git",
1922
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1923
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
1924
            },
1925
            "dist": {
1926
                "type": "zip",
1927
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
1928
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
1929
                "shasum": ""
1930
            },
1931
            "require": {
1932
                "php": ">=5.6",
1933
                "sebastian/recursion-context": "~1.0"
1934
            },
1935
            "require-dev": {
1936
                "phpunit/phpunit": "~5"
1937
            },
1938
            "type": "library",
1939
            "extra": {
1940
                "branch-alias": {
1941
                    "dev-master": "1.0.x-dev"
1942
                }
1943
            },
1944
            "autoload": {
1945
                "classmap": [
1946
                    "src/"
1947
                ]
1948
            },
1949
            "notification-url": "https://packagist.org/downloads/",
1950
            "license": [
1951
                "BSD-3-Clause"
1952
            ],
1953
            "authors": [
1954
                {
1955
                    "name": "Sebastian Bergmann",
1956
                    "email": "[email protected]"
1957
                }
1958
            ],
1959
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1960
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1961
            "time": "2016-01-28T13:25:10+00:00"
1962
        },
1963
        {
1964
            "name": "sebastian/recursion-context",
1965
            "version": "1.0.5",
1966
            "source": {
1967
                "type": "git",
1968
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1969
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
1970
            },
1971
            "dist": {
1972
                "type": "zip",
1973
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
1974
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
1975
                "shasum": ""
1976
            },
1977
            "require": {
1978
                "php": ">=5.3.3"
1979
            },
1980
            "require-dev": {
1981
                "phpunit/phpunit": "~4.4"
1982
            },
1983
            "type": "library",
1984
            "extra": {
1985
                "branch-alias": {
1986
                    "dev-master": "1.0.x-dev"
1987
                }
1988
            },
1989
            "autoload": {
1990
                "classmap": [
1991
                    "src/"
1992
                ]
1993
            },
1994
            "notification-url": "https://packagist.org/downloads/",
1995
            "license": [
1996
                "BSD-3-Clause"
1997
            ],
1998
            "authors": [
1999
                {
2000
                    "name": "Jeff Welch",
2001
                    "email": "[email protected]"
2002
                },
2003
                {
2004
                    "name": "Sebastian Bergmann",
2005
                    "email": "[email protected]"
2006
                },
2007
                {
2008
                    "name": "Adam Harvey",
2009
                    "email": "[email protected]"
2010
                }
2011
            ],
2012
            "description": "Provides functionality to recursively process PHP variables",
2013
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2014
            "time": "2016-10-03T07:41:43+00:00"
2015
        },
2016
        {
2017
            "name": "sebastian/resource-operations",
2018
            "version": "1.0.0",
2019
            "source": {
2020
                "type": "git",
2021
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2022
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2023
            },
2024
            "dist": {
2025
                "type": "zip",
2026
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2027
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2028
                "shasum": ""
2029
            },
2030
            "require": {
2031
                "php": ">=5.6.0"
2032
            },
2033
            "type": "library",
2034
            "extra": {
2035
                "branch-alias": {
2036
                    "dev-master": "1.0.x-dev"
2037
                }
2038
            },
2039
            "autoload": {
2040
                "classmap": [
2041
                    "src/"
2042
                ]
2043
            },
2044
            "notification-url": "https://packagist.org/downloads/",
2045
            "license": [
2046
                "BSD-3-Clause"
2047
            ],
2048
            "authors": [
2049
                {
2050
                    "name": "Sebastian Bergmann",
2051
                    "email": "[email protected]"
2052
                }
2053
            ],
2054
            "description": "Provides a list of PHP built-in functions that operate on resources",
2055
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2056
            "time": "2015-07-28T20:34:47+00:00"
2057
        },
2058
        {
2059
            "name": "sebastian/version",
2060
            "version": "2.0.1",
2061
            "source": {
2062
                "type": "git",
2063
                "url": "https://github.com/sebastianbergmann/version.git",
2064
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2065
            },
2066
            "dist": {
2067
                "type": "zip",
2068
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2069
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2070
                "shasum": ""
2071
            },
2072
            "require": {
2073
                "php": ">=5.6"
2074
            },
2075
            "type": "library",
2076
            "extra": {
2077
                "branch-alias": {
2078
                    "dev-master": "2.0.x-dev"
2079
                }
2080
            },
2081
            "autoload": {
2082
                "classmap": [
2083
                    "src/"
2084
                ]
2085
            },
2086
            "notification-url": "https://packagist.org/downloads/",
2087
            "license": [
2088
                "BSD-3-Clause"
2089
            ],
2090
            "authors": [
2091
                {
2092
                    "name": "Sebastian Bergmann",
2093
                    "email": "[email protected]",
2094
                    "role": "lead"
2095
                }
2096
            ],
2097
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2098
            "homepage": "https://github.com/sebastianbergmann/version",
2099
            "time": "2016-10-03T07:35:21+00:00"
2100
        },
2101
        {
2102
            "name": "symfony/yaml",
2103
            "version": "v3.2.6",
2104
            "source": {
2105
                "type": "git",
2106
                "url": "https://github.com/symfony/yaml.git",
2107
                "reference": "093e416ad096355149e265ea2e4cc1f9ee40ab1a"
2108
            },
2109
            "dist": {
2110
                "type": "zip",
2111
                "url": "https://api.github.com/repos/symfony/yaml/zipball/093e416ad096355149e265ea2e4cc1f9ee40ab1a",
2112
                "reference": "093e416ad096355149e265ea2e4cc1f9ee40ab1a",
2113
                "shasum": ""
2114
            },
2115
            "require": {
2116
                "php": ">=5.5.9"
2117
            },
2118
            "require-dev": {
2119
                "symfony/console": "~2.8|~3.0"
2120
            },
2121
            "suggest": {
2122
                "symfony/console": "For validating YAML files using the lint command"
2123
            },
2124
            "type": "library",
2125
            "extra": {
2126
                "branch-alias": {
2127
                    "dev-master": "3.2-dev"
2128
                }
2129
            },
2130
            "autoload": {
2131
                "psr-4": {
2132
                    "Symfony\\Component\\Yaml\\": ""
2133
                },
2134
                "exclude-from-classmap": [
2135
                    "/Tests/"
2136
                ]
2137
            },
2138
            "notification-url": "https://packagist.org/downloads/",
2139
            "license": [
2140
                "MIT"
2141
            ],
2142
            "authors": [
2143
                {
2144
                    "name": "Fabien Potencier",
2145
                    "email": "[email protected]"
2146
                },
2147
                {
2148
                    "name": "Symfony Community",
2149
                    "homepage": "https://symfony.com/contributors"
2150
                }
2151
            ],
2152
            "description": "Symfony Yaml Component",
2153
            "homepage": "https://symfony.com",
2154
            "time": "2017-03-07T16:47:02+00:00"
2155
        },
2156
        {
2157
            "name": "webmozart/assert",
2158
            "version": "1.2.0",
2159
            "source": {
2160
                "type": "git",
2161
                "url": "https://github.com/webmozart/assert.git",
2162
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
2163
            },
2164
            "dist": {
2165
                "type": "zip",
2166
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
2167
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
2168
                "shasum": ""
2169
            },
2170
            "require": {
2171
                "php": "^5.3.3 || ^7.0"
2172
            },
2173
            "require-dev": {
2174
                "phpunit/phpunit": "^4.6",
2175
                "sebastian/version": "^1.0.1"
2176
            },
2177
            "type": "library",
2178
            "extra": {
2179
                "branch-alias": {
2180
                    "dev-master": "1.3-dev"
2181
                }
2182
            },
2183
            "autoload": {
2184
                "psr-4": {
2185
                    "Webmozart\\Assert\\": "src/"
2186
                }
2187
            },
2188
            "notification-url": "https://packagist.org/downloads/",
2189
            "license": [
2190
                "MIT"
2191
            ],
2192
            "authors": [
2193
                {
2194
                    "name": "Bernhard Schussek",
2195
                    "email": "[email protected]"
2196
                }
2197
            ],
2198
            "description": "Assertions to validate method input/output with nice error messages.",
2199
            "keywords": [
2200
                "assert",
2201
                "check",
2202
                "validate"
2203
            ],
2204
            "time": "2016-11-23T20:04:58+00:00"
2205
        }
2206
    ],
2207
    "aliases": [],
2208
    "minimum-stability": "stable",
2209
    "stability-flags": [],
2210
    "prefer-stable": false,
2211
    "prefer-lowest": false,
2212
    "platform": {
2213
        "php": ">=5.4.0"
2214
    },
2215
    "platform-dev": []
2216
}
2217