Completed
Push — master ( 1108b9...0039d0 )
by Johan de
14:19
created

composer.lock (1 issue)

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
    "content-hash": "b96286648b46d0219ab0c5fb6b7d802b",
8
    "packages": [
9
        {
10
            "name": "doctrine/annotations",
11
            "version": "v1.5.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/annotations.git",
15
                "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/5beebb01b025c94e93686b7a0ed3edae81fe3e7f",
20
                "reference": "5beebb01b025c94e93686b7a0ed3edae81fe3e7f",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "doctrine/lexer": "1.*",
25
                "php": "^7.1"
26
            },
27
            "require-dev": {
28
                "doctrine/cache": "1.*",
29
                "phpunit/phpunit": "^5.7"
30
            },
31
            "type": "library",
32
            "extra": {
33
                "branch-alias": {
34
                    "dev-master": "1.5.x-dev"
35
                }
36
            },
37
            "autoload": {
38
                "psr-4": {
39
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
40
                }
41
            },
42
            "notification-url": "https://packagist.org/downloads/",
43
            "license": [
44
                "MIT"
45
            ],
46
            "authors": [
47
                {
48
                    "name": "Roman Borschel",
49
                    "email": "[email protected]"
50
                },
51
                {
52
                    "name": "Benjamin Eberlei",
53
                    "email": "[email protected]"
54
                },
55
                {
56
                    "name": "Guilherme Blanco",
57
                    "email": "[email protected]"
58
                },
59
                {
60
                    "name": "Jonathan Wage",
61
                    "email": "[email protected]"
62
                },
63
                {
64
                    "name": "Johannes Schmitt",
65
                    "email": "[email protected]"
66
                }
67
            ],
68
            "description": "Docblock Annotations Parser",
69
            "homepage": "http://www.doctrine-project.org",
70
            "keywords": [
71
                "annotations",
72
                "docblock",
73
                "parser"
74
            ],
75
            "time": "2017-07-22T10:58:02+00:00"
76
        },
77
        {
78
            "name": "doctrine/cache",
79
            "version": "v1.7.1",
80
            "source": {
81
                "type": "git",
82
                "url": "https://github.com/doctrine/cache.git",
83
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
84
            },
85
            "dist": {
86
                "type": "zip",
87
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
88
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
89
                "shasum": ""
90
            },
91
            "require": {
92
                "php": "~7.1"
93
            },
94
            "conflict": {
95
                "doctrine/common": ">2.2,<2.4"
96
            },
97
            "require-dev": {
98
                "alcaeus/mongo-php-adapter": "^1.1",
99
                "mongodb/mongodb": "^1.1",
100
                "phpunit/phpunit": "^5.7",
101
                "predis/predis": "~1.0"
102
            },
103
            "suggest": {
104
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
105
            },
106
            "type": "library",
107
            "extra": {
108
                "branch-alias": {
109
                    "dev-master": "1.7.x-dev"
110
                }
111
            },
112
            "autoload": {
113
                "psr-4": {
114
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
115
                }
116
            },
117
            "notification-url": "https://packagist.org/downloads/",
118
            "license": [
119
                "MIT"
120
            ],
121
            "authors": [
122
                {
123
                    "name": "Roman Borschel",
124
                    "email": "[email protected]"
125
                },
126
                {
127
                    "name": "Benjamin Eberlei",
128
                    "email": "[email protected]"
129
                },
130
                {
131
                    "name": "Guilherme Blanco",
132
                    "email": "[email protected]"
133
                },
134
                {
135
                    "name": "Jonathan Wage",
136
                    "email": "[email protected]"
137
                },
138
                {
139
                    "name": "Johannes Schmitt",
140
                    "email": "[email protected]"
141
                }
142
            ],
143
            "description": "Caching library offering an object-oriented API for many cache backends",
144
            "homepage": "http://www.doctrine-project.org",
145
            "keywords": [
146
                "cache",
147
                "caching"
148
            ],
149
            "time": "2017-08-25T07:02:50+00:00"
150
        },
151
        {
152
            "name": "doctrine/collections",
153
            "version": "v1.5.0",
154
            "source": {
155
                "type": "git",
156
                "url": "https://github.com/doctrine/collections.git",
157
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
158
            },
159
            "dist": {
160
                "type": "zip",
161
                "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
162
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
163
                "shasum": ""
164
            },
165
            "require": {
166
                "php": "^7.1"
167
            },
168
            "require-dev": {
169
                "doctrine/coding-standard": "~0.1@dev",
170
                "phpunit/phpunit": "^5.7"
171
            },
172
            "type": "library",
173
            "extra": {
174
                "branch-alias": {
175
                    "dev-master": "1.3.x-dev"
176
                }
177
            },
178
            "autoload": {
179
                "psr-0": {
180
                    "Doctrine\\Common\\Collections\\": "lib/"
181
                }
182
            },
183
            "notification-url": "https://packagist.org/downloads/",
184
            "license": [
185
                "MIT"
186
            ],
187
            "authors": [
188
                {
189
                    "name": "Roman Borschel",
190
                    "email": "[email protected]"
191
                },
192
                {
193
                    "name": "Benjamin Eberlei",
194
                    "email": "[email protected]"
195
                },
196
                {
197
                    "name": "Guilherme Blanco",
198
                    "email": "[email protected]"
199
                },
200
                {
201
                    "name": "Jonathan Wage",
202
                    "email": "[email protected]"
203
                },
204
                {
205
                    "name": "Johannes Schmitt",
206
                    "email": "[email protected]"
207
                }
208
            ],
209
            "description": "Collections Abstraction library",
210
            "homepage": "http://www.doctrine-project.org",
211
            "keywords": [
212
                "array",
213
                "collections",
214
                "iterator"
215
            ],
216
            "time": "2017-07-22T10:37:32+00:00"
217
        },
218
        {
219
            "name": "doctrine/common",
220
            "version": "v2.8.1",
221
            "source": {
222
                "type": "git",
223
                "url": "https://github.com/doctrine/common.git",
224
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66"
225
            },
226
            "dist": {
227
                "type": "zip",
228
                "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
229
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
230
                "shasum": ""
231
            },
232
            "require": {
233
                "doctrine/annotations": "1.*",
234
                "doctrine/cache": "1.*",
235
                "doctrine/collections": "1.*",
236
                "doctrine/inflector": "1.*",
237
                "doctrine/lexer": "1.*",
238
                "php": "~7.1"
239
            },
240
            "require-dev": {
241
                "phpunit/phpunit": "^5.7"
242
            },
243
            "type": "library",
244
            "extra": {
245
                "branch-alias": {
246
                    "dev-master": "2.8.x-dev"
247
                }
248
            },
249
            "autoload": {
250
                "psr-4": {
251
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
252
                }
253
            },
254
            "notification-url": "https://packagist.org/downloads/",
255
            "license": [
256
                "MIT"
257
            ],
258
            "authors": [
259
                {
260
                    "name": "Roman Borschel",
261
                    "email": "[email protected]"
262
                },
263
                {
264
                    "name": "Benjamin Eberlei",
265
                    "email": "[email protected]"
266
                },
267
                {
268
                    "name": "Guilherme Blanco",
269
                    "email": "[email protected]"
270
                },
271
                {
272
                    "name": "Jonathan Wage",
273
                    "email": "[email protected]"
274
                },
275
                {
276
                    "name": "Johannes Schmitt",
277
                    "email": "[email protected]"
278
                }
279
            ],
280
            "description": "Common Library for Doctrine projects",
281
            "homepage": "http://www.doctrine-project.org",
282
            "keywords": [
283
                "annotations",
284
                "collections",
285
                "eventmanager",
286
                "persistence",
287
                "spl"
288
            ],
289
            "time": "2017-08-31T08:43:38+00:00"
290
        },
291
        {
292
            "name": "doctrine/inflector",
293
            "version": "v1.2.0",
294
            "source": {
295
                "type": "git",
296
                "url": "https://github.com/doctrine/inflector.git",
297
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
298
            },
299
            "dist": {
300
                "type": "zip",
301
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
302
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
303
                "shasum": ""
304
            },
305
            "require": {
306
                "php": "^7.0"
307
            },
308
            "require-dev": {
309
                "phpunit/phpunit": "^6.2"
310
            },
311
            "type": "library",
312
            "extra": {
313
                "branch-alias": {
314
                    "dev-master": "1.2.x-dev"
315
                }
316
            },
317
            "autoload": {
318
                "psr-4": {
319
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
320
                }
321
            },
322
            "notification-url": "https://packagist.org/downloads/",
323
            "license": [
324
                "MIT"
325
            ],
326
            "authors": [
327
                {
328
                    "name": "Roman Borschel",
329
                    "email": "[email protected]"
330
                },
331
                {
332
                    "name": "Benjamin Eberlei",
333
                    "email": "[email protected]"
334
                },
335
                {
336
                    "name": "Guilherme Blanco",
337
                    "email": "[email protected]"
338
                },
339
                {
340
                    "name": "Jonathan Wage",
341
                    "email": "[email protected]"
342
                },
343
                {
344
                    "name": "Johannes Schmitt",
345
                    "email": "[email protected]"
346
                }
347
            ],
348
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
349
            "homepage": "http://www.doctrine-project.org",
350
            "keywords": [
351
                "inflection",
352
                "pluralize",
353
                "singularize",
354
                "string"
355
            ],
356
            "time": "2017-07-22T12:18:28+00:00"
357
        },
358
        {
359
            "name": "doctrine/lexer",
360
            "version": "v1.0.1",
361
            "source": {
362
                "type": "git",
363
                "url": "https://github.com/doctrine/lexer.git",
364
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
365
            },
366
            "dist": {
367
                "type": "zip",
368
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
369
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
370
                "shasum": ""
371
            },
372
            "require": {
373
                "php": ">=5.3.2"
374
            },
375
            "type": "library",
376
            "extra": {
377
                "branch-alias": {
378
                    "dev-master": "1.0.x-dev"
379
                }
380
            },
381
            "autoload": {
382
                "psr-0": {
383
                    "Doctrine\\Common\\Lexer\\": "lib/"
384
                }
385
            },
386
            "notification-url": "https://packagist.org/downloads/",
387
            "license": [
388
                "MIT"
389
            ],
390
            "authors": [
391
                {
392
                    "name": "Roman Borschel",
393
                    "email": "[email protected]"
394
                },
395
                {
396
                    "name": "Guilherme Blanco",
397
                    "email": "[email protected]"
398
                },
399
                {
400
                    "name": "Johannes Schmitt",
401
                    "email": "[email protected]"
402
                }
403
            ],
404
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
405
            "homepage": "http://www.doctrine-project.org",
406
            "keywords": [
407
                "lexer",
408
                "parser"
409
            ],
410
            "time": "2014-09-09T13:34:57+00:00"
411
        },
