Passed
Push — master ( 6be757...77d291 )
by Dmytro
05:14
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": "e73f69f09d28dfc5457754da3235ff74",
8
    "content-hash": "e2ae388861a523b82566444533f0f623",
9
    "packages": [
10
        {
11
            "name": "doctrine/annotations",
12
            "version": "v1.4.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/doctrine/annotations.git",
16
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
21
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "doctrine/lexer": "1.*",
26
                "php": "^5.6 || ^7.0"
27
            },
28
            "require-dev": {
29
                "doctrine/cache": "1.*",
30
                "phpunit/phpunit": "^5.7"
31
            },
32
            "type": "library",
33
            "extra": {
34
                "branch-alias": {
35
                    "dev-master": "1.4.x-dev"
36
                }
37
            },
38
            "autoload": {
39
                "psr-4": {
40
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
41
                }
42
            },
43
            "notification-url": "https://packagist.org/downloads/",
44
            "license": [
45
                "MIT"
46
            ],
47
            "authors": [
48
                {
49
                    "name": "Roman Borschel",
50
                    "email": "[email protected]"
51
                },
52
                {
53
                    "name": "Benjamin Eberlei",
54
                    "email": "[email protected]"
55
                },
56
                {
57
                    "name": "Guilherme Blanco",
58
                    "email": "[email protected]"
59
                },
60
                {
61
                    "name": "Jonathan Wage",
62
                    "email": "[email protected]"
63
                },
64
                {
65
                    "name": "Johannes Schmitt",
66
                    "email": "[email protected]"
67
                }
68
            ],
69
            "description": "Docblock Annotations Parser",
70
            "homepage": "http://www.doctrine-project.org",
71
            "keywords": [
72
                "annotations",
73
                "docblock",
74
                "parser"
75
            ],
76
            "time": "2017-02-24 16:22:25"
77
        },
78
        {
79
            "name": "doctrine/cache",
80
            "version": "v1.6.1",
81
            "source": {
82
                "type": "git",
83
                "url": "https://github.com/doctrine/cache.git",
84
                "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
85
            },
86
            "dist": {
87
                "type": "zip",
88
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
89
                "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
90
                "shasum": ""
91
            },
92
            "require": {
93
                "php": "~5.5|~7.0"
94
            },
95
            "conflict": {
96
                "doctrine/common": ">2.2,<2.4"
97
            },
98
            "require-dev": {
99
                "phpunit/phpunit": "~4.8|~5.0",
100
                "predis/predis": "~1.0",
101
                "satooshi/php-coveralls": "~0.6"
102
            },
103
            "type": "library",
104
            "extra": {
105
                "branch-alias": {
106
                    "dev-master": "1.6.x-dev"
107
                }
108
            },
109
            "autoload": {
110
                "psr-4": {
111
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
112
                }
113
            },
114
            "notification-url": "https://packagist.org/downloads/",
115
            "license": [
116
                "MIT"
117
            ],
118
            "authors": [
119
                {
120
                    "name": "Roman Borschel",
121
                    "email": "[email protected]"
122
                },
123
                {
124
                    "name": "Benjamin Eberlei",
125
                    "email": "[email protected]"
126
                },
127
                {
128
                    "name": "Guilherme Blanco",
129
                    "email": "[email protected]"
130
                },
131
                {
132
                    "name": "Jonathan Wage",
133
                    "email": "[email protected]"
134
                },
135
                {
136
                    "name": "Johannes Schmitt",
137
                    "email": "[email protected]"
138
                }
139
            ],
140
            "description": "Caching library offering an object-oriented API for many cache backends",
141
            "homepage": "http://www.doctrine-project.org",
142
            "keywords": [
143
                "cache",
144
                "caching"
145
            ],
146
            "time": "2016-10-29 11:16:17"
147
        },
148
        {
149
            "name": "doctrine/collections",
150
            "version": "v1.4.0",
151
            "source": {
152
                "type": "git",
153
                "url": "https://github.com/doctrine/collections.git",
154
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
155
            },
156
            "dist": {
157
                "type": "zip",
158
                "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
159
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
160
                "shasum": ""
161
            },
162
            "require": {
163
                "php": "^5.6 || ^7.0"
164
            },
165
            "require-dev": {
166
                "doctrine/coding-standard": "~0.1@dev",
167
                "phpunit/phpunit": "^5.7"
168
            },
169
            "type": "library",
170
            "extra": {
171
                "branch-alias": {
172
                    "dev-master": "1.3.x-dev"
173
                }
174
            },
175
            "autoload": {
176
                "psr-0": {
177
                    "Doctrine\\Common\\Collections\\": "lib/"
178
                }
179
            },
180
            "notification-url": "https://packagist.org/downloads/",
181
            "license": [
182
                "MIT"
183
            ],
184
            "authors": [
185
                {
186
                    "name": "Roman Borschel",
187
                    "email": "[email protected]"
188
                },
189
                {
190
                    "name": "Benjamin Eberlei",
191
                    "email": "[email protected]"
192
                },
193
                {
194
                    "name": "Guilherme Blanco",
195
                    "email": "[email protected]"
196
                },
197
                {
198
                    "name": "Jonathan Wage",
199
                    "email": "[email protected]"
200
                },
201
                {
202
                    "name": "Johannes Schmitt",
203
                    "email": "[email protected]"
204
                }
205
            ],
206
            "description": "Collections Abstraction library",
207
            "homepage": "http://www.doctrine-project.org",
208
            "keywords": [
209
                "array",
210
                "collections",
211
                "iterator"
212
            ],
213
            "time": "2017-01-03 10:49:41"
214
        },
215
        {
216
            "name": "doctrine/common",
217
            "version": "v2.7.2",
218
            "source": {
219
                "type": "git",
220
                "url": "https://github.com/doctrine/common.git",
221
                "reference": "930297026c8009a567ac051fd545bf6124150347"
222
            },
223
            "dist": {
224
                "type": "zip",
225
                "url": "https://api.github.com/repos/doctrine/common/zipball/930297026c8009a567ac051fd545bf6124150347",
226
                "reference": "930297026c8009a567ac051fd545bf6124150347",
227
                "shasum": ""
228
            },
229
            "require": {
230
                "doctrine/annotations": "1.*",
231
                "doctrine/cache": "1.*",
232
                "doctrine/collections": "1.*",
233
                "doctrine/inflector": "1.*",
234
                "doctrine/lexer": "1.*",
235
                "php": "~5.6|~7.0"
236
            },
237
            "require-dev": {
238
                "phpunit/phpunit": "^5.4.6"
239
            },
240
            "type": "library",
241
            "extra": {
242
                "branch-alias": {
243
                    "dev-master": "2.7.x-dev"
244
                }
245
            },
246
            "autoload": {
247
                "psr-4": {
248
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
249
                }
250
            },
251
            "notification-url": "https://packagist.org/downloads/",
252
            "license": [
253
                "MIT"
254
            ],
255
            "authors": [
256
                {
257
                    "name": "Roman Borschel",
258
                    "email": "[email protected]"
259
                },
260
                {
261
                    "name": "Benjamin Eberlei",
262
                    "email": "[email protected]"
263
                },
264
                {
265
                    "name": "Guilherme Blanco",
266
                    "email": "[email protected]"
267
                },
268
                {
269
                    "name": "Jonathan Wage",
270
                    "email": "[email protected]"
271
                },
272
                {
273
                    "name": "Johannes Schmitt",
274
                    "email": "[email protected]"
275
                }
276
            ],
277
            "description": "Common Library for Doctrine projects",
278
            "homepage": "http://www.doctrine-project.org",
279
            "keywords": [
280
                "annotations",
281
                "collections",
282
                "eventmanager",
283
                "persistence",
284
                "spl"
285
            ],
286
            "time": "2017-01-13 14:02:13"
287
        },
288
        {
289
            "name": "doctrine/inflector",
290
            "version": "v1.1.0",
291
            "source": {
292
                "type": "git",
293
                "url": "https://github.com/doctrine/inflector.git",
294
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
295
            },
296
            "dist": {
297
                "type": "zip",
298
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
299
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
300
                "shasum": ""
301
            },
302
            "require": {
303
                "php": ">=5.3.2"
304
            },
305
            "require-dev": {
306
                "phpunit/phpunit": "4.*"
307
            },
308
            "type": "library",
309
            "extra": {
310
                "branch-alias": {
311
                    "dev-master": "1.1.x-dev"
312
                }
313
            },
314
            "autoload": {
315
                "psr-0": {
316
                    "Doctrine\\Common\\Inflector\\": "lib/"
317
                }
318
            },
319
            "notification-url": "https://packagist.org/downloads/",
320
            "license": [
321
                "MIT"
322
            ],
323
            "authors": [
324
                {
325
                    "name": "Roman Borschel",
326
                    "email": "[email protected]"
327
                },
328
                {
329
                    "name": "Benjamin Eberlei",
330
                    "email": "[email protected]"
331
                },
332
                {
333
                    "name": "Guilherme Blanco",
334
                    "email": "[email protected]"
335
                },
336
                {
337
                    "name": "Jonathan Wage",
338
                    "email": "[email protected]"
339
                },
340
                {
341
                    "name": "Johannes Schmitt",
342
                    "email": "[email protected]"
343
                }
344
            ],
345
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
346
            "homepage": "http://www.doctrine-project.org",
347
            "keywords": [
348
                "inflection",
349
                "pluralize",
350
                "singularize",
351
                "string"
352
            ],
353
            "time": "2015-11-06 14:35:42"
354
        },
