Completed
Push — master ( 8ebaeb...36d4c0 )
by Joe
05:08
created

composer.lock (2 issues)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "25e0a3198a7c8e22f0631a0bd1f9a6d8",
8
    "content-hash": "2527098751555f4d193bf8cbca2e70b8",
9
    "packages": [
10
        {
11
            "name": "assimtech/fiat",
12
            "version": "2.0.1",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/assimtech/fiat.git",
16
                "reference": "a0ec296c5328ca78b084c21c39ff10019486bbcd"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/assimtech/fiat/zipball/a0ec296c5328ca78b084c21c39ff10019486bbcd",
21
                "reference": "a0ec296c5328ca78b084c21c39ff10019486bbcd",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.5.9",
26
                "symfony/intl": "^3.0",
27
                "twig/twig": "^1.0"
28
            },
29
            "require-dev": {
30
                "henrikbjorn/phpspec-code-coverage": "^1.0",
31
                "phpmd/phpmd": "^2.2",
32
                "phpspec/phpspec": "^2.2",
33
                "sebastian/phpcpd": "^2.0",
34
                "squizlabs/php_codesniffer": "^2.3"
35
            },
36
            "type": "library",
37
            "autoload": {
38
                "psr-4": {
39
                    "Assimtech\\Fiat\\": "src"
40
                }
41
            },
42
            "notification-url": "https://packagist.org/downloads/",
43
            "license": [
44
                "MIT"
45
            ],
46
            "description": "Money, Currency and Accounting",
47
            "homepage": "https://github.com/assimtech/fiat",
48
            "time": "2016-10-19 09:57:47"
49
        },
50
        {
51
            "name": "psr/log",
52
            "version": "1.0.2",
53
            "source": {
54
                "type": "git",
55
                "url": "https://github.com/php-fig/log.git",
56
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
57
            },
58
            "dist": {
59
                "type": "zip",
60
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
61
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
62
                "shasum": ""
63
            },
64
            "require": {
65
                "php": ">=5.3.0"
66
            },
67
            "type": "library",
68
            "extra": {
69
                "branch-alias": {
70
                    "dev-master": "1.0.x-dev"
71
                }
72
            },
73
            "autoload": {
74
                "psr-4": {
75
                    "Psr\\Log\\": "Psr/Log/"
76
                }
77
            },
78
            "notification-url": "https://packagist.org/downloads/",
79
            "license": [
80
                "MIT"
81
            ],
82
            "authors": [
83
                {
84
                    "name": "PHP-FIG",
85
                    "homepage": "http://www.php-fig.org/"
86
                }
87
            ],
88
            "description": "Common interface for logging libraries",
89
            "homepage": "https://github.com/php-fig/log",
90
            "keywords": [
91
                "log",
92
                "psr",
93
                "psr-3"
94
            ],
95
            "time": "2016-10-10 12:19:37"
96
        },
97
        {
98
            "name": "symfony/config",
99
            "version": "v3.1.5",
100
            "source": {
101
                "type": "git",
102
                "url": "https://github.com/symfony/config.git",
103
                "reference": "949e7e846743a7f9e46dc50eb639d5fde1f53341"
104
            },
105
            "dist": {
106
                "type": "zip",
107
                "url": "https://api.github.com/repos/symfony/config/zipball/949e7e846743a7f9e46dc50eb639d5fde1f53341",
108
                "reference": "949e7e846743a7f9e46dc50eb639d5fde1f53341",
109
                "shasum": ""
110
            },
111
            "require": {
112
                "php": ">=5.5.9",
113
                "symfony/filesystem": "~2.8|~3.0"
114
            },
115
            "suggest": {
116
                "symfony/yaml": "To use the yaml reference dumper"
117
            },
118
            "type": "library",
119
            "extra": {
120
                "branch-alias": {
121
                    "dev-master": "3.1-dev"
122
                }
123
            },
124
            "autoload": {
125
                "psr-4": {
126
                    "Symfony\\Component\\Config\\": ""
127
                },
128
                "exclude-from-classmap": [
129
                    "/Tests/"
130
                ]
131
            },
132
            "notification-url": "https://packagist.org/downloads/",
133
            "license": [
134
                "MIT"
135
            ],
136
            "authors": [
137
                {
138
                    "name": "Fabien Potencier",
139
                    "email": "[email protected]"
140
                },
141
                {
142
                    "name": "Symfony Community",
143
                    "homepage": "https://symfony.com/contributors"
144
                }
145
            ],
146
            "description": "Symfony Config Component",
147
            "homepage": "https://symfony.com",
148
            "time": "2016-09-25 08:27:07"
149
        },
150
        {
151
            "name": "symfony/debug",
152
            "version": "v3.1.5",
153
            "source": {
154
                "type": "git",
155
                "url": "https://github.com/symfony/debug.git",
156
                "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8"
157
            },
158
            "dist": {
159
                "type": "zip",
160
                "url": "https://api.github.com/repos/symfony/debug/zipball/e2b3f74a67fc928adc3c1b9027f73e1bc01190a8",
161
                "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8",
162
                "shasum": ""
163
            },
164
            "require": {
165
                "php": ">=5.5.9",
166
                "psr/log": "~1.0"
167
            },
168
            "conflict": {
169
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
170
            },
171
            "require-dev": {
172
                "symfony/class-loader": "~2.8|~3.0",
173
                "symfony/http-kernel": "~2.8|~3.0"
174
            },
175
            "type": "library",
176
            "extra": {
177
                "branch-alias": {
178
                    "dev-master": "3.1-dev"
179
                }
180
            },
181
            "autoload": {
182
                "psr-4": {
183
                    "Symfony\\Component\\Debug\\": ""
184
                },
185
                "exclude-from-classmap": [
186
                    "/Tests/"
187
                ]
188
            },
189
            "notification-url": "https://packagist.org/downloads/",
190
            "license": [
191
                "MIT"
192
            ],
193
            "authors": [
194
                {
195
                    "name": "Fabien Potencier",
196
                    "email": "[email protected]"
197
                },
198
                {
199
                    "name": "Symfony Community",
200
                    "homepage": "https://symfony.com/contributors"
201
                }
202
            ],
203
            "description": "Symfony Debug Component",
204
            "homepage": "https://symfony.com",
205
            "time": "2016-09-06 11:02:40"
206
        },
207
        {
208
            "name": "symfony/dependency-injection",
209
            "version": "v3.1.5",
210
            "source": {
211
                "type": "git",
212
                "url": "https://github.com/symfony/dependency-injection.git",
213
                "reference": "8fa4be9a36f41e49b0c3969678c41c81ed463816"
214
            },
215
            "dist": {
216
                "type": "zip",
217
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8fa4be9a36f41e49b0c3969678c41c81ed463816",
218
                "reference": "8fa4be9a36f41e49b0c3969678c41c81ed463816",
219
                "shasum": ""
220
            },
221
            "require": {
222
                "php": ">=5.5.9"
223
            },
224
            "require-dev": {
225
                "symfony/config": "~2.8|~3.0",
226
                "symfony/expression-language": "~2.8|~3.0",
227
                "symfony/yaml": "~2.8.7|~3.0.7|~3.1.1|~3.2"
228
            },
229
            "suggest": {
230
                "symfony/config": "",
231
                "symfony/expression-language": "For using expressions in service container configuration",
232
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
233
                "symfony/yaml": ""
234
            },
235
            "type": "library",
236
            "extra": {
237
                "branch-alias": {
238
                    "dev-master": "3.1-dev"
239
                }
240
            },
241
            "autoload": {
242
                "psr-4": {
243
                    "Symfony\\Component\\DependencyInjection\\": ""
244
                },
245
                "exclude-from-classmap": [
246
                    "/Tests/"
247
                ]
248
            },
249
            "notification-url": "https://packagist.org/downloads/",
250
            "license": [
251
                "MIT"
252
            ],
253
            "authors": [
254
                {
255
                    "name": "Fabien Potencier",
256
                    "email": "[email protected]"
257
                },
258
                {
259
                    "name": "Symfony Community",
260
                    "homepage": "https://symfony.com/contributors"
261
                }
262
            ],
263
            "description": "Symfony DependencyInjection Component",
264
            "homepage": "https://symfony.com",
265
            "time": "2016-09-24 15:56:48"
266
        },
