Completed
Pull Request — develop (#51)
by A.
05:40 queued 02:42
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "65c82b3d486acb9dabf1b45faadddc98",
8
    "content-hash": "ac44ee9f2913cca549d07ddaffe30420",
9
    "packages": [
10
        {
11
            "name": "beberlei/assert",
12
            "version": "v2.5.1",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/beberlei/assert.git",
16
                "reference": "8a9ad22f1220e47a6d174843e8abef08f5eac441"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/beberlei/assert/zipball/8a9ad22f1220e47a6d174843e8abef08f5eac441",
21
                "reference": "8a9ad22f1220e47a6d174843e8abef08f5eac441",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "ext-mbstring": "*",
26
                "php": ">=5.3"
27
            },
28
            "require-dev": {
29
                "phpunit/phpunit": "@stable"
30
            },
31
            "type": "library",
32
            "extra": {
33
                "branch-alias": {
34
                    "dev-master": "2.3-dev"
35
                }
36
            },
37
            "autoload": {
38
                "psr-0": {
39
                    "Assert": "lib/"
40
                },
41
                "files": [
42
                    "lib/Assert/functions.php"
43
                ]
44
            },
45
            "notification-url": "https://packagist.org/downloads/",
46
            "license": [
47
                "BSD-2-Clause"
48
            ],
49
            "authors": [
50
                {
51
                    "name": "Benjamin Eberlei",
52
                    "email": "[email protected]"
53
                }
54
            ],
55
            "description": "Thin assertion library for input validation in business models.",
56
            "keywords": [
57
                "assert",
58
                "assertion",
59
                "validation"
60
            ],
61
            "time": "2016-06-20 12:01:28"
62
        },
63
        {
64
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

HTTP Proxy header vulnerability
Loading history...
65
            "version": "4.2.3",
66
            "source": {
67
                "type": "git",
68
                "url": "https://github.com/guzzle/guzzle.git",
69
                "reference": "66fd916e9f9130bc22c51450476823391cb2f67c"
70
            },
71
            "dist": {
72
                "type": "zip",
73
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/66fd916e9f9130bc22c51450476823391cb2f67c",
74
                "reference": "66fd916e9f9130bc22c51450476823391cb2f67c",
75
                "shasum": ""
76
            },
77
            "require": {
78
                "ext-json": "*",
79
                "guzzlehttp/streams": "~2.1",
80
                "php": ">=5.4.0"
81
            },
82
            "require-dev": {
83
                "ext-curl": "*",
84
                "phpunit/phpunit": "~4.0",
85
                "psr/log": "~1.0"
86
            },
87
            "suggest": {
88
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
89
            },
90
            "type": "library",
91
            "extra": {
92
                "branch-alias": {
93
                    "dev-master": "4.2-dev"
94
                }
95
            },
96
            "autoload": {
97
                "psr-4": {
98
                    "GuzzleHttp\\": "src/"
99
                },
100
                "files": [
101
                    "src/functions.php"
102
                ]
103
            },
104
            "notification-url": "https://packagist.org/downloads/",
105
            "license": [
106
                "MIT"
107
            ],
108
            "authors": [
109
                {
110
                    "name": "Michael Dowling",
111
                    "email": "[email protected]",
112
                    "homepage": "https://github.com/mtdowling"
113
                }
114
            ],
115
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
116
            "homepage": "http://guzzlephp.org/",
117
            "keywords": [
118
                "client",
119
                "curl",
120
                "framework",
121
                "http",
122
                "http client",
123
                "rest",
124
                "web service"
125
            ],
126
            "time": "2014-10-05 19:29:14"
127
        },
128
        {
129
            "name": "guzzlehttp/streams",
130
            "version": "2.1.0",
131
            "source": {
132
                "type": "git",
133
                "url": "https://github.com/guzzle/streams.git",
134
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534"
135
            },
136
            "dist": {
137
                "type": "zip",
138
                "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534",
139
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534",
140
                "shasum": ""
141
            },
142
            "require": {
143
                "php": ">=5.4.0"
144
            },
145
            "require-dev": {
146
                "phpunit/phpunit": "~4.0"
147
            },
148
            "type": "library",
149
            "extra": {
150
                "branch-alias": {
151
                    "dev-master": "2.0-dev"
152
                }
153
            },
154
            "autoload": {
155
                "psr-4": {
156
                    "GuzzleHttp\\Stream\\": "src/"
157
                },
158
                "files": [
159
                    "src/functions.php"
160
                ]
161
            },
162
            "notification-url": "https://packagist.org/downloads/",
163
            "license": [
164
                "MIT"
165
            ],
166
            "authors": [
167
                {
168
                    "name": "Michael Dowling",
169
                    "email": "[email protected]",
170
                    "homepage": "https://github.com/mtdowling"
171
                }
172
            ],
173
            "description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
174
            "homepage": "http://guzzlephp.org/",
175
            "keywords": [
176
                "Guzzle",
177
                "stream"
178
            ],
179
            "time": "2014-08-17 21:15:53"
180
        },
181
        {
182
            "name": "moontoast/math",
183
            "version": "1.1.0",
184
            "source": {
185
                "type": "git",
186
                "url": "https://github.com/ramsey/moontoast-math.git",
187
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3"
188
            },
189
            "dist": {
190
                "type": "zip",
191
                "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
192
                "reference": "fce28a9d1e73e73376cb44e5e581675d15fbe2f3",
193
                "shasum": ""
194
            },
195
            "require": {
196
                "ext-bcmath": "*",
197
                "php": ">=5.3.3"
198
            },
199
            "type": "library",
200
            "autoload": {
201
                "psr-0": {
202
                    "Moontoast\\Math": "src/"
203
                }
204
            },
205
            "notification-url": "https://packagist.org/downloads/",
206
            "license": [
207
                "Apache-2.0"
208
            ],
209
            "description": "A mathematics library, providing functionality for large numbers",
210
            "homepage": "https://github.com/moontoast/math",
211
            "keywords": [
212
                "bcmath",
213
                "math"
214
            ],
215
            "time": "2013-01-19 17:42:34"
216
        },
217
        {
218
            "name": "paragonie/random_compat",
219
            "version": "v2.0.2",
220
            "source": {
221
                "type": "git",
222
                "url": "https://github.com/paragonie/random_compat.git",
223
                "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf"
224
            },
225
            "dist": {
226
                "type": "zip",
227
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf",
228
                "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf",
229
                "shasum": ""
230
            },
231
            "require": {
232
                "php": ">=5.2.0"
233
            },
234
            "require-dev": {
235
                "phpunit/phpunit": "4.*|5.*"
236
            },
237
            "suggest": {
238
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
239
            },
240
            "type": "library",
241
            "autoload": {
242
                "files": [
243
                    "lib/random.php"
244
                ]
245
            },
246
            "notification-url": "https://packagist.org/downloads/",
247
            "license": [
248
                "MIT"
249
            ],
250
            "authors": [
251
                {
252
                    "name": "Paragon Initiative Enterprises",
253
                    "email": "[email protected]",
254
                    "homepage": "https://paragonie.com"
255
                }
256
            ],
257
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
258
            "keywords": [
259
                "csprng",
260
                "pseudorandom",
261
                "random"
262
            ],
263
            "time": "2016-04-03 06:00:07"
264
        },
265
        {
266
            "name": "psr/log",
267
            "version": "1.0.0",
268
            "source": {
269
                "type": "git",
270
                "url": "https://github.com/php-fig/log.git",
271
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
272
            },
273
            "dist": {
274
                "type": "zip",
275
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
276
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
277
                "shasum": ""
278
            },
279
            "type": "library",
280
            "autoload": {
281
                "psr-0": {
282
                    "Psr\\Log\\": ""
283
                }
284
            },
285
            "notification-url": "https://packagist.org/downloads/",
286
            "license": [
287
                "MIT"
288
            ],
289
            "authors": [
290
                {
291
                    "name": "PHP-FIG",
292
                    "homepage": "http://www.php-fig.org/"
293
                }
294
            ],
295
            "description": "Common interface for logging libraries",
296
            "keywords": [
297
                "log",
298
                "psr",
299
                "psr-3"
300
            ],
301
            "time": "2012-12-21 11:40:51"
302
        },
303
        {
304
            "name": "ramsey/uuid",
305
            "version": "3.4.1",
306
            "source": {
307
                "type": "git",
308
                "url": "https://github.com/ramsey/uuid.git",
309
                "reference": "b4fe3b7387cb323fd15ad5837cae992422c9fa5c"
310
            },
311
            "dist": {
312
                "type": "zip",
313
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/b4fe3b7387cb323fd15ad5837cae992422c9fa5c",
314
                "reference": "b4fe3b7387cb323fd15ad5837cae992422c9fa5c",
315
                "shasum": ""
316
            },
317
            "require": {
318
                "paragonie/random_compat": "^1.0|^2.0",
319
                "php": ">=5.4"
320
            },
321
            "replace": {
322
                "rhumsaa/uuid": "self.version"
323
            },
324
            "require-dev": {
325
                "apigen/apigen": "^4.1",
326
                "codeception/aspect-mock": "1.0.0",
327
                "goaop/framework": "1.0.0-alpha.2",
328
                "ircmaxell/random-lib": "^1.1",
329
                "jakub-onderka/php-parallel-lint": "^0.9.0",
330
                "mockery/mockery": "^0.9.4",
331
                "moontoast/math": "^1.1",
332
                "phpunit/phpunit": "^4.7|^5.0",
333
                "satooshi/php-coveralls": "^0.6.1",
334
                "squizlabs/php_codesniffer": "^2.3"
335
            },
336
            "suggest": {
337
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
338
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
339
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
340
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
341
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
342
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
343
            },
344
            "type": "library",
345
            "extra": {
346
                "branch-alias": {
347
                    "dev-master": "3.x-dev"
348
                }
349
            },
350
            "autoload": {
351
                "psr-4": {
352
                    "Ramsey\\Uuid\\": "src/"
353
                }
354
            },
355
            "notification-url": "https://packagist.org/downloads/",
356
            "license": [
357
                "MIT"
358
            ],
359
            "authors": [
360
                {
361
                    "name": "Marijn Huizendveld",
362
                    "email": "[email protected]"
363
                },
364
                {
365
                    "name": "Thibaud Fabre",
366
                    "email": "[email protected]"
367
                },
368
                {
369
                    "name": "Ben Ramsey",
370
                    "email": "[email protected]",
371
                    "homepage": "https://benramsey.com"
372
                }
373
            ],
374
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
375
            "homepage": "https://github.com/ramsey/uuid",
376
            "keywords": [
377
                "guid",
378
                "identifier",
379
                "uuid"
380
            ],
381
            "time": "2016-04-24 00:30:41"
382
        },
383
        {
384
            "name": "symfony/config",
385
            "version": "v2.8.8",
386
            "source": {
387
                "type": "git",
388
                "url": "https://github.com/symfony/config.git",
389
                "reference": "0926e69411eba491803dbafb9f1f233e2ced58d0"
390
            },
391
            "dist": {
392
                "type": "zip",
393
                "url": "https://api.github.com/repos/symfony/config/zipball/0926e69411eba491803dbafb9f1f233e2ced58d0",
394
                "reference": "0926e69411eba491803dbafb9f1f233e2ced58d0",
395
                "shasum": ""
396
            },
397
            "require": {
398
                "php": ">=5.3.9",
399
                "symfony/filesystem": "~2.3|~3.0.0"
400
            },
401
            "suggest": {
402
                "symfony/yaml": "To use the yaml reference dumper"
403
            },
404
            "type": "library",
405
            "extra": {
406
                "branch-alias": {
407
                    "dev-master": "2.8-dev"
408
                }
409
            },
410
            "autoload": {
411
                "psr-4": {
412
                    "Symfony\\Component\\Config\\": ""
413
                },
414
                "exclude-from-classmap": [
415
                    "/Tests/"
416
                ]
417
            },
418
            "notification-url": "https://packagist.org/downloads/",
419
            "license": [
420
                "MIT"
421
            ],
422
            "authors": [
423
                {
424
                    "name": "Fabien Potencier",
425
                    "email": "[email protected]"
426
                },
427
                {
428
                    "name": "Symfony Community",
429
                    "homepage": "https://symfony.com/contributors"
430
                }
431
            ],
432
            "description": "Symfony Config Component",
433
            "homepage": "https://symfony.com",
434
            "time": "2016-06-29 05:31:50"
435
        },
436
        {
437
            "name": "symfony/debug",
438
            "version": "v2.8.8",
439
            "source": {
440
                "type": "git",
441
                "url": "https://github.com/symfony/debug.git",
442
                "reference": "2477199ad1dd1c43fe18a84d7907fffa025eff10"
443
            },
444
            "dist": {
445
                "type": "zip",
446
                "url": "https://api.github.com/repos/symfony/debug/zipball/2477199ad1dd1c43fe18a84d7907fffa025eff10",
447
                "reference": "2477199ad1dd1c43fe18a84d7907fffa025eff10",
448
                "shasum": ""
449
            },
450
            "require": {
451
                "php": ">=5.3.9",
452
                "psr/log": "~1.0"
453
            },
454
            "conflict": {
455
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
456
            },
457
            "require-dev": {
458
                "symfony/class-loader": "~2.2|~3.0.0",
459
                "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0"
460
            },
461
            "type": "library",
462
            "extra": {
463
                "branch-alias": {
464
                    "dev-master": "2.8-dev"
465
                }
466
            },
467
            "autoload": {
468
                "psr-4": {
469
                    "Symfony\\Component\\Debug\\": ""
470
                },
471
                "exclude-from-classmap": [
472
                    "/Tests/"
473
                ]
474
            },
475
            "notification-url": "https://packagist.org/downloads/",
476
            "license": [
477
                "MIT"
478
            ],
479
            "authors": [
480
                {
481
                    "name": "Fabien Potencier",
482
                    "email": "[email protected]"
483
                },
484
                {
485
                    "name": "Symfony Community",
486
                    "homepage": "https://symfony.com/contributors"
487
                }
488
            ],
489
            "description": "Symfony Debug Component",
490
            "homepage": "https://symfony.com",
491
            "time": "2016-06-29 05:29:29"
492
        },
493
        {
494
            "name": "symfony/dependency-injection",
495
            "version": "v2.8.8",
496
            "source": {
497
                "type": "git",
498
                "url": "https://github.com/symfony/dependency-injection.git",
499
                "reference": "2dd85de8216079d1360b2b14988cd5cdbbb49063"
500
            },
501
            "dist": {
502
                "type": "zip",
503
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2dd85de8216079d1360b2b14988cd5cdbbb49063",
504
                "reference": "2dd85de8216079d1360b2b14988cd5cdbbb49063",
505
                "shasum": ""
506
            },
507
            "require": {
508
                "php": ">=5.3.9"
509
            },
510
            "conflict": {
511
                "symfony/expression-language": "<2.6"
512
            },
513
            "require-dev": {
514
                "symfony/config": "~2.2|~3.0.0",
515
                "symfony/expression-language": "~2.6|~3.0.0",
516
                "symfony/yaml": "~2.1|~3.0.0"
517
            },
518
            "suggest": {
519
                "symfony/config": "",
520
                "symfony/expression-language": "For using expressions in service container configuration",
521
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
522
                "symfony/yaml": ""
523
            },
524
            "type": "library",
525
            "extra": {
526
                "branch-alias": {
527
                    "dev-master": "2.8-dev"
528
                }
529
            },
530
            "autoload": {
531
                "psr-4": {
532
                    "Symfony\\Component\\DependencyInjection\\": ""
533
                },
534
                "exclude-from-classmap": [
535
                    "/Tests/"
536
                ]
537
            },
538
            "notification-url": "https://packagist.org/downloads/",
539
            "license": [
540
                "MIT"
541
            ],
542
            "authors": [
543
                {
544
                    "name": "Fabien Potencier",
545
                    "email": "[email protected]"
546
                },
547
                {
548
                    "name": "Symfony Community",
549
                    "homepage": "https://symfony.com/contributors"
550
                }
551
            ],
552
            "description": "Symfony DependencyInjection Component",
553
            "homepage": "https://symfony.com",
554
            "time": "2016-06-29 05:31:50"
555
        },
556
        {
557
            "name": "symfony/event-dispatcher",
558
            "version": "v2.8.8",
559
            "source": {
560
                "type": "git",
561
                "url": "https://github.com/symfony/event-dispatcher.git",
562
                "reference": "b180b70439dca70049b6b9b7e21d75e6e5d7aca9"
563
            },
564
            "dist": {
565
                "type": "zip",
566
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b180b70439dca70049b6b9b7e21d75e6e5d7aca9",
567
                "reference": "b180b70439dca70049b6b9b7e21d75e6e5d7aca9",
568
                "shasum": ""
569
            },
570
            "require": {
571
                "php": ">=5.3.9"
572
            },
573
            "require-dev": {
574
                "psr/log": "~1.0",
575
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
576
                "symfony/dependency-injection": "~2.6|~3.0.0",
577
                "symfony/expression-language": "~2.6|~3.0.0",
578
                "symfony/stopwatch": "~2.3|~3.0.0"
579
            },
580
            "suggest": {
581
                "symfony/dependency-injection": "",
582
                "symfony/http-kernel": ""
583
            },
584
            "type": "library",
585
            "extra": {
586
                "branch-alias": {
587
                    "dev-master": "2.8-dev"
588
                }
589
            },
590
            "autoload": {
591
                "psr-4": {
592
                    "Symfony\\Component\\EventDispatcher\\": ""
593
                },
594
                "exclude-from-classmap": [
595
                    "/Tests/"
596
                ]
597
            },
598
            "notification-url": "https://packagist.org/downloads/",
599
            "license": [
600
                "MIT"
601
            ],
602
            "authors": [
603
                {
604
                    "name": "Fabien Potencier",
605
                    "email": "[email protected]"
606
                },
607
                {
608
                    "name": "Symfony Community",
609
                    "homepage": "https://symfony.com/contributors"
610
                }
611
            ],
612
            "description": "Symfony EventDispatcher Component",
613
            "homepage": "https://symfony.com",
614
            "time": "2016-06-29 05:29:29"
615
        },
616
        {
617
            "name": "symfony/filesystem",
618
            "version": "v2.8.8",
619
            "source": {
620
                "type": "git",
621
                "url": "https://github.com/symfony/filesystem.git",
622
                "reference": "7258ddd6f987053f21fa43d03430580ba54e6096"
623
            },
624
            "dist": {
625
                "type": "zip",
626
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/7258ddd6f987053f21fa43d03430580ba54e6096",
627
                "reference": "7258ddd6f987053f21fa43d03430580ba54e6096",
628
                "shasum": ""
629
            },
630
            "require": {
631
                "php": ">=5.3.9"
632
            },
633
            "type": "library",
634
            "extra": {
635
                "branch-alias": {
636
                    "dev-master": "2.8-dev"
637
                }
638
            },
639
            "autoload": {
640
                "psr-4": {
641
                    "Symfony\\Component\\Filesystem\\": ""
642
                },
643
                "exclude-from-classmap": [
644
                    "/Tests/"
645
                ]
646
            },
647
            "notification-url": "https://packagist.org/downloads/",
648
            "license": [
649
                "MIT"
650
            ],
651
            "authors": [
652
                {
653
                    "name": "Fabien Potencier",
654
                    "email": "[email protected]"
655
                },
656
                {
657
                    "name": "Symfony Community",
658
                    "homepage": "https://symfony.com/contributors"
659
                }
660
            ],
661
            "description": "Symfony Filesystem Component",
662
            "homepage": "https://symfony.com",
663
            "time": "2016-06-29 05:31:50"
664
        },
665
        {
666
            "name": "symfony/http-foundation",
667
            "version": "v3.0.8",
668
            "source": {
669
                "type": "git",
670
                "url": "https://github.com/symfony/http-foundation.git",
671
                "reference": "1341139f906d295baa4f4abd55293d07e25a065a"
672
            },
673
            "dist": {
674
                "type": "zip",
675
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1341139f906d295baa4f4abd55293d07e25a065a",
676
                "reference": "1341139f906d295baa4f4abd55293d07e25a065a",
677
                "shasum": ""
678
            },
679
            "require": {
680
                "php": ">=5.5.9",
681
                "symfony/polyfill-mbstring": "~1.1"
682
            },
683
            "require-dev": {
684
                "symfony/expression-language": "~2.8|~3.0"
685
            },
686
            "type": "library",
687
            "extra": {
688
                "branch-alias": {
689
                    "dev-master": "3.0-dev"
690
                }
691
            },
692
            "autoload": {
693
                "psr-4": {
694
                    "Symfony\\Component\\HttpFoundation\\": ""
695
                },
696
                "exclude-from-classmap": [
697
                    "/Tests/"
698
                ]
699
            },
700
            "notification-url": "https://packagist.org/downloads/",
701
            "license": [
702
                "MIT"
703
            ],
704
            "authors": [
705
                {
706
                    "name": "Fabien Potencier",
707
                    "email": "[email protected]"
708
                },
709
                {
710
                    "name": "Symfony Community",
711
                    "homepage": "https://symfony.com/contributors"
712
                }
713
            ],
714
            "description": "Symfony HttpFoundation Component",
715
            "homepage": "https://symfony.com",
716
            "time": "2016-06-29 07:02:21"
717
        },
718
        {
719
            "name": "symfony/http-kernel",
720
            "version": "v2.8.8",
721
            "source": {
722
                "type": "git",
723
                "url": "https://github.com/symfony/http-kernel.git",
724
                "reference": "2e887a1196c961a0e441f5be87908a5425be015c"
725
            },
726
            "dist": {
727
                "type": "zip",
728
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2e887a1196c961a0e441f5be87908a5425be015c",
729
                "reference": "2e887a1196c961a0e441f5be87908a5425be015c",
730
                "shasum": ""
731
            },
732
            "require": {
733
                "php": ">=5.3.9",
734
                "psr/log": "~1.0",
735
                "symfony/debug": "~2.6,>=2.6.2",
736
                "symfony/event-dispatcher": "~2.6,>=2.6.7|~3.0.0",
737
                "symfony/http-foundation": "~2.7.15|~2.8.8|~3.0.8"
738
            },
739
            "conflict": {
740
                "symfony/config": "<2.7"
741
            },
742
            "require-dev": {
743
                "symfony/browser-kit": "~2.3|~3.0.0",
744
                "symfony/class-loader": "~2.1|~3.0.0",
745
                "symfony/config": "~2.8",
746
                "symfony/console": "~2.3|~3.0.0",
747
                "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
748
                "symfony/dependency-injection": "~2.8|~3.0.0",
749
                "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0",
750
                "symfony/expression-language": "~2.4|~3.0.0",
751
                "symfony/finder": "~2.0,>=2.0.5|~3.0.0",
752
                "symfony/process": "~2.0,>=2.0.5|~3.0.0",
753
                "symfony/routing": "~2.8|~3.0.0",
754
                "symfony/stopwatch": "~2.3|~3.0.0",
755
                "symfony/templating": "~2.2|~3.0.0",
756
                "symfony/translation": "~2.0,>=2.0.5|~3.0.0",
757
                "symfony/var-dumper": "~2.6|~3.0.0"
758
            },
759
            "suggest": {
760
                "symfony/browser-kit": "",
761
                "symfony/class-loader": "",
762
                "symfony/config": "",
763
                "symfony/console": "",
764
                "symfony/dependency-injection": "",
765
                "symfony/finder": "",
766
                "symfony/var-dumper": ""
767
            },
768
            "type": "library",
769
            "extra": {
770
                "branch-alias": {
771
                    "dev-master": "2.8-dev"
772
                }
773
            },
774
            "autoload": {
775
                "psr-4": {
776
                    "Symfony\\Component\\HttpKernel\\": ""
777
                },
778
                "exclude-from-classmap": [
779
                    "/Tests/"
780
                ]
781
            },
782
            "notification-url": "https://packagist.org/downloads/",
783
            "license": [
784
                "MIT"
785
            ],
786
            "authors": [
787
                {
788
                    "name": "Fabien Potencier",
789
                    "email": "[email protected]"
790
                },
791
                {
792
                    "name": "Symfony Community",
793
                    "homepage": "https://symfony.com/contributors"
794
                }
795
            ],
796
            "description": "Symfony HttpKernel Component",
797
            "homepage": "https://symfony.com",
798
            "time": "2016-06-30 15:42:15"
799
        },
800
        {
801
            "name": "symfony/polyfill-mbstring",
802
            "version": "v1.2.0",
803
            "source": {
804
                "type": "git",
805
                "url": "https://github.com/symfony/polyfill-mbstring.git",
806
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
807
            },
808
            "dist": {
809
                "type": "zip",
810
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
811
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
812
                "shasum": ""
813
            },
814
            "require": {
815
                "php": ">=5.3.3"
816
            },
817
            "suggest": {
818
                "ext-mbstring": "For best performance"
819
            },
820
            "type": "library",
821
            "extra": {
822
                "branch-alias": {
823
                    "dev-master": "1.2-dev"
824
                }
825
            },
826
            "autoload": {
827
                "psr-4": {
828
                    "Symfony\\Polyfill\\Mbstring\\": ""
829
                },
830
                "files": [
831
                    "bootstrap.php"
832
                ]
833
            },
834
            "notification-url": "https://packagist.org/downloads/",
835
            "license": [
836
                "MIT"
837
            ],
838
            "authors": [
839
                {
840
                    "name": "Nicolas Grekas",
841
                    "email": "[email protected]"
842
                },
843
                {
844
                    "name": "Symfony Community",
845
                    "homepage": "https://symfony.com/contributors"
846
                }
847
            ],
848
            "description": "Symfony polyfill for the Mbstring extension",
849
            "homepage": "https://symfony.com",
850
            "keywords": [
851
                "compatibility",
852
                "mbstring",
853
                "polyfill",
854
                "portable",
855
                "shim"
856
            ],
857
            "time": "2016-05-18 14:26:46"
858
        },
859
        {
860
            "name": "symfony/translation",
861
            "version": "v2.8.8",
862
            "source": {
863
                "type": "git",
864
                "url": "https://github.com/symfony/translation.git",
865
                "reference": "00334ef0b9317e5d7c7641a2b56671a1df23b7a0"
866
            },
867
            "dist": {
868
                "type": "zip",
869
                "url": "https://api.github.com/repos/symfony/translation/zipball/00334ef0b9317e5d7c7641a2b56671a1df23b7a0",
870
                "reference": "00334ef0b9317e5d7c7641a2b56671a1df23b7a0",
871
                "shasum": ""
872
            },
873
            "require": {
874
                "php": ">=5.3.9",
875
                "symfony/polyfill-mbstring": "~1.0"
876
            },
877
            "conflict": {
878
                "symfony/config": "<2.7"
879
            },
880
            "require-dev": {
881
                "psr/log": "~1.0",
882
                "symfony/config": "~2.8",
883
                "symfony/intl": "~2.4|~3.0.0",
884
                "symfony/yaml": "~2.2|~3.0.0"
885
            },
886
            "suggest": {
887
                "psr/log": "To use logging capability in translator",
888
                "symfony/config": "",
889
                "symfony/yaml": ""
890
            },
891
            "type": "library",
892
            "extra": {
893
                "branch-alias": {
894
                    "dev-master": "2.8-dev"
895
                }
896
            },
897
            "autoload": {
898
                "psr-4": {
899
                    "Symfony\\Component\\Translation\\": ""
900
                },
901
                "exclude-from-classmap": [
902
                    "/Tests/"
903
                ]
904
            },
905
            "notification-url": "https://packagist.org/downloads/",
906
            "license": [
907
                "MIT"
908
            ],
909
            "authors": [
910
                {
911
                    "name": "Fabien Potencier",
912
                    "email": "[email protected]"
913
                },
914
                {
915
                    "name": "Symfony Community",
916
                    "homepage": "https://symfony.com/contributors"
917
                }
918
            ],
919
            "description": "Symfony Translation Component",
920
            "homepage": "https://symfony.com",
921
            "time": "2016-06-29 05:29:29"
922
        },
923
        {
924
            "name": "symfony/validator",
925
            "version": "v2.8.8",
926
            "source": {
927
                "type": "git",
928
                "url": "https://github.com/symfony/validator.git",
929
                "reference": "366674c28bf7a107a8bce280c668bac40aeb090e"
930
            },
931
            "dist": {
932
                "type": "zip",
933
                "url": "https://api.github.com/repos/symfony/validator/zipball/366674c28bf7a107a8bce280c668bac40aeb090e",
934
                "reference": "366674c28bf7a107a8bce280c668bac40aeb090e",
935
                "shasum": ""
936
            },
937
            "require": {
938
                "php": ">=5.3.9",
939
                "symfony/polyfill-mbstring": "~1.0",
940
                "symfony/translation": "~2.4|~3.0.0"
941
            },
942
            "require-dev": {
943
                "doctrine/annotations": "~1.0",
944
                "doctrine/cache": "~1.0",
945
                "egulias/email-validator": "~1.2,>=1.2.1",
946
                "symfony/config": "~2.2|~3.0.0",
947
                "symfony/expression-language": "~2.4|~3.0.0",
948
                "symfony/http-foundation": "~2.1|~3.0.0",
949
                "symfony/intl": "~2.7.4|~2.8|~3.0.0",
950
                "symfony/property-access": "~2.3|~3.0.0",
951
                "symfony/yaml": "~2.0,>=2.0.5|~3.0.0"
952
            },
953
            "suggest": {
954
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
955
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
956
                "egulias/email-validator": "Strict (RFC compliant) email validation",
957
                "symfony/config": "",
958
                "symfony/expression-language": "For using the 2.4 Expression validator",
959
                "symfony/http-foundation": "",
960
                "symfony/intl": "",
961
                "symfony/property-access": "For using the 2.4 Validator API",
962
                "symfony/yaml": ""
963
            },
964
            "type": "library",
965
            "extra": {
966
                "branch-alias": {
967
                    "dev-master": "2.8-dev"
968
                }
969
            },
970
            "autoload": {
971
                "psr-4": {
972
                    "Symfony\\Component\\Validator\\": ""
973
                },
974
                "exclude-from-classmap": [
975
                    "/Tests/"
976
                ]
977
            },
978
            "notification-url": "https://packagist.org/downloads/",
979
            "license": [
980
                "MIT"
981
            ],
982
            "authors": [
983
                {
984
                    "name": "Fabien Potencier",
985
                    "email": "[email protected]"
986
                },
987
                {
988
                    "name": "Symfony Community",
989
                    "homepage": "https://symfony.com/contributors"
990
                }
991
            ],
992
            "description": "Symfony Validator Component",
993
            "homepage": "https://symfony.com",
994
            "time": "2016-06-29 05:29:29"
995
        }
996
    ],