355
        {
356
            "name": "doctrine/lexer",
357
            "version": "v1.0.1",
358
            "source": {
359
                "type": "git",
360
                "url": "https://github.com/doctrine/lexer.git",
361
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
362
            },
363
            "dist": {
364
                "type": "zip",
365
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
366
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
367
                "shasum": ""
368
            },
369
            "require": {
370
                "php": ">=5.3.2"
371
            },
372
            "type": "library",
373
            "extra": {
374
                "branch-alias": {
375
                    "dev-master": "1.0.x-dev"
376
                }
377
            },
378
            "autoload": {
379
                "psr-0": {
380
                    "Doctrine\\Common\\Lexer\\": "lib/"
381
                }
382
            },
383
            "notification-url": "https://packagist.org/downloads/",
384
            "license": [
385
                "MIT"
386
            ],
387
            "authors": [
388
                {
389
                    "name": "Roman Borschel",
390
                    "email": "[email protected]"
391
                },
392
                {
393
                    "name": "Guilherme Blanco",
394
                    "email": "[email protected]"
395
                },
396
                {
397
                    "name": "Johannes Schmitt",
398
                    "email": "[email protected]"
399
                }
400
            ],
401
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
402
            "homepage": "http://www.doctrine-project.org",
403
            "keywords": [
404
                "lexer",
405
                "parser"
406
            ],
407
            "time": "2014-09-09 13:34:57"
408
        },
409
        {
410
            "name": "league/fractal",
411
            "version": "0.16.0",
412
            "source": {
413
                "type": "git",
414
                "url": "https://github.com/thephpleague/fractal.git",
415
                "reference": "d0445305e308d9207430680acfd580557b679ddc"
416
            },
417
            "dist": {
418
                "type": "zip",
419
                "url": "https://api.github.com/repos/thephpleague/fractal/zipball/d0445305e308d9207430680acfd580557b679ddc",
420
                "reference": "d0445305e308d9207430680acfd580557b679ddc",
421
                "shasum": ""
422
            },
423
            "require": {
424
                "php": ">=5.4"
425
            },
426
            "require-dev": {
427
                "doctrine/orm": "^2.5",
428
                "illuminate/contracts": "~5.0",
429
                "mockery/mockery": "~0.9",
430
                "pagerfanta/pagerfanta": "~1.0.0",
431
                "phpunit/phpunit": "~4.0",
432
                "squizlabs/php_codesniffer": "~1.5",
433
                "zendframework/zend-paginator": "~2.3"
434
            },
435
            "suggest": {
436
                "illuminate/pagination": "The Illuminate Pagination component.",
437
                "pagerfanta/pagerfanta": "Pagerfanta Paginator",
438
                "zendframework/zend-paginator": "Zend Framework Paginator"
439
            },
440
            "type": "library",
441
            "extra": {
442
                "branch-alias": {
443
                    "dev-master": "0.13-dev"
444
                }
445
            },
446
            "autoload": {
447
                "psr-4": {
448
                    "League\\Fractal\\": "src"
449
                }
450
            },
451
            "notification-url": "https://packagist.org/downloads/",
452
            "license": [
453
                "MIT"
454
            ],
455
            "authors": [
456
                {
457
                    "name": "Phil Sturgeon",
458
                    "email": "[email protected]",
459
                    "homepage": "http://philsturgeon.uk/",
460
                    "role": "Developer"
461
                }
462
            ],
463
            "description": "Handle the output of complex data structures ready for API output.",
464
            "homepage": "http://fractal.thephpleague.com/",
465
            "keywords": [
466
                "api",
467
                "json",
468
                "league",
469
                "rest"
470
            ],
471
            "time": "2017-03-12 01:28:43"
472
        },
473
        {
474
            "name": "paragonie/random_compat",
475
            "version": "v2.0.10",
476
            "source": {
477
                "type": "git",
478
                "url": "https://github.com/paragonie/random_compat.git",
479
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
480
            },
481
            "dist": {
482
                "type": "zip",
483
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
484
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
485
                "shasum": ""
486
            },
487
            "require": {
488
                "php": ">=5.2.0"
489
            },
490
            "require-dev": {
491
                "phpunit/phpunit": "4.*|5.*"
492
            },
493
            "suggest": {
494
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
495
            },
496
            "type": "library",
497
            "autoload": {
498
                "files": [
499
                    "lib/random.php"
500
                ]
501
            },
502
            "notification-url": "https://packagist.org/downloads/",
503
            "license": [
504
                "MIT"
505
            ],
506
            "authors": [
507
                {
508
                    "name": "Paragon Initiative Enterprises",
509
                    "email": "[email protected]",
510
                    "homepage": "https://paragonie.com"
511
                }
512
            ],
513
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
514
            "keywords": [
515
                "csprng",
516
                "pseudorandom",
517
                "random"
518
            ],
519
            "time": "2017-03-13 16:27:32"
520
        },
521
        {
522
            "name": "paymaxi/compiler",
523
            "version": "dev-master",
524
            "source": {
525
                "type": "git",
526
                "url": "https://github.com/paymaxi/compiler.git",
527
                "reference": "6289ea482cabea398414de77eda86798db709645"
528
            },
529
            "dist": {
530
                "type": "zip",
531
                "url": "https://api.github.com/repos/paymaxi/compiler/zipball/6289ea482cabea398414de77eda86798db709645",
532
                "reference": "6289ea482cabea398414de77eda86798db709645",
533
                "shasum": ""
534
            },
535
            "require": {
536
                "php": "^7.0",
537
                "sylius/registry": "^0.19"
538
            },
539
            "type": "library",
540
            "extra": {
541
                "branch-alias": {
542
                    "dev-master": "0.1.x-dev"
543
                }
544
            },
545
            "autoload": {
546
                "psr-4": {
547
                    "Paymaxi\\Component\\Compiler\\": ""
548
                }
549
            },
550
            "notification-url": "https://packagist.org/downloads/",
551
            "license": [
552
                "MIT"
553
            ],
554
            "description": "Compiler component",
555
            "time": "2017-05-30 09:04:46"
556
        },
557
        {
558
            "name": "psr/cache",
559
            "version": "1.0.1",
560
            "source": {
561
                "type": "git",
562
                "url": "https://github.com/php-fig/cache.git",
563
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
564
            },
565
            "dist": {
566
                "type": "zip",
567
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
568
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
569
                "shasum": ""
570
            },
571
            "require": {
572
                "php": ">=5.3.0"
573
            },
574
            "type": "library",
575
            "extra": {
576
                "branch-alias": {
577
                    "dev-master": "1.0.x-dev"
578
                }
579
            },
580
            "autoload": {
581
                "psr-4": {
582
                    "Psr\\Cache\\": "src/"
583
                }
584
            },
585
            "notification-url": "https://packagist.org/downloads/",
586
            "license": [
587
                "MIT"
588
            ],
589
            "authors": [
590
                {
591
                    "name": "PHP-FIG",
592
                    "homepage": "http://www.php-fig.org/"
593
                }
594
            ],
595
            "description": "Common interface for caching libraries",
596
            "keywords": [
597
                "cache",
598
                "psr",
599
                "psr-6"
600
            ],
601
            "time": "2016-08-06 20:24:11"
602
        },
603
        {
604
            "name": "psr/log",
605
            "version": "1.0.2",
606
            "source": {
607
                "type": "git",
608
                "url": "https://github.com/php-fig/log.git",
609
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
610
            },
611
            "dist": {
612
                "type": "zip",
613
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
614
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
615
                "shasum": ""
616
            },
617
            "require": {
618
                "php": ">=5.3.0"
619
            },
620
            "type": "library",
621
            "extra": {
622
                "branch-alias": {
623
                    "dev-master": "1.0.x-dev"
624
                }
625
            },
626
            "autoload": {
627
                "psr-4": {
628
                    "Psr\\Log\\": "Psr/Log/"
629
                }
630
            },
631
            "notification-url": "https://packagist.org/downloads/",
632
            "license": [
633
                "MIT"
634
            ],
635
            "authors": [
636
                {
637
                    "name": "PHP-FIG",
638
                    "homepage": "http://www.php-fig.org/"
639
                }
640
            ],
641
            "description": "Common interface for logging libraries",
642
            "homepage": "https://github.com/php-fig/log",
643
            "keywords": [
644
                "log",
645
                "psr",
646
                "psr-3"
647
            ],
648
            "time": "2016-10-10 12:19:37"
649
        },