267
        {
268
            "name": "symfony/event-dispatcher",
269
            "version": "v3.1.5",
270
            "source": {
271
                "type": "git",
272
                "url": "https://github.com/symfony/event-dispatcher.git",
273
                "reference": "c0c00c80b3a69132c4e55c3e7db32b4a387615e5"
274
            },
275
            "dist": {
276
                "type": "zip",
277
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c0c00c80b3a69132c4e55c3e7db32b4a387615e5",
278
                "reference": "c0c00c80b3a69132c4e55c3e7db32b4a387615e5",
279
                "shasum": ""
280
            },
281
            "require": {
282
                "php": ">=5.5.9"
283
            },
284
            "require-dev": {
285
                "psr/log": "~1.0",
286
                "symfony/config": "~2.8|~3.0",
287
                "symfony/dependency-injection": "~2.8|~3.0",
288
                "symfony/expression-language": "~2.8|~3.0",
289
                "symfony/stopwatch": "~2.8|~3.0"
290
            },
291
            "suggest": {
292
                "symfony/dependency-injection": "",
293
                "symfony/http-kernel": ""
294
            },
295
            "type": "library",
296
            "extra": {
297
                "branch-alias": {
298
                    "dev-master": "3.1-dev"
299
                }
300
            },
301
            "autoload": {
302
                "psr-4": {
303
                    "Symfony\\Component\\EventDispatcher\\": ""
304
                },
305
                "exclude-from-classmap": [
306
                    "/Tests/"
307
                ]
308
            },
309
            "notification-url": "https://packagist.org/downloads/",
310
            "license": [
311
                "MIT"
312
            ],
313
            "authors": [
314
                {
315
                    "name": "Fabien Potencier",
316
                    "email": "[email protected]"
317
                },
318
                {
319
                    "name": "Symfony Community",
320
                    "homepage": "https://symfony.com/contributors"
321
                }
322
            ],
323
            "description": "Symfony EventDispatcher Component",
324
            "homepage": "https://symfony.com",
325
            "time": "2016-07-19 10:45:57"
326
        },
327
        {
328
            "name": "symfony/filesystem",
329
            "version": "v3.1.5",
330
            "source": {
331
                "type": "git",
332
                "url": "https://github.com/symfony/filesystem.git",
333
                "reference": "682fd8fdb3135fdf05fc496a01579ccf6c85c0e5"
334
            },
335
            "dist": {
336
                "type": "zip",
337
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/682fd8fdb3135fdf05fc496a01579ccf6c85c0e5",
338
                "reference": "682fd8fdb3135fdf05fc496a01579ccf6c85c0e5",
339
                "shasum": ""
340
            },
341
            "require": {
342
                "php": ">=5.5.9"
343
            },
344
            "type": "library",
345
            "extra": {
346
                "branch-alias": {
347
                    "dev-master": "3.1-dev"
348
                }
349
            },
350
            "autoload": {
351
                "psr-4": {
352
                    "Symfony\\Component\\Filesystem\\": ""
353
                },
354
                "exclude-from-classmap": [
355
                    "/Tests/"
356
                ]
357
            },
358
            "notification-url": "https://packagist.org/downloads/",
359
            "license": [
360
                "MIT"
361
            ],
362
            "authors": [
363
                {
364
                    "name": "Fabien Potencier",
365
                    "email": "[email protected]"
366
                },
367
                {
368
                    "name": "Symfony Community",
369
                    "homepage": "https://symfony.com/contributors"
370
                }
371
            ],
372
            "description": "Symfony Filesystem Component",
373
            "homepage": "https://symfony.com",
374
            "time": "2016-09-14 00:18:46"
375
        },
376
        {
377
            "name": "symfony/http-foundation",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/http-foundation:

- CVE-2018-14773: Remove support for legacy and risky HTTP headers
- CVE-2018-11386: Denial of service when using PDOSessionHandler
Loading history...
378
            "version": "v3.1.5",
379
            "source": {
380
                "type": "git",
381
                "url": "https://github.com/symfony/http-foundation.git",
382
                "reference": "5114f1becca9f29e3af94374f1689c83c1aa3d97"
383
            },
384
            "dist": {
385
                "type": "zip",
386
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5114f1becca9f29e3af94374f1689c83c1aa3d97",
387
                "reference": "5114f1becca9f29e3af94374f1689c83c1aa3d97",
388
                "shasum": ""
389
            },
390
            "require": {
391
                "php": ">=5.5.9",
392
                "symfony/polyfill-mbstring": "~1.1"
393
            },
394
            "require-dev": {
395
                "symfony/expression-language": "~2.8|~3.0"
396
            },
397
            "type": "library",
398
            "extra": {
399
                "branch-alias": {
400
                    "dev-master": "3.1-dev"
401
                }
402
            },
403
            "autoload": {
404
                "psr-4": {
405
                    "Symfony\\Component\\HttpFoundation\\": ""
406
                },
407
                "exclude-from-classmap": [
408
                    "/Tests/"
409
                ]
410
            },
411
            "notification-url": "https://packagist.org/downloads/",
412
            "license": [
413
                "MIT"
414
            ],
415
            "authors": [
416
                {
417
                    "name": "Fabien Potencier",
418
                    "email": "[email protected]"
419
                },
420
                {
421
                    "name": "Symfony Community",
422
                    "homepage": "https://symfony.com/contributors"
423
                }
424
            ],
425
            "description": "Symfony HttpFoundation Component",
426
            "homepage": "https://symfony.com",
427
            "time": "2016-09-21 20:55:10"
428
        },
429
        {
430
            "name": "symfony/http-kernel",
431
            "version": "v3.1.5",
432
            "source": {
433
                "type": "git",
434
                "url": "https://github.com/symfony/http-kernel.git",
435
                "reference": "dc339d6eebadfa6e39c52868b4d4a715eff13c69"
436
            },
437
            "dist": {
438
                "type": "zip",
439
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/dc339d6eebadfa6e39c52868b4d4a715eff13c69",
440
                "reference": "dc339d6eebadfa6e39c52868b4d4a715eff13c69",
441
                "shasum": ""
442
            },
443
            "require": {
444
                "php": ">=5.5.9",
445
                "psr/log": "~1.0",
446
                "symfony/debug": "~2.8|~3.0",
447
                "symfony/event-dispatcher": "~2.8|~3.0",
448
                "symfony/http-foundation": "~2.8.8|~3.0.8|~3.1.2|~3.2"
449
            },
450
            "conflict": {
451
                "symfony/config": "<2.8"
452
            },
453
            "require-dev": {
454
                "symfony/browser-kit": "~2.8|~3.0",
455
                "symfony/class-loader": "~2.8|~3.0",
456
                "symfony/config": "~2.8|~3.0",
457
                "symfony/console": "~2.8|~3.0",
458
                "symfony/css-selector": "~2.8|~3.0",
459
                "symfony/dependency-injection": "~2.8|~3.0",
460
                "symfony/dom-crawler": "~2.8|~3.0",
461
                "symfony/expression-language": "~2.8|~3.0",
462
                "symfony/finder": "~2.8|~3.0",
463
                "symfony/process": "~2.8|~3.0",
464
                "symfony/routing": "~2.8|~3.0",
465
                "symfony/stopwatch": "~2.8|~3.0",
466
                "symfony/templating": "~2.8|~3.0",
467
                "symfony/translation": "~2.8|~3.0",
468
                "symfony/var-dumper": "~2.8|~3.0"
469
            },
470
            "suggest": {
471
                "symfony/browser-kit": "",
472
                "symfony/class-loader": "",
473
                "symfony/config": "",
474
                "symfony/console": "",
475
                "symfony/dependency-injection": "",
476
                "symfony/finder": "",
477
                "symfony/var-dumper": ""
478
            },
479
            "type": "library",
480
            "extra": {
481
                "branch-alias": {
482
                    "dev-master": "3.1-dev"
483
                }
484
            },
485
            "autoload": {
486
                "psr-4": {
487
                    "Symfony\\Component\\HttpKernel\\": ""
488
                },
489
                "exclude-from-classmap": [
490
                    "/Tests/"
491
                ]
492
            },
493
            "notification-url": "https://packagist.org/downloads/",
494
            "license": [
495
                "MIT"
496
            ],
497
            "authors": [
498
                {
499
                    "name": "Fabien Potencier",
500
                    "email": "[email protected]"
501
                },
502
                {
503
                    "name": "Symfony Community",
504
                    "homepage": "https://symfony.com/contributors"
505
                }
506
            ],
507
            "description": "Symfony HttpKernel Component",
508
            "homepage": "https://symfony.com",
509
            "time": "2016-10-03 19:01:06"
510
        },
511
        {
512
            "name": "symfony/intl",
0 ignored issues
show
There is a security advisory for your installed version of symfony/intl:

CVE-2017-16654: Intl bundle readers breaking out of paths
Loading history...
513
            "version": "v3.1.5",
514
            "source": {
515
                "type": "git",
516
                "url": "https://github.com/symfony/intl.git",
517
                "reference": "1dc47c14187c0e7b7dfe8ae3b8dbde9b60b6d96b"
518
            },
519
            "dist": {
520
                "type": "zip",
521
                "url": "https://api.github.com/repos/symfony/intl/zipball/1dc47c14187c0e7b7dfe8ae3b8dbde9b60b6d96b",
522
                "reference": "1dc47c14187c0e7b7dfe8ae3b8dbde9b60b6d96b",
523
                "shasum": ""
524
            },
525
            "require": {
526
                "php": ">=5.5.9",
527
                "symfony/polyfill-intl-icu": "~1.0"
528
            },
529
            "require-dev": {
530
                "symfony/filesystem": "~2.8|~3.0"
531
            },
532
            "suggest": {
533
                "ext-intl": "to use the component with locales other than \"en\""
534
            },
535
            "type": "library",
536
            "extra": {
537
                "branch-alias": {
538
                    "dev-master": "3.1-dev"
539
                }
540
            },
541
            "autoload": {
542
                "psr-4": {
543
                    "Symfony\\Component\\Intl\\": ""
544
                },
545
                "classmap": [
546
                    "Resources/stubs"
547
                ],
548
                "exclude-from-classmap": [
549
                    "/Tests/"
550
                ]
551
            },
552
            "notification-url": "https://packagist.org/downloads/",
553
            "license": [
554
                "MIT"
555
            ],
556
            "authors": [
557
                {
558
                    "name": "Bernhard Schussek",
559
                    "email": "[email protected]"
560
                },
561
                {
562
                    "name": "Eriksen Costa",
563
                    "email": "[email protected]"
564
                },
565
                {
566
                    "name": "Igor Wiedler",
567
                    "email": "[email protected]"
568
                },
569
                {
570
                    "name": "Symfony Community",
571
                    "homepage": "https://symfony.com/contributors"
572
                }
573
            ],
574
            "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
575
            "homepage": "https://symfony.com",
576
            "keywords": [
577
                "i18n",
578
                "icu",
579
                "internationalization",
580
                "intl",
581
                "l10n",
582
                "localization"
583
            ],
584
            "time": "2016-09-06 11:02:40"
585
        },