997
    "packages-dev": [
998
        {
999
            "name": "behat/behat",
1000
            "version": "v2.5.5",
1001
            "source": {
1002
                "type": "git",
1003
                "url": "https://github.com/Behat/Behat.git",
1004
                "reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120"
1005
            },
1006
            "dist": {
1007
                "type": "zip",
1008
                "url": "https://api.github.com/repos/Behat/Behat/zipball/c1e48826b84669c97a1efa78459aedfdcdcf2120",
1009
                "reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120",
1010
                "shasum": ""
1011
            },
1012
            "require": {
1013
                "behat/gherkin": "~2.3.0",
1014
                "php": ">=5.3.1",
1015
                "symfony/config": "~2.3",
1016
                "symfony/console": "~2.0",
1017
                "symfony/dependency-injection": "~2.0",
1018
                "symfony/event-dispatcher": "~2.0",
1019
                "symfony/finder": "~2.0",
1020
                "symfony/translation": "~2.3",
1021
                "symfony/yaml": "~2.0"
1022
            },
1023
            "require-dev": {
1024
                "phpunit/phpunit": "~3.7.19"
1025
            },
1026
            "suggest": {
1027
                "behat/mink-extension": "for integration with Mink testing framework",
1028
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
1029
                "behat/yii-extension": "for integration with Yii web framework"
1030
            },
1031
            "bin": [
1032
                "bin/behat"
1033
            ],
1034
            "type": "library",
1035
            "autoload": {
1036
                "psr-0": {
1037
                    "Behat\\Behat": "src/"
1038
                }
1039
            },
1040
            "notification-url": "https://packagist.org/downloads/",
1041
            "license": [
1042
                "MIT"
1043
            ],
1044
            "authors": [
1045
                {
1046
                    "name": "Konstantin Kudryashov",
1047
                    "email": "[email protected]",
1048
                    "homepage": "http://everzet.com"
1049
                }
1050
            ],
1051
            "description": "Scenario-oriented BDD framework for PHP 5.3",
1052
            "homepage": "http://behat.org/",
1053
            "keywords": [
1054
                "BDD",
1055
                "Behat",
1056
                "Symfony2"
1057
            ],
1058
            "time": "2015-06-01 09:37:55"
1059
        },
1060
        {
1061
            "name": "behat/gherkin",
1062
            "version": "v2.3.5",
1063
            "source": {
1064
                "type": "git",
1065
                "url": "https://github.com/Behat/Gherkin.git",
1066
                "reference": "2b33963da5525400573560c173ab5c9c057e1852"
1067
            },
1068
            "dist": {
1069
                "type": "zip",
1070
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/2b33963da5525400573560c173ab5c9c057e1852",
1071
                "reference": "2b33963da5525400573560c173ab5c9c057e1852",
1072
                "shasum": ""
1073
            },
1074
            "require": {
1075
                "php": ">=5.3.1",
1076
                "symfony/finder": "~2.0"
1077
            },
1078
            "require-dev": {
1079
                "symfony/config": "~2.0",
1080
                "symfony/translation": "~2.0",
1081
                "symfony/yaml": "~2.0"
1082
            },
1083
            "suggest": {
1084
                "symfony/config": "If you want to use Config component to manage resources",
1085
                "symfony/translation": "If you want to use Symfony2 translations adapter",
1086
                "symfony/yaml": "If you want to parse features, represented in YAML files"
1087
            },
1088
            "type": "library",
1089
            "extra": {
1090
                "branch-alias": {
1091
                    "dev-develop": "2.2-dev"
1092
                }
1093
            },
1094
            "autoload": {
1095
                "psr-0": {
1096
                    "Behat\\Gherkin": "src/"
1097
                }
1098
            },
1099
            "notification-url": "https://packagist.org/downloads/",
1100
            "license": [
1101
                "MIT"
1102
            ],
1103
            "authors": [
1104
                {
1105
                    "name": "Konstantin Kudryashov",
1106
                    "email": "[email protected]",
1107
                    "homepage": "http://everzet.com"
1108
                }
1109
            ],
1110
            "description": "Gherkin DSL parser for PHP 5.3",
1111
            "homepage": "http://behat.org/",
1112
            "keywords": [
1113
                "BDD",
1114
                "Behat",
1115
                "DSL",
1116
                "Symfony2",
1117
                "parser"
1118
            ],
1119
            "time": "2013-10-15 11:22:17"
1120
        },
1121
        {
1122
            "name": "behat/mink",
1123
            "version": "v1.7.1",
1124
            "source": {
1125
                "type": "git",
1126
                "url": "https://github.com/minkphp/Mink.git",
1127
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
1128
            },
1129
            "dist": {
1130
                "type": "zip",
1131
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
1132
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
1133
                "shasum": ""
1134
            },
1135
            "require": {
1136
                "php": ">=5.3.1",
1137
                "symfony/css-selector": "~2.1|~3.0"
1138
            },
1139
            "require-dev": {
1140
                "symfony/phpunit-bridge": "~2.7|~3.0"
1141
            },
1142
            "suggest": {
1143
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
1144
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
1145
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
1146
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
1147
            },
1148
            "type": "library",
1149
            "extra": {
1150
                "branch-alias": {
1151
                    "dev-master": "1.7.x-dev"
1152
                }
1153
            },
1154
            "autoload": {
1155
                "psr-4": {
1156
                    "Behat\\Mink\\": "src/"
1157
                }
1158
            },
1159
            "notification-url": "https://packagist.org/downloads/",
1160
            "license": [
1161
                "MIT"
1162
            ],
1163
            "authors": [
1164
                {
1165
                    "name": "Konstantin Kudryashov",
1166
                    "email": "[email protected]",
1167
                    "homepage": "http://everzet.com"
1168
                }
1169
            ],
1170
            "description": "Browser controller/emulator abstraction for PHP",
1171
            "homepage": "http://mink.behat.org/",
1172
            "keywords": [
1173
                "browser",
1174
                "testing",
1175
                "web"
1176
            ],
1177
            "time": "2016-03-05 08:26:18"
1178
        },
1179
        {
1180
            "name": "behat/mink-browserkit-driver",
1181
            "version": "v1.3.2",
1182
            "source": {
1183
                "type": "git",
1184
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
1185
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
1186
            },
1187
            "dist": {
1188
                "type": "zip",
1189
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
1190
                "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
1191
                "shasum": ""
1192
            },
1193
            "require": {
1194
                "behat/mink": "^1.7.1@dev",
1195
                "php": ">=5.3.6",
1196
                "symfony/browser-kit": "~2.3|~3.0",
1197
                "symfony/dom-crawler": "~2.3|~3.0"
1198
            },
1199
            "require-dev": {
1200
                "silex/silex": "~1.2",
1201
                "symfony/phpunit-bridge": "~2.7|~3.0"
1202
            },
1203
            "type": "mink-driver",
1204
            "extra": {
1205
                "branch-alias": {
1206
                    "dev-master": "1.3.x-dev"
1207
                }
1208
            },
1209
            "autoload": {
1210
                "psr-4": {
1211
                    "Behat\\Mink\\Driver\\": "src/"
1212
                }
1213
            },
1214
            "notification-url": "https://packagist.org/downloads/",
1215
            "license": [
1216
                "MIT"
1217
            ],
1218
            "authors": [
1219
                {
1220
                    "name": "Konstantin Kudryashov",
1221
                    "email": "[email protected]",
1222
                    "homepage": "http://everzet.com"
1223
                }
1224
            ],
1225
            "description": "Symfony2 BrowserKit driver for Mink framework",
1226
            "homepage": "http://mink.behat.org/",
1227
            "keywords": [
1228
                "Mink",
1229
                "Symfony2",
1230
                "browser",
1231
                "testing"
1232
            ],
1233
            "time": "2016-03-05 08:59:47"
1234
        },
1235
        {
1236
            "name": "behat/mink-extension",
1237
            "version": "v1.3.3",
1238
            "source": {
1239
                "type": "git",
1240
                "url": "https://github.com/Behat/MinkExtension.git",
1241
                "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8"
1242
            },
1243
            "dist": {
1244
                "type": "zip",
1245
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
1246
                "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
1247
                "shasum": ""
1248
            },
1249
            "require": {
1250
                "behat/behat": "~2.5.0",
1251
                "behat/mink": "~1.5",
1252
                "php": ">=5.3.2",
1253
                "symfony/config": "~2.2"
1254
            },
1255
            "require-dev": {
1256
                "behat/mink-goutte-driver": "~1.0",
1257
                "fabpot/goutte": "~1.0"
1258
            },
1259
            "type": "behat-extension",
1260
            "autoload": {
1261
                "psr-0": {
1262
                    "Behat\\MinkExtension": "src/"
1263
                }
1264
            },
1265
            "notification-url": "https://packagist.org/downloads/",
1266
            "license": [
1267
                "MIT"
1268
            ],
1269
            "authors": [
1270
                {
1271
                    "name": "Konstantin Kudryashov",
1272
                    "email": "[email protected]",
1273
                    "homepage": "http://everzet.com"
1274
                }
1275
            ],
1276
            "description": "Mink extension for Behat",
1277
            "homepage": "http://mink.behat.org",
1278
            "keywords": [
1279
                "browser",
1280
                "gui",
1281
                "test",
1282
                "web"
1283
            ],
1284
            "time": "2014-05-15 19:27:39"
1285
        },
1286
        {
1287
            "name": "behat/mink-goutte-driver",
1288
            "version": "v1.2.1",
1289
            "source": {
1290
                "type": "git",
1291
                "url": "https://github.com/minkphp/MinkGoutteDriver.git",
1292
                "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
1293
            },
1294
            "dist": {
1295
                "type": "zip",
1296
                "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
1297
                "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
1298
                "shasum": ""
1299
            },
1300
            "require": {
1301
                "behat/mink": "~1.6@dev",
1302
                "behat/mink-browserkit-driver": "~1.2@dev",
1303
                "fabpot/goutte": "~1.0.4|~2.0|~3.1",
1304
                "php": ">=5.3.1"
1305
            },
1306
            "require-dev": {
1307
                "symfony/phpunit-bridge": "~2.7|~3.0"
1308
            },
1309
            "type": "mink-driver",
1310
            "extra": {
1311
                "branch-alias": {
1312
                    "dev-master": "1.2.x-dev"
1313
                }
1314
            },
1315
            "autoload": {
1316
                "psr-4": {
1317
                    "Behat\\Mink\\Driver\\": "src/"
1318
                }
1319
            },
1320
            "notification-url": "https://packagist.org/downloads/",
1321
            "license": [
1322
                "MIT"
1323
            ],
1324
            "authors": [
1325
                {
1326
                    "name": "Konstantin Kudryashov",
1327
                    "email": "[email protected]",
1328
                    "homepage": "http://everzet.com"
1329
                }
1330
            ],
1331
            "description": "Goutte driver for Mink framework",
1332
            "homepage": "http://mink.behat.org/",
1333
            "keywords": [
1334
                "browser",
1335
                "goutte",
1336
                "headless",
1337
                "testing"
1338
            ],
1339
            "time": "2016-03-05 09:04:22"
1340
        },
1341
        {
1342
            "name": "behat/mink-selenium2-driver",
1343
            "version": "v1.3.1",
1344
            "source": {
1345
                "type": "git",
1346
                "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
1347
                "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
1348
            },
1349
            "dist": {
1350
                "type": "zip",
1351
                "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
1352
                "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
1353
                "shasum": ""
1354
            },
1355
            "require": {
1356
                "behat/mink": "~1.7@dev",
1357
                "instaclick/php-webdriver": "~1.1",
1358
                "php": ">=5.3.1"
1359
            },
1360
            "require-dev": {
1361
                "symfony/phpunit-bridge": "~2.7"
1362
            },
1363
            "type": "mink-driver",
1364
            "extra": {
1365
                "branch-alias": {
1366
                    "dev-master": "1.3.x-dev"
1367
                }
1368
            },
1369
            "autoload": {
1370
                "psr-4": {
1371
                    "Behat\\Mink\\Driver\\": "src/"
1372
                }
1373
            },
1374
            "notification-url": "https://packagist.org/downloads/",
1375
            "license": [
1376
                "MIT"
1377
            ],
1378
            "authors": [
1379
                {
1380
                    "name": "Konstantin Kudryashov",
1381
                    "email": "[email protected]",
1382
                    "homepage": "http://everzet.com"
1383
                },
1384
                {
1385
                    "name": "Pete Otaqui",
1386
                    "email": "[email protected]",
1387
                    "homepage": "https://github.com/pete-otaqui"
1388
                }
1389
            ],
1390
            "description": "Selenium2 (WebDriver) driver for Mink framework",
1391
            "homepage": "http://mink.behat.org/",
1392
            "keywords": [
1393
                "ajax",
1394
                "browser",
1395
                "javascript",
1396
                "selenium",
1397
                "testing",
1398
                "webdriver"
1399
            ],
1400
            "time": "2016-03-05 09:10:18"
1401
        },
1402
        {
1403
            "name": "camspiers/json-pretty",
1404
            "version": "1.0.2",
1405
            "source": {
1406
                "type": "git",
1407
                "url": "https://github.com/camspiers/json-pretty.git",
1408
                "reference": "17be37cb83af8014658da48fa0012604179039a7"
1409
            },
1410
            "dist": {
1411
                "type": "zip",
1412
                "url": "https://api.github.com/repos/camspiers/json-pretty/zipball/17be37cb83af8014658da48fa0012604179039a7",
1413
                "reference": "17be37cb83af8014658da48fa0012604179039a7",
1414
                "shasum": ""
1415
            },
1416
            "require-dev": {
1417
                "phpunit/phpunit": "~4.0"
1418
            },
1419
            "type": "library",
1420
            "autoload": {
1421
                "psr-0": {
1422
                    "Camspiers": "src/"
1423
                }
1424
            },
1425
            "notification-url": "https://packagist.org/downloads/",
1426
            "license": [
1427
                "MIT"
1428
            ],
1429
            "authors": [
1430
                {
1431
                    "name": "Cam Spiers",
1432
                    "email": "[email protected]"
1433
                }
1434
            ],
1435
            "description": "Provides support for json pretty printing",
1436
            "time": "2016-02-06 01:25:58"
1437
        },
1438
        {
1439
            "name": "doctrine/instantiator",
1440
            "version": "1.0.5",
1441
            "source": {
1442
                "type": "git",
1443
                "url": "https://github.com/doctrine/instantiator.git",
1444
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1445
            },
1446
            "dist": {
1447
                "type": "zip",
1448
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1449
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1450
                "shasum": ""
1451
            },
1452
            "require": {
1453
                "php": ">=5.3,<8.0-DEV"
1454
            },
1455
            "require-dev": {
1456
                "athletic/athletic": "~0.1.8",
1457
                "ext-pdo": "*",
1458
                "ext-phar": "*",
1459
                "phpunit/phpunit": "~4.0",
1460
                "squizlabs/php_codesniffer": "~2.0"
1461
            },
1462
            "type": "library",
1463
            "extra": {
1464
                "branch-alias": {
1465
                    "dev-master": "1.0.x-dev"
1466
                }
1467
            },
1468
            "autoload": {
1469
                "psr-4": {
1470
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1471
                }
1472
            },
1473
            "notification-url": "https://packagist.org/downloads/",
1474
            "license": [
1475
                "MIT"
1476
            ],
1477
            "authors": [
1478
                {
1479
                    "name": "Marco Pivetta",
1480
                    "email": "[email protected]",
1481
                    "homepage": "http://ocramius.github.com/"
1482
                }
1483
            ],
1484
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1485
            "homepage": "https://github.com/doctrine/instantiator",
1486
            "keywords": [
1487
                "constructor",
1488
                "instantiate"
1489
            ],
1490
            "time": "2015-06-14 21:17:01"
1491
        },
1492
        {
1493
            "name": "fabpot/goutte",
1494
            "version": "v2.0.4",
1495
            "source": {
1496
                "type": "git",
1497
                "url": "https://github.com/FriendsOfPHP/Goutte.git",
1498
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802"
1499
            },
1500
            "dist": {
1501
                "type": "zip",
1502
                "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
1503
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
1504
                "shasum": ""
1505
            },
1506
            "require": {
1507
                "guzzlehttp/guzzle": ">=4,<6",
1508
                "php": ">=5.4.0",
1509
                "symfony/browser-kit": "~2.1",
1510
                "symfony/css-selector": "~2.1",
1511
                "symfony/dom-crawler": "~2.1"
1512
            },
1513
            "type": "application",
1514
            "extra": {
1515
                "branch-alias": {
1516
                    "dev-master": "2.0-dev"
1517
                }
1518
            },
1519
            "autoload": {
1520
                "psr-4": {
1521
                    "Goutte\\": "Goutte"
1522
                }
1523
            },
1524
            "notification-url": "https://packagist.org/downloads/",
1525
            "license": [
1526
                "MIT"
1527
            ],
1528
            "authors": [
1529
                {
1530
                    "name": "Fabien Potencier",
1531
                    "email": "[email protected]"
1532
                }
1533
            ],
1534
            "description": "A simple PHP Web Scraper",
1535
            "homepage": "https://github.com/FriendsOfPHP/Goutte",
1536
            "keywords": [
1537
                "scraper"
1538
            ],
1539
            "time": "2015-05-05 21:14:57"
1540
        },
1541
        {
1542
            "name": "hamcrest/hamcrest-php",
1543
            "version": "v1.2.2",
1544
            "source": {
1545
                "type": "git",
1546
                "url": "https://github.com/hamcrest/hamcrest-php.git",
1547
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
1548
            },
1549
            "dist": {
1550
                "type": "zip",
1551
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
1552
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
1553
                "shasum": ""
1554
            },
1555
            "require": {
1556
                "php": ">=5.3.2"
1557
            },
1558
            "replace": {
1559
                "cordoval/hamcrest-php": "*",
1560
                "davedevelopment/hamcrest-php": "*",
1561
                "kodova/hamcrest-php": "*"
1562
            },
1563
            "require-dev": {
1564
                "phpunit/php-file-iterator": "1.3.3",
1565
                "satooshi/php-coveralls": "dev-master"
1566
            },
1567
            "type": "library",
1568
            "autoload": {
1569
                "classmap": [
1570
                    "hamcrest"
1571
                ],
1572
                "files": [
1573
                    "hamcrest/Hamcrest.php"
1574
                ]
1575
            },
1576
            "notification-url": "https://packagist.org/downloads/",
1577
            "license": [
1578
                "BSD"
1579
            ],
1580
            "description": "This is the PHP port of Hamcrest Matchers",
1581
            "keywords": [
1582
                "test"
1583
            ],
1584
            "time": "2015-05-11 14:41:42"
1585
        },
1586
        {
1587
            "name": "ibuildings/qa-tools",
1588
            "version": "1.1.27",
1589
            "source": {
1590
                "type": "git",
1591
                "url": "https://github.com/ibuildingsnl/qa-tools.git",
1592
                "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd"
1593
            },
1594
            "dist": {
1595
                "type": "zip",
1596
                "url": "https://api.github.com/repos/ibuildingsnl/qa-tools/zipball/8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd",
1597
                "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd",
1598
                "shasum": ""
1599
            },
1600
            "require": {
1601
                "behat/behat": "~2.5",
1602
                "behat/mink": "*",
1603
                "behat/mink-extension": "*",
1604
                "behat/mink-goutte-driver": ">=1.0.9",
1605
                "behat/mink-selenium2-driver": "*",
1606
                "camspiers/json-pretty": "~1.0",
1607
                "phpmd/phpmd": "~2",
1608
                "phpunit/phpunit": "~4",
1609
                "sebastian/phpcpd": "~2",
1610
                "sensiolabs/security-checker": "~2.0",
1611
                "squizlabs/php_codesniffer": "~1",
1612
                "symfony/console": "~2.1",
1613
                "symfony/filesystem": "~2.1",
1614
                "twig/twig": "~1.12"
1615
            },
1616
            "bin": [
1617
                "bin/qa-tools",
1618
                "bin/jshint"
1619
            ],
1620
            "type": "library",
1621
            "extra": {
1622
                "branch-alias": {
1623
                    "dev-master": "1.1.x-dev"
1624
                }
1625
            },
1626
            "autoload": {
1627
                "psr-0": {
1628
                    "Ibuildings": "src/"
1629
                }
1630
            },
1631
            "notification-url": "https://packagist.org/downloads/",
1632
            "license": [
1633
                "MIT"
1634
            ],
1635
            "description": "Ibuildings standard QA Tools",
1636
            "time": "2014-10-06 10:35:34"
1637
        },
1638
        {
1639
            "name": "instaclick/php-webdriver",
1640
            "version": "1.4.3",
1641
            "source": {
1642
                "type": "git",
1643
                "url": "https://github.com/instaclick/php-webdriver.git",
1644
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb"
1645
            },
1646
            "dist": {
1647
                "type": "zip",
1648
                "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
1649
                "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
1650
                "shasum": ""
1651
            },
1652
            "require": {
1653
                "ext-curl": "*",
1654
                "php": ">=5.3.2"
1655
            },
1656
            "require-dev": {
1657
                "satooshi/php-coveralls": "dev-master"
1658
            },
1659
            "type": "library",
1660
            "extra": {
1661
                "branch-alias": {
1662
                    "dev-master": "1.4.x-dev"
1663
                }
1664
            },
1665
            "autoload": {
1666
                "psr-0": {
1667
                    "WebDriver": "lib/"
1668
                }
1669
            },
1670
            "notification-url": "https://packagist.org/downloads/",
1671
            "license": [
1672
                "Apache-2.0"
1673
            ],
1674
            "authors": [
1675
                {
1676
                    "name": "Justin Bishop",
1677
                    "email": "[email protected]",
1678
                    "role": "Developer"
1679
                },
1680
                {
1681
                    "name": "Anthon Pang",
1682
                    "email": "[email protected]",
1683
                    "role": "Fork Maintainer"
1684
                }
1685
            ],
1686
            "description": "PHP WebDriver for Selenium 2",
1687
            "homepage": "http://instaclick.com/",
1688
            "keywords": [
1689
                "browser",
1690
                "selenium",
1691
                "webdriver",
1692
                "webtest"
1693
            ],
1694
            "time": "2015-06-15 20:19:33"
1695
        },
1696
        {
1697
            "name": "liip/rmt",
1698
            "version": "1.1.9",
1699
            "source": {
1700
                "type": "git",
1701
                "url": "https://github.com/liip/RMT.git",
1702
                "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07"
1703
            },
1704
            "dist": {
1705
                "type": "zip",
1706
                "url": "https://api.github.com/repos/liip/RMT/zipball/81ecd50b0910a2e6a052e2d34f187922626c4e07",
1707
                "reference": "81ecd50b0910a2e6a052e2d34f187922626c4e07",
1708
                "shasum": ""
1709
            },
1710
            "require": {
1711
                "php": ">=5.3.3",
1712
                "sensiolabs/security-checker": "~2.0",
1713
                "symfony/console": "~2.0",
1714
                "symfony/process": "~2.0",
1715
                "symfony/yaml": "~2.0",
1716
                "vierbergenlars/php-semver": "~3.0"
1717
            },
1718
            "bin": [
1719
                "RMT"
1720
            ],
1721
            "type": "library",
1722
            "autoload": {
1723
                "psr-0": {
1724
                    "Liip": "src"
1725
                }
1726
            },
1727
            "notification-url": "https://packagist.org/downloads/",
1728
            "license": [
1729
                "MIT"
1730
            ],
1731
            "authors": [
1732
                {
1733
                    "name": "Laurent Prodon",
1734
                    "email": "[email protected]",
1735
                    "role": "Developer"
1736
                },
1737
                {
1738
                    "name": "David Jeanmonod",
1739
                    "email": "[email protected]",
1740
                    "role": "Developer"
1741
                }
1742
            ],
1743
            "description": "Release Managment Tool: a handy tool to help releasing new version of your software",
1744
            "homepage": "http://github.com/liip/RMT",
1745
            "keywords": [
1746
                "post-release",
1747
                "pre-release",
1748
                "release",
1749
                "semantic versioning",
1750
                "vcs tag",
1751
                "version"
1752
            ],
1753
            "time": "2015-05-06 20:11:13"
1754
        },
1755
        {
1756
            "name": "matthiasnoback/symfony-config-test",
1757
            "version": "v0.4.0",
1758
            "source": {
1759
                "type": "git",
1760
                "url": "https://github.com/matthiasnoback/SymfonyConfigTest.git",
1761
                "reference": "8d3a62aa4ba4e9f2c4d3e8a635a047cd74e6c102"
1762
            },
1763
            "dist": {
1764
                "type": "zip",
1765
                "url": "https://api.github.com/repos/matthiasnoback/SymfonyConfigTest/zipball/8d3a62aa4ba4e9f2c4d3e8a635a047cd74e6c102",
1766
                "reference": "8d3a62aa4ba4e9f2c4d3e8a635a047cd74e6c102",
1767
                "shasum": ""
1768
            },
1769
            "require": {
1770
                "symfony/config": "2.*"
1771
            },
1772
            "require-dev": {
1773
                "phpunit/phpunit": ">=3.7",
1774
                "sebastian/exporter": "1.*"
1775
            },
1776
            "type": "library",
1777
            "autoload": {
1778
                "psr-4": {
1779
                    "Matthias\\SymfonyConfigTest\\": ""
1780
                }
1781
            },
1782
            "notification-url": "https://packagist.org/downloads/",
1783
            "license": [
1784
                "MIT"
1785
            ],
1786
            "authors": [
1787
                {
1788
                    "name": "Matthias Noback",
1789
                    "email": "[email protected]",
1790
                    "homepage": "http://php-and-symfony.matthiasnoback.nl"
1791
                }
1792
            ],
1793
            "description": "Library for testing user classes related to the Symfony Config Component",
1794
            "homepage": "https://github.com/matthiasnoback/SymfonyConfigTest",
1795
            "keywords": [
1796
                "config",
1797
                "phpunit",
1798
                "symfony"
1799
            ],
1800
            "time": "2014-10-12 20:31:08"
1801
        },
1802
        {
1803
            "name": "mockery/mockery",
1804
            "version": "0.9.5",
1805
            "source": {
1806
                "type": "git",
1807
                "url": "https://github.com/padraic/mockery.git",
1808
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
1809
            },
1810
            "dist": {
1811
                "type": "zip",
1812
                "url": "https://api.github.com/repos/padraic/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
1813
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
1814
                "shasum": ""
1815
            },
1816
            "require": {
1817
                "hamcrest/hamcrest-php": "~1.1",
1818
                "lib-pcre": ">=7.0",
1819
                "php": ">=5.3.2"
1820
            },
1821
            "require-dev": {
1822
                "phpunit/phpunit": "~4.0"
1823
            },
1824
            "type": "library",
1825
            "extra": {
1826
                "branch-alias": {
1827
                    "dev-master": "0.9.x-dev"
1828
                }
1829
            },
1830
            "autoload": {
1831
                "psr-0": {
1832
                    "Mockery": "library/"
1833
                }
1834
            },
1835
            "notification-url": "https://packagist.org/downloads/",
1836
            "license": [
1837
                "BSD-3-Clause"
1838
            ],
1839
            "authors": [
1840
                {
1841
                    "name": "Pádraic Brady",
1842
                    "email": "[email protected]",
1843
                    "homepage": "http://blog.astrumfutura.com"
1844
                },
1845
                {
1846
                    "name": "Dave Marshall",
1847
                    "email": "[email protected]",
1848
                    "homepage": "http://davedevelopment.co.uk"
1849
                }
1850
            ],
1851
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
1852
            "homepage": "http://github.com/padraic/mockery",
1853
            "keywords": [
1854
                "BDD",
1855
                "TDD",
1856
                "library",
1857
                "mock",
1858
                "mock objects",
1859
                "mockery",
1860
                "stub",
1861
                "test",
1862
                "test double",
1863
                "testing"
1864
            ],
1865
            "time": "2016-05-22 21:52:33"
1866
        },
1867
        {
1868
            "name": "pdepend/pdepend",
1869
            "version": "2.2.4",
1870
            "source": {
1871
                "type": "git",
1872
                "url": "https://github.com/pdepend/pdepend.git",
1873
                "reference": "b086687f3a01dc6bb92d633aef071d2c5dd0db06"
1874
            },
1875
            "dist": {
1876
                "type": "zip",
1877
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/b086687f3a01dc6bb92d633aef071d2c5dd0db06",
1878
                "reference": "b086687f3a01dc6bb92d633aef071d2c5dd0db06",
1879
                "shasum": ""
1880
            },
1881
            "require": {
1882
                "php": ">=5.3.7",
1883
                "symfony/config": "^2.3.0|^3",
1884
                "symfony/dependency-injection": "^2.3.0|^3",
1885
                "symfony/filesystem": "^2.3.0|^3"
1886
            },
1887
            "require-dev": {
1888
                "phpunit/phpunit": "^4.4.0,<4.8",
1889
                "squizlabs/php_codesniffer": "^2.0.0"
1890
            },
1891
            "bin": [
1892
                "src/bin/pdepend"
1893
            ],
1894
            "type": "library",
1895
            "autoload": {
1896
                "psr-4": {
1897
                    "PDepend\\": "src/main/php/PDepend"
1898
                }
1899
            },
1900
            "notification-url": "https://packagist.org/downloads/",
1901
            "license": [
1902
                "BSD-3-Clause"
1903
            ],
1904
            "description": "Official version of pdepend to be handled with Composer",
1905
            "time": "2016-03-10 15:15:04"
1906
        },
1907
        {
1908
            "name": "phpdocumentor/reflection-common",
1909
            "version": "1.0",
1910
            "source": {
1911
                "type": "git",
1912
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1913
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
1914
            },
1915
            "dist": {
1916
                "type": "zip",
1917
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1918
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1919
                "shasum": ""
1920
            },
1921
            "require": {
1922
                "php": ">=5.5"
1923
            },
1924
            "require-dev": {
1925
                "phpunit/phpunit": "^4.6"
1926
            },
1927
            "type": "library",
1928
            "extra": {
1929
                "branch-alias": {
1930
                    "dev-master": "1.0.x-dev"
1931
                }
1932
            },
1933
            "autoload": {
1934
                "psr-4": {
1935
                    "phpDocumentor\\Reflection\\": [
1936
                        "src"
1937
                    ]
1938
                }
1939
            },
1940
            "notification-url": "https://packagist.org/downloads/",
1941
            "license": [
1942
                "MIT"
1943
            ],
1944
            "authors": [
1945
                {
1946
                    "name": "Jaap van Otterdijk",
1947
                    "email": "[email protected]"
1948
                }
1949
            ],
1950
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1951
            "homepage": "http://www.phpdoc.org",
1952
            "keywords": [
1953
                "FQSEN",
1954
                "phpDocumentor",
1955
                "phpdoc",
1956
                "reflection",
1957
                "static analysis"
1958
            ],
1959
            "time": "2015-12-27 11:43:31"
1960
        },
1961
        {
1962
            "name": "phpdocumentor/reflection-docblock",
1963
            "version": "3.1.0",
1964
            "source": {
1965
                "type": "git",
1966
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1967
                "reference": "9270140b940ff02e58ec577c237274e92cd40cdd"
1968
            },
1969
            "dist": {
1970
                "type": "zip",
1971
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd",
1972
                "reference": "9270140b940ff02e58ec577c237274e92cd40cdd",
1973
                "shasum": ""
1974
            },
1975
            "require": {
1976
                "php": ">=5.5",
1977
                "phpdocumentor/reflection-common": "^1.0@dev",
1978
                "phpdocumentor/type-resolver": "^0.2.0",
1979
                "webmozart/assert": "^1.0"
1980
            },
1981
            "require-dev": {
1982
                "mockery/mockery": "^0.9.4",
1983
                "phpunit/phpunit": "^4.4"
1984
            },
1985
            "type": "library",
1986
            "autoload": {
1987
                "psr-4": {
1988
                    "phpDocumentor\\Reflection\\": [
1989
                        "src/"
1990
                    ]
1991
                }
1992
            },
1993
            "notification-url": "https://packagist.org/downloads/",
1994
            "license": [
1995
                "MIT"
1996
            ],
1997
            "authors": [
1998
                {
1999
                    "name": "Mike van Riel",
2000
                    "email": "[email protected]"
2001
                }
2002
            ],
2003
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2004
            "time": "2016-06-10 09:48:41"
2005
        },
2006
        {
2007
            "name": "phpdocumentor/type-resolver",
2008
            "version": "0.2",
2009
            "source": {
2010
                "type": "git",
2011
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2012
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
2013
            },
2014
            "dist": {
2015
                "type": "zip",
2016
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
2017
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
2018
                "shasum": ""
2019
            },
2020
            "require": {
2021
                "php": ">=5.5",
2022
                "phpdocumentor/reflection-common": "^1.0"
2023
            },
2024
            "require-dev": {
2025
                "mockery/mockery": "^0.9.4",
2026
                "phpunit/phpunit": "^5.2||^4.8.24"
2027
            },
2028
            "type": "library",
2029
            "extra": {
2030
                "branch-alias": {
2031
                    "dev-master": "1.0.x-dev"
2032
                }
2033
            },
2034
            "autoload": {
2035
                "psr-4": {
2036
                    "phpDocumentor\\Reflection\\": [
2037
                        "src/"
2038
                    ]
2039
                }
2040
            },
2041
            "notification-url": "https://packagist.org/downloads/",
2042
            "license": [
2043
                "MIT"
2044
            ],
2045
            "authors": [
2046
                {
2047
                    "name": "Mike van Riel",
2048
                    "email": "[email protected]"
2049
                }
2050
            ],
2051
            "time": "2016-06-10 07:14:17"
2052
        },
2053
        {
2054
            "name": "phpmd/phpmd",
2055
            "version": "2.4.3",
2056
            "source": {
2057
                "type": "git",
2058
                "url": "https://github.com/phpmd/phpmd.git",
2059
                "reference": "2b9c2417a18696dfb578b38c116cd0ddc19b256e"
2060
            },
2061
            "dist": {
2062
                "type": "zip",
2063
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/2b9c2417a18696dfb578b38c116cd0ddc19b256e",
2064
                "reference": "2b9c2417a18696dfb578b38c116cd0ddc19b256e",
2065
                "shasum": ""
2066
            },
2067
            "require": {
2068
                "pdepend/pdepend": "^2.0.4",
2069
                "php": ">=5.3.0"
2070
            },
2071
            "require-dev": {
2072
                "phpunit/phpunit": "^4.0",
2073
                "squizlabs/php_codesniffer": "^2.0"
2074
            },
2075
            "bin": [
2076
                "src/bin/phpmd"
2077
            ],
2078
            "type": "project",
2079
            "autoload": {
2080
                "psr-0": {
2081
                    "PHPMD\\": "src/main/php"
2082
                }
2083
            },
2084
            "notification-url": "https://packagist.org/downloads/",
2085
            "license": [
2086
                "BSD-3-Clause"
2087
            ],
2088
            "authors": [
2089
                {
2090
                    "name": "Manuel Pichler",
2091
                    "email": "[email protected]",
2092
                    "homepage": "https://github.com/manuelpichler",
2093
                    "role": "Project Founder"
2094
                },
2095
                {
2096
                    "name": "Other contributors",
2097
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
2098
                    "role": "Contributors"
2099
                },
2100
                {
2101
                    "name": "Marc Würth",
2102
                    "email": "[email protected]",
2103
                    "homepage": "https://github.com/ravage84",
2104
                    "role": "Project Maintainer"
2105
                }
2106
            ],
2107
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
2108
            "homepage": "http://phpmd.org/",
2109
            "keywords": [
2110
                "mess detection",
2111
                "mess detector",
2112
                "pdepend",
2113
                "phpmd",
2114
                "pmd"
2115
            ],
2116
            "time": "2016-04-04 11:52:04"
2117
        },
2118
        {
2119
            "name": "phpspec/prophecy",
2120
            "version": "v1.6.1",
2121
            "source": {
2122
                "type": "git",
2123
                "url": "https://github.com/phpspec/prophecy.git",
2124
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
2125
            },
2126
            "dist": {
2127
                "type": "zip",
2128
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
2129
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
2130
                "shasum": ""
2131
            },
2132
            "require": {
2133
                "doctrine/instantiator": "^1.0.2",
2134
                "php": "^5.3|^7.0",
2135
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
2136
                "sebastian/comparator": "^1.1",
2137
                "sebastian/recursion-context": "^1.0"
2138
            },
2139
            "require-dev": {
2140
                "phpspec/phpspec": "^2.0"
2141
            },
2142
            "type": "library",
2143
            "extra": {
2144
                "branch-alias": {
2145
                    "dev-master": "1.6.x-dev"
2146
                }
2147
            },
2148
            "autoload": {
2149
                "psr-0": {
2150
                    "Prophecy\\": "src/"
2151
                }
2152
            },
2153
            "notification-url": "https://packagist.org/downloads/",
2154
            "license": [
2155
                "MIT"
2156
            ],
2157
            "authors": [
2158
                {
2159
                    "name": "Konstantin Kudryashov",
2160
                    "email": "[email protected]",
2161
                    "homepage": "http://everzet.com"
2162
                },
2163
                {
2164
                    "name": "Marcello Duarte",
2165
                    "email": "[email protected]"
2166
                }
2167
            ],
2168
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2169
            "homepage": "https://github.com/phpspec/prophecy",
2170
            "keywords": [
2171
                "Double",
2172
                "Dummy",
2173
                "fake",
2174
                "mock",
2175
                "spy",
2176
                "stub"
2177
            ],
2178
            "time": "2016-06-07 08:13:47"
2179
        },
2180
        {
2181
            "name": "phpunit/php-code-coverage",
2182
            "version": "2.2.4",
2183
            "source": {
2184
                "type": "git",
2185
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2186
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
2187
            },
2188
            "dist": {
2189
                "type": "zip",
2190
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2191
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2192
                "shasum": ""
2193
            },
2194
            "require": {
2195
                "php": ">=5.3.3",
2196
                "phpunit/php-file-iterator": "~1.3",
2197
                "phpunit/php-text-template": "~1.2",
2198
                "phpunit/php-token-stream": "~1.3",
2199
                "sebastian/environment": "^1.3.2",
2200
                "sebastian/version": "~1.0"
2201
            },
2202
            "require-dev": {
2203
                "ext-xdebug": ">=2.1.4",
2204
                "phpunit/phpunit": "~4"
2205
            },
2206
            "suggest": {
2207
                "ext-dom": "*",
2208
                "ext-xdebug": ">=2.2.1",
2209
                "ext-xmlwriter": "*"
2210
            },
2211
            "type": "library",
2212
            "extra": {
2213
                "branch-alias": {
2214
                    "dev-master": "2.2.x-dev"
2215
                }
2216
            },
2217
            "autoload": {
2218
                "classmap": [
2219
                    "src/"
2220
                ]
2221
            },
2222
            "notification-url": "https://packagist.org/downloads/",
2223
            "license": [
2224
                "BSD-3-Clause"
2225
            ],
2226
            "authors": [
2227
                {
2228
                    "name": "Sebastian Bergmann",
2229
                    "email": "[email protected]",
2230
                    "role": "lead"
2231
                }
2232
            ],
2233
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2234
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2235
            "keywords": [
2236
                "coverage",
2237
                "testing",
2238
                "xunit"
2239
            ],
2240
            "time": "2015-10-06 15:47:00"
2241
        },
2242
        {
2243
            "name": "phpunit/php-file-iterator",
2244
            "version": "1.4.1",
2245
            "source": {
2246
                "type": "git",
2247
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2248
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
2249
            },
2250
            "dist": {
2251
                "type": "zip",
2252
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2253
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2254
                "shasum": ""
2255
            },
2256
            "require": {
2257
                "php": ">=5.3.3"
2258
            },
2259
            "type": "library",
2260
            "extra": {
2261
                "branch-alias": {
2262
                    "dev-master": "1.4.x-dev"
2263
                }
2264
            },
2265
            "autoload": {
2266
                "classmap": [
2267
                    "src/"
2268
                ]
2269
            },
2270
            "notification-url": "https://packagist.org/downloads/",
2271
            "license": [
2272
                "BSD-3-Clause"
2273
            ],
2274
            "authors": [
2275
                {
2276
                    "name": "Sebastian Bergmann",
2277
                    "email": "[email protected]",
2278
                    "role": "lead"
2279
                }
2280
            ],
2281
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2282
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2283
            "keywords": [
2284
                "filesystem",
2285
                "iterator"
2286
            ],
2287
            "time": "2015-06-21 13:08:43"
2288
        },
2289
        {
2290
            "name": "phpunit/php-text-template",
2291
            "version": "1.2.1",
2292
            "source": {
2293
                "type": "git",
2294
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2295
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2296
            },
2297
            "dist": {
2298
                "type": "zip",
2299
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2300
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2301
                "shasum": ""
2302
            },
2303
            "require": {
2304
                "php": ">=5.3.3"
2305
            },
2306
            "type": "library",
2307
            "autoload": {
2308
                "classmap": [
2309
                    "src/"
2310
                ]
2311
            },
2312
            "notification-url": "https://packagist.org/downloads/",
2313
            "license": [
2314
                "BSD-3-Clause"
2315
            ],
2316
            "authors": [
2317
                {
2318
                    "name": "Sebastian Bergmann",
2319
                    "email": "[email protected]",
2320
                    "role": "lead"
2321
                }
2322
            ],
2323
            "description": "Simple template engine.",
2324
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2325
            "keywords": [
2326
                "template"
2327
            ],
2328
            "time": "2015-06-21 13:50:34"
2329
        },
2330
        {
2331
            "name": "phpunit/php-timer",
2332
            "version": "1.0.8",
2333
            "source": {
2334
                "type": "git",
2335
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2336
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
2337
            },
2338
            "dist": {
2339
                "type": "zip",
2340
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
2341
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
2342
                "shasum": ""
2343
            },
2344
            "require": {
2345
                "php": ">=5.3.3"
2346
            },
2347
            "require-dev": {
2348
                "phpunit/phpunit": "~4|~5"
2349
            },
2350
            "type": "library",
2351
            "autoload": {
2352
                "classmap": [
2353
                    "src/"
2354
                ]
2355
            },
2356
            "notification-url": "https://packagist.org/downloads/",
2357
            "license": [
2358
                "BSD-3-Clause"
2359
            ],
2360
            "authors": [
2361
                {
2362
                    "name": "Sebastian Bergmann",
2363
                    "email": "[email protected]",
2364
                    "role": "lead"
2365
                }
2366
            ],
2367
            "description": "Utility class for timing",
2368
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2369
            "keywords": [
2370
                "timer"
2371
            ],
2372
            "time": "2016-05-12 18:03:57"
2373
        },
2374
        {
2375
            "name": "phpunit/php-token-stream",
2376
            "version": "1.4.8",
2377
            "source": {
2378
                "type": "git",
2379
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2380
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
2381
            },
2382
            "dist": {
2383
                "type": "zip",
2384
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2385
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2386
                "shasum": ""
2387
            },
2388
            "require": {
2389
                "ext-tokenizer": "*",
2390
                "php": ">=5.3.3"
2391
            },
2392
            "require-dev": {
2393
                "phpunit/phpunit": "~4.2"
2394
            },
2395
            "type": "library",
2396
            "extra": {
2397
                "branch-alias": {
2398
                    "dev-master": "1.4-dev"
2399
                }
2400
            },
2401
            "autoload": {
2402
                "classmap": [
2403
                    "src/"
2404
                ]
2405
            },
2406
            "notification-url": "https://packagist.org/downloads/",
2407
            "license": [
2408
                "BSD-3-Clause"
2409
            ],
2410
            "authors": [
2411
                {
2412
                    "name": "Sebastian Bergmann",
2413
                    "email": "[email protected]"
2414
                }
2415
            ],
2416
            "description": "Wrapper around PHP's tokenizer extension.",
2417
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2418
            "keywords": [
2419
                "tokenizer"
2420
            ],
2421
            "time": "2015-09-15 10:49:45"
2422
        },
2423
        {
2424
            "name": "phpunit/phpunit",
2425
            "version": "4.8.26",
2426
            "source": {
2427
                "type": "git",
2428
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2429
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74"
2430
            },
2431
            "dist": {
2432
                "type": "zip",
2433
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc1d8cd5b5de11625979125c5639347896ac2c74",
2434
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74",
2435
                "shasum": ""
2436
            },
2437
            "require": {
2438
                "ext-dom": "*",
2439
                "ext-json": "*",
2440
                "ext-pcre": "*",
2441
                "ext-reflection": "*",
2442
                "ext-spl": "*",
2443
                "php": ">=5.3.3",
2444
                "phpspec/prophecy": "^1.3.1",
2445
                "phpunit/php-code-coverage": "~2.1",
2446
                "phpunit/php-file-iterator": "~1.4",
2447
                "phpunit/php-text-template": "~1.2",
2448
                "phpunit/php-timer": "^1.0.6",
2449
                "phpunit/phpunit-mock-objects": "~2.3",
2450
                "sebastian/comparator": "~1.1",
2451
                "sebastian/diff": "~1.2",
2452
                "sebastian/environment": "~1.3",
2453
                "sebastian/exporter": "~1.2",
2454
                "sebastian/global-state": "~1.0",
2455
                "sebastian/version": "~1.0",
2456
                "symfony/yaml": "~2.1|~3.0"
2457
            },
2458
            "suggest": {
2459
                "phpunit/php-invoker": "~1.1"
2460
            },
2461
            "bin": [
2462
                "phpunit"
2463
            ],
2464
            "type": "library",
2465
            "extra": {
2466
                "branch-alias": {
2467
                    "dev-master": "4.8.x-dev"
2468
                }
2469
            },
2470
            "autoload": {
2471
                "classmap": [
2472
                    "src/"
2473
                ]
2474
            },
2475
            "notification-url": "https://packagist.org/downloads/",
2476
            "license": [
2477
                "BSD-3-Clause"
2478
            ],
2479
            "authors": [
2480
                {
2481
                    "name": "Sebastian Bergmann",
2482
                    "email": "[email protected]",
2483
                    "role": "lead"
2484
                }
2485
            ],
2486
            "description": "The PHP Unit Testing framework.",
2487
            "homepage": "https://phpunit.de/",
2488
            "keywords": [
2489
                "phpunit",
2490
                "testing",
2491
                "xunit"
2492
            ],
2493
            "time": "2016-05-17 03:09:28"
2494
        },
2495
        {
2496
            "name": "phpunit/phpunit-mock-objects",
2497
            "version": "2.3.8",
2498
            "source": {
2499
                "type": "git",
2500
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2501
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
2502
            },
2503
            "dist": {
2504
                "type": "zip",
2505
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2506
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2507
                "shasum": ""
2508
            },
2509
            "require": {
2510
                "doctrine/instantiator": "^1.0.2",
2511
                "php": ">=5.3.3",
2512
                "phpunit/php-text-template": "~1.2",
2513
                "sebastian/exporter": "~1.2"
2514
            },
2515
            "require-dev": {
2516
                "phpunit/phpunit": "~4.4"
2517
            },
2518
            "suggest": {
2519
                "ext-soap": "*"
2520
            },
2521
            "type": "library",
2522
            "extra": {
2523
                "branch-alias": {
2524
                    "dev-master": "2.3.x-dev"
2525
                }
2526
            },
2527
            "autoload": {
2528
                "classmap": [
2529
                    "src/"
2530
                ]
2531
            },
2532
            "notification-url": "https://packagist.org/downloads/",
2533
            "license": [
2534
                "BSD-3-Clause"
2535
            ],
2536
            "authors": [
2537
                {
2538
                    "name": "Sebastian Bergmann",
2539
                    "email": "[email protected]",
2540
                    "role": "lead"
2541
                }
2542
            ],
2543
            "description": "Mock Object library for PHPUnit",
2544
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2545
            "keywords": [
2546
                "mock",
2547
                "xunit"
2548
            ],
2549
            "time": "2015-10-02 06:51:40"
2550
        },
2551
        {
2552
            "name": "sebastian/comparator",
2553
            "version": "1.2.0",
2554
            "source": {
2555
                "type": "git",
2556
                "url": "https://github.com/sebastianbergmann/comparator.git",
2557
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
2558
            },
2559
            "dist": {
2560
                "type": "zip",
2561
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
2562
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
2563
                "shasum": ""
2564
            },
2565
            "require": {
2566
                "php": ">=5.3.3",
2567
                "sebastian/diff": "~1.2",
2568
                "sebastian/exporter": "~1.2"
2569
            },
2570
            "require-dev": {
2571
                "phpunit/phpunit": "~4.4"
2572
            },
2573
            "type": "library",
2574
            "extra": {
2575
                "branch-alias": {
2576
                    "dev-master": "1.2.x-dev"
2577
                }
2578
            },
2579
            "autoload": {
2580
                "classmap": [
2581
                    "src/"
2582
                ]
2583
            },
2584
            "notification-url": "https://packagist.org/downloads/",
2585
            "license": [
2586
                "BSD-3-Clause"
2587
            ],
2588
            "authors": [
2589
                {
2590
                    "name": "Jeff Welch",
2591
                    "email": "[email protected]"
2592
                },
2593
                {
2594
                    "name": "Volker Dusch",
2595
                    "email": "[email protected]"
2596
                },
2597
                {
2598
                    "name": "Bernhard Schussek",
2599
                    "email": "[email protected]"
2600
                },
2601
                {
2602
                    "name": "Sebastian Bergmann",
2603
                    "email": "[email protected]"
2604
                }
2605
            ],
2606
            "description": "Provides the functionality to compare PHP values for equality",
2607
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2608
            "keywords": [
2609
                "comparator",
2610
                "compare",
2611
                "equality"
2612
            ],
2613
            "time": "2015-07-26 15:48:44"
2614
        },
2615
        {
2616
            "name": "sebastian/diff",
2617
            "version": "1.4.1",
2618
            "source": {
2619
                "type": "git",
2620
                "url": "https://github.com/sebastianbergmann/diff.git",
2621
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2622
            },
2623
            "dist": {
2624
                "type": "zip",
2625
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
2626
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2627
                "shasum": ""
2628
            },
2629
            "require": {
2630
                "php": ">=5.3.3"
2631
            },
2632
            "require-dev": {
2633
                "phpunit/phpunit": "~4.8"
2634
            },
2635
            "type": "library",
2636
            "extra": {
2637
                "branch-alias": {
2638
                    "dev-master": "1.4-dev"
2639
                }
2640
            },
2641
            "autoload": {
2642
                "classmap": [
2643
                    "src/"
2644
                ]
2645
            },
2646
            "notification-url": "https://packagist.org/downloads/",
2647
            "license": [
2648
                "BSD-3-Clause"
2649
            ],
2650
            "authors": [
2651
                {
2652
                    "name": "Kore Nordmann",
2653
                    "email": "[email protected]"
2654
                },
2655
                {
2656
                    "name": "Sebastian Bergmann",
2657
                    "email": "[email protected]"
2658
                }
2659
            ],
2660
            "description": "Diff implementation",
2661
            "homepage": "https://github.com/sebastianbergmann/diff",
2662
            "keywords": [
2663
                "diff"
2664
            ],
2665
            "time": "2015-12-08 07:14:41"
2666
        },
2667
        {
2668
            "name": "sebastian/environment",
2669
            "version": "1.3.7",
2670
            "source": {
2671
                "type": "git",
2672
                "url": "https://github.com/sebastianbergmann/environment.git",
2673
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
2674
            },
2675
            "dist": {
2676
                "type": "zip",
2677
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
2678
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
2679
                "shasum": ""
2680
            },
2681
            "require": {
2682
                "php": ">=5.3.3"
2683
            },
2684
            "require-dev": {
2685
                "phpunit/phpunit": "~4.4"
2686
            },
2687
            "type": "library",
2688
            "extra": {
2689
                "branch-alias": {
2690
                    "dev-master": "1.3.x-dev"
2691
                }
2692
            },
2693
            "autoload": {
2694
                "classmap": [
2695
                    "src/"
2696
                ]
2697
            },
2698
            "notification-url": "https://packagist.org/downloads/",
2699
            "license": [
2700
                "BSD-3-Clause"
2701
            ],
2702
            "authors": [
2703
                {
2704
                    "name": "Sebastian Bergmann",
2705
                    "email": "[email protected]"
2706
                }
2707
            ],
2708
            "description": "Provides functionality to handle HHVM/PHP environments",
2709
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2710
            "keywords": [
2711
                "Xdebug",
2712
                "environment",
2713
                "hhvm"
2714
            ],
2715
            "time": "2016-05-17 03:18:57"
2716
        },
2717
        {
2718
            "name": "sebastian/exporter",
2719
            "version": "1.2.2",
2720
            "source": {
2721
                "type": "git",
2722
                "url": "https://github.com/sebastianbergmann/exporter.git",
2723
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
2724
            },
2725
            "dist": {
2726
                "type": "zip",
2727
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
2728
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
2729
                "shasum": ""
2730
            },
2731
            "require": {
2732
                "php": ">=5.3.3",
2733
                "sebastian/recursion-context": "~1.0"
2734
            },
2735
            "require-dev": {
2736
                "ext-mbstring": "*",
2737
                "phpunit/phpunit": "~4.4"
2738
            },
2739
            "type": "library",
2740
            "extra": {
2741
                "branch-alias": {
2742
                    "dev-master": "1.3.x-dev"
2743
                }
2744
            },
2745
            "autoload": {
2746
                "classmap": [
2747
                    "src/"
2748
                ]
2749
            },
2750
            "notification-url": "https://packagist.org/downloads/",
2751
            "license": [
2752
                "BSD-3-Clause"
2753
            ],
2754
            "authors": [
2755
                {
2756
                    "name": "Jeff Welch",
2757
                    "email": "[email protected]"
2758
                },
2759
                {
2760
                    "name": "Volker Dusch",
2761
                    "email": "[email protected]"
2762
                },
2763
                {
2764
                    "name": "Bernhard Schussek",
2765
                    "email": "[email protected]"
2766
                },
2767
                {
2768
                    "name": "Sebastian Bergmann",
2769
                    "email": "[email protected]"
2770
                },
2771
                {
2772
                    "name": "Adam Harvey",
2773
                    "email": "[email protected]"
2774
                }
2775
            ],
2776
            "description": "Provides the functionality to export PHP variables for visualization",
2777
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2778
            "keywords": [
2779
                "export",
2780
                "exporter"
2781
            ],
2782
            "time": "2016-06-17 09:04:28"
2783
        },
2784
        {
2785
            "name": "sebastian/finder-facade",
2786
            "version": "1.2.1",
2787
            "source": {
2788
                "type": "git",
2789
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
2790
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9"
2791
            },
2792
            "dist": {
2793
                "type": "zip",
2794
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
2795
                "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9",
2796
                "shasum": ""
2797
            },
2798
            "require": {
2799
                "symfony/finder": "~2.3|~3.0",
2800
                "theseer/fdomdocument": "~1.3"
2801
            },
2802
            "type": "library",
2803
            "autoload": {
2804
                "classmap": [
2805
                    "src/"
2806
                ]
2807
            },
2808
            "notification-url": "https://packagist.org/downloads/",
2809
            "license": [
2810
                "BSD-3-Clause"
2811
            ],
2812
            "authors": [
2813
                {
2814
                    "name": "Sebastian Bergmann",
2815
                    "email": "[email protected]",
2816
                    "role": "lead"
2817
                }
2818
            ],
2819
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
2820
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
2821
            "time": "2016-02-17 07:02:23"
2822
        },
2823
        {
2824
            "name": "sebastian/global-state",
2825
            "version": "1.1.1",
2826
            "source": {
2827
                "type": "git",
2828
                "url": "https://github.com/sebastianbergmann/global-state.git",
2829
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2830
            },
2831
            "dist": {
2832
                "type": "zip",
2833
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2834
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2835
                "shasum": ""
2836
            },
2837
            "require": {
2838
                "php": ">=5.3.3"
2839
            },
2840
            "require-dev": {
2841
                "phpunit/phpunit": "~4.2"
2842
            },
2843
            "suggest": {
2844
                "ext-uopz": "*"
2845
            },
2846
            "type": "library",
2847
            "extra": {
2848
                "branch-alias": {
2849
                    "dev-master": "1.0-dev"
2850
                }
2851
            },
2852
            "autoload": {
2853
                "classmap": [
2854
                    "src/"
2855
                ]
2856
            },
2857
            "notification-url": "https://packagist.org/downloads/",
2858
            "license": [
2859
                "BSD-3-Clause"
2860
            ],
2861
            "authors": [
2862
                {
2863
                    "name": "Sebastian Bergmann",
2864
                    "email": "[email protected]"
2865
                }
2866
            ],
2867
            "description": "Snapshotting of global state",
2868
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2869
            "keywords": [
2870
                "global state"
2871
            ],
2872
            "time": "2015-10-12 03:26:01"
2873
        },
2874
        {
2875
            "name": "sebastian/phpcpd",
2876
            "version": "2.0.4",
2877
            "source": {
2878
                "type": "git",
2879
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
2880
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db"
2881
            },
2882
            "dist": {
2883
                "type": "zip",
2884
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db",
2885
                "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db",
2886
                "shasum": ""
2887
            },
2888
            "require": {
2889
                "php": ">=5.3.3",
2890
                "phpunit/php-timer": ">=1.0.6",
2891
                "sebastian/finder-facade": "~1.1",
2892
                "sebastian/version": "~1.0|~2.0",
2893
                "symfony/console": "~2.7|^3.0",
2894
                "theseer/fdomdocument": "~1.4"
2895
            },
2896
            "bin": [
2897
                "phpcpd"
2898
            ],
2899
            "type": "library",
2900
            "extra": {
2901
                "branch-alias": {
2902
                    "dev-master": "2.0-dev"
2903
                }
2904
            },
2905
            "autoload": {
2906
                "classmap": [
2907
                    "src/"
2908
                ]
2909
            },
2910
            "notification-url": "https://packagist.org/downloads/",
2911
            "license": [
2912
                "BSD-3-Clause"
2913
            ],
2914
            "authors": [
2915
                {
2916
                    "name": "Sebastian Bergmann",
2917
                    "email": "[email protected]",
2918
                    "role": "lead"
2919
                }
2920
            ],
2921
            "description": "Copy/Paste Detector (CPD) for PHP code.",
2922
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
2923
            "time": "2016-04-17 19:32:49"
2924
        },
2925
        {
2926
            "name": "sebastian/recursion-context",
2927
            "version": "1.0.2",
2928
            "source": {
2929
                "type": "git",
2930
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2931
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
2932
            },
2933
            "dist": {
2934
                "type": "zip",
2935
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
2936
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
2937
                "shasum": ""
2938
            },
2939
            "require": {
2940
                "php": ">=5.3.3"
2941
            },
2942
            "require-dev": {
2943
                "phpunit/phpunit": "~4.4"
2944
            },
2945
            "type": "library",
2946
            "extra": {
2947
                "branch-alias": {
2948
                    "dev-master": "1.0.x-dev"
2949
                }
2950
            },
2951
            "autoload": {
2952
                "classmap": [
2953
                    "src/"
2954
                ]
2955
            },
2956
            "notification-url": "https://packagist.org/downloads/",
2957
            "license": [
2958
                "BSD-3-Clause"
2959
            ],
2960
            "authors": [
2961
                {
2962
                    "name": "Jeff Welch",
2963
                    "email": "[email protected]"
2964
                },
2965
                {
2966
                    "name": "Sebastian Bergmann",
2967
                    "email": "[email protected]"
2968
                },
2969
                {
2970
                    "name": "Adam Harvey",
2971
                    "email": "[email protected]"
2972
                }
2973
            ],
2974
            "description": "Provides functionality to recursively process PHP variables",
2975
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2976
            "time": "2015-11-11 19:50:13"
2977
        },
2978
        {
2979
            "name": "sebastian/version",
2980
            "version": "1.0.6",
2981
            "source": {
2982
                "type": "git",
2983
                "url": "https://github.com/sebastianbergmann/version.git",
2984
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
2985
            },
2986
            "dist": {
2987
                "type": "zip",
2988
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2989
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2990
                "shasum": ""
2991
            },
2992
            "type": "library",
2993
            "autoload": {
2994
                "classmap": [
2995
                    "src/"
2996
                ]
2997
            },
2998
            "notification-url": "https://packagist.org/downloads/",
2999
            "license": [
3000
                "BSD-3-Clause"
3001
            ],
3002
            "authors": [
3003
                {
3004
                    "name": "Sebastian Bergmann",
3005
                    "email": "[email protected]",
3006
                    "role": "lead"
3007
                }
3008
            ],
3009
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3010
            "homepage": "https://github.com/sebastianbergmann/version",
3011
            "time": "2015-06-21 13:59:46"
3012
        },
3013
        {
3014
            "name": "sensiolabs/security-checker",
3015
            "version": "v2.0.5",
3016
            "source": {
3017
                "type": "git",
3018
                "url": "https://github.com/sensiolabs/security-checker.git",
3019
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810"
3020
            },
3021
            "dist": {
3022
                "type": "zip",
3023
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810",
3024
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810",
3025
                "shasum": ""
3026
            },
3027
            "require": {
3028
                "ext-curl": "*",
3029
                "symfony/console": "~2.0"
3030
            },
3031
            "bin": [
3032
                "security-checker"
3033
            ],
3034
            "type": "library",
3035
            "extra": {
3036
                "branch-alias": {
3037
                    "dev-master": "2.0-dev"
3038
                }
3039
            },
3040
            "autoload": {
3041
                "psr-0": {
3042
                    "SensioLabs\\Security": ""
3043
                }
3044
            },
3045
            "notification-url": "https://packagist.org/downloads/",
3046
            "license": [
3047
                "MIT"
3048
            ],
3049
            "authors": [
3050
                {
3051
                    "name": "Fabien Potencier",
3052
                    "email": "[email protected]"
3053
                }
3054
            ],
3055
            "description": "A security checker for your composer.lock",
3056
            "time": "2015-05-28 14:22:40"
3057
        },
3058
        {
3059
            "name": "squizlabs/php_codesniffer",
3060
            "version": "1.5.6",
3061
            "source": {
3062
                "type": "git",
3063
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3064
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
3065
            },
3066
            "dist": {
3067
                "type": "zip",
3068
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
3069
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
3070
                "shasum": ""
3071
            },
3072
            "require": {
3073
                "ext-tokenizer": "*",
3074
                "php": ">=5.1.2"
3075
            },
3076
            "suggest": {
3077
                "phpunit/php-timer": "dev-master"
3078
            },
3079
            "bin": [
3080
                "scripts/phpcs"
3081
            ],
3082
            "type": "library",
3083
            "extra": {
3084
                "branch-alias": {
3085
                    "dev-phpcs-fixer": "2.0.x-dev"
3086
                }
3087
            },
3088
            "autoload": {
3089
                "classmap": [
3090
                    "CodeSniffer.php",
3091
                    "CodeSniffer/CLI.php",
3092
                    "CodeSniffer/Exception.php",
3093
                    "CodeSniffer/File.php",
3094
                    "CodeSniffer/Report.php",
3095
                    "CodeSniffer/Reporting.php",
3096
                    "CodeSniffer/Sniff.php",
3097
                    "CodeSniffer/Tokens.php",
3098
                    "CodeSniffer/Reports/",
3099
                    "CodeSniffer/CommentParser/",
3100
                    "CodeSniffer/Tokenizers/",
3101
                    "CodeSniffer/DocGenerators/",
3102
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
3103
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
3104
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
3105
                    "CodeSniffer/Standards/IncorrectPatternException.php",
3106
                    "CodeSniffer/Standards/Generic/Sniffs/",
3107
                    "CodeSniffer/Standards/MySource/Sniffs/",
3108
                    "CodeSniffer/Standards/PEAR/Sniffs/",
3109
                    "CodeSniffer/Standards/PSR1/Sniffs/",
3110
                    "CodeSniffer/Standards/PSR2/Sniffs/",
3111
                    "CodeSniffer/Standards/Squiz/Sniffs/",
3112
                    "CodeSniffer/Standards/Zend/Sniffs/"
3113
                ]
3114
            },
3115
            "notification-url": "https://packagist.org/downloads/",
3116
            "license": [
3117
                "BSD-3-Clause"
3118
            ],
3119
            "authors": [
3120
                {
3121
                    "name": "Greg Sherwood",
3122
                    "role": "lead"
3123
                }
3124
            ],
3125
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3126
            "homepage": "http://www.squizlabs.com/php-codesniffer",
3127
            "keywords": [
3128
                "phpcs",
3129
                "standards"
3130
            ],
3131
            "time": "2014-12-04 22:32:15"
3132
        },
3133
        {
3134
            "name": "symfony/browser-kit",
3135
            "version": "v2.8.8",
3136
            "source": {
3137
                "type": "git",
3138
                "url": "https://github.com/symfony/browser-kit.git",
3139
                "reference": "7be191464d63441382db763c53907a8eebe9a259"
3140
            },
3141
            "dist": {
3142
                "type": "zip",
3143
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/7be191464d63441382db763c53907a8eebe9a259",
3144
                "reference": "7be191464d63441382db763c53907a8eebe9a259",
3145
                "shasum": ""
3146
            },
3147
            "require": {
3148
                "php": ">=5.3.9",
3149
                "symfony/dom-crawler": "~2.1|~3.0.0"
3150
            },
3151
            "require-dev": {
3152
                "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
3153
                "symfony/process": "~2.3.34|~2.7,>=2.7.6|~3.0.0"
3154
            },
3155
            "suggest": {
3156
                "symfony/process": ""
3157
            },
3158
            "type": "library",
3159
            "extra": {
3160
                "branch-alias": {
3161
                    "dev-master": "2.8-dev"
3162
                }
3163
            },
3164
            "autoload": {
3165
                "psr-4": {
3166
                    "Symfony\\Component\\BrowserKit\\": ""
3167
                },
3168
                "exclude-from-classmap": [
3169
                    "/Tests/"
3170
                ]
3171
            },
3172
            "notification-url": "https://packagist.org/downloads/",
3173
            "license": [
3174
                "MIT"
3175
            ],
3176
            "authors": [
3177
                {
3178
                    "name": "Fabien Potencier",
3179
                    "email": "[email protected]"
3180
                },
3181
                {
3182
                    "name": "Symfony Community",
3183
                    "homepage": "https://symfony.com/contributors"
3184
                }
3185
            ],
3186
            "description": "Symfony BrowserKit Component",
3187
            "homepage": "https://symfony.com",
3188
            "time": "2016-06-29 05:29:29"
3189
        },
3190
        {
3191
            "name": "symfony/console",
3192
            "version": "v2.8.8",
3193
            "source": {
3194
                "type": "git",
3195
                "url": "https://github.com/symfony/console.git",
3196
                "reference": "c392a6ec72f2122748032c2ad6870420561ffcfa"
3197
            },
3198
            "dist": {
3199
                "type": "zip",
3200
                "url": "https://api.github.com/repos/symfony/console/zipball/c392a6ec72f2122748032c2ad6870420561ffcfa",
3201
                "reference": "c392a6ec72f2122748032c2ad6870420561ffcfa",
3202
                "shasum": ""
3203
            },
3204
            "require": {
3205
                "php": ">=5.3.9",
3206
                "symfony/polyfill-mbstring": "~1.0"
3207
            },
3208
            "require-dev": {
3209
                "psr/log": "~1.0",
3210
                "symfony/event-dispatcher": "~2.1|~3.0.0",
3211
                "symfony/process": "~2.1|~3.0.0"
3212
            },
3213
            "suggest": {
3214
                "psr/log": "For using the console logger",
3215
                "symfony/event-dispatcher": "",
3216
                "symfony/process": ""
3217
            },
3218
            "type": "library",
3219
            "extra": {
3220
                "branch-alias": {
3221
                    "dev-master": "2.8-dev"
3222
                }
3223
            },
3224
            "autoload": {
3225
                "psr-4": {
3226
                    "Symfony\\Component\\Console\\": ""
3227
                },
3228
                "exclude-from-classmap": [
3229
                    "/Tests/"
3230
                ]
3231
            },
3232
            "notification-url": "https://packagist.org/downloads/",
3233
            "license": [
3234
                "MIT"
3235
            ],
3236
            "authors": [
3237
                {
3238
                    "name": "Fabien Potencier",
3239
                    "email": "[email protected]"
3240
                },
3241
                {
3242
                    "name": "Symfony Community",
3243
                    "homepage": "https://symfony.com/contributors"
3244
                }
3245
            ],
3246
            "description": "Symfony Console Component",
3247
            "homepage": "https://symfony.com",
3248
            "time": "2016-06-29 07:02:14"
3249
        },
3250
        {
3251
            "name": "symfony/css-selector",
3252
            "version": "v2.8.8",
3253
            "source": {
3254
                "type": "git",
3255
                "url": "https://github.com/symfony/css-selector.git",
3256
                "reference": "9da4c615ba303850986e0480cc472bf704cfdb64"
3257
            },
3258
            "dist": {
3259
                "type": "zip",
3260
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/9da4c615ba303850986e0480cc472bf704cfdb64",
3261
                "reference": "9da4c615ba303850986e0480cc472bf704cfdb64",
3262
                "shasum": ""
3263
            },
3264
            "require": {
3265
                "php": ">=5.3.9"
3266
            },
3267
            "type": "library",
3268
            "extra": {
3269
                "branch-alias": {
3270
                    "dev-master": "2.8-dev"
3271
                }
3272
            },
3273
            "autoload": {
3274
                "psr-4": {
3275
                    "Symfony\\Component\\CssSelector\\": ""
3276
                },
3277
                "exclude-from-classmap": [
3278
                    "/Tests/"
3279
                ]
3280
            },
3281
            "notification-url": "https://packagist.org/downloads/",
3282
            "license": [
3283
                "MIT"
3284
            ],
3285
            "authors": [
3286
                {
3287
                    "name": "Jean-François Simon",
3288
                    "email": "[email protected]"
3289
                },
3290
                {
3291
                    "name": "Fabien Potencier",
3292
                    "email": "[email protected]"
3293
                },
3294
                {
3295
                    "name": "Symfony Community",
3296
                    "homepage": "https://symfony.com/contributors"
3297
                }
3298
            ],
3299
            "description": "Symfony CssSelector Component",
3300
            "homepage": "https://symfony.com",
3301
            "time": "2016-06-29 05:31:50"
3302
        },
3303
        {
3304
            "name": "symfony/dom-crawler",
3305
            "version": "v2.8.8",
3306
            "source": {
3307
                "type": "git",
3308
                "url": "https://github.com/symfony/dom-crawler.git",
3309
                "reference": "f8c304f5715081c949043902d311480d71adb1e0"
3310
            },
3311
            "dist": {
3312
                "type": "zip",
3313
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/f8c304f5715081c949043902d311480d71adb1e0",
3314
                "reference": "f8c304f5715081c949043902d311480d71adb1e0",
3315
                "shasum": ""
3316
            },
3317
            "require": {
3318
                "php": ">=5.3.9",
3319
                "symfony/polyfill-mbstring": "~1.0"
3320
            },
3321
            "require-dev": {
3322
                "symfony/css-selector": "~2.8|~3.0.0"
3323
            },
3324
            "suggest": {
3325
                "symfony/css-selector": ""
3326
            },
3327
            "type": "library",
3328
            "extra": {
3329
                "branch-alias": {
3330
                    "dev-master": "2.8-dev"
3331
                }
3332
            },
3333
            "autoload": {
3334
                "psr-4": {
3335
                    "Symfony\\Component\\DomCrawler\\": ""
3336
                },
3337
                "exclude-from-classmap": [
3338
                    "/Tests/"
3339
                ]
3340
            },
3341
            "notification-url": "https://packagist.org/downloads/",
3342
            "license": [
3343
                "MIT"
3344
            ],
3345
            "authors": [
3346
                {
3347
                    "name": "Fabien Potencier",
3348
                    "email": "[email protected]"
3349
                },
3350
                {
3351
                    "name": "Symfony Community",
3352
                    "homepage": "https://symfony.com/contributors"
3353
                }
3354
            ],
3355
            "description": "Symfony DomCrawler Component",
3356
            "homepage": "https://symfony.com",
3357
            "time": "2016-06-29 05:29:29"
3358
        },
3359
        {
3360
            "name": "symfony/finder",
3361
            "version": "v2.8.8",
3362
            "source": {
3363
                "type": "git",
3364
                "url": "https://github.com/symfony/finder.git",
3365
                "reference": "bf0506ef4e7778fd3f0f1f141ab5e8c1ef35dd7d"
3366
            },
3367
            "dist": {
3368
                "type": "zip",
3369
                "url": "https://api.github.com/repos/symfony/finder/zipball/bf0506ef4e7778fd3f0f1f141ab5e8c1ef35dd7d",
3370
                "reference": "bf0506ef4e7778fd3f0f1f141ab5e8c1ef35dd7d",
3371
                "shasum": ""
3372
            },
3373
            "require": {
3374
                "php": ">=5.3.9"
3375
            },
3376
            "type": "library",
3377
            "extra": {
3378
                "branch-alias": {
3379
                    "dev-master": "2.8-dev"
3380
                }
3381
            },
3382
            "autoload": {
3383
                "psr-4": {
3384
                    "Symfony\\Component\\Finder\\": ""
3385
                },
3386
                "exclude-from-classmap": [
3387
                    "/Tests/"
3388
                ]
3389
            },
3390
            "notification-url": "https://packagist.org/downloads/",
3391
            "license": [
3392
                "MIT"
3393
            ],
3394
            "authors": [
3395
                {
3396
                    "name": "Fabien Potencier",
3397
                    "email": "[email protected]"
3398
                },
3399
                {
3400
                    "name": "Symfony Community",
3401
                    "homepage": "https://symfony.com/contributors"
3402
                }
3403
            ],
3404
            "description": "Symfony Finder Component",
3405
            "homepage": "https://symfony.com",
3406
            "time": "2016-06-29 05:29:29"
3407
        },
3408
        {
3409
            "name": "symfony/process",
3410
            "version": "v2.8.8",
3411
            "source": {
3412
                "type": "git",
3413
                "url": "https://github.com/symfony/process.git",
3414
                "reference": "89f33c16796415ccfd8bb3cf8d520cbb79899bfe"
3415
            },
3416
            "dist": {
3417
                "type": "zip",
3418
                "url": "https://api.github.com/repos/symfony/process/zipball/89f33c16796415ccfd8bb3cf8d520cbb79899bfe",
3419
                "reference": "89f33c16796415ccfd8bb3cf8d520cbb79899bfe",
3420
                "shasum": ""
3421
            },
3422
            "require": {
3423
                "php": ">=5.3.9"
3424
            },
3425
            "type": "library",
3426
            "extra": {
3427
                "branch-alias": {
3428
                    "dev-master": "2.8-dev"
3429
                }
3430
            },
3431
            "autoload": {
3432
                "psr-4": {
3433
                    "Symfony\\Component\\Process\\": ""
3434
                },
3435
                "exclude-from-classmap": [
3436
                    "/Tests/"
3437
                ]
3438
            },
3439
            "notification-url": "https://packagist.org/downloads/",
3440
            "license": [
3441
                "MIT"
3442
            ],
3443
            "authors": [
3444
                {
3445
                    "name": "Fabien Potencier",
3446
                    "email": "[email protected]"
3447
                },
3448
                {
3449
                    "name": "Symfony Community",
3450
                    "homepage": "https://symfony.com/contributors"
3451
                }
3452
            ],
3453
            "description": "Symfony Process Component",
3454
            "homepage": "https://symfony.com",
3455
            "time": "2016-06-29 05:29:29"
3456
        },
3457
        {
3458
            "name": "symfony/yaml",
3459
            "version": "v2.8.8",
3460
            "source": {
3461
                "type": "git",
3462
                "url": "https://github.com/symfony/yaml.git",
3463
                "reference": "dba4bb5846798cd12f32e2d8f3f35d77045773c8"
3464
            },
3465
            "dist": {
3466
                "type": "zip",
3467
                "url": "https://api.github.com/repos/symfony/yaml/zipball/dba4bb5846798cd12f32e2d8f3f35d77045773c8",
3468
                "reference": "dba4bb5846798cd12f32e2d8f3f35d77045773c8",
3469
                "shasum": ""
3470
            },
3471
            "require": {
3472
                "php": ">=5.3.9"
3473
            },
3474
            "type": "library",
3475
            "extra": {
3476
                "branch-alias": {
3477
                    "dev-master": "2.8-dev"
3478
                }
3479
            },
3480
            "autoload": {
3481
                "psr-4": {
3482
                    "Symfony\\Component\\Yaml\\": ""
3483
                },
3484
                "exclude-from-classmap": [
3485
                    "/Tests/"
3486
                ]
3487
            },
3488
            "notification-url": "https://packagist.org/downloads/",
3489
            "license": [
3490
                "MIT"
3491
            ],
3492
            "authors": [
3493
                {
3494
                    "name": "Fabien Potencier",
3495
                    "email": "[email protected]"
3496
                },
3497
                {
3498
                    "name": "Symfony Community",
3499
                    "homepage": "https://symfony.com/contributors"
3500
                }
3501
            ],
3502
            "description": "Symfony Yaml Component",
3503
            "homepage": "https://symfony.com",
3504
            "time": "2016-06-29 05:29:29"
3505
        },
3506
        {
3507
            "name": "theseer/fdomdocument",
3508
            "version": "1.6.1",
3509
            "source": {
3510
                "type": "git",
3511
                "url": "https://github.com/theseer/fDOMDocument.git",
3512
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
3513
            },
3514
            "dist": {
3515
                "type": "zip",
3516
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
3517
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
3518
                "shasum": ""
3519
            },
3520
            "require": {
3521
                "ext-dom": "*",
3522
                "lib-libxml": "*",
3523
                "php": ">=5.3.3"
3524
            },
3525
            "type": "library",
3526
            "autoload": {
3527
                "classmap": [
3528
                    "src/"
3529
                ]
3530
            },
3531
            "notification-url": "https://packagist.org/downloads/",
3532
            "license": [
3533
                "BSD-3-Clause"
3534
            ],
3535
            "authors": [
3536
                {
3537
                    "name": "Arne Blankerts",
3538
                    "email": "[email protected]",
3539
                    "role": "lead"
3540
                }
3541
            ],
3542
            "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.",
3543
            "homepage": "https://github.com/theseer/fDOMDocument",
3544
            "time": "2015-05-27 22:58:02"
3545
        },
3546
        {
3547
            "name": "twig/twig",
3548
            "version": "v1.24.1",
3549
            "source": {
3550
                "type": "git",
3551
                "url": "https://github.com/twigphp/Twig.git",
3552
                "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512"
3553
            },
3554
            "dist": {
3555
                "type": "zip",
3556
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512",
3557
                "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512",
3558
                "shasum": ""
3559
            },
3560
            "require": {
3561
                "php": ">=5.2.7"
3562
            },
3563
            "require-dev": {
3564
                "symfony/debug": "~2.7",
3565
                "symfony/phpunit-bridge": "~2.7"
3566
            },
3567
            "type": "library",
3568
            "extra": {
3569
                "branch-alias": {
3570
                    "dev-master": "1.24-dev"
3571
                }
3572
            },
3573
            "autoload": {
3574
                "psr-0": {
3575
                    "Twig_": "lib/"
3576
                }
3577
            },
3578
            "notification-url": "https://packagist.org/downloads/",
3579
            "license": [
3580
                "BSD-3-Clause"
3581
            ],
3582
            "authors": [
3583
                {
3584
                    "name": "Fabien Potencier",
3585
                    "email": "[email protected]",
3586
                    "homepage": "http://fabien.potencier.org",
3587
                    "role": "Lead Developer"
3588
                },
3589
                {
3590
                    "name": "Armin Ronacher",
3591
                    "email": "[email protected]",
3592
                    "role": "Project Founder"
3593
                },
3594
                {
3595
                    "name": "Twig Team",
3596
                    "homepage": "http://twig.sensiolabs.org/contributors",
3597
                    "role": "Contributors"
3598
                }
3599
            ],
3600
            "description": "Twig, the flexible, fast, and secure template language for PHP",
3601
            "homepage": "http://twig.sensiolabs.org",
3602
            "keywords": [
3603
                "templating"
3604
            ],
3605
            "time": "2016-05-30 09:11:59"
3606
        },
3607
        {
3608
            "name": "vierbergenlars/php-semver",
3609
            "version": "3.0.1",
3610
            "source": {
3611
                "type": "git",
3612
                "url": "https://github.com/vierbergenlars/php-semver.git",
3613
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1"
3614
            },
3615
            "dist": {
3616
                "type": "zip",
3617
                "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1",
3618
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1",
3619
                "shasum": ""
3620
            },
3621
            "require": {
3622
                "php": ">=5.3.0"
3623
            },
3624
            "require-dev": {
3625
                "simpletest/simpletest": "1.1.*"
3626
            },
3627
            "bin": [
3628
                "bin/semver",
3629
                "bin/update-versions"
3630
            ],
3631
            "type": "library",
3632
            "autoload": {
3633
                "psr-0": {
3634
                    "vierbergenlars\\SemVer\\": "src/",
3635
                    "vierbergenlars\\LibJs\\": "src/"
3636
                },
3637
                "classmap": [
3638
                    "src/vierbergenlars/SemVer/internal.php"
3639
                ]
3640
            },
3641
            "notification-url": "https://packagist.org/downloads/",
3642
            "license": [
3643
                "MIT"
3644
            ],
3645
            "authors": [
3646
                {
3647
                    "name": "Lars Vierbergen",
3648
                    "email": "[email protected]"
3649
                }
3650
            ],
3651
            "description": "The Semantic Versioner for PHP",
3652
            "keywords": [
3653
                "semantic",
3654
                "semver",
3655
                "versioning"
3656
            ],
3657
            "time": "2015-05-02 19:28:54"
3658
        },
3659
        {
3660
            "name": "webmozart/assert",
3661
            "version": "1.0.2",
3662
            "source": {
3663
                "type": "git",
3664
                "url": "https://github.com/webmozart/assert.git",
3665
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
3666
            },
3667
            "dist": {
3668
                "type": "zip",
3669
                "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
3670
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
3671
                "shasum": ""
3672
            },
3673
            "require": {
3674
                "php": ">=5.3.3"
3675
            },
3676
            "require-dev": {
3677
                "phpunit/phpunit": "^4.6"
3678
            },
3679
            "type": "library",
3680
            "extra": {
3681
                "branch-alias": {
3682
                    "dev-master": "1.0-dev"
3683
                }
3684
            },
3685
            "autoload": {
3686
                "psr-4": {
3687
                    "Webmozart\\Assert\\": "src/"
3688
                }
3689
            },
3690
            "notification-url": "https://packagist.org/downloads/",
3691
            "license": [
3692
                "MIT"
3693
            ],
3694
            "authors": [
3695
                {
3696
                    "name": "Bernhard Schussek",
3697
                    "email": "[email protected]"
3698
                }
3699
            ],
3700
            "description": "Assertions to validate method input/output with nice error messages.",
3701
            "keywords": [
3702
                "assert",
3703
                "check",
3704
                "validate"
3705
            ],
3706
            "time": "2015-08-24 13:29:44"
3707
        }
3708
    ],
3709
    "aliases": [],
3710
    "minimum-stability": "stable",
3711
    "stability-flags": [],
3712
    "prefer-stable": false,
3713
    "prefer-lowest": false,
3714
    "platform": {
3715
        "php": "^5.6|^7.0"
3716
    },
3717
    "platform-dev": []
3718
}
3719