650
        {
651
            "name": "sylius/registry",
652
            "version": "v0.19.0",
653
            "source": {
654
                "type": "git",
655
                "url": "https://github.com/Sylius/Registry.git",
656
                "reference": "6cc472026500c0982029e6dd51bf0cecdcc64d51"
657
            },
658
            "dist": {
659
                "type": "zip",
660
                "url": "https://api.github.com/repos/Sylius/Registry/zipball/6cc472026500c0982029e6dd51bf0cecdcc64d51",
661
                "reference": "6cc472026500c0982029e6dd51bf0cecdcc64d51",
662
                "shasum": ""
663
            },
664
            "require": {
665
                "php": "^5.6|^7.0",
666
                "webmozart/assert": "^1.0",
667
                "zendframework/zend-stdlib": "^2.0|^3.0"
668
            },
669
            "require-dev": {
670
                "phpspec/phpspec": "^2.4"
671
            },
672
            "type": "library",
673
            "extra": {
674
                "branch-alias": {
675
                    "dev-master": "0.19-dev"
676
                }
677
            },
678
            "autoload": {
679
                "psr-4": {
680
                    "Sylius\\Component\\Registry\\": ""
681
                }
682
            },
683
            "notification-url": "https://packagist.org/downloads/",
684
            "license": [
685
                "MIT"
686
            ],
687
            "authors": [
688
                {
689
                    "name": "Sylius project",
690
                    "homepage": "http://sylius.org"
691
                },
692
                {
693
                    "name": "Community contributions",
694
                    "homepage": "http://github.com/Sylius/Sylius/contributors"
695
                },
696
                {
697
                    "name": "Paweł Jędrzejewski",
698
                    "homepage": "http://pjedrzejewski.com"
699
                }
700
            ],
701
            "description": "Services registry.",
702
            "homepage": "http://sylius.org",
703
            "keywords": [
704
                "registry",
705
                "services"
706
            ],
707
            "time": "2016-05-23 09:45:39"
708
        },
709
        {
710
            "name": "symfony/polyfill-intl-icu",
711
            "version": "v1.3.0",
712
            "source": {
713
                "type": "git",
714
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
715
                "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4"
716
            },
717
            "dist": {
718
                "type": "zip",
719
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2d6e2b20d457603eefb6e614286c22efca30fdb4",
720
                "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4",
721
                "shasum": ""
722
            },
723
            "require": {
724
                "php": ">=5.3.3",
725
                "symfony/intl": "~2.3|~3.0"
726
            },
727
            "suggest": {
728
                "ext-intl": "For best performance"
729
            },
730
            "type": "library",
731
            "extra": {
732
                "branch-alias": {
733
                    "dev-master": "1.3-dev"
734
                }
735
            },
736
            "autoload": {
737
                "files": [
738
                    "bootstrap.php"
739
                ]
740
            },
741
            "notification-url": "https://packagist.org/downloads/",
742
            "license": [
743
                "MIT"
744
            ],
745
            "authors": [
746
                {
747
                    "name": "Nicolas Grekas",
748
                    "email": "[email protected]"
749
                },
750
                {
751
                    "name": "Symfony Community",
752
                    "homepage": "https://symfony.com/contributors"
753
                }
754
            ],
755
            "description": "Symfony polyfill for intl's ICU-related data and classes",
756
            "homepage": "https://symfony.com",
757
            "keywords": [
758
                "compatibility",
759
                "icu",
760
                "intl",
761
                "polyfill",
762
                "portable",
763
                "shim"
764
            ],
765
            "time": "2016-11-14 01:06:16"
766
        },
767
        {
768
            "name": "symfony/polyfill-mbstring",
769
            "version": "v1.3.0",
770
            "source": {
771
                "type": "git",
772
                "url": "https://github.com/symfony/polyfill-mbstring.git",
773
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
774
            },
775
            "dist": {
776
                "type": "zip",
777
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
778
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
779
                "shasum": ""
780
            },
781
            "require": {
782
                "php": ">=5.3.3"
783
            },
784
            "suggest": {
785
                "ext-mbstring": "For best performance"
786
            },
787
            "type": "library",
788
            "extra": {
789
                "branch-alias": {
790
                    "dev-master": "1.3-dev"
791
                }
792
            },
793
            "autoload": {
794
                "psr-4": {
795
                    "Symfony\\Polyfill\\Mbstring\\": ""
796
                },
797
                "files": [
798
                    "bootstrap.php"
799
                ]
800
            },
801
            "notification-url": "https://packagist.org/downloads/",
802
            "license": [
803
                "MIT"
804
            ],
805
            "authors": [
806
                {
807
                    "name": "Nicolas Grekas",
808
                    "email": "[email protected]"
809
                },
810
                {
811
                    "name": "Symfony Community",
812
                    "homepage": "https://symfony.com/contributors"
813
                }
814
            ],
815
            "description": "Symfony polyfill for the Mbstring extension",
816
            "homepage": "https://symfony.com",
817
            "keywords": [
818
                "compatibility",
819
                "mbstring",
820
                "polyfill",
821
                "portable",
822
                "shim"
823
            ],
824
            "time": "2016-11-14 01:06:16"
825
        },
826
        {
827
            "name": "symfony/polyfill-php56",
828
            "version": "v1.3.0",
829
            "source": {
830
                "type": "git",
831
                "url": "https://github.com/symfony/polyfill-php56.git",
832
                "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c"
833
            },
834
            "dist": {
835
                "type": "zip",
836
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/1dd42b9b89556f18092f3d1ada22cb05ac85383c",
837
                "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c",
838
                "shasum": ""
839
            },
840
            "require": {
841
                "php": ">=5.3.3",
842
                "symfony/polyfill-util": "~1.0"
843
            },
844
            "type": "library",
845
            "extra": {
846
                "branch-alias": {
847
                    "dev-master": "1.3-dev"
848
                }
849
            },
850
            "autoload": {
851
                "psr-4": {
852
                    "Symfony\\Polyfill\\Php56\\": ""
853
                },
854
                "files": [
855
                    "bootstrap.php"
856
                ]
857
            },
858
            "notification-url": "https://packagist.org/downloads/",
859
            "license": [
860
                "MIT"
861
            ],
862
            "authors": [
863
                {
864
                    "name": "Nicolas Grekas",
865
                    "email": "[email protected]"
866
                },
867
                {
868
                    "name": "Symfony Community",
869
                    "homepage": "https://symfony.com/contributors"
870
                }
871
            ],
872
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
873
            "homepage": "https://symfony.com",
874
            "keywords": [
875
                "compatibility",
876
                "polyfill",
877
                "portable",
878
                "shim"
879
            ],
880
            "time": "2016-11-14 01:06:16"
881
        },
882
        {
883
            "name": "symfony/polyfill-php70",
884
            "version": "v1.3.0",
885
            "source": {
886
                "type": "git",
887
                "url": "https://github.com/symfony/polyfill-php70.git",
888
                "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2"
889
            },
890
            "dist": {
891
                "type": "zip",
892
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/13ce343935f0f91ca89605a2f6ca6f5c2f3faac2",
893
                "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2",
894
                "shasum": ""
895
            },
896
            "require": {
897
                "paragonie/random_compat": "~1.0|~2.0",
898
                "php": ">=5.3.3"
899
            },
900
            "type": "library",
901
            "extra": {
902
                "branch-alias": {
903
                    "dev-master": "1.3-dev"
904
                }
905
            },
906
            "autoload": {
907
                "psr-4": {
908
                    "Symfony\\Polyfill\\Php70\\": ""
909
                },
910
                "files": [
911
                    "bootstrap.php"
912
                ],
913
                "classmap": [
914
                    "Resources/stubs"
915
                ]
916
            },
917
            "notification-url": "https://packagist.org/downloads/",
918
            "license": [
919
                "MIT"
920
            ],
921
            "authors": [
922
                {
923
                    "name": "Nicolas Grekas",
924
                    "email": "[email protected]"
925
                },
926
                {
927
                    "name": "Symfony Community",
928
                    "homepage": "https://symfony.com/contributors"
929
                }
930
            ],
931
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
932
            "homepage": "https://symfony.com",
933
            "keywords": [
934
                "compatibility",
935
                "polyfill",
936
                "portable",
937
                "shim"
938
            ],
939
            "time": "2016-11-14 01:06:16"
940
        },
941
        {
942
            "name": "symfony/polyfill-util",
943
            "version": "v1.3.0",
944
            "source": {
945
                "type": "git",
946
                "url": "https://github.com/symfony/polyfill-util.git",
947
                "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb"
948
            },
949
            "dist": {
950
                "type": "zip",
951
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/746bce0fca664ac0a575e465f65c6643faddf7fb",
952
                "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb",
953
                "shasum": ""
954
            },
955
            "require": {
956
                "php": ">=5.3.3"
957
            },
958
            "type": "library",
959
            "extra": {
960
                "branch-alias": {
961
                    "dev-master": "1.3-dev"
962
                }
963
            },
964
            "autoload": {
965
                "psr-4": {
966
                    "Symfony\\Polyfill\\Util\\": ""
967
                }
968
            },
969
            "notification-url": "https://packagist.org/downloads/",
970
            "license": [
971
                "MIT"
972
            ],
973
            "authors": [
974
                {
975
                    "name": "Nicolas Grekas",
976
                    "email": "[email protected]"
977
                },
978
                {
979
                    "name": "Symfony Community",
980
                    "homepage": "https://symfony.com/contributors"
981
                }
982
            ],
983
            "description": "Symfony utilities for portability of PHP codes",
984
            "homepage": "https://symfony.com",
985
            "keywords": [
986
                "compat",
987
                "compatibility",
988
                "polyfill",
989
                "shim"
990
            ],
991
            "time": "2016-11-14 01:06:16"
992
        },