586
        {
587
            "name": "symfony/polyfill-intl-icu",
588
            "version": "v1.2.0",
589
            "source": {
590
                "type": "git",
591
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
592
                "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f"
593
            },
594
            "dist": {
595
                "type": "zip",
596
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/0f8dc2c45f69f8672379e9210bca4a115cd5146f",
597
                "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f",
598
                "shasum": ""
599
            },
600
            "require": {
601
                "php": ">=5.3.3",
602
                "symfony/intl": "~2.3|~3.0"
603
            },
604
            "suggest": {
605
                "ext-intl": "For best performance"
606
            },
607
            "type": "library",
608
            "extra": {
609
                "branch-alias": {
610
                    "dev-master": "1.2-dev"
611
                }
612
            },
613
            "autoload": {
614
                "files": [
615
                    "bootstrap.php"
616
                ]
617
            },
618
            "notification-url": "https://packagist.org/downloads/",
619
            "license": [
620
                "MIT"
621
            ],
622
            "authors": [
623
                {
624
                    "name": "Nicolas Grekas",
625
                    "email": "[email protected]"
626
                },
627
                {
628
                    "name": "Symfony Community",
629
                    "homepage": "https://symfony.com/contributors"
630
                }
631
            ],
632
            "description": "Symfony polyfill for intl's ICU-related data and classes",
633
            "homepage": "https://symfony.com",
634
            "keywords": [
635
                "compatibility",
636
                "icu",
637
                "intl",
638
                "polyfill",
639
                "portable",
640
                "shim"
641
            ],
642
            "time": "2016-05-18 14:26:46"
643
        },
644
        {
645
            "name": "symfony/polyfill-mbstring",
646
            "version": "v1.2.0",
647
            "source": {
648
                "type": "git",
649
                "url": "https://github.com/symfony/polyfill-mbstring.git",
650
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
651
            },
652
            "dist": {
653
                "type": "zip",
654
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
655
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
656
                "shasum": ""
657
            },
658
            "require": {
659
                "php": ">=5.3.3"
660
            },
661
            "suggest": {
662
                "ext-mbstring": "For best performance"
663
            },
664
            "type": "library",
665
            "extra": {
666
                "branch-alias": {
667
                    "dev-master": "1.2-dev"
668
                }
669
            },
670
            "autoload": {
671
                "psr-4": {
672
                    "Symfony\\Polyfill\\Mbstring\\": ""
673
                },
674
                "files": [
675
                    "bootstrap.php"
676
                ]
677
            },
678
            "notification-url": "https://packagist.org/downloads/",
679
            "license": [
680
                "MIT"
681
            ],
682
            "authors": [
683
                {
684
                    "name": "Nicolas Grekas",
685
                    "email": "[email protected]"
686
                },
687
                {
688
                    "name": "Symfony Community",
689
                    "homepage": "https://symfony.com/contributors"
690
                }
691
            ],
692
            "description": "Symfony polyfill for the Mbstring extension",
693
            "homepage": "https://symfony.com",
694
            "keywords": [
695
                "compatibility",
696
                "mbstring",
697
                "polyfill",
698
                "portable",
699
                "shim"
700
            ],
701
            "time": "2016-05-18 14:26:46"
702
        },
703
        {
704
            "name": "twig/twig",
705
            "version": "v1.26.1",
706
            "source": {
707
                "type": "git",
708
                "url": "https://github.com/twigphp/Twig.git",
709
                "reference": "a09d8ee17ac1cfea29ed60c83960ad685c6a898d"
710
            },
711
            "dist": {
712
                "type": "zip",
713
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/a09d8ee17ac1cfea29ed60c83960ad685c6a898d",
714
                "reference": "a09d8ee17ac1cfea29ed60c83960ad685c6a898d",
715
                "shasum": ""
716
            },
717
            "require": {
718
                "php": ">=5.2.7"
719
            },
720
            "require-dev": {
721
                "symfony/debug": "~2.7",
722
                "symfony/phpunit-bridge": "~2.7"
723
            },
724
            "type": "library",
725
            "extra": {
726
                "branch-alias": {
727
                    "dev-master": "1.26-dev"
728
                }
729
            },
730
            "autoload": {
731
                "psr-0": {
732
                    "Twig_": "lib/"
733
                }
734
            },
735
            "notification-url": "https://packagist.org/downloads/",
736
            "license": [
737
                "BSD-3-Clause"
738
            ],
739
            "authors": [
740
                {
741
                    "name": "Fabien Potencier",
742
                    "email": "[email protected]",
743
                    "homepage": "http://fabien.potencier.org",
744
                    "role": "Lead Developer"
745
                },
746
                {
747
                    "name": "Armin Ronacher",
748
                    "email": "[email protected]",
749
                    "role": "Project Founder"
750
                },
751
                {
752
                    "name": "Twig Team",
753
                    "homepage": "http://twig.sensiolabs.org/contributors",
754
                    "role": "Contributors"
755
                }
756
            ],
757
            "description": "Twig, the flexible, fast, and secure template language for PHP",
758
            "homepage": "http://twig.sensiolabs.org",
759
            "keywords": [
760
                "templating"
761
            ],
762
            "time": "2016-10-05 18:57:41"
763
        }
764
    ],