412
        {
413
            "name": "egulias/email-validator",
414
            "version": "2.1.3",
415
            "source": {
416
                "type": "git",
417
                "url": "https://github.com/egulias/EmailValidator.git",
418
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04"
419
            },
420
            "dist": {
421
                "type": "zip",
422
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
423
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
424
                "shasum": ""
425
            },
426
            "require": {
427
                "doctrine/lexer": "^1.0.1",
428
                "php": ">= 5.5"
429
            },
430
            "require-dev": {
431
                "dominicsayers/isemail": "dev-master",
432
                "phpunit/phpunit": "^4.8.35",
433
                "satooshi/php-coveralls": "^1.0.1"
434
            },
435
            "suggest": {
436
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
437
            },
438
            "type": "library",
439
            "extra": {
440
                "branch-alias": {
441
                    "dev-master": "2.0.x-dev"
442
                }
443
            },
444
            "autoload": {
445
                "psr-4": {
446
                    "Egulias\\EmailValidator\\": "EmailValidator"
447
                }
448
            },
449
            "notification-url": "https://packagist.org/downloads/",
450
            "license": [
451
                "MIT"
452
            ],
453
            "authors": [
454
                {
455
                    "name": "Eduardo Gulias Davis"
456
                }
457
            ],
458
            "description": "A library for validating emails against several RFCs",
459
            "homepage": "https://github.com/egulias/EmailValidator",
460
            "keywords": [
461
                "email",
462
                "emailvalidation",
463
                "emailvalidator",
464
                "validation",
465
                "validator"
466
            ],
467
            "time": "2017-11-15T23:40:40+00:00"
468
        },
469
        {
470
            "name": "jdr/mailer",
471
            "version": "0.0.1",
472
            "source": {
473
                "type": "git",
474
                "url": "https://github.com/johanderuijter/mailer.git",
475
                "reference": "19da128a8a79d8a9b30145a3699690a72505de0c"
476
            },
477
            "dist": {
478
                "type": "zip",
479
                "url": "https://api.github.com/repos/johanderuijter/mailer/zipball/19da128a8a79d8a9b30145a3699690a72505de0c",
480
                "reference": "19da128a8a79d8a9b30145a3699690a72505de0c",
481
                "shasum": ""
482
            },
483
            "require": {
484
                "php": "~7.0"
485
            },
486
            "require-dev": {
487
                "phpunit/phpunit": "~5.0",
488
                "scrutinizer/ocular": "~1.1",
489
                "squizlabs/php_codesniffer": "~2.3"
490
            },
491
            "suggest": {
492
                "jdr/mailer-swift-mailer-bridge": "Send emails using swiftmailer"
493
            },
494
            "type": "library",
495
            "extra": {
496
                "branch-alias": {
497
                    "dev-master": "1.0-dev"
498
                }
499
            },
500
            "autoload": {
501
                "psr-4": {
502
                    "JDR\\Mailer\\": "src"
503
                }
504
            },
505
            "notification-url": "https://packagist.org/downloads/",
506
            "license": [
507
                "MIT"
508
            ],
509
            "authors": [
510
                {
511
                    "name": "Johan de Ruijter",
512
                    "email": "[email protected]",
513
                    "homepage": "http://johanderuijter.nl",
514
                    "role": "Developer"
515
                }
516
            ],
517
            "description": "Build and send emails.",
518
            "homepage": "https://github.com/johanderuijter/mailer",
519
            "keywords": [
520
                "jdr",
521
                "mailer"
522
            ],
523
            "time": "2016-10-08T10:32:40+00:00"
524
        },
525
        {
526
            "name": "jdr/mailer-swift-mailer-bridge",
527
            "version": "0.1.0",
528
            "source": {
529
                "type": "git",
530
                "url": "https://github.com/johanderuijter/mailer-swift-mailer-bridge.git",
531
                "reference": "98fdb7a0e704e0d96f79e0753edf753ae180ae8d"
532
            },
533
            "dist": {
534
                "type": "zip",
535
                "url": "https://api.github.com/repos/johanderuijter/mailer-swift-mailer-bridge/zipball/98fdb7a0e704e0d96f79e0753edf753ae180ae8d",
536
                "reference": "98fdb7a0e704e0d96f79e0753edf753ae180ae8d",
537
                "shasum": ""
538
            },
539
            "require": {
540
                "jdr/mailer": "~0.0.1",
541
                "php": "^7.1",
542
                "swiftmailer/swiftmailer": "^6.0"
543
            },
544
            "require-dev": {
545
                "phpunit/phpunit": "~5.0",
546
                "scrutinizer/ocular": "~1.1",
547
                "squizlabs/php_codesniffer": "~2.3"
548
            },
549
            "type": "library",
550
            "extra": {
551
                "branch-alias": {
552
                    "dev-master": "1.0-dev"
553
                }
554
            },
555
            "autoload": {
556
                "psr-4": {
557
                    "JDR\\MailerSwiftMailerBridge\\": "src"
558
                }
559
            },
560
            "notification-url": "https://packagist.org/downloads/",
561
            "license": [
562
                "MIT"
563
            ],
564
            "authors": [
565
                {
566
                    "name": "Johan de Ruijter",
567
                    "email": "[email protected]",
568
                    "homepage": "http://johanderuijter.nl",
569
                    "role": "Developer"
570
                }
571
            ],
572
            "description": "Bridge for jdr/mailer that allows you to send emails using swift mailer",
573
            "homepage": "https://github.com/johanderuijter/mailer-swift-mailer-bridge",
574
            "keywords": [
575
                "jdr",
576
                "mailer-swift-mailer-bridge"
577
            ],
578
            "time": "2017-12-09T13:24:48+00:00"
579
        },
580
        {
581
            "name": "paragonie/random_compat",
582
            "version": "v2.0.11",
583
            "source": {
584
                "type": "git",
585
                "url": "https://github.com/paragonie/random_compat.git",
586
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
587
            },
588
            "dist": {
589
                "type": "zip",
590
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
591
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
592
                "shasum": ""
593
            },
594
            "require": {
595
                "php": ">=5.2.0"
596
            },
597
            "require-dev": {
598
                "phpunit/phpunit": "4.*|5.*"
599
            },
600
            "suggest": {
601
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
602
            },
603
            "type": "library",
604
            "autoload": {
605
                "files": [
606
                    "lib/random.php"
607
                ]
608
            },
609
            "notification-url": "https://packagist.org/downloads/",
610
            "license": [
611
                "MIT"
612
            ],
613
            "authors": [
614
                {
615
                    "name": "Paragon Initiative Enterprises",
616
                    "email": "[email protected]",
617
                    "homepage": "https://paragonie.com"
618
                }
619
            ],
620
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
621
            "keywords": [
622
                "csprng",
623
                "pseudorandom",
624
                "random"
625
            ],
626
            "time": "2017-09-27T21:40:39+00:00"
627
        },
628
        {
629
            "name": "psr/cache",
630
            "version": "1.0.1",
631
            "source": {
632
                "type": "git",
633
                "url": "https://github.com/php-fig/cache.git",
634
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
635
            },
636
            "dist": {
637
                "type": "zip",
638
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
639
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
640
                "shasum": ""
641
            },
642
            "require": {
643
                "php": ">=5.3.0"
644
            },
645
            "type": "library",
646
            "extra": {
647
                "branch-alias": {
648
                    "dev-master": "1.0.x-dev"
649
                }
650
            },
651
            "autoload": {
652
                "psr-4": {
653
                    "Psr\\Cache\\": "src/"
654
                }
655
            },
656
            "notification-url": "https://packagist.org/downloads/",
657
            "license": [
658
                "MIT"
659
            ],
660
            "authors": [
661
                {
662
                    "name": "PHP-FIG",
663
                    "homepage": "http://www.php-fig.org/"
664
                }
665
            ],
666
            "description": "Common interface for caching libraries",
667
            "keywords": [
668
                "cache",
669
                "psr",
670
                "psr-6"
671
            ],
672
            "time": "2016-08-06T20:24:11+00:00"
673
        },
674
        {
675
            "name": "psr/log",
676
            "version": "1.0.2",
677
            "source": {
678
                "type": "git",
679
                "url": "https://github.com/php-fig/log.git",
680
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
681
            },
682
            "dist": {
683
                "type": "zip",
684
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
685
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
686
                "shasum": ""
687
            },
688
            "require": {
689
                "php": ">=5.3.0"
690
            },
691
            "type": "library",
692
            "extra": {
693
                "branch-alias": {
694
                    "dev-master": "1.0.x-dev"
695
                }
696
            },
697
            "autoload": {
698
                "psr-4": {
699
                    "Psr\\Log\\": "Psr/Log/"
700
                }
701
            },
702
            "notification-url": "https://packagist.org/downloads/",
703
            "license": [
704
                "MIT"
705
            ],
706
            "authors": [
707
                {
708
                    "name": "PHP-FIG",
709
                    "homepage": "http://www.php-fig.org/"
710
                }
711
            ],
712
            "description": "Common interface for logging libraries",
713
            "homepage": "https://github.com/php-fig/log",
714
            "keywords": [
715
                "log",
716
                "psr",
717
                "psr-3"
718
            ],
719
            "time": "2016-10-10T12:19:37+00:00"
720
        },
721
        {
722
            "name": "swiftmailer/swiftmailer",
723
            "version": "v6.0.2",
724
            "source": {
725
                "type": "git",
726
                "url": "https://github.com/swiftmailer/swiftmailer.git",
727
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc"
728
            },
729
            "dist": {
730
                "type": "zip",
731
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc",
732
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc",
733
                "shasum": ""
734
            },
735
            "require": {
736
                "egulias/email-validator": "~2.0",
737
                "php": ">=7.0.0"
738
            },
739
            "require-dev": {
740
                "mockery/mockery": "~0.9.1",
741
                "symfony/phpunit-bridge": "~3.3@dev"
742
            },
743
            "type": "library",
744
            "extra": {
745
                "branch-alias": {
746
                    "dev-master": "6.0-dev"
747
                }
748
            },
749
            "autoload": {
750
                "files": [
751
                    "lib/swift_required.php"
752
                ]
753
            },
754
            "notification-url": "https://packagist.org/downloads/",
755
            "license": [
756
                "MIT"
757
            ],
758
            "authors": [
759
                {
760
                    "name": "Chris Corbyn"
761
                },
762
                {
763
                    "name": "Fabien Potencier",
764
                    "email": "[email protected]"
765
                }
766
            ],
767
            "description": "Swiftmailer, free feature-rich PHP mailer",
768
            "homepage": "http://swiftmailer.symfony.com",
769
            "keywords": [
770
                "email",
771
                "mail",
772
                "mailer"
773
            ],
774
            "time": "2017-09-30T22:39:41+00:00"
775
        },
776
        {
777
            "name": "symfony/polyfill-intl-icu",
778
            "version": "v1.6.0",
779
            "source": {
780
                "type": "git",
781
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
782
                "reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497"
783
            },
784
            "dist": {
785
                "type": "zip",
786
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/d2bb2ef00dd8605d6fbd4db53ed4af1395953497",
787
                "reference": "d2bb2ef00dd8605d6fbd4db53ed4af1395953497",
788
                "shasum": ""
789
            },
790
            "require": {
791
                "php": ">=5.3.3",
792
                "symfony/intl": "~2.3|~3.0|~4.0"
793
            },
794
            "suggest": {
795
                "ext-intl": "For best performance"
796
            },
797
            "type": "library",
798
            "extra": {
799
                "branch-alias": {
800
                    "dev-master": "1.6-dev"
801
                }
802
            },
803
            "autoload": {
804
                "files": [
805
                    "bootstrap.php"
806
                ]
807
            },
808
            "notification-url": "https://packagist.org/downloads/",
809
            "license": [
810
                "MIT"
811
            ],
812
            "authors": [
813
                {
814
                    "name": "Nicolas Grekas",
815
                    "email": "[email protected]"
816
                },
817
                {
818
                    "name": "Symfony Community",
819
                    "homepage": "https://symfony.com/contributors"
820
                }
821
            ],
822
            "description": "Symfony polyfill for intl's ICU-related data and classes",
823
            "homepage": "https://symfony.com",
824
            "keywords": [
825
                "compatibility",
826
                "icu",
827
                "intl",
828
                "polyfill",
829
                "portable",
830
                "shim"
831
            ],
832
            "time": "2017-10-11T12:05:26+00:00"
833
        },