993
        {
994
            "name": "symfony/symfony",
0 ignored issues
show
995
            "version": "v3.1.4",
996
            "source": {
997
                "type": "git",
998
                "url": "https://github.com/symfony/symfony.git",
999
                "reference": "65ca9e4fbdb34f6d463ef77898ca583b101a4162"
1000
            },
1001
            "dist": {
1002
                "type": "zip",
1003
                "url": "https://api.github.com/repos/symfony/symfony/zipball/65ca9e4fbdb34f6d463ef77898ca583b101a4162",
1004
                "reference": "65ca9e4fbdb34f6d463ef77898ca583b101a4162",
1005
                "shasum": ""
1006
            },
1007
            "require": {
1008
                "doctrine/common": "~2.4",
1009
                "php": ">=5.5.9",
1010
                "psr/cache": "~1.0",
1011
                "psr/log": "~1.0",
1012
                "symfony/polyfill-intl-icu": "~1.0",
1013
                "symfony/polyfill-mbstring": "~1.0",
1014
                "symfony/polyfill-php56": "~1.0",
1015
                "symfony/polyfill-php70": "~1.0",
1016
                "symfony/polyfill-util": "~1.0",
1017
                "twig/twig": "~1.23|~2.0"
1018
            },
1019
            "conflict": {
1020
                "phpdocumentor/reflection-docblock": "<3.0",
1021
                "phpdocumentor/type-resolver": "<0.2.0"
1022
            },
1023
            "provide": {
1024
                "psr/cache-implementation": "1.0"
1025
            },
1026
            "replace": {
1027
                "symfony/asset": "self.version",
1028
                "symfony/browser-kit": "self.version",
1029
                "symfony/cache": "self.version",
1030
                "symfony/class-loader": "self.version",
1031
                "symfony/config": "self.version",
1032
                "symfony/console": "self.version",
1033
                "symfony/css-selector": "self.version",
1034
                "symfony/debug": "self.version",
1035
                "symfony/debug-bundle": "self.version",
1036
                "symfony/dependency-injection": "self.version",
1037
                "symfony/doctrine-bridge": "self.version",
1038
                "symfony/dom-crawler": "self.version",
1039
                "symfony/event-dispatcher": "self.version",
1040
                "symfony/expression-language": "self.version",
1041
                "symfony/filesystem": "self.version",
1042
                "symfony/finder": "self.version",
1043
                "symfony/form": "self.version",
1044
                "symfony/framework-bundle": "self.version",
1045
                "symfony/http-foundation": "self.version",
1046
                "symfony/http-kernel": "self.version",
1047
                "symfony/inflector": "self.version",
1048
                "symfony/intl": "self.version",
1049
                "symfony/ldap": "self.version",
1050
                "symfony/monolog-bridge": "self.version",
1051
                "symfony/options-resolver": "self.version",
1052
                "symfony/process": "self.version",
1053
                "symfony/property-access": "self.version",
1054
                "symfony/property-info": "self.version",
1055
                "symfony/proxy-manager-bridge": "self.version",
1056
                "symfony/routing": "self.version",
1057
                "symfony/security": "self.version",
1058
                "symfony/security-bundle": "self.version",
1059
                "symfony/security-core": "self.version",
1060
                "symfony/security-csrf": "self.version",
1061
                "symfony/security-guard": "self.version",
1062
                "symfony/security-http": "self.version",
1063
                "symfony/serializer": "self.version",
1064
                "symfony/stopwatch": "self.version",
1065
                "symfony/templating": "self.version",
1066
                "symfony/translation": "self.version",
1067
                "symfony/twig-bridge": "self.version",
1068
                "symfony/twig-bundle": "self.version",
1069
                "symfony/validator": "self.version",
1070
                "symfony/var-dumper": "self.version",
1071
                "symfony/web-profiler-bundle": "self.version",
1072
                "symfony/yaml": "self.version"
1073
            },
1074
            "require-dev": {
1075
                "cache/integration-tests": "dev-master",
1076
                "doctrine/cache": "~1.6",
1077
                "doctrine/data-fixtures": "1.0.*",
1078
                "doctrine/dbal": "~2.4",
1079
                "doctrine/doctrine-bundle": "~1.4",
1080
                "doctrine/orm": "~2.4,>=2.4.5",
1081
                "egulias/email-validator": "~1.2,>=1.2.1",
1082
                "monolog/monolog": "~1.11",
1083
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
1084
                "phpdocumentor/reflection-docblock": "^3.0",
1085
                "predis/predis": "~1.0",
1086
                "symfony/polyfill-apcu": "~1.1",
1087
                "symfony/security-acl": "~2.8|~3.0"
1088
            },
1089
            "type": "library",
1090
            "extra": {
1091
                "branch-alias": {
1092
                    "dev-master": "3.1-dev"
1093
                }
1094
            },
1095
            "autoload": {
1096
                "psr-4": {
1097
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
1098
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
1099
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
1100
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
1101
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
1102
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
1103
                    "Symfony\\Component\\": "src/Symfony/Component/"
1104
                },
1105
                "classmap": [
1106
                    "src/Symfony/Component/Intl/Resources/stubs"
1107
                ],
1108
                "exclude-from-classmap": [
1109
                    "**/Tests/"
1110
                ]
1111
            },
1112
            "notification-url": "https://packagist.org/downloads/",
1113
            "license": [
1114
                "MIT"
1115
            ],
1116
            "authors": [
1117
                {
1118
                    "name": "Fabien Potencier",
1119
                    "email": "[email protected]"
1120
                },
1121
                {
1122
                    "name": "Symfony Community",
1123
                    "homepage": "https://symfony.com/contributors"
1124
                }
1125
            ],
1126
            "description": "The Symfony PHP framework",
1127
            "homepage": "https://symfony.com",
1128
            "keywords": [
1129
                "framework"
1130
            ],
1131
            "time": "2016-09-03 15:28:43"
1132
        },
1133
        {
1134
            "name": "twig/twig",
1135
            "version": "v2.3.2",
1136
            "source": {
1137
                "type": "git",
1138
                "url": "https://github.com/twigphp/Twig.git",
1139
                "reference": "85e8372c451510165c04bf781295f9d922fa524b"
1140
            },
1141
            "dist": {
1142
                "type": "zip",
1143
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/85e8372c451510165c04bf781295f9d922fa524b",
1144
                "reference": "85e8372c451510165c04bf781295f9d922fa524b",
1145
                "shasum": ""
1146
            },
1147
            "require": {
1148
                "php": "^7.0",
1149
                "symfony/polyfill-mbstring": "~1.0"
1150
            },
1151
            "require-dev": {
1152
                "psr/container": "^1.0",
1153
                "symfony/debug": "~2.7",
1154
                "symfony/phpunit-bridge": "~3.3@dev"
1155
            },
1156
            "type": "library",
1157
            "extra": {
1158
                "branch-alias": {
1159
                    "dev-master": "2.3-dev"
1160
                }
1161
            },
1162
            "autoload": {
1163
                "psr-0": {
1164
                    "Twig_": "lib/"
1165
                }
1166
            },
1167
            "notification-url": "https://packagist.org/downloads/",
1168
            "license": [
1169
                "BSD-3-Clause"
1170
            ],
1171
            "authors": [
1172
                {
1173
                    "name": "Fabien Potencier",
1174
                    "email": "[email protected]",
1175
                    "homepage": "http://fabien.potencier.org",
1176
                    "role": "Lead Developer"
1177
                },
1178
                {
1179
                    "name": "Armin Ronacher",
1180
                    "email": "[email protected]",
1181
                    "role": "Project Founder"
1182
                },
1183
                {
1184
                    "name": "Twig Team",
1185
                    "homepage": "http://twig.sensiolabs.org/contributors",
1186
                    "role": "Contributors"
1187
                }
1188
            ],
1189
            "description": "Twig, the flexible, fast, and secure template language for PHP",
1190
            "homepage": "http://twig.sensiolabs.org",
1191
            "keywords": [
1192
                "templating"
1193
            ],
1194
            "time": "2017-04-21 00:13:02"
1195
        },
1196
        {
1197
            "name": "webmozart/assert",
1198
            "version": "1.2.0",
1199
            "source": {
1200
                "type": "git",
1201
                "url": "https://github.com/webmozart/assert.git",
1202
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
1203
            },
1204
            "dist": {
1205
                "type": "zip",
1206
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
1207
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
1208
                "shasum": ""
1209
            },
1210
            "require": {
1211
                "php": "^5.3.3 || ^7.0"
1212
            },
1213
            "require-dev": {
1214
                "phpunit/phpunit": "^4.6",
1215
                "sebastian/version": "^1.0.1"
1216
            },
1217
            "type": "library",
1218
            "extra": {
1219
                "branch-alias": {
1220
                    "dev-master": "1.3-dev"
1221
                }
1222
            },
1223
            "autoload": {
1224
                "psr-4": {
1225
                    "Webmozart\\Assert\\": "src/"
1226
                }
1227
            },
1228
            "notification-url": "https://packagist.org/downloads/",
1229
            "license": [
1230
                "MIT"
1231
            ],
1232
            "authors": [
1233
                {
1234
                    "name": "Bernhard Schussek",
1235
                    "email": "[email protected]"
1236
                }
1237
            ],
1238
            "description": "Assertions to validate method input/output with nice error messages.",
1239
            "keywords": [
1240
                "assert",
1241
                "check",
1242
                "validate"
1243
            ],
1244
            "time": "2016-11-23 20:04:58"
1245
        },