765
    "packages-dev": [
766
        {
767
            "name": "doctrine/instantiator",
768
            "version": "1.0.5",
769
            "source": {
770
                "type": "git",
771
                "url": "https://github.com/doctrine/instantiator.git",
772
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
773
            },
774
            "dist": {
775
                "type": "zip",
776
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
777
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
778
                "shasum": ""
779
            },
780
            "require": {
781
                "php": ">=5.3,<8.0-DEV"
782
            },
783
            "require-dev": {
784
                "athletic/athletic": "~0.1.8",
785
                "ext-pdo": "*",
786
                "ext-phar": "*",
787
                "phpunit/phpunit": "~4.0",
788
                "squizlabs/php_codesniffer": "~2.0"
789
            },
790
            "type": "library",
791
            "extra": {
792
                "branch-alias": {
793
                    "dev-master": "1.0.x-dev"
794
                }
795
            },
796
            "autoload": {
797
                "psr-4": {
798
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
799
                }
800
            },
801
            "notification-url": "https://packagist.org/downloads/",
802
            "license": [
803
                "MIT"
804
            ],
805
            "authors": [
806
                {
807
                    "name": "Marco Pivetta",
808
                    "email": "[email protected]",
809
                    "homepage": "http://ocramius.github.com/"
810
                }
811
            ],
812
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
813
            "homepage": "https://github.com/doctrine/instantiator",
814
            "keywords": [
815
                "constructor",
816
                "instantiate"
817
            ],
818
            "time": "2015-06-14 21:17:01"
819
        },
820
        {
821
            "name": "henrikbjorn/phpspec-code-coverage",
822
            "version": "1.0.1",
823
            "source": {
824
                "type": "git",
825
                "url": "https://github.com/henrikbjorn/PhpSpecCodeCoverageExtension.git",
826
                "reference": "689f1f173d6ddfac076b4430bf1b6ceb345cff46"
827
            },
828
            "dist": {
829
                "type": "zip",
830
                "url": "https://api.github.com/repos/henrikbjorn/PhpSpecCodeCoverageExtension/zipball/689f1f173d6ddfac076b4430bf1b6ceb345cff46",
831
                "reference": "689f1f173d6ddfac076b4430bf1b6ceb345cff46",
832
                "shasum": ""
833
            },
834
            "require": {
835
                "php": ">=5.3.3",
836
                "phpspec/phpspec": "~2.0",
837
                "phpunit/php-code-coverage": "~2.0"
838
            },
839
            "require-dev": {
840
                "bossa/phpspec2-expect": "~1.0",
841
                "ext-xdebug": ">=2.1.4"
842
            },
843
            "type": "library",
844
            "extra": {
845
                "branch-alias": {
846
                    "dev-master": "1.0.x-dev"
847
                }
848
            },
849
            "autoload": {
850
                "psr-4": {
851
                    "PhpSpec\\Extension\\": "src/"
852
                }
853
            },
854
            "notification-url": "https://packagist.org/downloads/",
855
            "license": [
856
                "MIT"
857
            ],
858
            "description": "Integrates CodeCoverage with PhpSpec",
859
            "time": "2014-12-11 11:43:15"
860
        },
861
        {
862
            "name": "pdepend/pdepend",
863
            "version": "2.2.4",
864
            "source": {
865
                "type": "git",
866
                "url": "https://github.com/pdepend/pdepend.git",
867
                "reference": "b086687f3a01dc6bb92d633aef071d2c5dd0db06"
868
            },
869
            "dist": {
870
                "type": "zip",
871
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/b086687f3a01dc6bb92d633aef071d2c5dd0db06",
872
                "reference": "b086687f3a01dc6bb92d633aef071d2c5dd0db06",
873
                "shasum": ""
874
            },
875
            "require": {
876
                "php": ">=5.3.7",
877
                "symfony/config": "^2.3.0|^3",
878
                "symfony/dependency-injection": "^2.3.0|^3",
879
                "symfony/filesystem": "^2.3.0|^3"
880
            },
881
            "require-dev": {
882
                "phpunit/phpunit": "^4.4.0,<4.8",
883
                "squizlabs/php_codesniffer": "^2.0.0"
884
            },
885
            "bin": [
886
                "src/bin/pdepend"
887
            ],
888
            "type": "library",
889
            "autoload": {
890
                "psr-4": {
891
                    "PDepend\\": "src/main/php/PDepend"
892
                }
893
            },
894
            "notification-url": "https://packagist.org/downloads/",
895
            "license": [
896
                "BSD-3-Clause"
897
            ],
898
            "description": "Official version of pdepend to be handled with Composer",
899
            "time": "2016-03-10 15:15:04"
900
        },
901
        {
902
            "name": "phpdocumentor/reflection-common",
903
            "version": "1.0",
904
            "source": {
905
                "type": "git",
906
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
907
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
908
            },
909
            "dist": {
910
                "type": "zip",
911
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
912
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
913
                "shasum": ""
914
            },
915
            "require": {
916
                "php": ">=5.5"
917
            },
918
            "require-dev": {
919
                "phpunit/phpunit": "^4.6"
920
            },
921
            "type": "library",
922
            "extra": {
923
                "branch-alias": {
924
                    "dev-master": "1.0.x-dev"
925
                }
926
            },
927
            "autoload": {
928
                "psr-4": {
929
                    "phpDocumentor\\Reflection\\": [
930
                        "src"
931
                    ]
932
                }
933
            },
934
            "notification-url": "https://packagist.org/downloads/",
935
            "license": [
936
                "MIT"
937
            ],
938
            "authors": [
939
                {
940
                    "name": "Jaap van Otterdijk",
941
                    "email": "[email protected]"
942
                }
943
            ],
944
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
945
            "homepage": "http://www.phpdoc.org",
946
            "keywords": [
947
                "FQSEN",
948
                "phpDocumentor",
949
                "phpdoc",
950
                "reflection",
951
                "static analysis"
952
            ],
953
            "time": "2015-12-27 11:43:31"
954
        },
955
        {
956
            "name": "phpdocumentor/reflection-docblock",
957
            "version": "3.1.1",
958
            "source": {
959
                "type": "git",
960
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
961
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
962
            },
963
            "dist": {
964
                "type": "zip",
965
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
966
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
967
                "shasum": ""
968
            },
969
            "require": {
970
                "php": ">=5.5",
971
                "phpdocumentor/reflection-common": "^1.0@dev",
972
                "phpdocumentor/type-resolver": "^0.2.0",
973
                "webmozart/assert": "^1.0"
974
            },
975
            "require-dev": {
976
                "mockery/mockery": "^0.9.4",
977
                "phpunit/phpunit": "^4.4"
978
            },
979
            "type": "library",
980
            "autoload": {
981
                "psr-4": {
982
                    "phpDocumentor\\Reflection\\": [
983
                        "src/"
984
                    ]
985
                }
986
            },
987
            "notification-url": "https://packagist.org/downloads/",
988
            "license": [
989
                "MIT"
990
            ],
991
            "authors": [
992
                {
993
                    "name": "Mike van Riel",
994
                    "email": "[email protected]"
995
                }
996
            ],
997
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
998
            "time": "2016-09-30 07:12:33"
999
        },
1000
        {
1001
            "name": "phpdocumentor/type-resolver",
1002
            "version": "0.2",
1003
            "source": {
1004
                "type": "git",
1005
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1006
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
1007
            },
1008
            "dist": {
1009
                "type": "zip",
1010
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
1011
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
1012
                "shasum": ""
1013
            },
1014
            "require": {
1015
                "php": ">=5.5",
1016
                "phpdocumentor/reflection-common": "^1.0"
1017
            },
1018
            "require-dev": {
1019
                "mockery/mockery": "^0.9.4",
1020
                "phpunit/phpunit": "^5.2||^4.8.24"
1021
            },
1022
            "type": "library",
1023
            "extra": {
1024
                "branch-alias": {
1025
                    "dev-master": "1.0.x-dev"
1026
                }
1027
            },
1028
            "autoload": {
1029
                "psr-4": {
1030
                    "phpDocumentor\\Reflection\\": [
1031
                        "src/"
1032
                    ]
1033
                }
1034
            },
1035
            "notification-url": "https://packagist.org/downloads/",
1036
            "license": [
1037
                "MIT"
1038
            ],
1039
            "authors": [
1040
                {
1041
                    "name": "Mike van Riel",
1042
                    "email": "[email protected]"
1043
                }
1044
            ],
1045
            "time": "2016-06-10 07:14:17"
1046
        },
1047
        {
1048
            "name": "phpmd/phpmd",
1049
            "version": "2.4.3",
1050
            "source": {
1051
                "type": "git",
1052
                "url": "https://github.com/phpmd/phpmd.git",
1053
                "reference": "2b9c2417a18696dfb578b38c116cd0ddc19b256e"
1054
            },
1055
            "dist": {
1056
                "type": "zip",
1057
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/2b9c2417a18696dfb578b38c116cd0ddc19b256e",
1058
                "reference": "2b9c2417a18696dfb578b38c116cd0ddc19b256e",
1059
                "shasum": ""
1060
            },
1061
            "require": {
1062
                "pdepend/pdepend": "^2.0.4",
1063
                "php": ">=5.3.0"
1064
            },
1065
            "require-dev": {
1066
                "phpunit/phpunit": "^4.0",
1067
                "squizlabs/php_codesniffer": "^2.0"
1068
            },
1069
            "bin": [
1070
                "src/bin/phpmd"
1071
            ],
1072
            "type": "project",
1073
            "autoload": {
1074
                "psr-0": {
1075
                    "PHPMD\\": "src/main/php"
1076
                }
1077
            },
1078
            "notification-url": "https://packagist.org/downloads/",
1079
            "license": [
1080
                "BSD-3-Clause"
1081
            ],
1082
            "authors": [
1083
                {
1084
                    "name": "Manuel Pichler",
1085
                    "email": "[email protected]",
1086
                    "homepage": "https://github.com/manuelpichler",
1087
                    "role": "Project Founder"
1088
                },
1089
                {
1090
                    "name": "Other contributors",
1091
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
1092
                    "role": "Contributors"
1093
                },
1094
                {
1095
                    "name": "Marc Würth",
1096
                    "email": "[email protected]",
1097
                    "homepage": "https://github.com/ravage84",
1098
                    "role": "Project Maintainer"
1099
                }
1100
            ],
1101
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
1102
            "homepage": "http://phpmd.org/",
1103
            "keywords": [
1104
                "mess detection",
1105
                "mess detector",
1106
                "pdepend",
1107
                "phpmd",
1108
                "pmd"
1109
            ],
1110
            "time": "2016-04-04 11:52:04"
1111
        },
1112
        {
1113
            "name": "phpspec/php-diff",
1114
            "version": "v1.0.2",
1115
            "source": {
1116
                "type": "git",
1117
                "url": "https://github.com/phpspec/php-diff.git",
1118
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
1119
            },
1120
            "dist": {
1121
                "type": "zip",
1122
                "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
1123
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
1124
                "shasum": ""
1125
            },
1126
            "type": "library",
1127
            "autoload": {
1128
                "psr-0": {
1129
                    "Diff": "lib/"
1130
                }
1131
            },
1132
            "notification-url": "https://packagist.org/downloads/",
1133
            "license": [
1134
                "BSD-3-Clause"
1135
            ],
1136
            "authors": [
1137
                {
1138
                    "name": "Chris Boulton",
1139
                    "homepage": "http://github.com/chrisboulton",
1140
                    "role": "Original developer"
1141
                }
1142
            ],
1143
            "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
1144
            "time": "2013-11-01 13:02:21"
1145
        },
1146
        {
1147
            "name": "phpspec/phpspec",
1148
            "version": "2.5.3",
1149
            "source": {
1150
                "type": "git",
1151
                "url": "https://github.com/phpspec/phpspec.git",
1152
                "reference": "153ebd99d9b842e0c99a024c41f970d79db46475"
1153
            },
1154
            "dist": {
1155
                "type": "zip",
1156
                "url": "https://api.github.com/repos/phpspec/phpspec/zipball/153ebd99d9b842e0c99a024c41f970d79db46475",
1157
                "reference": "153ebd99d9b842e0c99a024c41f970d79db46475",
1158
                "shasum": ""
1159
            },
1160
            "require": {
1161
                "doctrine/instantiator": "^1.0.1",
1162
                "ext-tokenizer": "*",
1163
                "php": ">=5.3.3",
1164
                "phpspec/php-diff": "~1.0.0",
1165
                "phpspec/prophecy": "~1.4",
1166
                "sebastian/exporter": "~1.0",
1167
                "symfony/console": "~2.3|~3.0",
1168
                "symfony/event-dispatcher": "~2.1|~3.0",
1169
                "symfony/finder": "~2.1|~3.0",
1170
                "symfony/process": "^2.6|~3.0",
1171
                "symfony/yaml": "~2.1|~3.0"
1172
            },
1173
            "require-dev": {
1174
                "behat/behat": "^3.0.11",
1175
                "ciaranmcnulty/versionbasedtestskipper": "^0.2.1",
1176
                "phpunit/phpunit": "~4.4",
1177
                "symfony/filesystem": "~2.1|~3.0"
1178
            },
1179
            "suggest": {
1180
                "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
1181
            },
1182
            "bin": [
1183
                "bin/phpspec"
1184
            ],
1185
            "type": "library",
1186
            "extra": {
1187
                "branch-alias": {
1188
                    "dev-master": "2.5.x-dev"
1189
                }
1190
            },
1191
            "autoload": {
1192
                "psr-0": {
1193
                    "PhpSpec": "src/"
1194
                }
1195
            },
1196
            "notification-url": "https://packagist.org/downloads/",
1197
            "license": [
1198
                "MIT"
1199
            ],
1200
            "authors": [
1201
                {
1202
                    "name": "Konstantin Kudryashov",
1203
                    "email": "[email protected]",
1204
                    "homepage": "http://everzet.com"
1205
                },
1206
                {
1207
                    "name": "Marcello Duarte",
1208
                    "homepage": "http://marcelloduarte.net/"
1209
                }
1210
            ],
1211
            "description": "Specification-oriented BDD framework for PHP 5.3+",
1212
            "homepage": "http://phpspec.net/",
1213
            "keywords": [
1214
                "BDD",
1215
                "SpecBDD",
1216
                "TDD",
1217
                "spec",
1218
                "specification",
1219
                "testing",
1220
                "tests"
1221
            ],
1222
            "time": "2016-09-26 20:28:11"
1223
        },
1224
        {
1225
            "name": "phpspec/prophecy",
1226
            "version": "v1.6.1",
1227
            "source": {
1228
                "type": "git",
1229
                "url": "https://github.com/phpspec/prophecy.git",
1230
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
1231
            },
1232
            "dist": {
1233
                "type": "zip",
1234
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
1235
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
1236
                "shasum": ""
1237
            },
1238
            "require": {
1239
                "doctrine/instantiator": "^1.0.2",
1240
                "php": "^5.3|^7.0",
1241
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
1242
                "sebastian/comparator": "^1.1",
1243
                "sebastian/recursion-context": "^1.0"
1244
            },
1245
            "require-dev": {
1246
                "phpspec/phpspec": "^2.0"
1247
            },
1248
            "type": "library",
1249
            "extra": {
1250
                "branch-alias": {
1251
                    "dev-master": "1.6.x-dev"
1252
                }
1253
            },
1254
            "autoload": {
1255
                "psr-0": {
1256
                    "Prophecy\\": "src/"
1257
                }
1258
            },
1259
            "notification-url": "https://packagist.org/downloads/",
1260
            "license": [
1261
                "MIT"
1262
            ],
1263
            "authors": [
1264
                {
1265
                    "name": "Konstantin Kudryashov",
1266
                    "email": "[email protected]",
1267
                    "homepage": "http://everzet.com"
1268
                },
1269
                {
1270
                    "name": "Marcello Duarte",
1271
                    "email": "[email protected]"
1272
                }
1273
            ],
1274
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1275
            "homepage": "https://github.com/phpspec/prophecy",
1276
            "keywords": [
1277
                "Double",
1278
                "Dummy",
1279
                "fake",
1280
                "mock",
1281
                "spy",
1282
                "stub"
1283
            ],
1284
            "time": "2016-06-07 08:13:47"
1285
        },
1286
        {
1287
            "name": "phpunit/php-code-coverage",
1288
            "version": "2.2.4",
1289
            "source": {
1290
                "type": "git",
1291
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1292
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
1293
            },
1294
            "dist": {
1295
                "type": "zip",
1296
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1297
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1298
                "shasum": ""
1299
            },
1300
            "require": {
1301
                "php": ">=5.3.3",
1302
                "phpunit/php-file-iterator": "~1.3",
1303
                "phpunit/php-text-template": "~1.2",
1304
                "phpunit/php-token-stream": "~1.3",
1305
                "sebastian/environment": "^1.3.2",
1306
                "sebastian/version": "~1.0"
1307
            },
1308
            "require-dev": {
1309
                "ext-xdebug": ">=2.1.4",
1310
                "phpunit/phpunit": "~4"
1311
            },
1312
            "suggest": {
1313
                "ext-dom": "*",
1314
                "ext-xdebug": ">=2.2.1",
1315
                "ext-xmlwriter": "*"
1316
            },
1317
            "type": "library",
1318
            "extra": {
1319
                "branch-alias": {
1320
                    "dev-master": "2.2.x-dev"
1321
                }
1322
            },
1323
            "autoload": {
1324
                "classmap": [
1325
                    "src/"
1326
                ]
1327
            },
1328
            "notification-url": "https://packagist.org/downloads/",
1329
            "license": [
1330
                "BSD-3-Clause"
1331
            ],
1332
            "authors": [
1333
                {
1334
                    "name": "Sebastian Bergmann",
1335
                    "email": "[email protected]",
1336
                    "role": "lead"
1337
                }
1338
            ],
1339
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1340
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1341
            "keywords": [
1342
                "coverage",
1343
                "testing",
1344
                "xunit"
1345
            ],
1346
            "time": "2015-10-06 15:47:00"
1347
        },
1348
        {
1349
            "name": "phpunit/php-file-iterator",
1350
            "version": "1.4.1",
1351
            "source": {
1352
                "type": "git",
1353
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1354
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
1355
            },
1356
            "dist": {
1357
                "type": "zip",
1358
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1359
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1360
                "shasum": ""
1361
            },
1362
            "require": {
1363
                "php": ">=5.3.3"
1364
            },
1365
            "type": "library",
1366
            "extra": {
1367
                "branch-alias": {
1368
                    "dev-master": "1.4.x-dev"
1369
                }
1370
            },
1371
            "autoload": {
1372
                "classmap": [
1373
                    "src/"
1374
                ]
1375
            },
1376
            "notification-url": "https://packagist.org/downloads/",
1377
            "license": [
1378
                "BSD-3-Clause"
1379
            ],
1380
            "authors": [
1381
                {
1382
                    "name": "Sebastian Bergmann",
1383
                    "email": "[email protected]",
1384
                    "role": "lead"
1385
                }
1386
            ],
1387
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1388
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1389
            "keywords": [
1390
                "filesystem",
1391
                "iterator"
1392
            ],
1393
            "time": "2015-06-21 13:08:43"
1394
        },
1395
        {
1396
            "name": "phpunit/php-text-template",
1397
            "version": "1.2.1",
1398
            "source": {
1399
                "type": "git",
1400
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1401
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1402
            },
1403
            "dist": {
1404
                "type": "zip",
1405
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1406
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1407
                "shasum": ""
1408
            },
1409
            "require": {
1410
                "php": ">=5.3.3"
1411
            },
1412
            "type": "library",
1413
            "autoload": {
1414
                "classmap": [
1415
                    "src/"
1416
                ]
1417
            },
1418
            "notification-url": "https://packagist.org/downloads/",
1419
            "license": [
1420
                "BSD-3-Clause"
1421
            ],
1422
            "authors": [
1423
                {
1424
                    "name": "Sebastian Bergmann",
1425
                    "email": "[email protected]",
1426
                    "role": "lead"
1427
                }
1428
            ],
1429
            "description": "Simple template engine.",
1430
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1431
            "keywords": [
1432
                "template"
1433
            ],
1434
            "time": "2015-06-21 13:50:34"
1435
        },
1436
        {
1437
            "name": "phpunit/php-timer",
1438
            "version": "1.0.8",
1439
            "source": {
1440
                "type": "git",
1441
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1442
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
1443
            },
1444
            "dist": {
1445
                "type": "zip",
1446
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
1447
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
1448
                "shasum": ""
1449
            },
1450
            "require": {
1451
                "php": ">=5.3.3"
1452
            },
1453
            "require-dev": {
1454
                "phpunit/phpunit": "~4|~5"
1455
            },
1456
            "type": "library",
1457
            "autoload": {
1458
                "classmap": [
1459
                    "src/"
1460
                ]
1461
            },
1462
            "notification-url": "https://packagist.org/downloads/",
1463
            "license": [
1464
                "BSD-3-Clause"
1465
            ],
1466
            "authors": [
1467
                {
1468
                    "name": "Sebastian Bergmann",
1469
                    "email": "[email protected]",
1470
                    "role": "lead"
1471
                }
1472
            ],
1473
            "description": "Utility class for timing",
1474
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1475
            "keywords": [
1476
                "timer"
1477
            ],
1478
            "time": "2016-05-12 18:03:57"
1479
        },
1480
        {
1481
            "name": "phpunit/php-token-stream",
1482
            "version": "1.4.8",
1483
            "source": {
1484
                "type": "git",
1485
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1486
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
1487
            },
1488
            "dist": {
1489
                "type": "zip",
1490
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1491
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1492
                "shasum": ""
1493
            },
1494
            "require": {
1495
                "ext-tokenizer": "*",
1496
                "php": ">=5.3.3"
1497
            },
1498
            "require-dev": {
1499
                "phpunit/phpunit": "~4.2"
1500
            },
1501
            "type": "library",
1502
            "extra": {
1503
                "branch-alias": {
1504
                    "dev-master": "1.4-dev"
1505
                }
1506
            },
1507
            "autoload": {
1508
                "classmap": [
1509
                    "src/"
1510
                ]
1511
            },
1512
            "notification-url": "https://packagist.org/downloads/",
1513
            "license": [
1514
                "BSD-3-Clause"
1515
            ],
1516
            "authors": [
1517
                {
1518
                    "name": "Sebastian Bergmann",
1519
                    "email": "[email protected]"
1520
                }
1521
            ],
1522
            "description": "Wrapper around PHP's tokenizer extension.",
1523
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1524
            "keywords": [
1525
                "tokenizer"
1526
            ],
1527
            "time": "2015-09-15 10:49:45"
1528
        },
1529
        {
1530
            "name": "sebastian/comparator",
1531
            "version": "1.2.0",
1532
            "source": {
1533
                "type": "git",
1534
                "url": "https://github.com/sebastianbergmann/comparator.git",
1535
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1536
            },
1537
            "dist": {
1538
                "type": "zip",
1539
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1540
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1541
                "shasum": ""
1542
            },
1543
            "require": {
1544
                "php": ">=5.3.3",
1545
                "sebastian/diff": "~1.2",
1546
                "sebastian/exporter": "~1.2"
1547
            },
1548
            "require-dev": {
1549
                "phpunit/phpunit": "~4.4"
1550
            },
1551
            "type": "library",
1552
            "extra": {
1553
                "branch-alias": {
1554
                    "dev-master": "1.2.x-dev"
1555
                }
1556
            },
1557
            "autoload": {
1558
                "classmap": [
1559
                    "src/"
1560
                ]
1561
            },
1562
            "notification-url": "https://packagist.org/downloads/",
1563
            "license": [
1564
                "BSD-3-Clause"
1565
            ],
1566
            "authors": [
1567
                {
1568
                    "name": "Jeff Welch",
1569
                    "email": "[email protected]"
1570
                },
1571
                {
1572
                    "name": "Volker Dusch",
1573
                    "email": "[email protected]"
1574
                },
1575
                {
1576
                    "name": "Bernhard Schussek",
1577
                    "email": "[email protected]"
1578
                },
1579
                {
1580
                    "name": "Sebastian Bergmann",
1581
                    "email": "[email protected]"
1582
                }
1583
            ],
1584
            "description": "Provides the functionality to compare PHP values for equality",
1585
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1586
            "keywords": [
1587
                "comparator",
1588
                "compare",
1589
                "equality"
1590
            ],
1591
            "time": "2015-07-26 15:48:44"
1592
        },
1593
        {
1594
            "name": "sebastian/diff",
1595
            "version": "1.4.1",
1596
            "source": {
1597
                "type": "git",
1598
                "url": "https://github.com/sebastianbergmann/diff.git",
1599
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1600
            },
1601
            "dist": {
1602
                "type": "zip",
1603
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1604
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1605
                "shasum": ""
1606
            },
1607
            "require": {
1608
                "php": ">=5.3.3"
1609
            },
1610
            "require-dev": {
1611
                "phpunit/phpunit": "~4.8"
1612
            },
1613
            "type": "library",
1614
            "extra": {
1615
                "branch-alias": {
1616
                    "dev-master": "1.4-dev"
1617
                }
1618
            },
1619
            "autoload": {
1620
                "classmap": [
1621
                    "src/"
1622
                ]
1623
            },
1624
            "notification-url": "https://packagist.org/downloads/",
1625
            "license": [
1626
                "BSD-3-Clause"
1627
            ],
1628
            "authors": [
1629
                {
1630
                    "name": "Kore Nordmann",
1631
                    "email": "[email protected]"
1632
                },
1633
                {
1634
                    "name": "Sebastian Bergmann",
1635
                    "email": "[email protected]"
1636
                }
1637
            ],
1638
            "description": "Diff implementation",
1639
            "homepage": "https://github.com/sebastianbergmann/diff",
1640
            "keywords": [
1641
                "diff"
1642
            ],
1643
            "time": "2015-12-08 07:14:41"
1644
        },
1645
        {
1646
            "name": "sebastian/environment",
1647
            "version": "1.3.8",
1648
            "source": {
1649
                "type": "git",
1650
                "url": "https://github.com/sebastianbergmann/environment.git",
1651
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
1652
            },
1653
            "dist": {
1654
                "type": "zip",
1655
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1656
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1657
                "shasum": ""
1658
            },
1659
            "require": {
1660
                "php": "^5.3.3 || ^7.0"
1661
            },
1662
            "require-dev": {
1663
                "phpunit/phpunit": "^4.8 || ^5.0"
1664
            },
1665
            "type": "library",
1666
            "extra": {
1667
                "branch-alias": {
1668
                    "dev-master": "1.3.x-dev"
1669
                }
1670
            },
1671
            "autoload": {
1672
                "classmap": [
1673
                    "src/"
1674
                ]
1675
            },
1676
            "notification-url": "https://packagist.org/downloads/",
1677
            "license": [
1678
                "BSD-3-Clause"
1679
            ],
1680
            "authors": [
1681
                {
1682
                    "name": "Sebastian Bergmann",
1683
                    "email": "[email protected]"
1684
                }
1685
            ],
1686
            "description": "Provides functionality to handle HHVM/PHP environments",
1687
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1688
            "keywords": [
1689
                "Xdebug",
1690
                "environment",
1691
                "hhvm"
1692
            ],
1693
            "time": "2016-08-18 05:49:44"
1694
        },
1695
        {
1696
            "name": "sebastian/exporter",
1697
            "version": "1.2.2",
1698
            "source": {
1699
                "type": "git",
1700
                "url": "https://github.com/sebastianbergmann/exporter.git",
1701
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
1702
            },
1703
            "dist": {
1704
                "type": "zip",
1705
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
1706
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
1707
                "shasum": ""
1708
            },
1709
            "require": {
1710
                "php": ">=5.3.3",
1711
                "sebastian/recursion-context": "~1.0"
1712
            },
1713
            "require-dev": {
1714
                "ext-mbstring": "*",
1715
                "phpunit/phpunit": "~4.4"
1716
            },
1717
            "type": "library",
1718
            "extra": {
1719
                "branch-alias": {
1720
                    "dev-master": "1.3.x-dev"
1721
                }
1722
            },
1723
            "autoload": {
1724
                "classmap": [
1725
                    "src/"
1726
                ]
1727
            },
1728
            "notification-url": "https://packagist.org/downloads/",
1729
            "license": [
1730
                "BSD-3-Clause"
1731
            ],
1732
            "authors": [
1733
                {
1734
                    "name": "Jeff Welch",
1735
                    "email": "[email protected]"
1736
                },
1737
                {
1738
                    "name": "Volker Dusch",
1739
                    "email": "[email protected]"
1740
                },
1741
                {
1742
                    "name": "Bernhard Schussek",
1743
                    "email": "[email protected]"
1744
                },
1745
                {
1746
                    "name": "Sebastian Bergmann",
1747
                    "email": "[email protected]"
1748
                },
1749
                {
1750
                    "name": "Adam Harvey",
1751
                    "email": "[email protected]"
1752
                }
1753
            ],
1754
            "description": "Provides the functionality to export PHP variables for visualization",
1755
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1756
            "keywords": [
1757
                "export",
1758
                "exporter"
1759
            ],
1760
            "time": "2016-06-17 09:04:28"
1761
        },
1762
        {
1763
            "name": "sebastian/finder-facade",
1764
            "version": "1.2.1",
1765
            "source": {
1766
                "type": "git",
1767
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
1768
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9"
1769
            },
1770
            "dist": {
1771
                "type": "zip",
1772
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
1773
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
1774
                "shasum": ""
1775
            },
1776
            "require": {
1777
                "symfony/finder": "~2.3|~3.0",
1778
                "theseer/fdomdocument": "~1.3"
1779
            },
1780
            "type": "library",
1781
            "autoload": {
1782
                "classmap": [
1783
                    "src/"
1784
                ]
1785
            },
1786
            "notification-url": "https://packagist.org/downloads/",
1787
            "license": [
1788
                "BSD-3-Clause"
1789
            ],
1790
            "authors": [
1791
                {
1792
                    "name": "Sebastian Bergmann",
1793
                    "email": "[email protected]",
1794
                    "role": "lead"
1795
                }
1796
            ],
1797
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
1798
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
1799
            "time": "2016-02-17 07:02:23"
1800
        },
1801
        {
1802
            "name": "sebastian/phpcpd",
1803
            "version": "2.0.4",
1804
            "source": {
1805
                "type": "git",
1806
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
1807
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
1808
            },
1809
            "dist": {
1810
                "type": "zip",
1811
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
1812
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
1813
                "shasum": ""
1814
            },
1815
            "require": {
1816
                "php": ">=5.3.3",
1817
                "phpunit/php-timer": ">=1.0.6",
1818
                "sebastian/finder-facade": "~1.1",
1819
                "sebastian/version": "~1.0|~2.0",
1820
                "symfony/console": "~2.7|^3.0",
1821
                "theseer/fdomdocument": "~1.4"
1822
            },
1823
            "bin": [
1824
                "phpcpd"
1825
            ],
1826
            "type": "library",
1827
            "extra": {
1828
                "branch-alias": {
1829
                    "dev-master": "2.0-dev"
1830
                }
1831
            },
1832
            "autoload": {
1833
                "classmap": [
1834
                    "src/"
1835
                ]
1836
            },
1837
            "notification-url": "https://packagist.org/downloads/",
1838
            "license": [
1839
                "BSD-3-Clause"
1840
            ],
1841
            "authors": [
1842
                {
1843
                    "name": "Sebastian Bergmann",
1844
                    "email": "[email protected]",
1845
                    "role": "lead"
1846
                }
1847
            ],
1848
            "description": "Copy/Paste Detector (CPD) for PHP code.",
1849
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
1850
            "time": "2016-04-17 19:32:49"
1851
        },
1852
        {
1853
            "name": "sebastian/recursion-context",
1854
            "version": "1.0.2",
1855
            "source": {
1856
                "type": "git",
1857
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1858
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1859
            },
1860
            "dist": {
1861
                "type": "zip",
1862
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1863
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1864
                "shasum": ""
1865
            },
1866
            "require": {
1867
                "php": ">=5.3.3"
1868
            },
1869
            "require-dev": {
1870
                "phpunit/phpunit": "~4.4"
1871
            },
1872
            "type": "library",
1873
            "extra": {
1874
                "branch-alias": {
1875
                    "dev-master": "1.0.x-dev"
1876
                }
1877
            },
1878
            "autoload": {
1879
                "classmap": [
1880
                    "src/"
1881
                ]
1882
            },
1883
            "notification-url": "https://packagist.org/downloads/",
1884
            "license": [
1885
                "BSD-3-Clause"
1886
            ],
1887
            "authors": [
1888
                {
1889
                    "name": "Jeff Welch",
1890
                    "email": "[email protected]"
1891
                },
1892
                {
1893
                    "name": "Sebastian Bergmann",
1894
                    "email": "[email protected]"
1895
                },
1896
                {
1897
                    "name": "Adam Harvey",
1898
                    "email": "[email protected]"
1899
                }
1900
            ],
1901
            "description": "Provides functionality to recursively process PHP variables",
1902
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1903
            "time": "2015-11-11 19:50:13"
1904
        },
1905
        {
1906
            "name": "sebastian/version",
1907
            "version": "1.0.6",
1908
            "source": {
1909
                "type": "git",
1910
                "url": "https://github.com/sebastianbergmann/version.git",
1911
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1912
            },
1913
            "dist": {
1914
                "type": "zip",
1915
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1916
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1917
                "shasum": ""
1918
            },
1919
            "type": "library",
1920
            "autoload": {
1921
                "classmap": [
1922
                    "src/"
1923
                ]
1924
            },
1925
            "notification-url": "https://packagist.org/downloads/",
1926
            "license": [
1927
                "BSD-3-Clause"
1928
            ],
1929
            "authors": [
1930
                {
1931
                    "name": "Sebastian Bergmann",
1932
                    "email": "[email protected]",
1933
                    "role": "lead"
1934
                }
1935
            ],
1936
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1937
            "homepage": "https://github.com/sebastianbergmann/version",
1938
            "time": "2015-06-21 13:59:46"
1939
        },
1940
        {
1941
            "name": "squizlabs/php_codesniffer",
1942
            "version": "2.7.0",
1943
            "source": {
1944
                "type": "git",
1945
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1946
                "reference": "571e27b6348e5b3a637b2abc82ac0d01e6d7bbed"
1947
            },
1948
            "dist": {
1949
                "type": "zip",
1950
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/571e27b6348e5b3a637b2abc82ac0d01e6d7bbed",
1951
                "reference": "571e27b6348e5b3a637b2abc82ac0d01e6d7bbed",
1952
                "shasum": ""
1953
            },
1954
            "require": {
1955
                "ext-simplexml": "*",
1956
                "ext-tokenizer": "*",
1957
                "ext-xmlwriter": "*",
1958
                "php": ">=5.1.2"
1959
            },
1960
            "require-dev": {
1961
                "phpunit/phpunit": "~4.0"
1962
            },
1963
            "bin": [
1964
                "scripts/phpcs",
1965
                "scripts/phpcbf"
1966
            ],
1967
            "type": "library",
1968
            "extra": {
1969
                "branch-alias": {
1970
                    "dev-master": "2.x-dev"
1971
                }
1972
            },
1973
            "autoload": {
1974
                "classmap": [
1975
                    "CodeSniffer.php",
1976
                    "CodeSniffer/CLI.php",
1977
                    "CodeSniffer/Exception.php",
1978
                    "CodeSniffer/File.php",
1979
                    "CodeSniffer/Fixer.php",
1980
                    "CodeSniffer/Report.php",
1981
                    "CodeSniffer/Reporting.php",
1982
                    "CodeSniffer/Sniff.php",
1983
                    "CodeSniffer/Tokens.php",
1984
                    "CodeSniffer/Reports/",
1985
                    "CodeSniffer/Tokenizers/",
1986
                    "CodeSniffer/DocGenerators/",
1987
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
1988
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
1989
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
1990
                    "CodeSniffer/Standards/IncorrectPatternException.php",
1991
                    "CodeSniffer/Standards/Generic/Sniffs/",
1992
                    "CodeSniffer/Standards/MySource/Sniffs/",
1993
                    "CodeSniffer/Standards/PEAR/Sniffs/",
1994
                    "CodeSniffer/Standards/PSR1/Sniffs/",
1995
                    "CodeSniffer/Standards/PSR2/Sniffs/",
1996
                    "CodeSniffer/Standards/Squiz/Sniffs/",
1997
                    "CodeSniffer/Standards/Zend/Sniffs/"
1998
                ]
1999
            },
2000
            "notification-url": "https://packagist.org/downloads/",
2001
            "license": [
2002
                "BSD-3-Clause"
2003
            ],
2004
            "authors": [
2005
                {
2006
                    "name": "Greg Sherwood",
2007
                    "role": "lead"
2008
                }
2009
            ],
2010
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2011
            "homepage": "http://www.squizlabs.com/php-codesniffer",
2012
            "keywords": [
2013
                "phpcs",
2014
                "standards"
2015
            ],
2016
            "time": "2016-09-01 23:53:02"
2017
        },
2018
        {
2019
            "name": "symfony/console",
2020
            "version": "v3.1.5",
2021
            "source": {
2022
                "type": "git",
2023
                "url": "https://github.com/symfony/console.git",
2024
                "reference": "6cb0872fb57b38b3b09ff213c21ed693956b9eb0"
2025
            },
2026
            "dist": {
2027
                "type": "zip",
2028
                "url": "https://api.github.com/repos/symfony/console/zipball/6cb0872fb57b38b3b09ff213c21ed693956b9eb0",
2029
                "reference": "6cb0872fb57b38b3b09ff213c21ed693956b9eb0",
2030
                "shasum": ""
2031
            },
2032
            "require": {
2033
                "php": ">=5.5.9",
2034
                "symfony/debug": "~2.8|~3.0",
2035
                "symfony/polyfill-mbstring": "~1.0"
2036
            },
2037
            "require-dev": {
2038
                "psr/log": "~1.0",
2039
                "symfony/event-dispatcher": "~2.8|~3.0",
2040
                "symfony/process": "~2.8|~3.0"
2041
            },
2042
            "suggest": {
2043
                "psr/log": "For using the console logger",
2044
                "symfony/event-dispatcher": "",
2045
                "symfony/process": ""
2046
            },
2047
            "type": "library",
2048
            "extra": {
2049
                "branch-alias": {
2050
                    "dev-master": "3.1-dev"
2051
                }
2052
            },
2053
            "autoload": {
2054
                "psr-4": {
2055
                    "Symfony\\Component\\Console\\": ""
2056
                },
2057
                "exclude-from-classmap": [
2058
                    "/Tests/"
2059
                ]
2060
            },
2061
            "notification-url": "https://packagist.org/downloads/",
2062
            "license": [
2063
                "MIT"
2064
            ],
2065
            "authors": [
2066
                {
2067
                    "name": "Fabien Potencier",
2068
                    "email": "[email protected]"
2069
                },
2070
                {
2071
                    "name": "Symfony Community",
2072
                    "homepage": "https://symfony.com/contributors"
2073
                }
2074
            ],
2075
            "description": "Symfony Console Component",
2076
            "homepage": "https://symfony.com",
2077
            "time": "2016-09-28 00:11:12"
2078
        },
2079
        {
2080
            "name": "symfony/finder",
2081
            "version": "v3.1.5",
2082
            "source": {
2083
                "type": "git",
2084
                "url": "https://github.com/symfony/finder.git",
2085
                "reference": "205b5ffbb518a98ba2ae60a52656c4a31ab00c6f"
2086
            },
2087
            "dist": {
2088
                "type": "zip",
2089
                "url": "https://api.github.com/repos/symfony/finder/zipball/205b5ffbb518a98ba2ae60a52656c4a31ab00c6f",
2090
                "reference": "205b5ffbb518a98ba2ae60a52656c4a31ab00c6f",
2091
                "shasum": ""
2092
            },
2093
            "require": {
2094
                "php": ">=5.5.9"
2095
            },
2096
            "type": "library",
2097
            "extra": {
2098
                "branch-alias": {
2099
                    "dev-master": "3.1-dev"
2100
                }
2101
            },
2102
            "autoload": {
2103
                "psr-4": {
2104
                    "Symfony\\Component\\Finder\\": ""
2105
                },
2106
                "exclude-from-classmap": [
2107
                    "/Tests/"
2108
                ]
2109
            },
2110
            "notification-url": "https://packagist.org/downloads/",
2111
            "license": [
2112
                "MIT"
2113
            ],
2114
            "authors": [
2115
                {
2116
                    "name": "Fabien Potencier",
2117
                    "email": "[email protected]"
2118
                },
2119
                {
2120
                    "name": "Symfony Community",
2121
                    "homepage": "https://symfony.com/contributors"
2122
                }
2123
            ],
2124
            "description": "Symfony Finder Component",
2125
            "homepage": "https://symfony.com",
2126
            "time": "2016-09-28 00:11:12"
2127
        },
2128
        {
2129
            "name": "symfony/process",
2130
            "version": "v3.1.5",
2131
            "source": {
2132
                "type": "git",
2133
                "url": "https://github.com/symfony/process.git",
2134
                "reference": "66de154ae86b1a07001da9fbffd620206e4faf94"
2135
            },
2136
            "dist": {
2137
                "type": "zip",
2138
                "url": "https://api.github.com/repos/symfony/process/zipball/66de154ae86b1a07001da9fbffd620206e4faf94",
2139
                "reference": "66de154ae86b1a07001da9fbffd620206e4faf94",
2140
                "shasum": ""
2141
            },
2142
            "require": {
2143
                "php": ">=5.5.9"
2144
            },
2145
            "type": "library",
2146
            "extra": {
2147
                "branch-alias": {
2148
                    "dev-master": "3.1-dev"
2149
                }
2150
            },
2151
            "autoload": {
2152
                "psr-4": {
2153
                    "Symfony\\Component\\Process\\": ""
2154
                },
2155
                "exclude-from-classmap": [
2156
                    "/Tests/"
2157
                ]
2158
            },
2159
            "notification-url": "https://packagist.org/downloads/",
2160
            "license": [
2161
                "MIT"
2162
            ],
2163
            "authors": [
2164
                {
2165
                    "name": "Fabien Potencier",
2166
                    "email": "[email protected]"
2167
                },
2168
                {
2169
                    "name": "Symfony Community",
2170
                    "homepage": "https://symfony.com/contributors"
2171
                }
2172
            ],
2173
            "description": "Symfony Process Component",
2174
            "homepage": "https://symfony.com",
2175
            "time": "2016-09-29 14:13:09"
2176
        },
2177
        {
2178
            "name": "symfony/yaml",
2179
            "version": "v3.1.5",
2180
            "source": {
2181
                "type": "git",
2182
                "url": "https://github.com/symfony/yaml.git",
2183
                "reference": "368b9738d4033c8b93454cb0dbd45d305135a6d3"
2184
            },
2185
            "dist": {
2186
                "type": "zip",
2187
                "url": "https://api.github.com/repos/symfony/yaml/zipball/368b9738d4033c8b93454cb0dbd45d305135a6d3",
2188
                "reference": "368b9738d4033c8b93454cb0dbd45d305135a6d3",
2189
                "shasum": ""
2190
            },
2191
            "require": {
2192
                "php": ">=5.5.9"
2193
            },
2194
            "type": "library",
2195
            "extra": {
2196
                "branch-alias": {
2197
                    "dev-master": "3.1-dev"
2198
                }
2199
            },
2200
            "autoload": {
2201
                "psr-4": {
2202
                    "Symfony\\Component\\Yaml\\": ""
2203
                },
2204
                "exclude-from-classmap": [
2205
                    "/Tests/"
2206
                ]
2207
            },
2208
            "notification-url": "https://packagist.org/downloads/",
2209
            "license": [
2210
                "MIT"
2211
            ],
2212
            "authors": [
2213
                {
2214
                    "name": "Fabien Potencier",
2215
                    "email": "[email protected]"
2216
                },
2217
                {
2218
                    "name": "Symfony Community",
2219
                    "homepage": "https://symfony.com/contributors"
2220
                }
2221
            ],
2222
            "description": "Symfony Yaml Component",
2223
            "homepage": "https://symfony.com",
2224
            "time": "2016-09-25 08:27:07"
2225
        },
2226
        {
2227
            "name": "theseer/fdomdocument",
2228
            "version": "1.6.1",
2229
            "source": {
2230
                "type": "git",
2231
                "url": "https://github.com/theseer/fDOMDocument.git",
2232
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
2233
            },
2234
            "dist": {
2235
                "type": "zip",
2236
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
2237
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
2238
                "shasum": ""
2239
            },
2240
            "require": {
2241
                "ext-dom": "*",
2242
                "lib-libxml": "*",
2243
                "php": ">=5.3.3"
2244
            },
2245
            "type": "library",
2246
            "autoload": {
2247
                "classmap": [
2248
                    "src/"
2249
                ]
2250
            },
2251
            "notification-url": "https://packagist.org/downloads/",
2252
            "license": [
2253
                "BSD-3-Clause"
2254
            ],
2255
            "authors": [
2256
                {
2257
                    "name": "Arne Blankerts",
2258
                    "email": "[email protected]",
2259
                    "role": "lead"
2260
                }
2261
            ],
2262
            "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
2263
            "homepage": "https://github.com/theseer/fDOMDocument",
2264
            "time": "2015-05-27 22:58:02"
2265
        },
2266
        {
2267
            "name": "webmozart/assert",
2268
            "version": "1.1.0",
2269
            "source": {
2270
                "type": "git",
2271
                "url": "https://github.com/webmozart/assert.git",
2272
                "reference": "bb2d123231c095735130cc8f6d31385a44c7b308"
2273
            },
2274
            "dist": {
2275
                "type": "zip",
2276
                "url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308",
2277
                "reference": "bb2d123231c095735130cc8f6d31385a44c7b308",
2278
                "shasum": ""
2279
            },
2280
            "require": {
2281
                "php": "^5.3.3|^7.0"
2282
            },
2283
            "require-dev": {
2284
                "phpunit/phpunit": "^4.6",
2285
                "sebastian/version": "^1.0.1"
2286
            },
2287
            "type": "library",
2288
            "extra": {
2289
                "branch-alias": {
2290
                    "dev-master": "1.2-dev"
2291
                }
2292
            },
2293
            "autoload": {
2294
                "psr-4": {
2295
                    "Webmozart\\Assert\\": "src/"
2296
                }
2297
            },
2298
            "notification-url": "https://packagist.org/downloads/",
2299
            "license": [
2300
                "MIT"
2301
            ],
2302
            "authors": [
2303
                {
2304
                    "name": "Bernhard Schussek",
2305
                    "email": "[email protected]"
2306
                }
2307
            ],
2308
            "description": "Assertions to validate method input/output with nice error messages.",
2309
            "keywords": [
2310
                "assert",
2311
                "check",
2312
                "validate"
2313
            ],
2314
            "time": "2016-08-09 15:02:57"
2315
        }
2316
    ],
2317
    "aliases": [],
2318
    "minimum-stability": "stable",
2319
    "stability-flags": [],
2320
    "prefer-stable": false,
2321
    "prefer-lowest": false,
2322
    "platform": {
2323
        "php": ">=5.5.9"
2324
    },
2325
    "platform-dev": []
2326
}
2327