834
        {
835
            "name": "symfony/polyfill-mbstring",
836
            "version": "v1.6.0",
837
            "source": {
838
                "type": "git",
839
                "url": "https://github.com/symfony/polyfill-mbstring.git",
840
                "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
841
            },
842
            "dist": {
843
                "type": "zip",
844
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
845
                "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
846
                "shasum": ""
847
            },
848
            "require": {
849
                "php": ">=5.3.3"
850
            },
851
            "suggest": {
852
                "ext-mbstring": "For best performance"
853
            },
854
            "type": "library",
855
            "extra": {
856
                "branch-alias": {
857
                    "dev-master": "1.6-dev"
858
                }
859
            },
860
            "autoload": {
861
                "psr-4": {
862
                    "Symfony\\Polyfill\\Mbstring\\": ""
863
                },
864
                "files": [
865
                    "bootstrap.php"
866
                ]
867
            },
868
            "notification-url": "https://packagist.org/downloads/",
869
            "license": [
870
                "MIT"
871
            ],
872
            "authors": [
873
                {
874
                    "name": "Nicolas Grekas",
875
                    "email": "[email protected]"
876
                },
877
                {
878
                    "name": "Symfony Community",
879
                    "homepage": "https://symfony.com/contributors"
880
                }
881
            ],
882
            "description": "Symfony polyfill for the Mbstring extension",
883
            "homepage": "https://symfony.com",
884
            "keywords": [
885
                "compatibility",
886
                "mbstring",
887
                "polyfill",
888
                "portable",
889
                "shim"
890
            ],
891
            "time": "2017-10-11T12:05:26+00:00"
892
        },
893
        {
894
            "name": "symfony/polyfill-php56",
895
            "version": "v1.6.0",
896
            "source": {
897
                "type": "git",
898
                "url": "https://github.com/symfony/polyfill-php56.git",
899
                "reference": "265fc96795492430762c29be291a371494ba3a5b"
900
            },
901
            "dist": {
902
                "type": "zip",
903
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/265fc96795492430762c29be291a371494ba3a5b",
904
                "reference": "265fc96795492430762c29be291a371494ba3a5b",
905
                "shasum": ""
906
            },
907
            "require": {
908
                "php": ">=5.3.3",
909
                "symfony/polyfill-util": "~1.0"
910
            },
911
            "type": "library",
912
            "extra": {
913
                "branch-alias": {
914
                    "dev-master": "1.6-dev"
915
                }
916
            },
917
            "autoload": {
918
                "psr-4": {
919
                    "Symfony\\Polyfill\\Php56\\": ""
920
                },
921
                "files": [
922
                    "bootstrap.php"
923
                ]
924
            },
925
            "notification-url": "https://packagist.org/downloads/",
926
            "license": [
927
                "MIT"
928
            ],
929
            "authors": [
930
                {
931
                    "name": "Nicolas Grekas",
932
                    "email": "[email protected]"
933
                },
934
                {
935
                    "name": "Symfony Community",
936
                    "homepage": "https://symfony.com/contributors"
937
                }
938
            ],
939
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
940
            "homepage": "https://symfony.com",
941
            "keywords": [
942
                "compatibility",
943
                "polyfill",
944
                "portable",
945
                "shim"
946
            ],
947
            "time": "2017-10-11T12:05:26+00:00"
948
        },
949
        {
950
            "name": "symfony/polyfill-php70",
951
            "version": "v1.6.0",
952
            "source": {
953
                "type": "git",
954
                "url": "https://github.com/symfony/polyfill-php70.git",
955
                "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff"
956
            },
957
            "dist": {
958
                "type": "zip",
959
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
960
                "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff",
961
                "shasum": ""
962
            },
963
            "require": {
964
                "paragonie/random_compat": "~1.0|~2.0",
965
                "php": ">=5.3.3"
966
            },
967
            "type": "library",
968
            "extra": {
969
                "branch-alias": {
970
                    "dev-master": "1.6-dev"
971
                }
972
            },
973
            "autoload": {
974
                "psr-4": {
975
                    "Symfony\\Polyfill\\Php70\\": ""
976
                },
977
                "files": [
978
                    "bootstrap.php"
979
                ],
980
                "classmap": [
981
                    "Resources/stubs"
982
                ]
983
            },
984
            "notification-url": "https://packagist.org/downloads/",
985
            "license": [
986
                "MIT"
987
            ],
988
            "authors": [
989
                {
990
                    "name": "Nicolas Grekas",
991
                    "email": "[email protected]"
992
                },
993
                {
994
                    "name": "Symfony Community",
995
                    "homepage": "https://symfony.com/contributors"
996
                }
997
            ],
998
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
999
            "homepage": "https://symfony.com",
1000
            "keywords": [
1001
                "compatibility",
1002
                "polyfill",
1003
                "portable",
1004
                "shim"
1005
            ],
1006
            "time": "2017-10-11T12:05:26+00:00"
1007
        },
1008
        {
1009
            "name": "symfony/polyfill-util",
1010
            "version": "v1.6.0",
1011
            "source": {
1012
                "type": "git",
1013
                "url": "https://github.com/symfony/polyfill-util.git",
1014
                "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176"
1015
            },
1016
            "dist": {
1017
                "type": "zip",
1018
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/6e719200c8e540e0c0effeb31f96bdb344b94176",
1019
                "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176",
1020
                "shasum": ""
1021
            },
1022
            "require": {
1023
                "php": ">=5.3.3"
1024
            },
1025
            "type": "library",
1026
            "extra": {
1027
                "branch-alias": {
1028
                    "dev-master": "1.6-dev"
1029
                }
1030
            },
1031
            "autoload": {
1032
                "psr-4": {
1033
                    "Symfony\\Polyfill\\Util\\": ""
1034
                }
1035
            },
1036
            "notification-url": "https://packagist.org/downloads/",
1037
            "license": [
1038
                "MIT"
1039
            ],
1040
            "authors": [
1041
                {
1042
                    "name": "Nicolas Grekas",
1043
                    "email": "[email protected]"
1044
                },
1045
                {
1046
                    "name": "Symfony Community",
1047
                    "homepage": "https://symfony.com/contributors"
1048
                }
1049
            ],
1050
            "description": "Symfony utilities for portability of PHP codes",
1051
            "homepage": "https://symfony.com",
1052
            "keywords": [
1053
                "compat",
1054
                "compatibility",
1055
                "polyfill",
1056
                "shim"
1057
            ],
1058
            "time": "2017-10-11T12:05:26+00:00"
1059
        },
1060
        {
1061
            "name": "symfony/symfony",
0 ignored issues
show
1062
            "version": "v3.1.5",
1063
            "source": {
1064
                "type": "git",
1065
                "url": "https://github.com/symfony/symfony.git",
1066
                "reference": "e7e1d01fe103de78bca6fbf7f6f4acf64482d63c"
1067
            },
1068
            "dist": {
1069
                "type": "zip",
1070
                "url": "https://api.github.com/repos/symfony/symfony/zipball/e7e1d01fe103de78bca6fbf7f6f4acf64482d63c",
1071
                "reference": "e7e1d01fe103de78bca6fbf7f6f4acf64482d63c",
1072
                "shasum": ""
1073
            },
1074
            "require": {
1075
                "doctrine/common": "~2.4",
1076
                "php": ">=5.5.9",
1077
                "psr/cache": "~1.0",
1078
                "psr/log": "~1.0",
1079
                "symfony/polyfill-intl-icu": "~1.0",
1080
                "symfony/polyfill-mbstring": "~1.0",
1081
                "symfony/polyfill-php56": "~1.0",
1082
                "symfony/polyfill-php70": "~1.0",
1083
                "symfony/polyfill-util": "~1.0",
1084
                "twig/twig": "~1.26|~2.0"
1085
            },
1086
            "conflict": {
1087
                "phpdocumentor/reflection-docblock": "<3.0",
1088
                "phpdocumentor/type-resolver": "<0.2.0"
1089
            },
1090
            "provide": {
1091
                "psr/cache-implementation": "1.0"
1092
            },
1093
            "replace": {
1094
                "symfony/asset": "self.version",
1095
                "symfony/browser-kit": "self.version",
1096
                "symfony/cache": "self.version",
1097
                "symfony/class-loader": "self.version",
1098
                "symfony/config": "self.version",
1099
                "symfony/console": "self.version",
1100
                "symfony/css-selector": "self.version",
1101
                "symfony/debug": "self.version",
1102
                "symfony/debug-bundle": "self.version",
1103
                "symfony/dependency-injection": "self.version",
1104
                "symfony/doctrine-bridge": "self.version",
1105
                "symfony/dom-crawler": "self.version",
1106
                "symfony/event-dispatcher": "self.version",
1107
                "symfony/expression-language": "self.version",
1108
                "symfony/filesystem": "self.version",
1109
                "symfony/finder": "self.version",
1110
                "symfony/form": "self.version",
1111
                "symfony/framework-bundle": "self.version",
1112
                "symfony/http-foundation": "self.version",
1113
                "symfony/http-kernel": "self.version",
1114
                "symfony/inflector": "self.version",
1115
                "symfony/intl": "self.version",
1116
                "symfony/ldap": "self.version",
1117
                "symfony/monolog-bridge": "self.version",
1118
                "symfony/options-resolver": "self.version",
1119
                "symfony/process": "self.version",
1120
                "symfony/property-access": "self.version",
1121
                "symfony/property-info": "self.version",
1122
                "symfony/proxy-manager-bridge": "self.version",
1123
                "symfony/routing": "self.version",
1124
                "symfony/security": "self.version",
1125
                "symfony/security-bundle": "self.version",
1126
                "symfony/security-core": "self.version",
1127
                "symfony/security-csrf": "self.version",
1128
                "symfony/security-guard": "self.version",
1129
                "symfony/security-http": "self.version",
1130
                "symfony/serializer": "self.version",
1131
                "symfony/stopwatch": "self.version",
1132
                "symfony/templating": "self.version",
1133
                "symfony/translation": "self.version",
1134
                "symfony/twig-bridge": "self.version",
1135
                "symfony/twig-bundle": "self.version",
1136
                "symfony/validator": "self.version",
1137
                "symfony/var-dumper": "self.version",
1138
                "symfony/web-profiler-bundle": "self.version",
1139
                "symfony/yaml": "self.version"
1140
            },
1141
            "require-dev": {
1142
                "cache/integration-tests": "dev-master",
1143
                "doctrine/cache": "~1.6",
1144
                "doctrine/data-fixtures": "1.0.*",
1145
                "doctrine/dbal": "~2.4",
1146
                "doctrine/doctrine-bundle": "~1.4",
1147
                "doctrine/orm": "~2.4,>=2.4.5",
1148
                "egulias/email-validator": "~1.2,>=1.2.1",
1149
                "monolog/monolog": "~1.11",
1150
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
1151
                "phpdocumentor/reflection-docblock": "^3.0",
1152
                "predis/predis": "~1.0",
1153
                "symfony/phpunit-bridge": "~3.2",
1154
                "symfony/polyfill-apcu": "~1.1",
1155
                "symfony/security-acl": "~2.8|~3.0"
1156
            },
1157
            "type": "library",
1158
            "extra": {
1159
                "branch-alias": {
1160
                    "dev-master": "3.1-dev"
1161
                }
1162
            },
1163
            "autoload": {
1164
                "psr-4": {
1165
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
1166
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
1167
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
1168
                    "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
1169
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
1170
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
1171
                    "Symfony\\Component\\": "src/Symfony/Component/"
1172
                },
1173
                "classmap": [
1174
                    "src/Symfony/Component/Intl/Resources/stubs"
1175
                ],
1176
                "exclude-from-classmap": [
1177
                    "**/Tests/"
1178
                ]
1179
            },
1180
            "notification-url": "https://packagist.org/downloads/",
1181
            "license": [
1182
                "MIT"
1183
            ],
1184
            "authors": [
1185
                {
1186
                    "name": "Fabien Potencier",
1187
                    "email": "[email protected]"
1188
                },
1189
                {
1190
                    "name": "Symfony Community",
1191
                    "homepage": "https://symfony.com/contributors"
1192
                }
1193
            ],
1194
            "description": "The Symfony PHP framework",
1195
            "homepage": "https://symfony.com",
1196
            "keywords": [
1197
                "framework"
1198
            ],
1199
            "time": "2016-10-03T19:01:14+00:00"
1200
        },