1246
        {
1247
            "name": "zendframework/zend-stdlib",
1248
            "version": "3.1.0",
1249
            "source": {
1250
                "type": "git",
1251
                "url": "https://github.com/zendframework/zend-stdlib.git",
1252
                "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78"
1253
            },
1254
            "dist": {
1255
                "type": "zip",
1256
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78",
1257
                "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78",
1258
                "shasum": ""
1259
            },
1260
            "require": {
1261
                "php": "^5.6 || ^7.0"
1262
            },
1263
            "require-dev": {
1264
                "athletic/athletic": "~0.1",
1265
                "phpunit/phpunit": "~4.0",
1266
                "squizlabs/php_codesniffer": "^2.6.2"
1267
            },
1268
            "type": "library",
1269
            "extra": {
1270
                "branch-alias": {
1271
                    "dev-master": "3.1-dev",
1272
                    "dev-develop": "3.2-dev"
1273
                }
1274
            },
1275
            "autoload": {
1276
                "psr-4": {
1277
                    "Zend\\Stdlib\\": "src/"
1278
                }
1279
            },
1280
            "notification-url": "https://packagist.org/downloads/",
1281
            "license": [
1282
                "BSD-3-Clause"
1283
            ],
1284
            "homepage": "https://github.com/zendframework/zend-stdlib",
1285
            "keywords": [
1286
                "stdlib",
1287
                "zf2"
1288
            ],
1289
            "time": "2016-09-13 14:38:50"
1290
        }
1291
    ],
1292
    "packages-dev": [
1293
        {
1294
            "name": "doctrine/instantiator",
1295
            "version": "1.0.5",
1296
            "source": {
1297
                "type": "git",
1298
                "url": "https://github.com/doctrine/instantiator.git",
1299
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1300
            },
1301
            "dist": {
1302
                "type": "zip",
1303
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1304
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1305
                "shasum": ""
1306
            },
1307
            "require": {
1308
                "php": ">=5.3,<8.0-DEV"
1309
            },
1310
            "require-dev": {
1311
                "athletic/athletic": "~0.1.8",
1312
                "ext-pdo": "*",
1313
                "ext-phar": "*",
1314
                "phpunit/phpunit": "~4.0",
1315
                "squizlabs/php_codesniffer": "~2.0"
1316
            },
1317
            "type": "library",
1318
            "extra": {
1319
                "branch-alias": {
1320
                    "dev-master": "1.0.x-dev"
1321
                }
1322
            },
1323
            "autoload": {
1324
                "psr-4": {
1325
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1326
                }
1327
            },
1328
            "notification-url": "https://packagist.org/downloads/",
1329
            "license": [
1330
                "MIT"
1331
            ],
1332
            "authors": [
1333
                {
1334
                    "name": "Marco Pivetta",
1335
                    "email": "[email protected]",
1336
                    "homepage": "http://ocramius.github.com/"
1337
                }
1338
            ],
1339
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1340
            "homepage": "https://github.com/doctrine/instantiator",
1341
            "keywords": [
1342
                "constructor",
1343
                "instantiate"
1344
            ],
1345
            "time": "2015-06-14 21:17:01"
1346
        },
1347
        {
1348
            "name": "myclabs/deep-copy",
1349
            "version": "1.6.1",
1350
            "source": {
1351
                "type": "git",
1352
                "url": "https://github.com/myclabs/DeepCopy.git",
1353
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
1354
            },
1355
            "dist": {
1356
                "type": "zip",
1357
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
1358
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
1359
                "shasum": ""
1360
            },
1361
            "require": {
1362
                "php": ">=5.4.0"
1363
            },
1364
            "require-dev": {
1365
                "doctrine/collections": "1.*",
1366
                "phpunit/phpunit": "~4.1"
1367
            },
1368
            "type": "library",
1369
            "autoload": {
1370
                "psr-4": {
1371
                    "DeepCopy\\": "src/DeepCopy/"
1372
                }
1373
            },
1374
            "notification-url": "https://packagist.org/downloads/",
1375
            "license": [
1376
                "MIT"
1377
            ],
1378
            "description": "Create deep copies (clones) of your objects",
1379
            "homepage": "https://github.com/myclabs/DeepCopy",
1380
            "keywords": [
1381
                "clone",
1382
                "copy",
1383
                "duplicate",
1384
                "object",
1385
                "object graph"
1386
            ],
1387
            "time": "2017-04-12 18:52:22"
1388
        },
1389
        {
1390
            "name": "phpdocumentor/reflection-common",
1391
            "version": "1.0",
1392
            "source": {
1393
                "type": "git",
1394
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1395
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
1396
            },
1397
            "dist": {
1398
                "type": "zip",
1399
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1400
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1401
                "shasum": ""
1402
            },
1403
            "require": {
1404
                "php": ">=5.5"
1405
            },
1406
            "require-dev": {
1407
                "phpunit/phpunit": "^4.6"
1408
            },
1409
            "type": "library",
1410
            "extra": {
1411
                "branch-alias": {
1412
                    "dev-master": "1.0.x-dev"
1413
                }
1414
            },
1415
            "autoload": {
1416
                "psr-4": {
1417
                    "phpDocumentor\\Reflection\\": [
1418
                        "src"
1419
                    ]
1420
                }
1421
            },
1422
            "notification-url": "https://packagist.org/downloads/",
1423
            "license": [
1424
                "MIT"
1425
            ],
1426
            "authors": [
1427
                {
1428
                    "name": "Jaap van Otterdijk",
1429
                    "email": "[email protected]"
1430
                }
1431
            ],
1432
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1433
            "homepage": "http://www.phpdoc.org",
1434
            "keywords": [
1435
                "FQSEN",
1436
                "phpDocumentor",
1437
                "phpdoc",
1438
                "reflection",
1439
                "static analysis"
1440
            ],
1441
            "time": "2015-12-27 11:43:31"
1442
        },
1443
        {
1444
            "name": "phpdocumentor/reflection-docblock",
1445
            "version": "3.1.1",
1446
            "source": {
1447
                "type": "git",
1448
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1449
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
1450
            },
1451
            "dist": {
1452
                "type": "zip",
1453
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
1454
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
1455
                "shasum": ""
1456
            },
1457
            "require": {
1458
                "php": ">=5.5",
1459
                "phpdocumentor/reflection-common": "^1.0@dev",
1460
                "phpdocumentor/type-resolver": "^0.2.0",
1461
                "webmozart/assert": "^1.0"
1462
            },
1463
            "require-dev": {
1464
                "mockery/mockery": "^0.9.4",
1465
                "phpunit/phpunit": "^4.4"
1466
            },
1467
            "type": "library",
1468
            "autoload": {
1469
                "psr-4": {
1470
                    "phpDocumentor\\Reflection\\": [
1471
                        "src/"
1472
                    ]
1473
                }
1474
            },
1475
            "notification-url": "https://packagist.org/downloads/",
1476
            "license": [
1477
                "MIT"
1478
            ],
1479
            "authors": [
1480
                {
1481
                    "name": "Mike van Riel",
1482
                    "email": "[email protected]"
1483
                }
1484
            ],
1485
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1486
            "time": "2016-09-30 07:12:33"
1487
        },
1488
        {
1489
            "name": "phpdocumentor/type-resolver",
1490
            "version": "0.2.1",
1491
            "source": {
1492
                "type": "git",
1493
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1494
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
1495
            },
1496
            "dist": {
1497
                "type": "zip",
1498
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
1499
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
1500
                "shasum": ""
1501
            },
1502
            "require": {
1503
                "php": ">=5.5",
1504
                "phpdocumentor/reflection-common": "^1.0"
1505
            },
1506
            "require-dev": {
1507
                "mockery/mockery": "^0.9.4",
1508
                "phpunit/phpunit": "^5.2||^4.8.24"
1509
            },
1510
            "type": "library",
1511
            "extra": {
1512
                "branch-alias": {
1513
                    "dev-master": "1.0.x-dev"
1514
                }
1515
            },
1516
            "autoload": {
1517
                "psr-4": {
1518
                    "phpDocumentor\\Reflection\\": [
1519
                        "src/"
1520
                    ]
1521
                }
1522
            },
1523
            "notification-url": "https://packagist.org/downloads/",
1524
            "license": [
1525
                "MIT"
1526
            ],
1527
            "authors": [
1528
                {
1529
                    "name": "Mike van Riel",
1530
                    "email": "[email protected]"
1531
                }
1532
            ],
1533
            "time": "2016-11-25 06:54:22"
1534
        },
1535
        {
1536
            "name": "phpspec/prophecy",
1537
            "version": "v1.7.0",
1538
            "source": {
1539
                "type": "git",
1540
                "url": "https://github.com/phpspec/prophecy.git",
1541
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
1542
            },
1543
            "dist": {
1544
                "type": "zip",
1545
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
1546
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
1547
                "shasum": ""
1548
            },
1549
            "require": {
1550
                "doctrine/instantiator": "^1.0.2",
1551
                "php": "^5.3|^7.0",
1552
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
1553
                "sebastian/comparator": "^1.1|^2.0",
1554
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1555
            },
1556
            "require-dev": {
1557
                "phpspec/phpspec": "^2.5|^3.2",
1558
                "phpunit/phpunit": "^4.8 || ^5.6.5"
1559
            },
1560
            "type": "library",
1561
            "extra": {
1562
                "branch-alias": {
1563
                    "dev-master": "1.6.x-dev"
1564
                }
1565
            },
1566
            "autoload": {
1567
                "psr-0": {
1568
                    "Prophecy\\": "src/"
1569
                }
1570
            },
1571
            "notification-url": "https://packagist.org/downloads/",
1572
            "license": [
1573
                "MIT"
1574
            ],
1575
            "authors": [
1576
                {
1577
                    "name": "Konstantin Kudryashov",
1578
                    "email": "[email protected]",
1579
                    "homepage": "http://everzet.com"
1580
                },
1581
                {
1582
                    "name": "Marcello Duarte",
1583
                    "email": "[email protected]"
1584
                }
1585
            ],
1586
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1587
            "homepage": "https://github.com/phpspec/prophecy",
1588
            "keywords": [
1589
                "Double",
1590
                "Dummy",
1591
                "fake",
1592
                "mock",
1593
                "spy",
1594
                "stub"
1595
            ],
1596
            "time": "2017-03-02 20:05:34"
1597
        },
1598
        {
1599
            "name": "phpunit/php-code-coverage",
1600
            "version": "4.0.8",
1601
            "source": {
1602
                "type": "git",
1603
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1604
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
1605
            },
1606
            "dist": {
1607
                "type": "zip",
1608
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1609
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1610
                "shasum": ""
1611
            },
1612
            "require": {
1613
                "ext-dom": "*",
1614
                "ext-xmlwriter": "*",
1615
                "php": "^5.6 || ^7.0",
1616
                "phpunit/php-file-iterator": "^1.3",
1617
                "phpunit/php-text-template": "^1.2",
1618
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
1619
                "sebastian/code-unit-reverse-lookup": "^1.0",
1620
                "sebastian/environment": "^1.3.2 || ^2.0",
1621
                "sebastian/version": "^1.0 || ^2.0"
1622
            },
1623
            "require-dev": {
1624
                "ext-xdebug": "^2.1.4",
1625
                "phpunit/phpunit": "^5.7"
1626
            },
1627
            "suggest": {
1628
                "ext-xdebug": "^2.5.1"
1629
            },
1630
            "type": "library",
1631
            "extra": {
1632
                "branch-alias": {
1633
                    "dev-master": "4.0.x-dev"
1634
                }
1635
            },
1636
            "autoload": {
1637
                "classmap": [
1638
                    "src/"
1639
                ]
1640
            },
1641
            "notification-url": "https://packagist.org/downloads/",
1642
            "license": [
1643
                "BSD-3-Clause"
1644
            ],
1645
            "authors": [
1646
                {
1647
                    "name": "Sebastian Bergmann",
1648
                    "email": "[email protected]",
1649
                    "role": "lead"
1650
                }
1651
            ],
1652
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1653
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1654
            "keywords": [
1655
                "coverage",
1656
                "testing",
1657
                "xunit"
1658
            ],
1659
            "time": "2017-04-02 07:44:40"
1660
        },
1661
        {
1662
            "name": "phpunit/php-file-iterator",
1663
            "version": "1.4.2",
1664
            "source": {
1665
                "type": "git",
1666
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1667
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
1668
            },
1669
            "dist": {
1670
                "type": "zip",
1671
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1672
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1673
                "shasum": ""
1674
            },
1675
            "require": {
1676
                "php": ">=5.3.3"
1677
            },
1678
            "type": "library",
1679
            "extra": {
1680
                "branch-alias": {
1681
                    "dev-master": "1.4.x-dev"
1682
                }
1683
            },
1684
            "autoload": {
1685
                "classmap": [
1686
                    "src/"
1687
                ]
1688
            },
1689
            "notification-url": "https://packagist.org/downloads/",
1690
            "license": [
1691
                "BSD-3-Clause"
1692
            ],
1693
            "authors": [
1694
                {
1695
                    "name": "Sebastian Bergmann",
1696
                    "email": "[email protected]",
1697
                    "role": "lead"
1698
                }
1699
            ],
1700
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1701
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1702
            "keywords": [
1703
                "filesystem",
1704
                "iterator"
1705
            ],
1706
            "time": "2016-10-03 07:40:28"
1707
        },
1708
        {
1709
            "name": "phpunit/php-text-template",
1710
            "version": "1.2.1",
1711
            "source": {
1712
                "type": "git",
1713
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1714
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1715
            },
1716
            "dist": {
1717
                "type": "zip",
1718
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1719
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1720
                "shasum": ""
1721
            },
1722
            "require": {
1723
                "php": ">=5.3.3"
1724
            },
1725
            "type": "library",
1726
            "autoload": {
1727
                "classmap": [
1728
                    "src/"
1729
                ]
1730
            },
1731
            "notification-url": "https://packagist.org/downloads/",
1732
            "license": [
1733
                "BSD-3-Clause"
1734
            ],
1735
            "authors": [
1736
                {
1737
                    "name": "Sebastian Bergmann",
1738
                    "email": "[email protected]",
1739
                    "role": "lead"
1740
                }
1741
            ],
1742
            "description": "Simple template engine.",
1743
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1744
            "keywords": [
1745
                "template"
1746
            ],
1747
            "time": "2015-06-21 13:50:34"
1748
        },
1749
        {
1750
            "name": "phpunit/php-timer",
1751
            "version": "1.0.9",
1752
            "source": {
1753
                "type": "git",
1754
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1755
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1756
            },
1757
            "dist": {
1758
                "type": "zip",
1759
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1760
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1761
                "shasum": ""
1762
            },
1763
            "require": {
1764
                "php": "^5.3.3 || ^7.0"
1765
            },
1766
            "require-dev": {
1767
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1768
            },
1769
            "type": "library",
1770
            "extra": {
1771
                "branch-alias": {
1772
                    "dev-master": "1.0-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
                    "role": "lead"
1789
                }
1790
            ],
1791
            "description": "Utility class for timing",
1792
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1793
            "keywords": [
1794
                "timer"
1795
            ],
1796
            "time": "2017-02-26 11:10:40"
1797
        },
1798
        {
1799
            "name": "phpunit/php-token-stream",
1800
            "version": "1.4.11",
1801
            "source": {
1802
                "type": "git",
1803
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1804
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
1805
            },
1806
            "dist": {
1807
                "type": "zip",
1808
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
1809
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
1810
                "shasum": ""
1811
            },
1812
            "require": {
1813
                "ext-tokenizer": "*",
1814
                "php": ">=5.3.3"
1815
            },
1816
            "require-dev": {
1817
                "phpunit/phpunit": "~4.2"
1818
            },
1819
            "type": "library",
1820
            "extra": {
1821
                "branch-alias": {
1822
                    "dev-master": "1.4-dev"
1823
                }
1824
            },
1825
            "autoload": {
1826
                "classmap": [
1827
                    "src/"
1828
                ]
1829
            },
1830
            "notification-url": "https://packagist.org/downloads/",
1831
            "license": [
1832
                "BSD-3-Clause"
1833
            ],
1834
            "authors": [
1835
                {
1836
                    "name": "Sebastian Bergmann",
1837
                    "email": "[email protected]"
1838
                }
1839
            ],
1840
            "description": "Wrapper around PHP's tokenizer extension.",
1841
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1842
            "keywords": [
1843
                "tokenizer"
1844
            ],
1845
            "time": "2017-02-27 10:12:30"
1846
        },
1847
        {
1848
            "name": "phpunit/phpunit",
1849
            "version": "5.7.20",
1850
            "source": {
1851
                "type": "git",
1852
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1853
                "reference": "3cb94a5f8c07a03c8b7527ed7468a2926203f58b"
1854
            },
1855
            "dist": {
1856
                "type": "zip",
1857
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3cb94a5f8c07a03c8b7527ed7468a2926203f58b",
1858
                "reference": "3cb94a5f8c07a03c8b7527ed7468a2926203f58b",
1859
                "shasum": ""
1860
            },
1861
            "require": {
1862
                "ext-dom": "*",
1863
                "ext-json": "*",
1864
                "ext-libxml": "*",
1865
                "ext-mbstring": "*",
1866
                "ext-xml": "*",
1867
                "myclabs/deep-copy": "~1.3",
1868
                "php": "^5.6 || ^7.0",
1869
                "phpspec/prophecy": "^1.6.2",
1870
                "phpunit/php-code-coverage": "^4.0.4",
1871
                "phpunit/php-file-iterator": "~1.4",
1872
                "phpunit/php-text-template": "~1.2",
1873
                "phpunit/php-timer": "^1.0.6",
1874
                "phpunit/phpunit-mock-objects": "^3.2",
1875
                "sebastian/comparator": "^1.2.4",
1876
                "sebastian/diff": "^1.4.3",
1877
                "sebastian/environment": "^1.3.4 || ^2.0",
1878
                "sebastian/exporter": "~2.0",
1879
                "sebastian/global-state": "^1.1",
1880
                "sebastian/object-enumerator": "~2.0",
1881
                "sebastian/resource-operations": "~1.0",
1882
                "sebastian/version": "~1.0.3|~2.0",
1883
                "symfony/yaml": "~2.1|~3.0"
1884
            },
1885
            "conflict": {
1886
                "phpdocumentor/reflection-docblock": "3.0.2"
1887
            },
1888
            "require-dev": {
1889
                "ext-pdo": "*"
1890
            },
1891
            "suggest": {
1892
                "ext-xdebug": "*",
1893
                "phpunit/php-invoker": "~1.1"
1894
            },
1895
            "bin": [
1896
                "phpunit"
1897
            ],
1898
            "type": "library",
1899
            "extra": {
1900
                "branch-alias": {
1901
                    "dev-master": "5.7.x-dev"
1902
                }
1903
            },
1904
            "autoload": {
1905
                "classmap": [
1906
                    "src/"
1907
                ]
1908
            },
1909
            "notification-url": "https://packagist.org/downloads/",
1910
            "license": [
1911
                "BSD-3-Clause"
1912
            ],
1913
            "authors": [
1914
                {
1915
                    "name": "Sebastian Bergmann",
1916
                    "email": "[email protected]",
1917
                    "role": "lead"
1918
                }
1919
            ],
1920
            "description": "The PHP Unit Testing framework.",
1921
            "homepage": "https://phpunit.de/",
1922
            "keywords": [
1923
                "phpunit",
1924
                "testing",
1925
                "xunit"
1926
            ],
1927
            "time": "2017-05-22 07:42:55"
1928
        },
1929
        {
1930
            "name": "phpunit/phpunit-mock-objects",
1931
            "version": "3.4.3",
1932
            "source": {
1933
                "type": "git",
1934
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1935
                "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
1936
            },
1937
            "dist": {
1938
                "type": "zip",
1939
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
1940
                "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
1941
                "shasum": ""
1942
            },
1943
            "require": {
1944
                "doctrine/instantiator": "^1.0.2",
1945
                "php": "^5.6 || ^7.0",
1946
                "phpunit/php-text-template": "^1.2",
1947
                "sebastian/exporter": "^1.2 || ^2.0"
1948
            },
1949
            "conflict": {
1950
                "phpunit/phpunit": "<5.4.0"
1951
            },
1952
            "require-dev": {
1953
                "phpunit/phpunit": "^5.4"
1954
            },
1955
            "suggest": {
1956
                "ext-soap": "*"
1957
            },
1958
            "type": "library",
1959
            "extra": {
1960
                "branch-alias": {
1961
                    "dev-master": "3.2.x-dev"
1962
                }
1963
            },
1964
            "autoload": {
1965
                "classmap": [
1966
                    "src/"
1967
                ]
1968
            },
1969
            "notification-url": "https://packagist.org/downloads/",
1970
            "license": [
1971
                "BSD-3-Clause"
1972
            ],
1973
            "authors": [
1974
                {
1975
                    "name": "Sebastian Bergmann",
1976
                    "email": "[email protected]",
1977
                    "role": "lead"
1978
                }
1979
            ],
1980
            "description": "Mock Object library for PHPUnit",
1981
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1982
            "keywords": [
1983
                "mock",
1984
                "xunit"
1985
            ],
1986
            "time": "2016-12-08 20:27:08"
1987
        },
1988
        {
1989
            "name": "sebastian/code-unit-reverse-lookup",
1990
            "version": "1.0.1",
1991
            "source": {
1992
                "type": "git",
1993
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1994
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1995
            },
1996
            "dist": {
1997
                "type": "zip",
1998
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1999
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2000
                "shasum": ""
2001
            },
2002
            "require": {
2003
                "php": "^5.6 || ^7.0"
2004
            },
2005
            "require-dev": {
2006
                "phpunit/phpunit": "^5.7 || ^6.0"
2007
            },
2008
            "type": "library",
2009
            "extra": {
2010
                "branch-alias": {
2011
                    "dev-master": "1.0.x-dev"
2012
                }
2013
            },
2014
            "autoload": {
2015
                "classmap": [
2016
                    "src/"
2017
                ]
2018
            },
2019
            "notification-url": "https://packagist.org/downloads/",
2020
            "license": [
2021
                "BSD-3-Clause"
2022
            ],
2023
            "authors": [
2024
                {
2025
                    "name": "Sebastian Bergmann",
2026
                    "email": "[email protected]"
2027
                }
2028
            ],
2029
            "description": "Looks up which function or method a line of code belongs to",
2030
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2031
            "time": "2017-03-04 06:30:41"
2032
        },
2033
        {
2034
            "name": "sebastian/comparator",
2035
            "version": "1.2.4",
2036
            "source": {
2037
                "type": "git",
2038
                "url": "https://github.com/sebastianbergmann/comparator.git",
2039
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2040
            },
2041
            "dist": {
2042
                "type": "zip",
2043
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2044
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2045
                "shasum": ""
2046
            },
2047
            "require": {
2048
                "php": ">=5.3.3",
2049
                "sebastian/diff": "~1.2",
2050
                "sebastian/exporter": "~1.2 || ~2.0"
2051
            },
2052
            "require-dev": {
2053
                "phpunit/phpunit": "~4.4"
2054
            },
2055
            "type": "library",
2056
            "extra": {
2057
                "branch-alias": {
2058
                    "dev-master": "1.2.x-dev"
2059
                }
2060
            },
2061
            "autoload": {
2062
                "classmap": [
2063
                    "src/"
2064
                ]
2065
            },
2066
            "notification-url": "https://packagist.org/downloads/",
2067
            "license": [
2068
                "BSD-3-Clause"
2069
            ],
2070
            "authors": [
2071
                {
2072
                    "name": "Jeff Welch",
2073
                    "email": "[email protected]"
2074
                },
2075
                {
2076
                    "name": "Volker Dusch",
2077
                    "email": "[email protected]"
2078
                },
2079
                {
2080
                    "name": "Bernhard Schussek",
2081
                    "email": "[email protected]"
2082
                },
2083
                {
2084
                    "name": "Sebastian Bergmann",
2085
                    "email": "[email protected]"
2086
                }
2087
            ],
2088
            "description": "Provides the functionality to compare PHP values for equality",
2089
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2090
            "keywords": [
2091
                "comparator",
2092
                "compare",
2093
                "equality"
2094
            ],
2095
            "time": "2017-01-29 09:50:25"
2096
        },
2097
        {
2098
            "name": "sebastian/diff",
2099
            "version": "1.4.3",
2100
            "source": {
2101
                "type": "git",
2102
                "url": "https://github.com/sebastianbergmann/diff.git",
2103
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
2104
            },
2105
            "dist": {
2106
                "type": "zip",
2107
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2108
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2109
                "shasum": ""
2110
            },
2111
            "require": {
2112
                "php": "^5.3.3 || ^7.0"
2113
            },
2114
            "require-dev": {
2115
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2116
            },
2117
            "type": "library",
2118
            "extra": {
2119
                "branch-alias": {
2120
                    "dev-master": "1.4-dev"
2121
                }
2122
            },
2123
            "autoload": {
2124
                "classmap": [
2125
                    "src/"
2126
                ]
2127
            },
2128
            "notification-url": "https://packagist.org/downloads/",
2129
            "license": [
2130
                "BSD-3-Clause"
2131
            ],
2132
            "authors": [
2133
                {
2134
                    "name": "Kore Nordmann",
2135
                    "email": "[email protected]"
2136
                },
2137
                {
2138
                    "name": "Sebastian Bergmann",
2139
                    "email": "[email protected]"
2140
                }
2141
            ],
2142
            "description": "Diff implementation",
2143
            "homepage": "https://github.com/sebastianbergmann/diff",
2144
            "keywords": [
2145
                "diff"
2146
            ],
2147
            "time": "2017-05-22 07:24:03"
2148
        },
2149
        {
2150
            "name": "sebastian/environment",
2151
            "version": "2.0.0",
2152
            "source": {
2153
                "type": "git",
2154
                "url": "https://github.com/sebastianbergmann/environment.git",
2155
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
2156
            },
2157
            "dist": {
2158
                "type": "zip",
2159
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2160
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2161
                "shasum": ""
2162
            },
2163
            "require": {
2164
                "php": "^5.6 || ^7.0"
2165
            },
2166
            "require-dev": {
2167
                "phpunit/phpunit": "^5.0"
2168
            },
2169
            "type": "library",
2170
            "extra": {
2171
                "branch-alias": {
2172
                    "dev-master": "2.0.x-dev"
2173
                }
2174
            },
2175
            "autoload": {
2176
                "classmap": [
2177
                    "src/"
2178
                ]
2179
            },
2180
            "notification-url": "https://packagist.org/downloads/",
2181
            "license": [
2182
                "BSD-3-Clause"
2183
            ],
2184
            "authors": [
2185
                {
2186
                    "name": "Sebastian Bergmann",
2187
                    "email": "[email protected]"
2188
                }
2189
            ],
2190
            "description": "Provides functionality to handle HHVM/PHP environments",
2191
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2192
            "keywords": [
2193
                "Xdebug",
2194
                "environment",
2195
                "hhvm"
2196
            ],
2197
            "time": "2016-11-26 07:53:53"
2198
        },
2199
        {
2200
            "name": "sebastian/exporter",
2201
            "version": "2.0.0",
2202
            "source": {
2203
                "type": "git",
2204
                "url": "https://github.com/sebastianbergmann/exporter.git",
2205
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
2206
            },
2207
            "dist": {
2208
                "type": "zip",
2209
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2210
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2211
                "shasum": ""
2212
            },
2213
            "require": {
2214
                "php": ">=5.3.3",
2215
                "sebastian/recursion-context": "~2.0"
2216
            },
2217
            "require-dev": {
2218
                "ext-mbstring": "*",
2219
                "phpunit/phpunit": "~4.4"
2220
            },
2221
            "type": "library",
2222
            "extra": {
2223
                "branch-alias": {
2224
                    "dev-master": "2.0.x-dev"
2225
                }
2226
            },
2227
            "autoload": {
2228
                "classmap": [
2229
                    "src/"
2230
                ]
2231
            },
2232
            "notification-url": "https://packagist.org/downloads/",
2233
            "license": [
2234
                "BSD-3-Clause"
2235
            ],
2236
            "authors": [
2237
                {
2238
                    "name": "Jeff Welch",
2239
                    "email": "[email protected]"
2240
                },
2241
                {
2242
                    "name": "Volker Dusch",
2243
                    "email": "[email protected]"
2244
                },
2245
                {
2246
                    "name": "Bernhard Schussek",
2247
                    "email": "[email protected]"
2248
                },
2249
                {
2250
                    "name": "Sebastian Bergmann",
2251
                    "email": "[email protected]"
2252
                },
2253
                {
2254
                    "name": "Adam Harvey",
2255
                    "email": "[email protected]"
2256
                }
2257
            ],
2258
            "description": "Provides the functionality to export PHP variables for visualization",
2259
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2260
            "keywords": [
2261
                "export",
2262
                "exporter"
2263
            ],
2264
            "time": "2016-11-19 08:54:04"
2265
        },
2266
        {
2267
            "name": "sebastian/global-state",
2268
            "version": "1.1.1",
2269
            "source": {
2270
                "type": "git",
2271
                "url": "https://github.com/sebastianbergmann/global-state.git",
2272
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2273
            },
2274
            "dist": {
2275
                "type": "zip",
2276
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2277
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2278
                "shasum": ""
2279
            },
2280
            "require": {
2281
                "php": ">=5.3.3"
2282
            },
2283
            "require-dev": {
2284
                "phpunit/phpunit": "~4.2"
2285
            },
2286
            "suggest": {
2287
                "ext-uopz": "*"
2288
            },
2289
            "type": "library",
2290
            "extra": {
2291
                "branch-alias": {
2292
                    "dev-master": "1.0-dev"
2293
                }
2294
            },
2295
            "autoload": {
2296
                "classmap": [
2297
                    "src/"
2298
                ]
2299
            },
2300
            "notification-url": "https://packagist.org/downloads/",
2301
            "license": [
2302
                "BSD-3-Clause"
2303
            ],
2304
            "authors": [
2305
                {
2306
                    "name": "Sebastian Bergmann",
2307
                    "email": "[email protected]"
2308
                }
2309
            ],
2310
            "description": "Snapshotting of global state",
2311
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2312
            "keywords": [
2313
                "global state"
2314
            ],
2315
            "time": "2015-10-12 03:26:01"
2316
        },
2317
        {
2318
            "name": "sebastian/object-enumerator",
2319
            "version": "2.0.1",
2320
            "source": {
2321
                "type": "git",
2322
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2323
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
2324
            },
2325
            "dist": {
2326
                "type": "zip",
2327
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
2328
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
2329
                "shasum": ""
2330
            },
2331
            "require": {
2332
                "php": ">=5.6",
2333
                "sebastian/recursion-context": "~2.0"
2334
            },
2335
            "require-dev": {
2336
                "phpunit/phpunit": "~5"
2337
            },
2338
            "type": "library",
2339
            "extra": {
2340
                "branch-alias": {
2341
                    "dev-master": "2.0.x-dev"
2342
                }
2343
            },
2344
            "autoload": {
2345
                "classmap": [
2346
                    "src/"
2347
                ]
2348
            },
2349
            "notification-url": "https://packagist.org/downloads/",
2350
            "license": [
2351
                "BSD-3-Clause"
2352
            ],
2353
            "authors": [
2354
                {
2355
                    "name": "Sebastian Bergmann",
2356
                    "email": "[email protected]"
2357
                }
2358
            ],
2359
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2360
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2361
            "time": "2017-02-18 15:18:39"
2362
        },
2363
        {
2364
            "name": "sebastian/recursion-context",
2365
            "version": "2.0.0",
2366
            "source": {
2367
                "type": "git",
2368
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2369
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
2370
            },
2371
            "dist": {
2372
                "type": "zip",
2373
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2374
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2375
                "shasum": ""
2376
            },
2377
            "require": {
2378
                "php": ">=5.3.3"
2379
            },
2380
            "require-dev": {
2381
                "phpunit/phpunit": "~4.4"
2382
            },
2383
            "type": "library",
2384
            "extra": {
2385
                "branch-alias": {
2386
                    "dev-master": "2.0.x-dev"
2387
                }
2388
            },
2389
            "autoload": {
2390
                "classmap": [
2391
                    "src/"
2392
                ]
2393
            },
2394
            "notification-url": "https://packagist.org/downloads/",
2395
            "license": [
2396
                "BSD-3-Clause"
2397
            ],
2398
            "authors": [
2399
                {
2400
                    "name": "Jeff Welch",
2401
                    "email": "[email protected]"
2402
                },
2403
                {
2404
                    "name": "Sebastian Bergmann",
2405
                    "email": "[email protected]"
2406
                },
2407
                {
2408
                    "name": "Adam Harvey",
2409
                    "email": "[email protected]"
2410
                }
2411
            ],
2412
            "description": "Provides functionality to recursively process PHP variables",
2413
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2414
            "time": "2016-11-19 07:33:16"
2415
        },
2416
        {
2417
            "name": "sebastian/resource-operations",
2418
            "version": "1.0.0",
2419
            "source": {
2420
                "type": "git",
2421
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2422
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2423
            },
2424
            "dist": {
2425
                "type": "zip",
2426
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2427
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2428
                "shasum": ""
2429
            },
2430
            "require": {
2431
                "php": ">=5.6.0"
2432
            },
2433
            "type": "library",
2434
            "extra": {
2435
                "branch-alias": {
2436
                    "dev-master": "1.0.x-dev"
2437
                }
2438
            },
2439
            "autoload": {
2440
                "classmap": [
2441
                    "src/"
2442
                ]
2443
            },
2444
            "notification-url": "https://packagist.org/downloads/",
2445
            "license": [
2446
                "BSD-3-Clause"
2447
            ],
2448
            "authors": [
2449
                {
2450
                    "name": "Sebastian Bergmann",
2451
                    "email": "[email protected]"
2452
                }
2453
            ],
2454
            "description": "Provides a list of PHP built-in functions that operate on resources",
2455
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2456
            "time": "2015-07-28 20:34:47"
2457
        },
2458
        {
2459
            "name": "sebastian/version",
2460
            "version": "2.0.1",
2461
            "source": {
2462
                "type": "git",
2463
                "url": "https://github.com/sebastianbergmann/version.git",
2464
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2465
            },
2466
            "dist": {
2467
                "type": "zip",
2468
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2469
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2470
                "shasum": ""
2471
            },
2472
            "require": {
2473
                "php": ">=5.6"
2474
            },
2475
            "type": "library",
2476
            "extra": {
2477
                "branch-alias": {
2478
                    "dev-master": "2.0.x-dev"
2479
                }
2480
            },
2481
            "autoload": {
2482
                "classmap": [
2483
                    "src/"
2484
                ]
2485
            },
2486
            "notification-url": "https://packagist.org/downloads/",
2487
            "license": [
2488
                "BSD-3-Clause"
2489
            ],
2490
            "authors": [
2491
                {
2492
                    "name": "Sebastian Bergmann",
2493
                    "email": "[email protected]",
2494
                    "role": "lead"
2495
                }
2496
            ],
2497
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2498
            "homepage": "https://github.com/sebastianbergmann/version",
2499
            "time": "2016-10-03 07:35:21"
2500
        }
2501
    ],
2502
    "aliases": [],
2503
    "minimum-stability": "stable",
2504
    "stability-flags": {
2505
        "paymaxi/compiler": 20
2506
    },
2507
    "prefer-stable": false,
2508
    "prefer-lowest": false,
2509
    "platform": {
2510
        "php": ">=7.0"
2511
    },
2512
    "platform-dev": []
2513
}
2514