1201
        {
1202
            "name": "twig/twig",
1203
            "version": "v2.4.4",
1204
            "source": {
1205
                "type": "git",
1206
                "url": "https://github.com/twigphp/Twig.git",
1207
                "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb"
1208
            },
1209
            "dist": {
1210
                "type": "zip",
1211
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/eddb97148ad779f27e670e1e3f19fb323aedafeb",
1212
                "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb",
1213
                "shasum": ""
1214
            },
1215
            "require": {
1216
                "php": "^7.0",
1217
                "symfony/polyfill-mbstring": "~1.0"
1218
            },
1219
            "require-dev": {
1220
                "psr/container": "^1.0",
1221
                "symfony/debug": "~2.7",
1222
                "symfony/phpunit-bridge": "~3.3@dev"
1223
            },
1224
            "type": "library",
1225
            "extra": {
1226
                "branch-alias": {
1227
                    "dev-master": "2.4-dev"
1228
                }
1229
            },
1230
            "autoload": {
1231
                "psr-0": {
1232
                    "Twig_": "lib/"
1233
                },
1234
                "psr-4": {
1235
                    "Twig\\": "src/"
1236
                }
1237
            },
1238
            "notification-url": "https://packagist.org/downloads/",
1239
            "license": [
1240
                "BSD-3-Clause"
1241
            ],
1242
            "authors": [
1243
                {
1244
                    "name": "Fabien Potencier",
1245
                    "email": "[email protected]",
1246
                    "homepage": "http://fabien.potencier.org",
1247
                    "role": "Lead Developer"
1248
                },
1249
                {
1250
                    "name": "Armin Ronacher",
1251
                    "email": "[email protected]",
1252
                    "role": "Project Founder"
1253
                },
1254
                {
1255
                    "name": "Twig Team",
1256
                    "homepage": "http://twig.sensiolabs.org/contributors",
1257
                    "role": "Contributors"
1258
                }
1259
            ],
1260
            "description": "Twig, the flexible, fast, and secure template language for PHP",
1261
            "homepage": "http://twig.sensiolabs.org",
1262
            "keywords": [
1263
                "templating"
1264
            ],
1265
            "time": "2017-09-27T18:10:31+00:00"
1266
        }
1267
    ],
1268
    "packages-dev": [
1269
        {
1270
            "name": "doctrine/instantiator",
1271
            "version": "1.0.5",
1272
            "source": {
1273
                "type": "git",
1274
                "url": "https://github.com/doctrine/instantiator.git",
1275
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1276
            },
1277
            "dist": {
1278
                "type": "zip",
1279
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1280
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1281
                "shasum": ""
1282
            },
1283
            "require": {
1284
                "php": ">=5.3,<8.0-DEV"
1285
            },
1286
            "require-dev": {
1287
                "athletic/athletic": "~0.1.8",
1288
                "ext-pdo": "*",
1289
                "ext-phar": "*",
1290
                "phpunit/phpunit": "~4.0",
1291
                "squizlabs/php_codesniffer": "~2.0"
1292
            },
1293
            "type": "library",
1294
            "extra": {
1295
                "branch-alias": {
1296
                    "dev-master": "1.0.x-dev"
1297
                }
1298
            },
1299
            "autoload": {
1300
                "psr-4": {
1301
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1302
                }
1303
            },
1304
            "notification-url": "https://packagist.org/downloads/",
1305
            "license": [
1306
                "MIT"
1307
            ],
1308
            "authors": [
1309
                {
1310
                    "name": "Marco Pivetta",
1311
                    "email": "[email protected]",
1312
                    "homepage": "http://ocramius.github.com/"
1313
                }
1314
            ],
1315
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1316
            "homepage": "https://github.com/doctrine/instantiator",
1317
            "keywords": [
1318
                "constructor",
1319
                "instantiate"
1320
            ],
1321
            "time": "2015-06-14T21:17:01+00:00"
1322
        },
1323
        {
1324
            "name": "guzzlehttp/guzzle",
1325
            "version": "v3.8.1",
1326
            "source": {
1327
                "type": "git",
1328
                "url": "https://github.com/guzzle/guzzle.git",
1329
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
1330
            },
1331
            "dist": {
1332
                "type": "zip",
1333
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
1334
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
1335
                "shasum": ""
1336
            },
1337
            "require": {
1338
                "ext-curl": "*",
1339
                "php": ">=5.3.3",
1340
                "symfony/event-dispatcher": ">=2.1"
1341
            },
1342
            "replace": {
1343
                "guzzle/batch": "self.version",
1344
                "guzzle/cache": "self.version",
1345
                "guzzle/common": "self.version",
1346
                "guzzle/http": "self.version",
1347
                "guzzle/inflection": "self.version",
1348
                "guzzle/iterator": "self.version",
1349
                "guzzle/log": "self.version",
1350
                "guzzle/parser": "self.version",
1351
                "guzzle/plugin": "self.version",
1352
                "guzzle/plugin-async": "self.version",
1353
                "guzzle/plugin-backoff": "self.version",
1354
                "guzzle/plugin-cache": "self.version",
1355
                "guzzle/plugin-cookie": "self.version",
1356
                "guzzle/plugin-curlauth": "self.version",
1357
                "guzzle/plugin-error-response": "self.version",
1358
                "guzzle/plugin-history": "self.version",
1359
                "guzzle/plugin-log": "self.version",
1360
                "guzzle/plugin-md5": "self.version",
1361
                "guzzle/plugin-mock": "self.version",
1362
                "guzzle/plugin-oauth": "self.version",
1363
                "guzzle/service": "self.version",
1364
                "guzzle/stream": "self.version"
1365
            },
1366
            "require-dev": {
1367
                "doctrine/cache": "*",
1368
                "monolog/monolog": "1.*",
1369
                "phpunit/phpunit": "3.7.*",
1370
                "psr/log": "1.0.*",
1371
                "symfony/class-loader": "*",
1372
                "zendframework/zend-cache": "<2.3",
1373
                "zendframework/zend-log": "<2.3"
1374
            },
1375
            "type": "library",
1376
            "extra": {
1377
                "branch-alias": {
1378
                    "dev-master": "3.8-dev"
1379
                }
1380
            },
1381
            "autoload": {
1382
                "psr-0": {
1383
                    "Guzzle": "src/",
1384
                    "Guzzle\\Tests": "tests/"
1385
                }
1386
            },
1387
            "notification-url": "https://packagist.org/downloads/",
1388
            "license": [
1389
                "MIT"
1390
            ],
1391
            "authors": [
1392
                {
1393
                    "name": "Michael Dowling",
1394
                    "email": "[email protected]",
1395
                    "homepage": "https://github.com/mtdowling"
1396
                },
1397
                {
1398
                    "name": "Guzzle Community",
1399
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
1400
                }
1401
            ],
1402
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
1403
            "homepage": "http://guzzlephp.org/",
1404
            "keywords": [
1405
                "client",
1406
                "curl",
1407
                "framework",
1408
                "http",
1409
                "http client",
1410
                "rest",
1411
                "web service"
1412
            ],
1413
            "time": "2014-01-28T22:29:15+00:00"
1414
        },
1415
        {
1416
            "name": "jms/metadata",
1417
            "version": "1.5.1",
1418
            "source": {
1419
                "type": "git",
1420
                "url": "https://github.com/schmittjoh/metadata.git",
1421
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1422
            },
1423
            "dist": {
1424
                "type": "zip",
1425
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1426
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1427
                "shasum": ""
1428
            },
1429
            "require": {
1430
                "php": ">=5.3.0"
1431
            },
1432
            "require-dev": {
1433
                "doctrine/cache": "~1.0"
1434
            },
1435
            "type": "library",
1436
            "extra": {
1437
                "branch-alias": {
1438
                    "dev-master": "1.5.x-dev"
1439
                }
1440
            },
1441
            "autoload": {
1442
                "psr-0": {
1443
                    "Metadata\\": "src/"
1444
                }
1445
            },
1446
            "notification-url": "https://packagist.org/downloads/",
1447
            "license": [
1448
                "Apache"
1449
            ],
1450
            "authors": [
1451
                {
1452
                    "name": "Johannes Schmitt",
1453
                    "email": "[email protected]",
1454
                    "homepage": "https://github.com/schmittjoh",
1455
                    "role": "Developer of wrapped JMSSerializerBundle"
1456
                }
1457
            ],
1458
            "description": "Class/method/property metadata management in PHP",
1459
            "keywords": [
1460
                "annotations",
1461
                "metadata",
1462
                "xml",
1463
                "yaml"
1464
            ],
1465
            "time": "2014-07-12T07:13:19+00:00"
1466
        },
1467
        {
1468
            "name": "jms/parser-lib",
1469
            "version": "1.0.0",
1470
            "source": {
1471
                "type": "git",
1472
                "url": "https://github.com/schmittjoh/parser-lib.git",
1473
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1474
            },
1475
            "dist": {
1476
                "type": "zip",
1477
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1478
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1479
                "shasum": ""
1480
            },
1481
            "require": {
1482
                "phpoption/phpoption": ">=0.9,<2.0-dev"
1483
            },
1484
            "type": "library",
1485
            "extra": {
1486
                "branch-alias": {
1487
                    "dev-master": "1.0-dev"
1488
                }
1489
            },
1490
            "autoload": {
1491
                "psr-0": {
1492
                    "JMS\\": "src/"
1493
                }
1494
            },
1495
            "notification-url": "https://packagist.org/downloads/",
1496
            "license": [
1497
                "Apache2"
1498
            ],
1499
            "description": "A library for easily creating recursive-descent parsers.",
1500
            "time": "2012-11-18T18:08:43+00:00"
1501
        },
1502
        {
1503
            "name": "jms/serializer",
1504
            "version": "1.3.1",
1505
            "source": {
1506
                "type": "git",
1507
                "url": "https://github.com/schmittjoh/serializer.git",
1508
                "reference": "705d0b4633b9c44e6253aa18306b3972282cd3a3"
1509
            },
1510
            "dist": {
1511
                "type": "zip",
1512
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/705d0b4633b9c44e6253aa18306b3972282cd3a3",
1513
                "reference": "705d0b4633b9c44e6253aa18306b3972282cd3a3",
1514
                "shasum": ""
1515
            },
1516
            "require": {
1517
                "doctrine/annotations": "^1.0",
1518
                "doctrine/instantiator": "^1.0.3",
1519
                "jms/metadata": "~1.1",
1520
                "jms/parser-lib": "1.*",
1521
                "php": ">=5.5.0",
1522
                "phpcollection/phpcollection": "~0.1",
1523
                "phpoption/phpoption": "^1.1"
1524
            },
1525
            "conflict": {
1526
                "twig/twig": "<1.12"
1527
            },
1528
            "require-dev": {
1529
                "doctrine/orm": "~2.1",
1530
                "doctrine/phpcr-odm": "^1.3|^2.0",
1531
                "jackalope/jackalope-doctrine-dbal": "^1.1.5",
1532
                "phpunit/phpunit": "^4.8|^5.0",
1533
                "propel/propel1": "~1.7",
1534
                "symfony/filesystem": "^2.1",
1535
                "symfony/form": "~2.1",
1536
                "symfony/translation": "^2.1",
1537
                "symfony/validator": "^2.2",
1538
                "symfony/yaml": "^2.1",
1539
                "twig/twig": "~1.12|~2.0"
1540
            },
1541
            "suggest": {
1542
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1543
            },
1544
            "type": "library",
1545
            "extra": {
1546
                "branch-alias": {
1547
                    "dev-master": "1.3-dev"
1548
                }
1549
            },
1550
            "autoload": {
1551
                "psr-0": {
1552
                    "JMS\\Serializer": "src/"
1553
                }
1554
            },
1555
            "notification-url": "https://packagist.org/downloads/",
1556
            "license": [
1557
                "Apache2"
1558
            ],
1559
            "authors": [
1560
                {
1561
                    "name": "Johannes M. Schmitt",
1562
                    "email": "[email protected]"
1563
                }
1564
            ],
1565
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1566
            "homepage": "http://jmsyst.com/libs/serializer",
1567
            "keywords": [
1568
                "deserialization",
1569
                "jaxb",
1570
                "json",
1571
                "serialization",
1572
                "xml"
1573
            ],
1574
            "time": "2016-08-23T17:20:24+00:00"
1575
        },
1576
        {
1577
            "name": "myclabs/deep-copy",
1578
            "version": "1.5.4",
1579
            "source": {
1580
                "type": "git",
1581
                "url": "https://github.com/myclabs/DeepCopy.git",
1582
                "reference": "ea74994a3dc7f8d2f65a06009348f2d63c81e61f"
1583
            },
1584
            "dist": {
1585
                "type": "zip",
1586
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ea74994a3dc7f8d2f65a06009348f2d63c81e61f",
1587
                "reference": "ea74994a3dc7f8d2f65a06009348f2d63c81e61f",
1588
                "shasum": ""
1589
            },
1590
            "require": {
1591
                "php": ">=5.4.0"
1592
            },
1593
            "require-dev": {
1594
                "doctrine/collections": "1.*",
1595
                "phpunit/phpunit": "~4.1"
1596
            },
1597
            "type": "library",
1598
            "autoload": {
1599
                "psr-4": {
1600
                    "DeepCopy\\": "src/DeepCopy/"
1601
                }
1602
            },
1603
            "notification-url": "https://packagist.org/downloads/",
1604
            "license": [
1605
                "MIT"
1606
            ],
1607
            "description": "Create deep copies (clones) of your objects",
1608
            "homepage": "https://github.com/myclabs/DeepCopy",
1609
            "keywords": [
1610
                "clone",
1611
                "copy",
1612
                "duplicate",
1613
                "object",
1614
                "object graph"
1615
            ],
1616
            "time": "2016-09-16T13:37:59+00:00"
1617
        },
1618
        {
1619
            "name": "phpcollection/phpcollection",
1620
            "version": "0.5.0",
1621
            "source": {
1622
                "type": "git",
1623
                "url": "https://github.com/schmittjoh/php-collection.git",
1624
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
1625
            },
1626
            "dist": {
1627
                "type": "zip",
1628
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1629
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1630
                "shasum": ""
1631
            },
1632
            "require": {
1633
                "phpoption/phpoption": "1.*"
1634
            },
1635
            "type": "library",
1636
            "extra": {
1637
                "branch-alias": {
1638
                    "dev-master": "0.4-dev"
1639
                }
1640
            },
1641
            "autoload": {
1642
                "psr-0": {
1643
                    "PhpCollection": "src/"
1644
                }
1645
            },
1646
            "notification-url": "https://packagist.org/downloads/",
1647
            "license": [
1648
                "Apache2"
1649
            ],
1650
            "authors": [
1651
                {
1652
                    "name": "Johannes M. Schmitt",
1653
                    "email": "[email protected]"
1654
                }
1655
            ],
1656
            "description": "General-Purpose Collection Library for PHP",
1657
            "keywords": [
1658
                "collection",
1659
                "list",
1660
                "map",
1661
                "sequence",
1662
                "set"
1663
            ],
1664
            "time": "2015-05-17T12:39:23+00:00"
1665
        },
1666
        {
1667
            "name": "phpdocumentor/reflection-common",
1668
            "version": "1.0",
1669
            "source": {
1670
                "type": "git",
1671
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1672
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
1673
            },
1674
            "dist": {
1675
                "type": "zip",
1676
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1677
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1678
                "shasum": ""
1679
            },
1680
            "require": {
1681
                "php": ">=5.5"
1682
            },
1683
            "require-dev": {
1684
                "phpunit/phpunit": "^4.6"
1685
            },
1686
            "type": "library",
1687
            "extra": {
1688
                "branch-alias": {
1689
                    "dev-master": "1.0.x-dev"
1690
                }
1691
            },
1692
            "autoload": {
1693
                "psr-4": {
1694
                    "phpDocumentor\\Reflection\\": [
1695
                        "src"
1696
                    ]
1697
                }
1698
            },
1699
            "notification-url": "https://packagist.org/downloads/",
1700
            "license": [
1701
                "MIT"
1702
            ],
1703
            "authors": [
1704
                {
1705
                    "name": "Jaap van Otterdijk",
1706
                    "email": "[email protected]"
1707
                }
1708
            ],
1709
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1710
            "homepage": "http://www.phpdoc.org",
1711
            "keywords": [
1712
                "FQSEN",
1713
                "phpDocumentor",
1714
                "phpdoc",
1715
                "reflection",
1716
                "static analysis"
1717
            ],
1718
            "time": "2015-12-27T11:43:31+00:00"
1719
        },
1720
        {
1721
            "name": "phpdocumentor/reflection-docblock",
1722
            "version": "3.1.1",
1723
            "source": {
1724
                "type": "git",
1725
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1726
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
1727
            },
1728
            "dist": {
1729
                "type": "zip",
1730
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
1731
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
1732
                "shasum": ""
1733
            },
1734
            "require": {
1735
                "php": ">=5.5",
1736
                "phpdocumentor/reflection-common": "^1.0@dev",
1737
                "phpdocumentor/type-resolver": "^0.2.0",
1738
                "webmozart/assert": "^1.0"
1739
            },
1740
            "require-dev": {
1741
                "mockery/mockery": "^0.9.4",
1742
                "phpunit/phpunit": "^4.4"
1743
            },
1744
            "type": "library",
1745
            "autoload": {
1746
                "psr-4": {
1747
                    "phpDocumentor\\Reflection\\": [
1748
                        "src/"
1749
                    ]
1750
                }
1751
            },
1752
            "notification-url": "https://packagist.org/downloads/",
1753
            "license": [
1754
                "MIT"
1755
            ],
1756
            "authors": [
1757
                {
1758
                    "name": "Mike van Riel",
1759
                    "email": "[email protected]"
1760
                }
1761
            ],
1762
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1763
            "time": "2016-09-30T07:12:33+00:00"
1764
        },
1765
        {
1766
            "name": "phpdocumentor/type-resolver",
1767
            "version": "0.2",
1768
            "source": {
1769
                "type": "git",
1770
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1771
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
1772
            },
1773
            "dist": {
1774
                "type": "zip",
1775
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
1776
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
1777
                "shasum": ""
1778
            },
1779
            "require": {
1780
                "php": ">=5.5",
1781
                "phpdocumentor/reflection-common": "^1.0"
1782
            },
1783
            "require-dev": {
1784
                "mockery/mockery": "^0.9.4",
1785
                "phpunit/phpunit": "^5.2||^4.8.24"
1786
            },
1787
            "type": "library",
1788
            "extra": {
1789
                "branch-alias": {
1790
                    "dev-master": "1.0.x-dev"
1791
                }
1792
            },
1793
            "autoload": {
1794
                "psr-4": {
1795
                    "phpDocumentor\\Reflection\\": [
1796
                        "src/"
1797
                    ]
1798
                }
1799
            },
1800
            "notification-url": "https://packagist.org/downloads/",
1801
            "license": [
1802
                "MIT"
1803
            ],
1804
            "authors": [
1805
                {
1806
                    "name": "Mike van Riel",
1807
                    "email": "[email protected]"
1808
                }
1809
            ],
1810
            "time": "2016-06-10T07:14:17+00:00"
1811
        },
1812
        {
1813
            "name": "phpoption/phpoption",
1814
            "version": "1.5.0",
1815
            "source": {
1816
                "type": "git",
1817
                "url": "https://github.com/schmittjoh/php-option.git",
1818
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
1819
            },
1820
            "dist": {
1821
                "type": "zip",
1822
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1823
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1824
                "shasum": ""
1825
            },
1826
            "require": {
1827
                "php": ">=5.3.0"
1828
            },
1829
            "require-dev": {
1830
                "phpunit/phpunit": "4.7.*"
1831
            },
1832
            "type": "library",
1833
            "extra": {
1834
                "branch-alias": {
1835
                    "dev-master": "1.3-dev"
1836
                }
1837
            },
1838
            "autoload": {
1839
                "psr-0": {
1840
                    "PhpOption\\": "src/"
1841
                }
1842
            },
1843
            "notification-url": "https://packagist.org/downloads/",
1844
            "license": [
1845
                "Apache2"
1846
            ],
1847
            "authors": [
1848
                {
1849
                    "name": "Johannes M. Schmitt",
1850
                    "email": "[email protected]"
1851
                }
1852
            ],
1853
            "description": "Option Type for PHP",
1854
            "keywords": [
1855
                "language",
1856
                "option",
1857
                "php",
1858
                "type"
1859
            ],
1860
            "time": "2015-07-25T16:39:46+00:00"
1861
        },
1862
        {
1863
            "name": "phpspec/prophecy",
1864
            "version": "v1.6.1",
1865
            "source": {
1866
                "type": "git",
1867
                "url": "https://github.com/phpspec/prophecy.git",
1868
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
1869
            },
1870
            "dist": {
1871
                "type": "zip",
1872
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
1873
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
1874
                "shasum": ""
1875
            },
1876
            "require": {
1877
                "doctrine/instantiator": "^1.0.2",
1878
                "php": "^5.3|^7.0",
1879
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
1880
                "sebastian/comparator": "^1.1",
1881
                "sebastian/recursion-context": "^1.0"
1882
            },
1883
            "require-dev": {
1884
                "phpspec/phpspec": "^2.0"
1885
            },
1886
            "type": "library",
1887
            "extra": {
1888
                "branch-alias": {
1889
                    "dev-master": "1.6.x-dev"
1890
                }
1891
            },
1892
            "autoload": {
1893
                "psr-0": {
1894
                    "Prophecy\\": "src/"
1895
                }
1896
            },
1897
            "notification-url": "https://packagist.org/downloads/",
1898
            "license": [
1899
                "MIT"
1900
            ],
1901
            "authors": [
1902
                {
1903
                    "name": "Konstantin Kudryashov",
1904
                    "email": "[email protected]",
1905
                    "homepage": "http://everzet.com"
1906
                },
1907
                {
1908
                    "name": "Marcello Duarte",
1909
                    "email": "[email protected]"
1910
                }
1911
            ],
1912
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1913
            "homepage": "https://github.com/phpspec/prophecy",
1914
            "keywords": [
1915
                "Double",
1916
                "Dummy",
1917
                "fake",
1918
                "mock",
1919
                "spy",
1920
                "stub"
1921
            ],
1922
            "time": "2016-06-07T08:13:47+00:00"
1923
        },
1924
        {
1925
            "name": "phpunit/php-code-coverage",
1926
            "version": "4.0.1",
1927
            "source": {
1928
                "type": "git",
1929
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1930
                "reference": "5f3f7e736d6319d5f1fc402aff8b026da26709a3"
1931
            },
1932
            "dist": {
1933
                "type": "zip",
1934
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/5f3f7e736d6319d5f1fc402aff8b026da26709a3",
1935
                "reference": "5f3f7e736d6319d5f1fc402aff8b026da26709a3",
1936
                "shasum": ""
1937
            },
1938
            "require": {
1939
                "php": "^5.6 || ^7.0",
1940
                "phpunit/php-file-iterator": "~1.3",
1941
                "phpunit/php-text-template": "~1.2",
1942
                "phpunit/php-token-stream": "^1.4.2",
1943
                "sebastian/code-unit-reverse-lookup": "~1.0",
1944
                "sebastian/environment": "^1.3.2 || ^2.0",
1945
                "sebastian/version": "~1.0|~2.0"
1946
            },
1947
            "require-dev": {
1948
                "ext-xdebug": ">=2.1.4",
1949
                "phpunit/phpunit": "^5.4"
1950
            },
1951
            "suggest": {
1952
                "ext-dom": "*",
1953
                "ext-xdebug": ">=2.4.0",
1954
                "ext-xmlwriter": "*"
1955
            },
1956
            "type": "library",
1957
            "extra": {
1958
                "branch-alias": {
1959
                    "dev-master": "4.0.x-dev"
1960
                }
1961
            },
1962
            "autoload": {
1963
                "classmap": [
1964
                    "src/"
1965
                ]
1966
            },
1967
            "notification-url": "https://packagist.org/downloads/",
1968
            "license": [
1969
                "BSD-3-Clause"
1970
            ],
1971
            "authors": [
1972
                {
1973
                    "name": "Sebastian Bergmann",
1974
                    "email": "[email protected]",
1975
                    "role": "lead"
1976
                }
1977
            ],
1978
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1979
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1980
            "keywords": [
1981
                "coverage",
1982
                "testing",
1983
                "xunit"
1984
            ],
1985
            "time": "2016-07-26T14:39:29+00:00"
1986
        },
1987
        {
1988
            "name": "phpunit/php-file-iterator",
1989
            "version": "1.4.1",
1990
            "source": {
1991
                "type": "git",
1992
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1993
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
1994
            },
1995
            "dist": {
1996
                "type": "zip",
1997
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1998
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1999
                "shasum": ""
2000
            },
2001
            "require": {
2002
                "php": ">=5.3.3"
2003
            },
2004
            "type": "library",
2005
            "extra": {
2006
                "branch-alias": {
2007
                    "dev-master": "1.4.x-dev"
2008
                }
2009
            },
2010
            "autoload": {
2011
                "classmap": [
2012
                    "src/"
2013
                ]
2014
            },
2015
            "notification-url": "https://packagist.org/downloads/",
2016
            "license": [
2017
                "BSD-3-Clause"
2018
            ],
2019
            "authors": [
2020
                {
2021
                    "name": "Sebastian Bergmann",
2022
                    "email": "[email protected]",
2023
                    "role": "lead"
2024
                }
2025
            ],
2026
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2027
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2028
            "keywords": [
2029
                "filesystem",
2030
                "iterator"
2031
            ],
2032
            "time": "2015-06-21T13:08:43+00:00"
2033
        },
2034
        {
2035
            "name": "phpunit/php-text-template",
2036
            "version": "1.2.1",
2037
            "source": {
2038
                "type": "git",
2039
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2040
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2041
            },
2042
            "dist": {
2043
                "type": "zip",
2044
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2045
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2046
                "shasum": ""
2047
            },
2048
            "require": {
2049
                "php": ">=5.3.3"
2050
            },
2051
            "type": "library",
2052
            "autoload": {
2053
                "classmap": [
2054
                    "src/"
2055
                ]
2056
            },
2057
            "notification-url": "https://packagist.org/downloads/",
2058
            "license": [
2059
                "BSD-3-Clause"
2060
            ],
2061
            "authors": [
2062
                {
2063
                    "name": "Sebastian Bergmann",
2064
                    "email": "[email protected]",
2065
                    "role": "lead"
2066
                }
2067
            ],
2068
            "description": "Simple template engine.",
2069
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2070
            "keywords": [
2071
                "template"
2072
            ],
2073
            "time": "2015-06-21T13:50:34+00:00"
2074
        },
2075
        {
2076
            "name": "phpunit/php-timer",
2077
            "version": "1.0.8",
2078
            "source": {
2079
                "type": "git",
2080
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2081
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
2082
            },
2083
            "dist": {
2084
                "type": "zip",
2085
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
2086
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
2087
                "shasum": ""
2088
            },
2089
            "require": {
2090
                "php": ">=5.3.3"
2091
            },
2092
            "require-dev": {
2093
                "phpunit/phpunit": "~4|~5"
2094
            },
2095
            "type": "library",
2096
            "autoload": {
2097
                "classmap": [
2098
                    "src/"
2099
                ]
2100
            },
2101
            "notification-url": "https://packagist.org/downloads/",
2102
            "license": [
2103
                "BSD-3-Clause"
2104
            ],
2105
            "authors": [
2106
                {
2107
                    "name": "Sebastian Bergmann",
2108
                    "email": "[email protected]",
2109
                    "role": "lead"
2110
                }
2111
            ],
2112
            "description": "Utility class for timing",
2113
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2114
            "keywords": [
2115
                "timer"
2116
            ],
2117
            "time": "2016-05-12T18:03:57+00:00"
2118
        },
2119
        {
2120
            "name": "phpunit/php-token-stream",
2121
            "version": "1.4.8",
2122
            "source": {
2123
                "type": "git",
2124
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2125
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
2126
            },
2127
            "dist": {
2128
                "type": "zip",
2129
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2130
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2131
                "shasum": ""
2132
            },
2133
            "require": {
2134
                "ext-tokenizer": "*",
2135
                "php": ">=5.3.3"
2136
            },
2137
            "require-dev": {
2138
                "phpunit/phpunit": "~4.2"
2139
            },
2140
            "type": "library",
2141
            "extra": {
2142
                "branch-alias": {
2143
                    "dev-master": "1.4-dev"
2144
                }
2145
            },
2146
            "autoload": {
2147
                "classmap": [
2148
                    "src/"
2149
                ]
2150
            },
2151
            "notification-url": "https://packagist.org/downloads/",
2152
            "license": [
2153
                "BSD-3-Clause"
2154
            ],
2155
            "authors": [
2156
                {
2157
                    "name": "Sebastian Bergmann",
2158
                    "email": "[email protected]"
2159
                }
2160
            ],
2161
            "description": "Wrapper around PHP's tokenizer extension.",
2162
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2163
            "keywords": [
2164
                "tokenizer"
2165
            ],
2166
            "time": "2015-09-15T10:49:45+00:00"
2167
        },
2168
        {
2169
            "name": "phpunit/phpunit",
2170
            "version": "5.6.1",
2171
            "source": {
2172
                "type": "git",
2173
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2174
                "reference": "60c32c5b5e79c2248001efa2560f831da11cc2d7"
2175
            },
2176
            "dist": {
2177
                "type": "zip",
2178
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/60c32c5b5e79c2248001efa2560f831da11cc2d7",
2179
                "reference": "60c32c5b5e79c2248001efa2560f831da11cc2d7",
2180
                "shasum": ""
2181
            },
2182
            "require": {
2183
                "ext-dom": "*",
2184
                "ext-json": "*",
2185
                "ext-libxml": "*",
2186
                "ext-mbstring": "*",
2187
                "ext-xml": "*",
2188
                "myclabs/deep-copy": "~1.3",
2189
                "php": "^5.6 || ^7.0",
2190
                "phpspec/prophecy": "^1.3.1",
2191
                "phpunit/php-code-coverage": "^4.0.1",
2192
                "phpunit/php-file-iterator": "~1.4",
2193
                "phpunit/php-text-template": "~1.2",
2194
                "phpunit/php-timer": "^1.0.6",
2195
                "phpunit/phpunit-mock-objects": "^3.2",
2196
                "sebastian/comparator": "~1.1",
2197
                "sebastian/diff": "~1.2",
2198
                "sebastian/environment": "^1.3 || ^2.0",
2199
                "sebastian/exporter": "~1.2",
2200
                "sebastian/global-state": "~1.0",
2201
                "sebastian/object-enumerator": "~1.0",
2202
                "sebastian/resource-operations": "~1.0",
2203
                "sebastian/version": "~1.0|~2.0",
2204
                "symfony/yaml": "~2.1|~3.0"
2205
            },
2206
            "conflict": {
2207
                "phpdocumentor/reflection-docblock": "3.0.2"
2208
            },
2209
            "require-dev": {
2210
                "ext-pdo": "*"
2211
            },
2212
            "suggest": {
2213
                "ext-xdebug": "*",
2214
                "phpunit/php-invoker": "~1.1"
2215
            },
2216
            "bin": [
2217
                "phpunit"
2218
            ],
2219
            "type": "library",
2220
            "extra": {
2221
                "branch-alias": {
2222
                    "dev-master": "5.6.x-dev"
2223
                }
2224
            },
2225
            "autoload": {
2226
                "classmap": [
2227
                    "src/"
2228
                ]
2229
            },
2230
            "notification-url": "https://packagist.org/downloads/",
2231
            "license": [
2232
                "BSD-3-Clause"
2233
            ],
2234
            "authors": [
2235
                {
2236
                    "name": "Sebastian Bergmann",
2237
                    "email": "[email protected]",
2238
                    "role": "lead"
2239
                }
2240
            ],
2241
            "description": "The PHP Unit Testing framework.",
2242
            "homepage": "https://phpunit.de/",
2243
            "keywords": [
2244
                "phpunit",
2245
                "testing",
2246
                "xunit"
2247
            ],
2248
            "time": "2016-10-07T13:03:26+00:00"
2249
        },
2250
        {
2251
            "name": "phpunit/phpunit-mock-objects",
2252
            "version": "3.3.1",
2253
            "source": {
2254
                "type": "git",
2255
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2256
                "reference": "03500345483e1e17b52e2e4d34a89c9408ab2902"
2257
            },
2258
            "dist": {
2259
                "type": "zip",
2260
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/03500345483e1e17b52e2e4d34a89c9408ab2902",
2261
                "reference": "03500345483e1e17b52e2e4d34a89c9408ab2902",
2262
                "shasum": ""
2263
            },
2264
            "require": {
2265
                "doctrine/instantiator": "^1.0.2",
2266
                "php": "^5.6 || ^7.0",
2267
                "phpunit/php-text-template": "^1.2",
2268
                "sebastian/exporter": "^1.2"
2269
            },
2270
            "conflict": {
2271
                "phpunit/phpunit": "<5.4.0"
2272
            },
2273
            "require-dev": {
2274
                "phpunit/phpunit": "^5.4"
2275
            },
2276
            "suggest": {
2277
                "ext-soap": "*"
2278
            },
2279
            "type": "library",
2280
            "extra": {
2281
                "branch-alias": {
2282
                    "dev-master": "3.2.x-dev"
2283
                }
2284
            },
2285
            "autoload": {
2286
                "classmap": [
2287
                    "src/"
2288
                ]
2289
            },
2290
            "notification-url": "https://packagist.org/downloads/",
2291
            "license": [
2292
                "BSD-3-Clause"
2293
            ],
2294
            "authors": [
2295
                {
2296
                    "name": "Sebastian Bergmann",
2297
                    "email": "[email protected]",
2298
                    "role": "lead"
2299
                }
2300
            ],
2301
            "description": "Mock Object library for PHPUnit",
2302
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2303
            "keywords": [
2304
                "mock",
2305
                "xunit"
2306
            ],
2307
            "time": "2016-10-04T11:03:26+00:00"
2308
        },
2309
        {
2310
            "name": "scrutinizer/ocular",
2311
            "version": "1.3.1",
2312
            "source": {
2313
                "type": "git",
2314
                "url": "https://github.com/scrutinizer-ci/ocular.git",
2315
                "reference": "b87630fa5a872283319a84133bb610163fe509b1"
2316
            },
2317
            "dist": {
2318
                "type": "zip",
2319
                "url": "https://api.github.com/repos/scrutinizer-ci/ocular/zipball/b87630fa5a872283319a84133bb610163fe509b1",
2320
                "reference": "b87630fa5a872283319a84133bb610163fe509b1",
2321
                "shasum": ""
2322
            },
2323
            "require": {
2324
                "guzzlehttp/guzzle": "~3.0",
2325
                "jms/serializer": "^1.0.0",
2326
                "phpoption/phpoption": "~1.0",
2327
                "symfony/console": "^2.0.5|~3.0",
2328
                "symfony/process": "~2.3|~3.0"
2329
            },
2330
            "require-dev": {
2331
                "phpunit/phpunit": "^4.8.0",
2332
                "symfony/filesystem": "~2.0|~3.0"
2333
            },
2334
            "bin": [
2335
                "bin/ocular"
2336
            ],
2337
            "type": "library",
2338
            "autoload": {
2339
                "psr-4": {
2340
                    "Scrutinizer\\Ocular\\": "src/Scrutinizer/Ocular"
2341
                }
2342
            },
2343
            "notification-url": "https://packagist.org/downloads/",
2344
            "time": "2016-09-09T08:07:18+00:00"
2345
        },
2346
        {
2347
            "name": "sebastian/code-unit-reverse-lookup",
2348
            "version": "1.0.0",
2349
            "source": {
2350
                "type": "git",
2351
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2352
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
2353
            },
2354
            "dist": {
2355
                "type": "zip",
2356
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
2357
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
2358
                "shasum": ""
2359
            },
2360
            "require": {
2361
                "php": ">=5.6"
2362
            },
2363
            "require-dev": {
2364
                "phpunit/phpunit": "~5"
2365
            },
2366
            "type": "library",
2367
            "extra": {
2368
                "branch-alias": {
2369
                    "dev-master": "1.0.x-dev"
2370
                }
2371
            },
2372
            "autoload": {
2373
                "classmap": [
2374
                    "src/"
2375
                ]
2376
            },
2377
            "notification-url": "https://packagist.org/downloads/",
2378
            "license": [
2379
                "BSD-3-Clause"
2380
            ],
2381
            "authors": [
2382
                {
2383
                    "name": "Sebastian Bergmann",
2384
                    "email": "[email protected]"
2385
                }
2386
            ],
2387
            "description": "Looks up which function or method a line of code belongs to",
2388
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2389
            "time": "2016-02-13T06:45:14+00:00"
2390
        },
2391
        {
2392
            "name": "sebastian/comparator",
2393
            "version": "1.2.0",
2394
            "source": {
2395
                "type": "git",
2396
                "url": "https://github.com/sebastianbergmann/comparator.git",
2397
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
2398
            },
2399
            "dist": {
2400
                "type": "zip",
2401
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
2402
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
2403
                "shasum": ""
2404
            },
2405
            "require": {
2406
                "php": ">=5.3.3",
2407
                "sebastian/diff": "~1.2",
2408
                "sebastian/exporter": "~1.2"
2409
            },
2410
            "require-dev": {
2411
                "phpunit/phpunit": "~4.4"
2412
            },
2413
            "type": "library",
2414
            "extra": {
2415
                "branch-alias": {
2416
                    "dev-master": "1.2.x-dev"
2417
                }
2418
            },
2419
            "autoload": {
2420
                "classmap": [
2421
                    "src/"
2422
                ]
2423
            },
2424
            "notification-url": "https://packagist.org/downloads/",
2425
            "license": [
2426
                "BSD-3-Clause"
2427
            ],
2428
            "authors": [
2429
                {
2430
                    "name": "Jeff Welch",
2431
                    "email": "[email protected]"
2432
                },
2433
                {
2434
                    "name": "Volker Dusch",
2435
                    "email": "[email protected]"
2436
                },
2437
                {
2438
                    "name": "Bernhard Schussek",
2439
                    "email": "[email protected]"
2440
                },
2441
                {
2442
                    "name": "Sebastian Bergmann",
2443
                    "email": "[email protected]"
2444
                }
2445
            ],
2446
            "description": "Provides the functionality to compare PHP values for equality",
2447
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2448
            "keywords": [
2449
                "comparator",
2450
                "compare",
2451
                "equality"
2452
            ],
2453
            "time": "2015-07-26T15:48:44+00:00"
2454
        },
2455
        {
2456
            "name": "sebastian/diff",
2457
            "version": "1.4.1",
2458
            "source": {
2459
                "type": "git",
2460
                "url": "https://github.com/sebastianbergmann/diff.git",
2461
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2462
            },
2463
            "dist": {
2464
                "type": "zip",
2465
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
2466
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2467
                "shasum": ""
2468
            },
2469
            "require": {
2470
                "php": ">=5.3.3"
2471
            },
2472
            "require-dev": {
2473
                "phpunit/phpunit": "~4.8"
2474
            },
2475
            "type": "library",
2476
            "extra": {
2477
                "branch-alias": {
2478
                    "dev-master": "1.4-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": "Kore Nordmann",
2493
                    "email": "[email protected]"
2494
                },
2495
                {
2496
                    "name": "Sebastian Bergmann",
2497
                    "email": "[email protected]"
2498
                }
2499
            ],
2500
            "description": "Diff implementation",
2501
            "homepage": "https://github.com/sebastianbergmann/diff",
2502
            "keywords": [
2503
                "diff"
2504
            ],
2505
            "time": "2015-12-08T07:14:41+00:00"
2506
        },
2507
        {
2508
            "name": "sebastian/environment",
2509
            "version": "1.3.8",
2510
            "source": {
2511
                "type": "git",
2512
                "url": "https://github.com/sebastianbergmann/environment.git",
2513
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
2514
            },
2515
            "dist": {
2516
                "type": "zip",
2517
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
2518
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
2519
                "shasum": ""
2520
            },
2521
            "require": {
2522
                "php": "^5.3.3 || ^7.0"
2523
            },
2524
            "require-dev": {
2525
                "phpunit/phpunit": "^4.8 || ^5.0"
2526
            },
2527
            "type": "library",
2528
            "extra": {
2529
                "branch-alias": {
2530
                    "dev-master": "1.3.x-dev"
2531
                }
2532
            },
2533
            "autoload": {
2534
                "classmap": [
2535
                    "src/"
2536
                ]
2537
            },
2538
            "notification-url": "https://packagist.org/downloads/",
2539
            "license": [
2540
                "BSD-3-Clause"
2541
            ],
2542
            "authors": [
2543
                {
2544
                    "name": "Sebastian Bergmann",
2545
                    "email": "[email protected]"
2546
                }
2547
            ],
2548
            "description": "Provides functionality to handle HHVM/PHP environments",
2549
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2550
            "keywords": [
2551
                "Xdebug",
2552
                "environment",
2553
                "hhvm"
2554
            ],
2555
            "time": "2016-08-18T05:49:44+00:00"
2556
        },
2557
        {
2558
            "name": "sebastian/exporter",
2559
            "version": "1.2.2",
2560
            "source": {
2561
                "type": "git",
2562
                "url": "https://github.com/sebastianbergmann/exporter.git",
2563
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
2564
            },
2565
            "dist": {
2566
                "type": "zip",
2567
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
2568
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
2569
                "shasum": ""
2570
            },
2571
            "require": {
2572
                "php": ">=5.3.3",
2573
                "sebastian/recursion-context": "~1.0"
2574
            },
2575
            "require-dev": {
2576
                "ext-mbstring": "*",
2577
                "phpunit/phpunit": "~4.4"
2578
            },
2579
            "type": "library",
2580
            "extra": {
2581
                "branch-alias": {
2582
                    "dev-master": "1.3.x-dev"
2583
                }
2584
            },
2585
            "autoload": {
2586
                "classmap": [
2587
                    "src/"
2588
                ]
2589
            },
2590
            "notification-url": "https://packagist.org/downloads/",
2591
            "license": [
2592
                "BSD-3-Clause"
2593
            ],
2594
            "authors": [
2595
                {
2596
                    "name": "Jeff Welch",
2597
                    "email": "[email protected]"
2598
                },
2599
                {
2600
                    "name": "Volker Dusch",
2601
                    "email": "[email protected]"
2602
                },
2603
                {
2604
                    "name": "Bernhard Schussek",
2605
                    "email": "[email protected]"
2606
                },
2607
                {
2608
                    "name": "Sebastian Bergmann",
2609
                    "email": "[email protected]"
2610
                },
2611
                {
2612
                    "name": "Adam Harvey",
2613
                    "email": "[email protected]"
2614
                }
2615
            ],
2616
            "description": "Provides the functionality to export PHP variables for visualization",
2617
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2618
            "keywords": [
2619
                "export",
2620
                "exporter"
2621
            ],
2622
            "time": "2016-06-17T09:04:28+00:00"
2623
        },
2624
        {
2625
            "name": "sebastian/global-state",
2626
            "version": "1.1.1",
2627
            "source": {
2628
                "type": "git",
2629
                "url": "https://github.com/sebastianbergmann/global-state.git",
2630
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2631
            },
2632
            "dist": {
2633
                "type": "zip",
2634
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2635
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2636
                "shasum": ""
2637
            },
2638
            "require": {
2639
                "php": ">=5.3.3"
2640
            },
2641
            "require-dev": {
2642
                "phpunit/phpunit": "~4.2"
2643
            },
2644
            "suggest": {
2645
                "ext-uopz": "*"
2646
            },
2647
            "type": "library",
2648
            "extra": {
2649
                "branch-alias": {
2650
                    "dev-master": "1.0-dev"
2651
                }
2652
            },
2653
            "autoload": {
2654
                "classmap": [
2655
                    "src/"
2656
                ]
2657
            },
2658
            "notification-url": "https://packagist.org/downloads/",
2659
            "license": [
2660
                "BSD-3-Clause"
2661
            ],
2662
            "authors": [
2663
                {
2664
                    "name": "Sebastian Bergmann",
2665
                    "email": "[email protected]"
2666
                }
2667
            ],
2668
            "description": "Snapshotting of global state",
2669
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2670
            "keywords": [
2671
                "global state"
2672
            ],
2673
            "time": "2015-10-12T03:26:01+00:00"
2674
        },
2675
        {
2676
            "name": "sebastian/object-enumerator",
2677
            "version": "1.0.0",
2678
            "source": {
2679
                "type": "git",
2680
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2681
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
2682
            },
2683
            "dist": {
2684
                "type": "zip",
2685
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
2686
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
2687
                "shasum": ""
2688
            },
2689
            "require": {
2690
                "php": ">=5.6",
2691
                "sebastian/recursion-context": "~1.0"
2692
            },
2693
            "require-dev": {
2694
                "phpunit/phpunit": "~5"
2695
            },
2696
            "type": "library",
2697
            "extra": {
2698
                "branch-alias": {
2699
                    "dev-master": "1.0.x-dev"
2700
                }
2701
            },
2702
            "autoload": {
2703
                "classmap": [
2704
                    "src/"
2705
                ]
2706
            },
2707
            "notification-url": "https://packagist.org/downloads/",
2708
            "license": [
2709
                "BSD-3-Clause"
2710
            ],
2711
            "authors": [
2712
                {
2713
                    "name": "Sebastian Bergmann",
2714
                    "email": "[email protected]"
2715
                }
2716
            ],
2717
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2718
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2719
            "time": "2016-01-28T13:25:10+00:00"
2720
        },
2721
        {
2722
            "name": "sebastian/recursion-context",
2723
            "version": "1.0.2",
2724
            "source": {
2725
                "type": "git",
2726
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2727
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
2728
            },
2729
            "dist": {
2730
                "type": "zip",
2731
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
2732
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
2733
                "shasum": ""
2734
            },
2735
            "require": {
2736
                "php": ">=5.3.3"
2737
            },
2738
            "require-dev": {
2739
                "phpunit/phpunit": "~4.4"
2740
            },
2741
            "type": "library",
2742
            "extra": {
2743
                "branch-alias": {
2744
                    "dev-master": "1.0.x-dev"
2745
                }
2746
            },
2747
            "autoload": {
2748
                "classmap": [
2749
                    "src/"
2750
                ]
2751
            },
2752
            "notification-url": "https://packagist.org/downloads/",
2753
            "license": [
2754
                "BSD-3-Clause"
2755
            ],
2756
            "authors": [
2757
                {
2758
                    "name": "Jeff Welch",
2759
                    "email": "[email protected]"
2760
                },
2761
                {
2762
                    "name": "Sebastian Bergmann",
2763
                    "email": "[email protected]"
2764
                },
2765
                {
2766
                    "name": "Adam Harvey",
2767
                    "email": "[email protected]"
2768
                }
2769
            ],
2770
            "description": "Provides functionality to recursively process PHP variables",
2771
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2772
            "time": "2015-11-11T19:50:13+00:00"
2773
        },
2774
        {
2775
            "name": "sebastian/resource-operations",
2776
            "version": "1.0.0",
2777
            "source": {
2778
                "type": "git",
2779
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2780
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2781
            },
2782
            "dist": {
2783
                "type": "zip",
2784
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2785
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2786
                "shasum": ""
2787
            },
2788
            "require": {
2789
                "php": ">=5.6.0"
2790
            },
2791
            "type": "library",
2792
            "extra": {
2793
                "branch-alias": {
2794
                    "dev-master": "1.0.x-dev"
2795
                }
2796
            },
2797
            "autoload": {
2798
                "classmap": [
2799
                    "src/"
2800
                ]
2801
            },
2802
            "notification-url": "https://packagist.org/downloads/",
2803
            "license": [
2804
                "BSD-3-Clause"
2805
            ],
2806
            "authors": [
2807
                {
2808
                    "name": "Sebastian Bergmann",
2809
                    "email": "[email protected]"
2810
                }
2811
            ],
2812
            "description": "Provides a list of PHP built-in functions that operate on resources",
2813
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2814
            "time": "2015-07-28T20:34:47+00:00"
2815
        },
2816
        {
2817
            "name": "sebastian/version",
2818
            "version": "2.0.0",
2819
            "source": {
2820
                "type": "git",
2821
                "url": "https://github.com/sebastianbergmann/version.git",
2822
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
2823
            },
2824
            "dist": {
2825
                "type": "zip",
2826
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2827
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2828
                "shasum": ""
2829
            },
2830
            "require": {
2831
                "php": ">=5.6"
2832
            },
2833
            "type": "library",
2834
            "extra": {
2835
                "branch-alias": {
2836
                    "dev-master": "2.0.x-dev"
2837
                }
2838
            },
2839
            "autoload": {
2840
                "classmap": [
2841
                    "src/"
2842
                ]
2843
            },
2844
            "notification-url": "https://packagist.org/downloads/",
2845
            "license": [
2846
                "BSD-3-Clause"
2847
            ],
2848
            "authors": [
2849
                {
2850
                    "name": "Sebastian Bergmann",
2851
                    "email": "[email protected]",
2852
                    "role": "lead"
2853
                }
2854
            ],
2855
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2856
            "homepage": "https://github.com/sebastianbergmann/version",
2857
            "time": "2016-02-04T12:56:52+00:00"
2858
        },
2859
        {
2860
            "name": "squizlabs/php_codesniffer",
2861
            "version": "2.7.0",
2862
            "source": {
2863
                "type": "git",
2864
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2865
                "reference": "571e27b6348e5b3a637b2abc82ac0d01e6d7bbed"
2866
            },
2867
            "dist": {
2868
                "type": "zip",
2869
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/571e27b6348e5b3a637b2abc82ac0d01e6d7bbed",
2870
                "reference": "571e27b6348e5b3a637b2abc82ac0d01e6d7bbed",
2871
                "shasum": ""
2872
            },
2873
            "require": {
2874
                "ext-simplexml": "*",
2875
                "ext-tokenizer": "*",
2876
                "ext-xmlwriter": "*",
2877
                "php": ">=5.1.2"
2878
            },
2879
            "require-dev": {
2880
                "phpunit/phpunit": "~4.0"
2881
            },
2882
            "bin": [
2883
                "scripts/phpcs",
2884
                "scripts/phpcbf"
2885
            ],
2886
            "type": "library",
2887
            "extra": {
2888
                "branch-alias": {
2889
                    "dev-master": "2.x-dev"
2890
                }
2891
            },
2892
            "autoload": {
2893
                "classmap": [
2894
                    "CodeSniffer.php",
2895
                    "CodeSniffer/CLI.php",
2896
                    "CodeSniffer/Exception.php",
2897
                    "CodeSniffer/File.php",
2898
                    "CodeSniffer/Fixer.php",
2899
                    "CodeSniffer/Report.php",
2900
                    "CodeSniffer/Reporting.php",
2901
                    "CodeSniffer/Sniff.php",
2902
                    "CodeSniffer/Tokens.php",
2903
                    "CodeSniffer/Reports/",
2904
                    "CodeSniffer/Tokenizers/",
2905
                    "CodeSniffer/DocGenerators/",
2906
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
2907
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
2908
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
2909
                    "CodeSniffer/Standards/IncorrectPatternException.php",
2910
                    "CodeSniffer/Standards/Generic/Sniffs/",
2911
                    "CodeSniffer/Standards/MySource/Sniffs/",
2912
                    "CodeSniffer/Standards/PEAR/Sniffs/",
2913
                    "CodeSniffer/Standards/PSR1/Sniffs/",
2914
                    "CodeSniffer/Standards/PSR2/Sniffs/",
2915
                    "CodeSniffer/Standards/Squiz/Sniffs/",
2916
                    "CodeSniffer/Standards/Zend/Sniffs/"
2917
                ]
2918
            },
2919
            "notification-url": "https://packagist.org/downloads/",
2920
            "license": [
2921
                "BSD-3-Clause"
2922
            ],
2923
            "authors": [
2924
                {
2925
                    "name": "Greg Sherwood",
2926
                    "role": "lead"
2927
                }
2928
            ],
2929
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2930
            "homepage": "http://www.squizlabs.com/php-codesniffer",
2931
            "keywords": [
2932
                "phpcs",
2933
                "standards"
2934
            ],
2935
            "time": "2016-09-01T23:53:02+00:00"
2936
        },
2937
        {
2938
            "name": "webmozart/assert",
2939
            "version": "1.1.0",
2940
            "source": {
2941
                "type": "git",
2942
                "url": "https://github.com/webmozart/assert.git",
2943
                "reference": "bb2d123231c095735130cc8f6d31385a44c7b308"
2944
            },
2945
            "dist": {
2946
                "type": "zip",
2947
                "url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308",
2948
                "reference": "bb2d123231c095735130cc8f6d31385a44c7b308",
2949
                "shasum": ""
2950
            },
2951
            "require": {
2952
                "php": "^5.3.3|^7.0"
2953
            },
2954
            "require-dev": {
2955
                "phpunit/phpunit": "^4.6",
2956
                "sebastian/version": "^1.0.1"
2957
            },
2958
            "type": "library",
2959
            "extra": {
2960
                "branch-alias": {
2961
                    "dev-master": "1.2-dev"
2962
                }
2963
            },
2964
            "autoload": {
2965
                "psr-4": {
2966
                    "Webmozart\\Assert\\": "src/"
2967
                }
2968
            },
2969
            "notification-url": "https://packagist.org/downloads/",
2970
            "license": [
2971
                "MIT"
2972
            ],
2973
            "authors": [
2974
                {
2975
                    "name": "Bernhard Schussek",
2976
                    "email": "[email protected]"
2977
                }
2978
            ],
2979
            "description": "Assertions to validate method input/output with nice error messages.",
2980
            "keywords": [
2981
                "assert",
2982
                "check",
2983
                "validate"
2984
            ],
2985
            "time": "2016-08-09T15:02:57+00:00"
2986
        }
2987
    ],
2988
    "aliases": [],
2989
    "minimum-stability": "stable",
2990
    "stability-flags": [],
2991
    "prefer-stable": false,
2992
    "prefer-lowest": false,
2993
    "platform": {
2994
        "php": "^7.1"
2995
    },
2996
    "platform-dev": []
2997
}
2998