GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Pull Request — develop (#37)
by Daan van
05:12 queued 02:37
created

composer.lock (7 issues)

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": "4e5274a9f0066dfcbdc0f421583a9c68",
8
    "packages": [
9
        {
10
            "name": "doctrine/annotations",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/annotations:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
11
            "version": "v1.2.4",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/annotations.git",
15
                "reference": "b5202eb9e83f8db52e0e58867e0a46e63be8332e"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/b5202eb9e83f8db52e0e58867e0a46e63be8332e",
20
                "reference": "b5202eb9e83f8db52e0e58867e0a46e63be8332e",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "doctrine/lexer": "1.*",
25
                "php": ">=5.3.2"
26
            },
27
            "require-dev": {
28
                "doctrine/cache": "1.*",
29
                "phpunit/phpunit": "4.*"
30
            },
31
            "type": "library",
32
            "extra": {
33
                "branch-alias": {
34
                    "dev-master": "1.3.x-dev"
35
                }
36
            },
37
            "autoload": {
38
                "psr-0": {
39
                    "Doctrine\\Common\\Annotations\\": "lib/"
40
                }
41
            },
42
            "notification-url": "https://packagist.org/downloads/",
43
            "license": [
44
                "MIT"
45
            ],
46
            "authors": [
47
                {
48
                    "name": "Roman Borschel",
49
                    "email": "[email protected]"
50
                },
51
                {
52
                    "name": "Benjamin Eberlei",
53
                    "email": "[email protected]"
54
                },
55
                {
56
                    "name": "Guilherme Blanco",
57
                    "email": "[email protected]"
58
                },
59
                {
60
                    "name": "Jonathan Wage",
61
                    "email": "[email protected]"
62
                },
63
                {
64
                    "name": "Johannes Schmitt",
65
                    "email": "[email protected]"
66
                }
67
            ],
68
            "description": "Docblock Annotations Parser",
69
            "homepage": "http://www.doctrine-project.org",
70
            "keywords": [
71
                "annotations",
72
                "docblock",
73
                "parser"
74
            ],
75
            "time": "2014-12-23 22:40:37"
76
        },
77
        {
78
            "name": "doctrine/cache",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/cache:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
79
            "version": "v1.4.1",
80
            "source": {
81
                "type": "git",
82
                "url": "https://github.com/doctrine/cache.git",
83
                "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03"
84
            },
85
            "dist": {
86
                "type": "zip",
87
                "url": "https://api.github.com/repos/doctrine/cache/zipball/c9eadeb743ac6199f7eec423cb9426bc518b7b03",
88
                "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03",
89
                "shasum": ""
90
            },
91
            "require": {
92
                "php": ">=5.3.2"
93
            },
94
            "conflict": {
95
                "doctrine/common": ">2.2,<2.4"
96
            },
97
            "require-dev": {
98
                "phpunit/phpunit": ">=3.7",
99
                "predis/predis": "~1.0",
100
                "satooshi/php-coveralls": "~0.6"
101
            },
102
            "type": "library",
103
            "extra": {
104
                "branch-alias": {
105
                    "dev-master": "1.5.x-dev"
106
                }
107
            },
108
            "autoload": {
109
                "psr-0": {
110
                    "Doctrine\\Common\\Cache\\": "lib/"
111
                }
112
            },
113
            "notification-url": "https://packagist.org/downloads/",
114
            "license": [
115
                "MIT"
116
            ],
117
            "authors": [
118
                {
119
                    "name": "Roman Borschel",
120
                    "email": "[email protected]"
121
                },
122
                {
123
                    "name": "Benjamin Eberlei",
124
                    "email": "[email protected]"
125
                },
126
                {
127
                    "name": "Guilherme Blanco",
128
                    "email": "[email protected]"
129
                },
130
                {
131
                    "name": "Jonathan Wage",
132
                    "email": "[email protected]"
133
                },
134
                {
135
                    "name": "Johannes Schmitt",
136
                    "email": "[email protected]"
137
                }
138
            ],
139
            "description": "Caching library offering an object-oriented API for many cache backends",
140
            "homepage": "http://www.doctrine-project.org",
141
            "keywords": [
142
                "cache",
143
                "caching"
144
            ],
145
            "time": "2015-04-15 00:11:59"
146
        },
147
        {
148
            "name": "doctrine/collections",
149
            "version": "v1.3.0",
150
            "source": {
151
                "type": "git",
152
                "url": "https://github.com/doctrine/collections.git",
153
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
154
            },
155
            "dist": {
156
                "type": "zip",
157
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
158
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
159
                "shasum": ""
160
            },
161
            "require": {
162
                "php": ">=5.3.2"
163
            },
164
            "require-dev": {
165
                "phpunit/phpunit": "~4.0"
166
            },
167
            "type": "library",
168
            "extra": {
169
                "branch-alias": {
170
                    "dev-master": "1.2.x-dev"
171
                }
172
            },
173
            "autoload": {
174
                "psr-0": {
175
                    "Doctrine\\Common\\Collections\\": "lib/"
176
                }
177
            },
178
            "notification-url": "https://packagist.org/downloads/",
179
            "license": [
180
                "MIT"
181
            ],
182
            "authors": [
183
                {
184
                    "name": "Roman Borschel",
185
                    "email": "[email protected]"
186
                },
187
                {
188
                    "name": "Benjamin Eberlei",
189
                    "email": "[email protected]"
190
                },
191
                {
192
                    "name": "Guilherme Blanco",
193
                    "email": "[email protected]"
194
                },
195
                {
196
                    "name": "Jonathan Wage",
197
                    "email": "[email protected]"
198
                },
199
                {
200
                    "name": "Johannes Schmitt",
201
                    "email": "[email protected]"
202
                }
203
            ],
204
            "description": "Collections Abstraction library",
205
            "homepage": "http://www.doctrine-project.org",
206
            "keywords": [
207
                "array",
208
                "collections",
209
                "iterator"
210
            ],
211
            "time": "2015-04-14 22:21:58"
212
        },
213
        {
214
            "name": "doctrine/common",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/common:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
215
            "version": "v2.5.0",
216
            "source": {
217
                "type": "git",
218
                "url": "https://github.com/doctrine/common.git",
219
                "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
220
            },
221
            "dist": {
222
                "type": "zip",
223
                "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
224
                "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
225
                "shasum": ""
226
            },
227
            "require": {
228
                "doctrine/annotations": "1.*",
229
                "doctrine/cache": "1.*",
230
                "doctrine/collections": "1.*",
231
                "doctrine/inflector": "1.*",
232
                "doctrine/lexer": "1.*",
233
                "php": ">=5.3.2"
234
            },
235
            "require-dev": {
236
                "phpunit/phpunit": "~3.7"
237
            },
238
            "type": "library",
239
            "extra": {
240
                "branch-alias": {
241
                    "dev-master": "2.6.x-dev"
242
                }
243
            },
244
            "autoload": {
245
                "psr-0": {
246
                    "Doctrine\\Common\\": "lib/"
247
                }
248
            },
249
            "notification-url": "https://packagist.org/downloads/",
250
            "license": [
251
                "MIT"
252
            ],
253
            "authors": [
254
                {
255
                    "name": "Roman Borschel",
256
                    "email": "[email protected]"
257
                },
258
                {
259
                    "name": "Benjamin Eberlei",
260
                    "email": "[email protected]"
261
                },
262
                {
263
                    "name": "Guilherme Blanco",
264
                    "email": "[email protected]"
265
                },
266
                {
267
                    "name": "Jonathan Wage",
268
                    "email": "[email protected]"
269
                },
270
                {
271
                    "name": "Johannes Schmitt",
272
                    "email": "[email protected]"
273
                }
274
            ],
275
            "description": "Common Library for Doctrine projects",
276
            "homepage": "http://www.doctrine-project.org",
277
            "keywords": [
278
                "annotations",
279
                "collections",
280
                "eventmanager",
281
                "persistence",
282
                "spl"
283
            ],
284
            "time": "2015-04-02 19:55:44"
285
        },
286
        {
287
            "name": "doctrine/inflector",
288
            "version": "v1.0.1",
289
            "source": {
290
                "type": "git",
291
                "url": "https://github.com/doctrine/inflector.git",
292
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
293
            },
294
            "dist": {
295
                "type": "zip",
296
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
297
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
298
                "shasum": ""
299
            },
300
            "require": {
301
                "php": ">=5.3.2"
302
            },
303
            "require-dev": {
304
                "phpunit/phpunit": "4.*"
305
            },
306
            "type": "library",
307
            "extra": {
308
                "branch-alias": {
309
                    "dev-master": "1.0.x-dev"
310
                }
311
            },
312
            "autoload": {
313
                "psr-0": {
314
                    "Doctrine\\Common\\Inflector\\": "lib/"
315
                }
316
            },
317
            "notification-url": "https://packagist.org/downloads/",
318
            "license": [
319
                "MIT"
320
            ],
321
            "authors": [
322
                {
323
                    "name": "Roman Borschel",
324
                    "email": "[email protected]"
325
                },
326
                {
327
                    "name": "Benjamin Eberlei",
328
                    "email": "[email protected]"
329
                },
330
                {
331
                    "name": "Guilherme Blanco",
332
                    "email": "[email protected]"
333
                },
334
                {
335
                    "name": "Jonathan Wage",
336
                    "email": "[email protected]"
337
                },
338
                {
339
                    "name": "Johannes Schmitt",
340
                    "email": "[email protected]"
341
                }
342
            ],
343
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
344
            "homepage": "http://www.doctrine-project.org",
345
            "keywords": [
346
                "inflection",
347
                "pluralize",
348
                "singularize",
349
                "string"
350
            ],
351
            "time": "2014-12-20 21:24:13"
352
        },
353
        {
354
            "name": "doctrine/lexer",
355
            "version": "v1.0.1",
356
            "source": {
357
                "type": "git",
358
                "url": "https://github.com/doctrine/lexer.git",
359
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
360
            },
361
            "dist": {
362
                "type": "zip",
363
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
364
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
365
                "shasum": ""
366
            },
367
            "require": {
368
                "php": ">=5.3.2"
369
            },
370
            "type": "library",
371
            "extra": {
372
                "branch-alias": {
373
                    "dev-master": "1.0.x-dev"
374
                }
375
            },
376
            "autoload": {
377
                "psr-0": {
378
                    "Doctrine\\Common\\Lexer\\": "lib/"
379
                }
380
            },
381
            "notification-url": "https://packagist.org/downloads/",
382
            "license": [
383
                "MIT"
384
            ],
385
            "authors": [
386
                {
387
                    "name": "Roman Borschel",
388
                    "email": "[email protected]"
389
                },
390
                {
391
                    "name": "Guilherme Blanco",
392
                    "email": "[email protected]"
393
                },
394
                {
395
                    "name": "Johannes Schmitt",
396
                    "email": "[email protected]"
397
                }
398
            ],
399
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
400
            "homepage": "http://www.doctrine-project.org",
401
            "keywords": [
402
                "lexer",
403
                "parser"
404
            ],
405
            "time": "2014-09-09 13:34:57"
406
        },
407
        {
408
            "name": "graylog2/gelf-php",
409
            "version": "1.1.1",
410
            "source": {
411
                "type": "git",
412
                "url": "https://github.com/bzikarsky/gelf-php.git",
413
                "reference": "b6f306e1b36b718aaf03b59563f4d6389e92cead"
414
            },
415
            "dist": {
416
                "type": "zip",
417
                "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/b6f306e1b36b718aaf03b59563f4d6389e92cead",
418
                "reference": "b6f306e1b36b718aaf03b59563f4d6389e92cead",
419
                "shasum": ""
420
            },
421
            "require": {
422
                "php": "~5.3",
423
                "psr/log": "~1.0"
424
            },
425
            "require-dev": {
426
                "phpunit/phpunit": "~4.3",
427
                "squizlabs/php_codesniffer": "~1.5"
428
            },
429
            "type": "library",
430
            "autoload": {
431
                "psr-4": {
432
                    "Gelf\\": "src/Gelf"
433
                }
434
            },
435
            "notification-url": "https://packagist.org/downloads/",
436
            "license": [
437
                "MIT"
438
            ],
439
            "authors": [
440
                {
441
                    "name": "Benjamin Zikarsky",
442
                    "email": "[email protected]"
443
                }
444
            ],
445
            "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.",
446
            "time": "2014-10-23 05:32:34"
447
        },
448
        {
449
            "name": "guzzlehttp/guzzle",
450
            "version": "4.2.3",
451
            "source": {
452
                "type": "git",
453
                "url": "https://github.com/guzzle/guzzle.git",
454
                "reference": "66fd916e9f9130bc22c51450476823391cb2f67c"
455
            },
456
            "dist": {
457
                "type": "zip",
458
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/66fd916e9f9130bc22c51450476823391cb2f67c",
459
                "reference": "66fd916e9f9130bc22c51450476823391cb2f67c",
460
                "shasum": ""
461
            },
462
            "require": {
463
                "ext-json": "*",
464
                "guzzlehttp/streams": "~2.1",
465
                "php": ">=5.4.0"
466
            },
467
            "require-dev": {
468
                "ext-curl": "*",
469
                "phpunit/phpunit": "~4.0",
470
                "psr/log": "~1.0"
471
            },
472
            "suggest": {
473
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
474
            },
475
            "type": "library",
476
            "extra": {
477
                "branch-alias": {
478
                    "dev-master": "4.2-dev"
479
                }
480
            },
481
            "autoload": {
482
                "psr-4": {
483
                    "GuzzleHttp\\": "src/"
484
                },
485
                "files": [
486
                    "src/functions.php"
487
                ]
488
            },
489
            "notification-url": "https://packagist.org/downloads/",
490
            "license": [
491
                "MIT"
492
            ],
493
            "authors": [
494
                {
495
                    "name": "Michael Dowling",
496
                    "email": "[email protected]",
497
                    "homepage": "https://github.com/mtdowling"
498
                }
499
            ],
500
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
501
            "homepage": "http://guzzlephp.org/",
502
            "keywords": [
503
                "client",
504
                "curl",
505
                "framework",
506
                "http",
507
                "http client",
508
                "rest",
509
                "web service"
510
            ],
511
            "time": "2014-10-05 19:29:14"
512
        },
513
        {
514
            "name": "guzzlehttp/streams",
515
            "version": "2.1.0",
516
            "source": {
517
                "type": "git",
518
                "url": "https://github.com/guzzle/streams.git",
519
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534"
520
            },
521
            "dist": {
522
                "type": "zip",
523
                "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534",
524
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534",
525
                "shasum": ""
526
            },
527
            "require": {
528
                "php": ">=5.4.0"
529
            },
530
            "require-dev": {
531
                "phpunit/phpunit": "~4.0"
532
            },
533
            "type": "library",
534
            "extra": {
535
                "branch-alias": {
536
                    "dev-master": "2.0-dev"
537
                }
538
            },
539
            "autoload": {
540
                "psr-4": {
541
                    "GuzzleHttp\\Stream\\": "src/"
542
                },
543
                "files": [
544
                    "src/functions.php"
545
                ]
546
            },
547
            "notification-url": "https://packagist.org/downloads/",
548
            "license": [
549
                "MIT"
550
            ],
551
            "authors": [
552
                {
553
                    "name": "Michael Dowling",
554
                    "email": "[email protected]",
555
                    "homepage": "https://github.com/mtdowling"
556
                }
557
            ],
558
            "description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
559
            "homepage": "http://guzzlephp.org/",
560
            "keywords": [
561
                "Guzzle",
562
                "stream"
563
            ],
564
            "time": "2014-08-17 21:15:53"
565
        },
566
        {
567
            "name": "monolog/monolog",
0 ignored issues
show
There is a security advisory for your installed version of monolog/monolog:

Header injection in NativeMailerHandler
Loading history...
568
            "version": "1.11.0",
569
            "source": {
570
                "type": "git",
571
                "url": "https://github.com/Seldaek/monolog.git",
572
                "reference": "ec3961874c43840e96da3a8a1ed20d8c73d7e5aa"
573
            },
574
            "dist": {
575
                "type": "zip",
576
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/ec3961874c43840e96da3a8a1ed20d8c73d7e5aa",
577
                "reference": "ec3961874c43840e96da3a8a1ed20d8c73d7e5aa",
578
                "shasum": ""
579
            },
580
            "require": {
581
                "php": ">=5.3.0",
582
                "psr/log": "~1.0"
583
            },
584
            "provide": {
585
                "psr/log-implementation": "1.0.0"
586
            },
587
            "require-dev": {
588
                "aws/aws-sdk-php": "~2.4, >2.4.8",
589
                "doctrine/couchdb": "~1.0@dev",
590
                "graylog2/gelf-php": "~1.0",
591
                "phpunit/phpunit": "~3.7.0",
592
                "raven/raven": "~0.5",
593
                "ruflin/elastica": "0.90.*",
594
                "videlalvaro/php-amqplib": "~2.4"
595
            },
596
            "suggest": {
597
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
598
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
599
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
600
                "ext-mongo": "Allow sending log messages to a MongoDB server",
601
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
602
                "raven/raven": "Allow sending log messages to a Sentry server",
603
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
604
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
605
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
606
            },
607
            "type": "library",
608
            "extra": {
609
                "branch-alias": {
610
                    "dev-master": "1.11.x-dev"
611
                }
612
            },
613
            "autoload": {
614
                "psr-4": {
615
                    "Monolog\\": "src/Monolog"
616
                }
617
            },
618
            "notification-url": "https://packagist.org/downloads/",
619
            "license": [
620
                "MIT"
621
            ],
622
            "authors": [
623
                {
624
                    "name": "Jordi Boggiano",
625
                    "email": "[email protected]",
626
                    "homepage": "http://seld.be"
627
                }
628
            ],
629
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
630
            "homepage": "http://github.com/Seldaek/monolog",
631
            "keywords": [
632
                "log",
633
                "logging",
634
                "psr-3"
635
            ],
636
            "time": "2014-09-30 13:30:58"
637
        },
638
        {
639
            "name": "psr/log",
640
            "version": "1.0.0",
641
            "source": {
642
                "type": "git",
643
                "url": "https://github.com/php-fig/log.git",
644
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
645
            },
646
            "dist": {
647
                "type": "zip",
648
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
649
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
650
                "shasum": ""
651
            },
652
            "type": "library",
653
            "autoload": {
654
                "psr-0": {
655
                    "Psr\\Log\\": ""
656
                }
657
            },
658
            "notification-url": "https://packagist.org/downloads/",
659
            "license": [
660
                "MIT"
661
            ],
662
            "authors": [
663
                {
664
                    "name": "PHP-FIG",
665
                    "homepage": "http://www.php-fig.org/"
666
                }
667
            ],
668
            "description": "Common interface for logging libraries",
669
            "keywords": [
670
                "log",
671
                "psr",
672
                "psr-3"
673
            ],
674
            "time": "2012-12-21 11:40:51"
675
        },
676
        {
677
            "name": "sensio/framework-extra-bundle",
678
            "version": "v3.0.2",
679
            "target-dir": "Sensio/Bundle/FrameworkExtraBundle",
680
            "source": {
681
                "type": "git",
682
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
683
                "reference": "9b22aaee517e80aad3238ea0328458b6f964066f"
684
            },
685
            "dist": {
686
                "type": "zip",
687
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/9b22aaee517e80aad3238ea0328458b6f964066f",
688
                "reference": "9b22aaee517e80aad3238ea0328458b6f964066f",
689
                "shasum": ""
690
            },
691
            "require": {
692
                "doctrine/common": "~2.2",
693
                "symfony/framework-bundle": "~2.3"
694
            },
695
            "require-dev": {
696
                "symfony/expression-language": "~2.4",
697
                "symfony/security-bundle": "~2.4"
698
            },
699
            "suggest": {
700
                "symfony/expression-language": "",
701
                "symfony/security-bundle": ""
702
            },
703
            "type": "symfony-bundle",
704
            "extra": {
705
                "branch-alias": {
706
                    "dev-master": "3.0.x-dev"
707
                }
708
            },
709
            "autoload": {
710
                "psr-0": {
711
                    "Sensio\\Bundle\\FrameworkExtraBundle": ""
712
                }
713
            },
714
            "notification-url": "https://packagist.org/downloads/",
715
            "license": [
716
                "MIT"
717
            ],
718
            "authors": [
719
                {
720
                    "name": "Fabien Potencier",
721
                    "email": "[email protected]"
722
                }
723
            ],
724
            "description": "This bundle provides a way to configure your controllers with annotations",
725
            "keywords": [
726
                "annotations",
727
                "controllers"
728
            ],
729
            "time": "2014-09-02 07:11:30"
730
        },
731
        {
732
            "name": "symfony/asset",
733
            "version": "v2.7.0",
734
            "source": {
735
                "type": "git",
736
                "url": "https://github.com/symfony/asset.git",
737
                "reference": "11f8e32ff4a854297f8a5ea3497e78f9d57d3b22"
738
            },
739
            "dist": {
740
                "type": "zip",
741
                "url": "https://api.github.com/repos/symfony/asset/zipball/11f8e32ff4a854297f8a5ea3497e78f9d57d3b22",
742
                "reference": "11f8e32ff4a854297f8a5ea3497e78f9d57d3b22",
743
                "shasum": ""
744
            },
745
            "require": {
746
                "php": ">=5.3.3"
747
            },
748
            "require-dev": {
749
                "symfony/http-foundation": "~2.4",
750
                "symfony/phpunit-bridge": "~2.7"
751
            },
752
            "suggest": {
753
                "symfony/http-foundation": ""
754
            },
755
            "type": "library",
756
            "extra": {
757
                "branch-alias": {
758
                    "dev-master": "2.7-dev"
759
                }
760
            },
761
            "autoload": {
762
                "psr-4": {
763
                    "Symfony\\Component\\Asset\\": ""
764
                }
765
            },
766
            "notification-url": "https://packagist.org/downloads/",
767
            "license": [
768
                "MIT"
769
            ],
770
            "authors": [
771
                {
772
                    "name": "Fabien Potencier",
773
                    "email": "[email protected]"
774
                },
775
                {
776
                    "name": "Symfony Community",
777
                    "homepage": "https://symfony.com/contributors"
778
                }
779
            ],
780
            "description": "Symfony Asset Component",
781
            "homepage": "https://symfony.com",
782
            "time": "2015-05-01 14:16:41"
783
        },
784
        {
785
            "name": "symfony/config",
786
            "version": "v2.7.3",
787
            "source": {
788
                "type": "git",
789
                "url": "https://github.com/symfony/Config.git",
790
                "reference": "6c905bbed1e728226de656e4c07d620dfe9e80d9"
791
            },
792
            "dist": {
793
                "type": "zip",
794
                "url": "https://api.github.com/repos/symfony/Config/zipball/6c905bbed1e728226de656e4c07d620dfe9e80d9",
795
                "reference": "6c905bbed1e728226de656e4c07d620dfe9e80d9",
796
                "shasum": ""
797
            },
798
            "require": {
799
                "php": ">=5.3.9",
800
                "symfony/filesystem": "~2.3"
801
            },
802
            "require-dev": {
803
                "symfony/phpunit-bridge": "~2.7"
804
            },
805
            "type": "library",
806
            "extra": {
807
                "branch-alias": {
808
                    "dev-master": "2.7-dev"
809
                }
810
            },
811
            "autoload": {
812
                "psr-4": {
813
                    "Symfony\\Component\\Config\\": ""
814
                }
815
            },
816
            "notification-url": "https://packagist.org/downloads/",
817
            "license": [
818
                "MIT"
819
            ],
820
            "authors": [
821
                {
822
                    "name": "Fabien Potencier",
823
                    "email": "[email protected]"
824
                },
825
                {
826
                    "name": "Symfony Community",
827
                    "homepage": "https://symfony.com/contributors"
828
                }
829
            ],
830
            "description": "Symfony Config Component",
831
            "homepage": "https://symfony.com",
832
            "time": "2015-07-09 16:07:40"
833
        },
834
        {
835
            "name": "symfony/debug",
836
            "version": "v2.7.3",
837
            "source": {
838
                "type": "git",
839
                "url": "https://github.com/symfony/Debug.git",
840
                "reference": "9daa1bf9f7e615fa2fba30357e479a90141222e3"
841
            },
842
            "dist": {
843
                "type": "zip",
844
                "url": "https://api.github.com/repos/symfony/Debug/zipball/9daa1bf9f7e615fa2fba30357e479a90141222e3",
845
                "reference": "9daa1bf9f7e615fa2fba30357e479a90141222e3",
846
                "shasum": ""
847
            },
848
            "require": {
849
                "php": ">=5.3.9",
850
                "psr/log": "~1.0"
851
            },
852
            "conflict": {
853
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
854
            },
855
            "require-dev": {
856
                "symfony/class-loader": "~2.2",
857
                "symfony/http-foundation": "~2.1",
858
                "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
859
                "symfony/phpunit-bridge": "~2.7"
860
            },
861
            "suggest": {
862
                "symfony/http-foundation": "",
863
                "symfony/http-kernel": ""
864
            },
865
            "type": "library",
866
            "extra": {
867
                "branch-alias": {
868
                    "dev-master": "2.7-dev"
869
                }
870
            },
871
            "autoload": {
872
                "psr-4": {
873
                    "Symfony\\Component\\Debug\\": ""
874
                }
875
            },
876
            "notification-url": "https://packagist.org/downloads/",
877
            "license": [
878
                "MIT"
879
            ],
880
            "authors": [
881
                {
882
                    "name": "Fabien Potencier",
883
                    "email": "[email protected]"
884
                },
885
                {
886
                    "name": "Symfony Community",
887
                    "homepage": "https://symfony.com/contributors"
888
                }
889
            ],
890
            "description": "Symfony Debug Component",
891
            "homepage": "https://symfony.com",
892
            "time": "2015-07-09 16:07:40"
893
        },
894
        {
895
            "name": "symfony/dependency-injection",
896
            "version": "v2.7.3",
897
            "source": {
898
                "type": "git",
899
                "url": "https://github.com/symfony/DependencyInjection.git",
900
                "reference": "851e3ffe8a366b1590bdaf3df2c1395f2d27d8a6"
901
            },
902
            "dist": {
903
                "type": "zip",
904
                "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/851e3ffe8a366b1590bdaf3df2c1395f2d27d8a6",
905
                "reference": "851e3ffe8a366b1590bdaf3df2c1395f2d27d8a6",
906
                "shasum": ""
907
            },
908
            "require": {
909
                "php": ">=5.3.9"
910
            },
911
            "conflict": {
912
                "symfony/expression-language": "<2.6"
913
            },
914
            "require-dev": {
915
                "symfony/config": "~2.2",
916
                "symfony/expression-language": "~2.6",
917
                "symfony/phpunit-bridge": "~2.7",
918
                "symfony/yaml": "~2.1"
919
            },
920
            "suggest": {
921
                "symfony/config": "",
922
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
923
                "symfony/yaml": ""
924
            },
925
            "type": "library",
926
            "extra": {
927
                "branch-alias": {
928
                    "dev-master": "2.7-dev"
929
                }
930
            },
931
            "autoload": {
932
                "psr-4": {
933
                    "Symfony\\Component\\DependencyInjection\\": ""
934
                }
935
            },
936
            "notification-url": "https://packagist.org/downloads/",
937
            "license": [
938
                "MIT"
939
            ],
940
            "authors": [
941
                {
942
                    "name": "Fabien Potencier",
943
                    "email": "[email protected]"
944
                },
945
                {
946
                    "name": "Symfony Community",
947
                    "homepage": "https://symfony.com/contributors"
948
                }
949
            ],
950
            "description": "Symfony DependencyInjection Component",
951
            "homepage": "https://symfony.com",
952
            "time": "2015-07-28 14:07:07"
953
        },
954
        {
955
            "name": "symfony/event-dispatcher",
956
            "version": "v2.7.3",
957
            "source": {
958
                "type": "git",
959
                "url": "https://github.com/symfony/EventDispatcher.git",
960
                "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3"
961
            },
962
            "dist": {
963
                "type": "zip",
964
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
965
                "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
966
                "shasum": ""
967
            },
968
            "require": {
969
                "php": ">=5.3.9"
970
            },
971
            "require-dev": {
972
                "psr/log": "~1.0",
973
                "symfony/config": "~2.0,>=2.0.5",
974
                "symfony/dependency-injection": "~2.6",
975
                "symfony/expression-language": "~2.6",
976
                "symfony/phpunit-bridge": "~2.7",
977
                "symfony/stopwatch": "~2.3"
978
            },
979
            "suggest": {
980
                "symfony/dependency-injection": "",
981
                "symfony/http-kernel": ""
982
            },
983
            "type": "library",
984
            "extra": {
985
                "branch-alias": {
986
                    "dev-master": "2.7-dev"
987
                }
988
            },
989
            "autoload": {
990
                "psr-4": {
991
                    "Symfony\\Component\\EventDispatcher\\": ""
992
                }
993
            },
994
            "notification-url": "https://packagist.org/downloads/",
995
            "license": [
996
                "MIT"
997
            ],
998
            "authors": [
999
                {
1000
                    "name": "Fabien Potencier",
1001
                    "email": "[email protected]"
1002
                },
1003
                {
1004
                    "name": "Symfony Community",
1005
                    "homepage": "https://symfony.com/contributors"
1006
                }
1007
            ],
1008
            "description": "Symfony EventDispatcher Component",
1009
            "homepage": "https://symfony.com",
1010
            "time": "2015-06-18 19:21:56"
1011
        },
1012
        {
1013
            "name": "symfony/filesystem",
1014
            "version": "v2.7.0",
1015
            "source": {
1016
                "type": "git",
1017
                "url": "https://github.com/symfony/Filesystem.git",
1018
                "reference": "ae4551fd6d4d4f51f2e7390fbc902fbd67f3b7ba"
1019
            },
1020
            "dist": {
1021
                "type": "zip",
1022
                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/ae4551fd6d4d4f51f2e7390fbc902fbd67f3b7ba",
1023
                "reference": "ae4551fd6d4d4f51f2e7390fbc902fbd67f3b7ba",
1024
                "shasum": ""
1025
            },
1026
            "require": {
1027
                "php": ">=5.3.9"
1028
            },
1029
            "require-dev": {
1030
                "symfony/phpunit-bridge": "~2.7"
1031
            },
1032
            "type": "library",
1033
            "extra": {
1034
                "branch-alias": {
1035
                    "dev-master": "2.7-dev"
1036
                }
1037
            },
1038
            "autoload": {
1039
                "psr-4": {
1040
                    "Symfony\\Component\\Filesystem\\": ""
1041
                }
1042
            },
1043
            "notification-url": "https://packagist.org/downloads/",
1044
            "license": [
1045
                "MIT"
1046
            ],
1047
            "authors": [
1048
                {
1049
                    "name": "Fabien Potencier",
1050
                    "email": "[email protected]"
1051
                },
1052
                {
1053
                    "name": "Symfony Community",
1054
                    "homepage": "https://symfony.com/contributors"
1055
                }
1056
            ],
1057
            "description": "Symfony Filesystem Component",
1058
            "homepage": "https://symfony.com",
1059
            "time": "2015-05-15 13:33:16"
1060
        },
1061
        {
1062
            "name": "symfony/form",
0 ignored issues
show
There is a security advisory for your installed version of symfony/form:

CVE-2015-8125: Potential Remote Timing Attack Vulnerability in Security Remember-Me Service
Loading history...
1063
            "version": "v2.7.0",
1064
            "source": {
1065
                "type": "git",
1066
                "url": "https://github.com/symfony/Form.git",
1067
                "reference": "de1d8db173b2b8863ff6011f0990a339005a1457"
1068
            },
1069
            "dist": {
1070
                "type": "zip",
1071
                "url": "https://api.github.com/repos/symfony/Form/zipball/de1d8db173b2b8863ff6011f0990a339005a1457",
1072
                "reference": "de1d8db173b2b8863ff6011f0990a339005a1457",
1073
                "shasum": ""
1074
            },
1075
            "require": {
1076
                "php": ">=5.3.9",
1077
                "symfony/event-dispatcher": "~2.1",
1078
                "symfony/intl": "~2.3",
1079
                "symfony/options-resolver": "~2.6",
1080
                "symfony/property-access": "~2.3"
1081
            },
1082
            "conflict": {
1083
                "symfony/doctrine-bridge": "<2.7",
1084
                "symfony/framework-bundle": "<2.7",
1085
                "symfony/twig-bridge": "<2.7"
1086
            },
1087
            "require-dev": {
1088
                "doctrine/collections": "~1.0",
1089
                "symfony/http-foundation": "~2.2",
1090
                "symfony/http-kernel": "~2.4",
1091
                "symfony/phpunit-bridge": "~2.7",
1092
                "symfony/security-csrf": "~2.4",
1093
                "symfony/translation": "~2.0,>=2.0.5",
1094
                "symfony/validator": "~2.6,>=2.6.8"
1095
            },
1096
            "suggest": {
1097
                "symfony/framework-bundle": "For templating with PHP.",
1098
                "symfony/security-csrf": "For protecting forms against CSRF attacks.",
1099
                "symfony/twig-bridge": "For templating with Twig.",
1100
                "symfony/validator": "For form validation."
1101
            },
1102
            "type": "library",
1103
            "extra": {
1104
                "branch-alias": {
1105
                    "dev-master": "2.7-dev"
1106
                }
1107
            },
1108
            "autoload": {
1109
                "psr-4": {
1110
                    "Symfony\\Component\\Form\\": ""
1111
                }
1112
            },
1113
            "notification-url": "https://packagist.org/downloads/",
1114
            "license": [
1115
                "MIT"
1116
            ],
1117
            "authors": [
1118
                {
1119
                    "name": "Fabien Potencier",
1120
                    "email": "[email protected]"
1121
                },
1122
                {
1123
                    "name": "Symfony Community",
1124
                    "homepage": "https://symfony.com/contributors"
1125
                }
1126
            ],
1127
            "description": "Symfony Form Component",
1128
            "homepage": "https://symfony.com",
1129
            "time": "2015-05-22 14:54:25"
1130
        },
1131
        {
1132
            "name": "symfony/framework-bundle",
1133
            "version": "v2.7.0",
1134
            "source": {
1135
                "type": "git",
1136
                "url": "https://github.com/symfony/FrameworkBundle.git",
1137
                "reference": "bef1217a3e002c003cbf4482becdcaa47b81b89b"
1138
            },
1139
            "dist": {
1140
                "type": "zip",
1141
                "url": "https://api.github.com/repos/symfony/FrameworkBundle/zipball/bef1217a3e002c003cbf4482becdcaa47b81b89b",
1142
                "reference": "bef1217a3e002c003cbf4482becdcaa47b81b89b",
1143
                "shasum": ""
1144
            },
1145
            "require": {
1146
                "doctrine/annotations": "~1.0",
1147
                "php": ">=5.3.9",
1148
                "symfony/asset": "~2.7",
1149
                "symfony/config": "~2.4",
1150
                "symfony/dependency-injection": "~2.6,>=2.6.2",
1151
                "symfony/event-dispatcher": "~2.5",
1152
                "symfony/filesystem": "~2.3",
1153
                "symfony/http-foundation": "~2.4.9|~2.5,>=2.5.4",
1154
                "symfony/http-kernel": "~2.7",
1155
                "symfony/routing": "~2.6,>2.6.4",
1156
                "symfony/security-core": "~2.6",
1157
                "symfony/security-csrf": "~2.6",
1158
                "symfony/stopwatch": "~2.3",
1159
                "symfony/templating": "~2.1",
1160
                "symfony/translation": "~2.7"
1161
            },
1162
            "require-dev": {
1163
                "symfony/browser-kit": "~2.4",
1164
                "symfony/class-loader": "~2.1",
1165
                "symfony/console": "~2.7",
1166
                "symfony/css-selector": "~2.0,>=2.0.5",
1167
                "symfony/dom-crawler": "~2.0,>=2.0.5",
1168
                "symfony/expression-language": "~2.6",
1169
                "symfony/finder": "~2.0,>=2.0.5",
1170
                "symfony/form": "~2.7",
1171
                "symfony/intl": "~2.3",
1172
                "symfony/phpunit-bridge": "~2.7",
1173
                "symfony/process": "~2.0,>=2.0.5",
1174
                "symfony/security": "~2.6",
1175
                "symfony/validator": "~2.5",
1176
                "symfony/yaml": "~2.0,>=2.0.5"
1177
            },
1178
            "suggest": {
1179
                "doctrine/cache": "For using alternative cache drivers",
1180
                "symfony/console": "For using the console commands",
1181
                "symfony/finder": "For using the translation loader and cache warmer",
1182
                "symfony/form": "For using forms",
1183
                "symfony/validator": "For using validation",
1184
                "symfony/yaml": "For using the debug:config and lint:yaml commands"
1185
            },
1186
            "type": "symfony-bundle",
1187
            "extra": {
1188
                "branch-alias": {
1189
                    "dev-master": "2.7-dev"
1190
                }
1191
            },
1192
            "autoload": {
1193
                "psr-4": {
1194
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
1195
                }
1196
            },
1197
            "notification-url": "https://packagist.org/downloads/",
1198
            "license": [
1199
                "MIT"
1200
            ],
1201
            "authors": [
1202
                {
1203
                    "name": "Fabien Potencier",
1204
                    "email": "[email protected]"
1205
                },
1206
                {
1207
                    "name": "Symfony Community",
1208
                    "homepage": "https://symfony.com/contributors"
1209
                }
1210
            ],
1211
            "description": "Symfony FrameworkBundle",
1212
            "homepage": "https://symfony.com",
1213
            "time": "2015-05-29 14:44:44"
1214
        },
1215
        {
1216
            "name": "symfony/http-foundation",
1217
            "version": "v2.7.0",
1218
            "source": {
1219
                "type": "git",
1220
                "url": "https://github.com/symfony/HttpFoundation.git",
1221
                "reference": "729de183da037c125c5f6366bd4f0631ba1a1abb"
1222
            },
1223
            "dist": {
1224
                "type": "zip",
1225
                "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/729de183da037c125c5f6366bd4f0631ba1a1abb",
1226
                "reference": "729de183da037c125c5f6366bd4f0631ba1a1abb",
1227
                "shasum": ""
1228
            },
1229
            "require": {
1230
                "php": ">=5.3.9"
1231
            },
1232
            "require-dev": {
1233
                "symfony/expression-language": "~2.4",
1234
                "symfony/phpunit-bridge": "~2.7"
1235
            },
1236
            "type": "library",
1237
            "extra": {
1238
                "branch-alias": {
1239
                    "dev-master": "2.7-dev"
1240
                }
1241
            },
1242
            "autoload": {
1243
                "psr-4": {
1244
                    "Symfony\\Component\\HttpFoundation\\": ""
1245
                },
1246
                "classmap": [
1247
                    "Resources/stubs"
1248
                ]
1249
            },
1250
            "notification-url": "https://packagist.org/downloads/",
1251
            "license": [
1252
                "MIT"
1253
            ],
1254
            "authors": [
1255
                {
1256
                    "name": "Fabien Potencier",
1257
                    "email": "[email protected]"
1258
                },
1259
                {
1260
                    "name": "Symfony Community",
1261
                    "homepage": "https://symfony.com/contributors"
1262
                }
1263
            ],
1264
            "description": "Symfony HttpFoundation Component",
1265
            "homepage": "https://symfony.com",
1266
            "time": "2015-05-22 14:54:25"
1267
        },
1268
        {
1269
            "name": "symfony/http-kernel",
1270
            "version": "v2.7.3",
1271
            "source": {
1272
                "type": "git",
1273
                "url": "https://github.com/symfony/HttpKernel.git",
1274
                "reference": "405d3e7a59ff7a28ec469441326a0ac79065ea98"
1275
            },
1276
            "dist": {
1277
                "type": "zip",
1278
                "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/405d3e7a59ff7a28ec469441326a0ac79065ea98",
1279
                "reference": "405d3e7a59ff7a28ec469441326a0ac79065ea98",
1280
                "shasum": ""
1281
            },
1282
            "require": {
1283
                "php": ">=5.3.9",
1284
                "psr/log": "~1.0",
1285
                "symfony/debug": "~2.6,>=2.6.2",
1286
                "symfony/event-dispatcher": "~2.6,>=2.6.7",
1287
                "symfony/http-foundation": "~2.5,>=2.5.4"
1288
            },
1289
            "conflict": {
1290
                "symfony/config": "<2.7"
1291
            },
1292
            "require-dev": {
1293
                "symfony/browser-kit": "~2.3",
1294
                "symfony/class-loader": "~2.1",
1295
                "symfony/config": "~2.7",
1296
                "symfony/console": "~2.3",
1297
                "symfony/css-selector": "~2.0,>=2.0.5",
1298
                "symfony/dependency-injection": "~2.2",
1299
                "symfony/dom-crawler": "~2.0,>=2.0.5",
1300
                "symfony/expression-language": "~2.4",
1301
                "symfony/finder": "~2.0,>=2.0.5",
1302
                "symfony/phpunit-bridge": "~2.7",
1303
                "symfony/process": "~2.0,>=2.0.5",
1304
                "symfony/routing": "~2.2",
1305
                "symfony/stopwatch": "~2.3",
1306
                "symfony/templating": "~2.2",
1307
                "symfony/translation": "~2.0,>=2.0.5",
1308
                "symfony/var-dumper": "~2.6"
1309
            },
1310
            "suggest": {
1311
                "symfony/browser-kit": "",
1312
                "symfony/class-loader": "",
1313
                "symfony/config": "",
1314
                "symfony/console": "",
1315
                "symfony/dependency-injection": "",
1316
                "symfony/finder": "",
1317
                "symfony/var-dumper": ""
1318
            },
1319
            "type": "library",
1320
            "extra": {
1321
                "branch-alias": {
1322
                    "dev-master": "2.7-dev"
1323
                }
1324
            },
1325
            "autoload": {
1326
                "psr-4": {
1327
                    "Symfony\\Component\\HttpKernel\\": ""
1328
                }
1329
            },
1330
            "notification-url": "https://packagist.org/downloads/",
1331
            "license": [
1332
                "MIT"
1333
            ],
1334
            "authors": [
1335
                {
1336
                    "name": "Fabien Potencier",
1337
                    "email": "[email protected]"
1338
                },
1339
                {
1340
                    "name": "Symfony Community",
1341
                    "homepage": "https://symfony.com/contributors"
1342
                }
1343
            ],
1344
            "description": "Symfony HttpKernel Component",
1345
            "homepage": "https://symfony.com",
1346
            "time": "2015-07-31 13:24:45"
1347
        },
1348
        {
1349
            "name": "symfony/intl",
1350
            "version": "v2.7.0",
1351
            "source": {
1352
                "type": "git",
1353
                "url": "https://github.com/symfony/Intl.git",
1354
                "reference": "b41de2d387cc71569ee4b8b2f906d3b6cc64984d"
1355
            },
1356
            "dist": {
1357
                "type": "zip",
1358
                "url": "https://api.github.com/repos/symfony/Intl/zipball/b41de2d387cc71569ee4b8b2f906d3b6cc64984d",
1359
                "reference": "b41de2d387cc71569ee4b8b2f906d3b6cc64984d",
1360
                "shasum": ""
1361
            },
1362
            "require": {
1363
                "php": ">=5.3.9"
1364
            },
1365
            "require-dev": {
1366
                "symfony/filesystem": "~2.1",
1367
                "symfony/phpunit-bridge": "~2.7"
1368
            },
1369
            "suggest": {
1370
                "ext-intl": "to use the component with locales other than \"en\""
1371
            },
1372
            "type": "library",
1373
            "extra": {
1374
                "branch-alias": {
1375
                    "dev-master": "2.7-dev"
1376
                }
1377
            },
1378
            "autoload": {
1379
                "psr-4": {
1380
                    "Symfony\\Component\\Intl\\": ""
1381
                },
1382
                "classmap": [
1383
                    "Resources/stubs"
1384
                ],
1385
                "files": [
1386
                    "Resources/stubs/functions.php"
1387
                ]
1388
            },
1389
            "notification-url": "https://packagist.org/downloads/",
1390
            "license": [
1391
                "MIT"
1392
            ],
1393
            "authors": [
1394
                {
1395
                    "name": "Bernhard Schussek",
1396
                    "email": "[email protected]"
1397
                },
1398
                {
1399
                    "name": "Eriksen Costa",
1400
                    "email": "[email protected]"
1401
                },
1402
                {
1403
                    "name": "Igor Wiedler",
1404
                    "email": "[email protected]"
1405
                },
1406
                {
1407
                    "name": "Symfony Community",
1408
                    "homepage": "https://symfony.com/contributors"
1409
                }
1410
            ],
1411
            "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
1412
            "homepage": "https://symfony.com",
1413
            "keywords": [
1414
                "i18n",
1415
                "icu",
1416
                "internationalization",
1417
                "intl",
1418
                "l10n",
1419
                "localization"
1420
            ],
1421
            "time": "2015-05-22 14:54:25"
1422
        },
1423
        {
1424
            "name": "symfony/options-resolver",
1425
            "version": "v2.7.0",
1426
            "source": {
1427
                "type": "git",
1428
                "url": "https://github.com/symfony/OptionsResolver.git",
1429
                "reference": "151155b1f1e817c4c763582260777f68ac55bdda"
1430
            },
1431
            "dist": {
1432
                "type": "zip",
1433
                "url": "https://api.github.com/repos/symfony/OptionsResolver/zipball/151155b1f1e817c4c763582260777f68ac55bdda",
1434
                "reference": "151155b1f1e817c4c763582260777f68ac55bdda",
1435
                "shasum": ""
1436
            },
1437
            "require": {
1438
                "php": ">=5.3.9"
1439
            },
1440
            "require-dev": {
1441
                "symfony/phpunit-bridge": "~2.7"
1442
            },
1443
            "type": "library",
1444
            "extra": {
1445
                "branch-alias": {
1446
                    "dev-master": "2.7-dev"
1447
                }
1448
            },
1449
            "autoload": {
1450
                "psr-4": {
1451
                    "Symfony\\Component\\OptionsResolver\\": ""
1452
                }
1453
            },
1454
            "notification-url": "https://packagist.org/downloads/",
1455
            "license": [
1456
                "MIT"
1457
            ],
1458
            "authors": [
1459
                {
1460
                    "name": "Fabien Potencier",
1461
                    "email": "[email protected]"
1462
                },
1463
                {
1464
                    "name": "Symfony Community",
1465
                    "homepage": "https://symfony.com/contributors"
1466
                }
1467
            ],
1468
            "description": "Symfony OptionsResolver Component",
1469
            "homepage": "https://symfony.com",
1470
            "keywords": [
1471
                "config",
1472
                "configuration",
1473
                "options"
1474
            ],
1475
            "time": "2015-05-13 11:34:46"
1476
        },
1477
        {
1478
            "name": "symfony/property-access",
1479
            "version": "v2.7.0",
1480
            "source": {
1481
                "type": "git",
1482
                "url": "https://github.com/symfony/PropertyAccess.git",
1483
                "reference": "bc738f091816455d5c30b99f5a8d714469b44ad4"
1484
            },
1485
            "dist": {
1486
                "type": "zip",
1487
                "url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/bc738f091816455d5c30b99f5a8d714469b44ad4",
1488
                "reference": "bc738f091816455d5c30b99f5a8d714469b44ad4",
1489
                "shasum": ""
1490
            },
1491
            "require": {
1492
                "php": ">=5.3.9"
1493
            },
1494
            "require-dev": {
1495
                "symfony/phpunit-bridge": "~2.7"
1496
            },
1497
            "type": "library",
1498
            "extra": {
1499
                "branch-alias": {
1500
                    "dev-master": "2.7-dev"
1501
                }
1502
            },
1503
            "autoload": {
1504
                "psr-4": {
1505
                    "Symfony\\Component\\PropertyAccess\\": ""
1506
                }
1507
            },
1508
            "notification-url": "https://packagist.org/downloads/",
1509
            "license": [
1510
                "MIT"
1511
            ],
1512
            "authors": [
1513
                {
1514
                    "name": "Fabien Potencier",
1515
                    "email": "[email protected]"
1516
                },
1517
                {
1518
                    "name": "Symfony Community",
1519
                    "homepage": "https://symfony.com/contributors"
1520
                }
1521
            ],
1522
            "description": "Symfony PropertyAccess Component",
1523
            "homepage": "https://symfony.com",
1524
            "keywords": [
1525
                "access",
1526
                "array",
1527
                "extraction",
1528
                "index",
1529
                "injection",
1530
                "object",
1531
                "property",
1532
                "property path",
1533
                "reflection"
1534
            ],
1535
            "time": "2015-05-12 15:01:57"
1536
        },
1537
        {
1538
            "name": "symfony/routing",
1539
            "version": "v2.7.0",
1540
            "source": {
1541
                "type": "git",
1542
                "url": "https://github.com/symfony/Routing.git",
1543
                "reference": "6f0333fb8b89cf6f8fd9d6740c5e83b73d9c95b9"
1544
            },
1545
            "dist": {
1546
                "type": "zip",
1547
                "url": "https://api.github.com/repos/symfony/Routing/zipball/6f0333fb8b89cf6f8fd9d6740c5e83b73d9c95b9",
1548
                "reference": "6f0333fb8b89cf6f8fd9d6740c5e83b73d9c95b9",
1549
                "shasum": ""
1550
            },
1551
            "require": {
1552
                "php": ">=5.3.9"
1553
            },
1554
            "conflict": {
1555
                "symfony/config": "<2.7"
1556
            },
1557
            "require-dev": {
1558
                "doctrine/annotations": "~1.0",
1559
                "doctrine/common": "~2.2",
1560
                "psr/log": "~1.0",
1561
                "symfony/config": "~2.7",
1562
                "symfony/expression-language": "~2.4",
1563
                "symfony/http-foundation": "~2.3",
1564
                "symfony/phpunit-bridge": "~2.7",
1565
                "symfony/yaml": "~2.0,>=2.0.5"
1566
            },
1567
            "suggest": {
1568
                "doctrine/annotations": "For using the annotation loader",
1569
                "symfony/config": "For using the all-in-one router or any loader",
1570
                "symfony/expression-language": "For using expression matching",
1571
                "symfony/yaml": "For using the YAML loader"
1572
            },
1573
            "type": "library",
1574
            "extra": {
1575
                "branch-alias": {
1576
                    "dev-master": "2.7-dev"
1577
                }
1578
            },
1579
            "autoload": {
1580
                "psr-4": {
1581
                    "Symfony\\Component\\Routing\\": ""
1582
                }
1583
            },
1584
            "notification-url": "https://packagist.org/downloads/",
1585
            "license": [
1586
                "MIT"
1587
            ],
1588
            "authors": [
1589
                {
1590
                    "name": "Fabien Potencier",
1591
                    "email": "[email protected]"
1592
                },
1593
                {
1594
                    "name": "Symfony Community",
1595
                    "homepage": "https://symfony.com/contributors"
1596
                }
1597
            ],
1598
            "description": "Symfony Routing Component",
1599
            "homepage": "https://symfony.com",
1600
            "keywords": [
1601
                "router",
1602
                "routing",
1603
                "uri",
1604
                "url"
1605
            ],
1606
            "time": "2015-05-19 06:58:17"
1607
        },
1608
        {
1609
            "name": "symfony/security-core",
0 ignored issues
show
There is a security advisory for your installed version of symfony/security-core:

CVE-2016-1902: SecureRandom's fallback not secure when OpenSSL fails
Loading history...
1610
            "version": "v2.7.0",
1611
            "source": {
1612
                "type": "git",
1613
                "url": "https://github.com/symfony/security-core.git",
1614
                "reference": "af39a58d9dceabeb8c29c1ac347a78d259db1b29"
1615
            },
1616
            "dist": {
1617
                "type": "zip",
1618
                "url": "https://api.github.com/repos/symfony/security-core/zipball/af39a58d9dceabeb8c29c1ac347a78d259db1b29",
1619
                "reference": "af39a58d9dceabeb8c29c1ac347a78d259db1b29",
1620
                "shasum": ""
1621
            },
1622
            "require": {
1623
                "php": ">=5.3.9"
1624
            },
1625
            "require-dev": {
1626
                "ircmaxell/password-compat": "1.0.*",
1627
                "psr/log": "~1.0",
1628
                "symfony/event-dispatcher": "~2.1",
1629
                "symfony/expression-language": "~2.6",
1630
                "symfony/http-foundation": "~2.4",
1631
                "symfony/phpunit-bridge": "~2.7",
1632
                "symfony/translation": "~2.0,>=2.0.5",
1633
                "symfony/validator": "~2.5,>=2.5.5"
1634
            },
1635
            "suggest": {
1636
                "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
1637
                "symfony/event-dispatcher": "",
1638
                "symfony/expression-language": "For using the expression voter",
1639
                "symfony/http-foundation": "",
1640
                "symfony/validator": "For using the user password constraint"
1641
            },
1642
            "type": "library",
1643
            "extra": {
1644
                "branch-alias": {
1645
                    "dev-master": "2.7-dev"
1646
                }
1647
            },
1648
            "autoload": {
1649
                "psr-4": {
1650
                    "Symfony\\Component\\Security\\Core\\": ""
1651
                }
1652
            },
1653
            "notification-url": "https://packagist.org/downloads/",
1654
            "license": [
1655
                "MIT"
1656
            ],
1657
            "authors": [
1658
                {
1659
                    "name": "Fabien Potencier",
1660
                    "email": "[email protected]"
1661
                },
1662
                {
1663
                    "name": "Symfony Community",
1664
                    "homepage": "https://symfony.com/contributors"
1665
                }
1666
            ],
1667
            "description": "Symfony Security Component - Core Library",
1668
            "homepage": "https://symfony.com",
1669
            "time": "2015-05-15 13:53:44"
1670
        },
1671
        {
1672
            "name": "symfony/security-csrf",
1673
            "version": "v2.7.0",
1674
            "source": {
1675
                "type": "git",
1676
                "url": "https://github.com/symfony/security-csrf.git",
1677
                "reference": "e438b3e7de930e2147e397830126d2f0d32a0088"
1678
            },
1679
            "dist": {
1680
                "type": "zip",
1681
                "url": "https://api.github.com/repos/symfony/security-csrf/zipball/e438b3e7de930e2147e397830126d2f0d32a0088",
1682
                "reference": "e438b3e7de930e2147e397830126d2f0d32a0088",
1683
                "shasum": ""
1684
            },
1685
            "require": {
1686
                "php": ">=5.3.9",
1687
                "symfony/security-core": "~2.4"
1688
            },
1689
            "require-dev": {
1690
                "symfony/http-foundation": "~2.1",
1691
                "symfony/phpunit-bridge": "~2.7"
1692
            },
1693
            "suggest": {
1694
                "symfony/http-foundation": "For using the class SessionTokenStorage."
1695
            },
1696
            "type": "library",
1697
            "extra": {
1698
                "branch-alias": {
1699
                    "dev-master": "2.7-dev"
1700
                }
1701
            },
1702
            "autoload": {
1703
                "psr-4": {
1704
                    "Symfony\\Component\\Security\\Csrf\\": ""
1705
                }
1706
            },
1707
            "notification-url": "https://packagist.org/downloads/",
1708
            "license": [
1709
                "MIT"
1710
            ],
1711
            "authors": [
1712
                {
1713
                    "name": "Fabien Potencier",
1714
                    "email": "[email protected]"
1715
                },
1716
                {
1717
                    "name": "Symfony Community",
1718
                    "homepage": "https://symfony.com/contributors"
1719
                }
1720
            ],
1721
            "description": "Symfony Security Component - CSRF Library",
1722
            "homepage": "https://symfony.com",
1723
            "time": "2015-05-13 11:34:46"
1724
        },
1725
        {
1726
            "name": "symfony/stopwatch",
1727
            "version": "v2.7.0",
1728
            "source": {
1729
                "type": "git",
1730
                "url": "https://github.com/symfony/Stopwatch.git",
1731
                "reference": "7702945bceddc0e1f744519abb8a2baeb94bd5ce"
1732
            },
1733
            "dist": {
1734
                "type": "zip",
1735
                "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/7702945bceddc0e1f744519abb8a2baeb94bd5ce",
1736
                "reference": "7702945bceddc0e1f744519abb8a2baeb94bd5ce",
1737
                "shasum": ""
1738
            },
1739
            "require": {
1740
                "php": ">=5.3.9"
1741
            },
1742
            "require-dev": {
1743
                "symfony/phpunit-bridge": "~2.7"
1744
            },
1745
            "type": "library",
1746
            "extra": {
1747
                "branch-alias": {
1748
                    "dev-master": "2.7-dev"
1749
                }
1750
            },
1751
            "autoload": {
1752
                "psr-4": {
1753
                    "Symfony\\Component\\Stopwatch\\": ""
1754
                }
1755
            },
1756
            "notification-url": "https://packagist.org/downloads/",
1757
            "license": [
1758
                "MIT"
1759
            ],
1760
            "authors": [
1761
                {
1762
                    "name": "Fabien Potencier",
1763
                    "email": "[email protected]"
1764
                },
1765
                {
1766
                    "name": "Symfony Community",
1767
                    "homepage": "https://symfony.com/contributors"
1768
                }
1769
            ],
1770
            "description": "Symfony Stopwatch Component",
1771
            "homepage": "https://symfony.com",
1772
            "time": "2015-05-02 15:21:08"
1773
        },
1774
        {
1775
            "name": "symfony/templating",
1776
            "version": "v2.7.0",
1777
            "source": {
1778
                "type": "git",
1779
                "url": "https://github.com/symfony/Templating.git",
1780
                "reference": "42a13d5293884f1096236f6d2306fdd7c31f63a6"
1781
            },
1782
            "dist": {
1783
                "type": "zip",
1784
                "url": "https://api.github.com/repos/symfony/Templating/zipball/42a13d5293884f1096236f6d2306fdd7c31f63a6",
1785
                "reference": "42a13d5293884f1096236f6d2306fdd7c31f63a6",
1786
                "shasum": ""
1787
            },
1788
            "require": {
1789
                "php": ">=5.3.9"
1790
            },
1791
            "require-dev": {
1792
                "psr/log": "~1.0",
1793
                "symfony/phpunit-bridge": "~2.7"
1794
            },
1795
            "suggest": {
1796
                "psr/log": "For using debug logging in loaders"
1797
            },
1798
            "type": "library",
1799
            "extra": {
1800
                "branch-alias": {
1801
                    "dev-master": "2.7-dev"
1802
                }
1803
            },
1804
            "autoload": {
1805
                "psr-4": {
1806
                    "Symfony\\Component\\Templating\\": ""
1807
                }
1808
            },
1809
            "notification-url": "https://packagist.org/downloads/",
1810
            "license": [
1811
                "MIT"
1812
            ],
1813
            "authors": [
1814
                {
1815
                    "name": "Fabien Potencier",
1816
                    "email": "[email protected]"
1817
                },
1818
                {
1819
                    "name": "Symfony Community",
1820
                    "homepage": "https://symfony.com/contributors"
1821
                }
1822
            ],
1823
            "description": "Symfony Templating Component",
1824
            "homepage": "https://symfony.com",
1825
            "time": "2015-05-02 15:21:08"
1826
        },
1827
        {
1828
            "name": "symfony/translation",
1829
            "version": "v2.7.0",
1830
            "source": {
1831
                "type": "git",
1832
                "url": "https://github.com/symfony/Translation.git",
1833
                "reference": "cc1907bbeacfcc703c031b67545400d6e7d1eb79"
1834
            },
1835
            "dist": {
1836
                "type": "zip",
1837
                "url": "https://api.github.com/repos/symfony/Translation/zipball/cc1907bbeacfcc703c031b67545400d6e7d1eb79",
1838
                "reference": "cc1907bbeacfcc703c031b67545400d6e7d1eb79",
1839
                "shasum": ""
1840
            },
1841
            "require": {
1842
                "php": ">=5.3.9"
1843
            },
1844
            "conflict": {
1845
                "symfony/config": "<2.7"
1846
            },
1847
            "require-dev": {
1848
                "psr/log": "~1.0",
1849
                "symfony/config": "~2.7",
1850
                "symfony/intl": "~2.3",
1851
                "symfony/phpunit-bridge": "~2.7",
1852
                "symfony/yaml": "~2.2"
1853
            },
1854
            "suggest": {
1855
                "psr/log": "To use logging capability in translator",
1856
                "symfony/config": "",
1857
                "symfony/yaml": ""
1858
            },
1859
            "type": "library",
1860
            "extra": {
1861
                "branch-alias": {
1862
                    "dev-master": "2.7-dev"
1863
                }
1864
            },
1865
            "autoload": {
1866
                "psr-4": {
1867
                    "Symfony\\Component\\Translation\\": ""
1868
                }
1869
            },
1870
            "notification-url": "https://packagist.org/downloads/",
1871
            "license": [
1872
                "MIT"
1873
            ],
1874
            "authors": [
1875
                {
1876
                    "name": "Fabien Potencier",
1877
                    "email": "[email protected]"
1878
                },
1879
                {
1880
                    "name": "Symfony Community",
1881
                    "homepage": "https://symfony.com/contributors"
1882
                }
1883
            ],
1884
            "description": "Symfony Translation Component",
1885
            "homepage": "https://symfony.com",
1886
            "time": "2015-05-29 14:44:44"
1887
        },
1888
        {
1889
            "name": "symfony/twig-bridge",
1890
            "version": "v2.7.3",
1891
            "source": {
1892
                "type": "git",
1893
                "url": "https://github.com/symfony/TwigBridge.git",
1894
                "reference": "1d7c50fc20f89c5ca4d440ed54abf049dc882c6e"
1895
            },
1896
            "dist": {
1897
                "type": "zip",
1898
                "url": "https://api.github.com/repos/symfony/TwigBridge/zipball/1d7c50fc20f89c5ca4d440ed54abf049dc882c6e",
1899
                "reference": "1d7c50fc20f89c5ca4d440ed54abf049dc882c6e",
1900
                "shasum": ""
1901
            },
1902
            "require": {
1903
                "php": ">=5.3.9",
1904
                "twig/twig": "~1.18"
1905
            },
1906
            "require-dev": {
1907
                "symfony/asset": "~2.7",
1908
                "symfony/console": "~2.7",
1909
                "symfony/expression-language": "~2.4",
1910
                "symfony/finder": "~2.3",
1911
                "symfony/form": "~2.7,>=2.7.2",
1912
                "symfony/http-kernel": "~2.3",
1913
                "symfony/intl": "~2.3",
1914
                "symfony/phpunit-bridge": "~2.7",
1915
                "symfony/routing": "~2.2",
1916
                "symfony/security": "~2.6",
1917
                "symfony/stopwatch": "~2.2",
1918
                "symfony/templating": "~2.1",
1919
                "symfony/translation": "~2.7",
1920
                "symfony/var-dumper": "~2.6",
1921
                "symfony/yaml": "~2.0,>=2.0.5"
1922
            },
1923
            "suggest": {
1924
                "symfony/asset": "For using the AssetExtension",
1925
                "symfony/expression-language": "For using the ExpressionExtension",
1926
                "symfony/finder": "",
1927
                "symfony/form": "For using the FormExtension",
1928
                "symfony/http-kernel": "For using the HttpKernelExtension",
1929
                "symfony/routing": "For using the RoutingExtension",
1930
                "symfony/security": "For using the SecurityExtension",
1931
                "symfony/stopwatch": "For using the StopwatchExtension",
1932
                "symfony/templating": "For using the TwigEngine",
1933
                "symfony/translation": "For using the TranslationExtension",
1934
                "symfony/var-dumper": "For using the DumpExtension",
1935
                "symfony/yaml": "For using the YamlExtension"
1936
            },
1937
            "type": "symfony-bridge",
1938
            "extra": {
1939
                "branch-alias": {
1940
                    "dev-master": "2.7-dev"
1941
                }
1942
            },
1943
            "autoload": {
1944
                "psr-4": {
1945
                    "Symfony\\Bridge\\Twig\\": ""
1946
                }
1947
            },
1948
            "notification-url": "https://packagist.org/downloads/",
1949
            "license": [
1950
                "MIT"
1951
            ],
1952
            "authors": [
1953
                {
1954
                    "name": "Fabien Potencier",
1955
                    "email": "[email protected]"
1956
                },
1957
                {
1958
                    "name": "Symfony Community",
1959
                    "homepage": "https://symfony.com/contributors"
1960
                }
1961
            ],
1962
            "description": "Symfony Twig Bridge",
1963
            "homepage": "https://symfony.com",
1964
            "time": "2015-07-26 06:32:57"
1965
        },
1966
        {
1967
            "name": "symfony/validator",
1968
            "version": "v2.7.3",
1969
            "source": {
1970
                "type": "git",
1971
                "url": "https://github.com/symfony/Validator.git",
1972
                "reference": "646df03e635a8a232804274401449ccdf5f03cad"
1973
            },
1974
            "dist": {
1975
                "type": "zip",
1976
                "url": "https://api.github.com/repos/symfony/Validator/zipball/646df03e635a8a232804274401449ccdf5f03cad",
1977
                "reference": "646df03e635a8a232804274401449ccdf5f03cad",
1978
                "shasum": ""
1979
            },
1980
            "require": {
1981
                "php": ">=5.3.9",
1982
                "symfony/translation": "~2.4"
1983
            },
1984
            "require-dev": {
1985
                "doctrine/annotations": "~1.0",
1986
                "doctrine/cache": "~1.0",
1987
                "egulias/email-validator": "~1.2,>=1.2.1",
1988
                "symfony/config": "~2.2",
1989
                "symfony/expression-language": "~2.4",
1990
                "symfony/http-foundation": "~2.1",
1991
                "symfony/intl": "~2.3",
1992
                "symfony/phpunit-bridge": "~2.7",
1993
                "symfony/property-access": "~2.3",
1994
                "symfony/yaml": "~2.0,>=2.0.5"
1995
            },
1996
            "suggest": {
1997
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
1998
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
1999
                "egulias/email-validator": "Strict (RFC compliant) email validation",
2000
                "symfony/config": "",
2001
                "symfony/expression-language": "For using the 2.4 Expression validator",
2002
                "symfony/http-foundation": "",
2003
                "symfony/intl": "",
2004
                "symfony/property-access": "For using the 2.4 Validator API",
2005
                "symfony/yaml": ""
2006
            },
2007
            "type": "library",
2008
            "extra": {
2009
                "branch-alias": {
2010
                    "dev-master": "2.7-dev"
2011
                }
2012
            },
2013
            "autoload": {
2014
                "psr-4": {
2015
                    "Symfony\\Component\\Validator\\": ""
2016
                }
2017
            },
2018
            "notification-url": "https://packagist.org/downloads/",
2019
            "license": [
2020
                "MIT"
2021
            ],
2022
            "authors": [
2023
                {
2024
                    "name": "Fabien Potencier",
2025
                    "email": "[email protected]"
2026
                },
2027
                {
2028
                    "name": "Symfony Community",
2029
                    "homepage": "https://symfony.com/contributors"
2030
                }
2031
            ],
2032
            "description": "Symfony Validator Component",
2033
            "homepage": "https://symfony.com",
2034
            "time": "2015-07-31 06:49:15"
2035
        },
2036
        {
2037
            "name": "twig/twig",
0 ignored issues
show
There is a security advisory for your installed version of twig/twig:

Remote code execution in templates
Loading history...
2038
            "version": "v1.18.1",
2039
            "source": {
2040
                "type": "git",
2041
                "url": "https://github.com/twigphp/Twig.git",
2042
                "reference": "9f70492f44398e276d1b81c1b43adfe6751c7b7f"
2043
            },
2044
            "dist": {
2045
                "type": "zip",
2046
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/9f70492f44398e276d1b81c1b43adfe6751c7b7f",
2047
                "reference": "9f70492f44398e276d1b81c1b43adfe6751c7b7f",
2048
                "shasum": ""
2049
            },
2050
            "require": {
2051
                "php": ">=5.2.7"
2052
            },
2053
            "type": "library",
2054
            "extra": {
2055
                "branch-alias": {
2056
                    "dev-master": "1.18-dev"
2057
                }
2058
            },
2059
            "autoload": {
2060
                "psr-0": {
2061
                    "Twig_": "lib/"
2062
                }
2063
            },
2064
            "notification-url": "https://packagist.org/downloads/",
2065
            "license": [
2066
                "BSD-3-Clause"
2067
            ],
2068
            "authors": [
2069
                {
2070
                    "name": "Fabien Potencier",
2071
                    "email": "[email protected]",
2072
                    "homepage": "http://fabien.potencier.org",
2073
                    "role": "Lead Developer"
2074
                },
2075
                {
2076
                    "name": "Armin Ronacher",
2077
                    "email": "[email protected]",
2078
                    "role": "Project Founder"
2079
                },
2080
                {
2081
                    "name": "Twig Team",
2082
                    "homepage": "http://twig.sensiolabs.org/contributors",
2083
                    "role": "Contributors"
2084
                }
2085
            ],
2086
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2087
            "homepage": "http://twig.sensiolabs.org",
2088
            "keywords": [
2089
                "templating"
2090
            ],
2091
            "time": "2015-04-19 08:30:27"
2092
        }
2093
    ],
2094
    "packages-dev": [
2095
        {
2096
            "name": "behat/behat",
2097
            "version": "v2.5.5",
2098
            "source": {
2099
                "type": "git",
2100
                "url": "https://github.com/Behat/Behat.git",
2101
                "reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120"
2102
            },
2103
            "dist": {
2104
                "type": "zip",
2105
                "url": "https://api.github.com/repos/Behat/Behat/zipball/c1e48826b84669c97a1efa78459aedfdcdcf2120",
2106
                "reference": "c1e48826b84669c97a1efa78459aedfdcdcf2120",
2107
                "shasum": ""
2108
            },
2109
            "require": {
2110
                "behat/gherkin": "~2.3.0",
2111
                "php": ">=5.3.1",
2112
                "symfony/config": "~2.3",
2113
                "symfony/console": "~2.0",
2114
                "symfony/dependency-injection": "~2.0",
2115
                "symfony/event-dispatcher": "~2.0",
2116
                "symfony/finder": "~2.0",
2117
                "symfony/translation": "~2.3",
2118
                "symfony/yaml": "~2.0"
2119
            },
2120
            "require-dev": {
2121
                "phpunit/phpunit": "~3.7.19"
2122
            },
2123
            "suggest": {
2124
                "behat/mink-extension": "for integration with Mink testing framework",
2125
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
2126
                "behat/yii-extension": "for integration with Yii web framework"
2127
            },
2128
            "bin": [
2129
                "bin/behat"
2130
            ],
2131
            "type": "library",
2132
            "autoload": {
2133
                "psr-0": {
2134
                    "Behat\\Behat": "src/"
2135
                }
2136
            },
2137
            "notification-url": "https://packagist.org/downloads/",
2138
            "license": [
2139
                "MIT"
2140
            ],
2141
            "authors": [
2142
                {
2143
                    "name": "Konstantin Kudryashov",
2144
                    "email": "[email protected]",
2145
                    "homepage": "http://everzet.com"
2146
                }
2147
            ],
2148
            "description": "Scenario-oriented BDD framework for PHP 5.3",
2149
            "homepage": "http://behat.org/",
2150
            "keywords": [
2151
                "BDD",
2152
                "Behat",
2153
                "Symfony2"
2154
            ],
2155
            "time": "2015-06-01 09:37:55"
2156
        },
2157
        {
2158
            "name": "behat/gherkin",
2159
            "version": "v2.3.5",
2160
            "source": {
2161
                "type": "git",
2162
                "url": "https://github.com/Behat/Gherkin.git",
2163
                "reference": "2b33963da5525400573560c173ab5c9c057e1852"
2164
            },
2165
            "dist": {
2166
                "type": "zip",
2167
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/2b33963da5525400573560c173ab5c9c057e1852",
2168
                "reference": "2b33963da5525400573560c173ab5c9c057e1852",
2169
                "shasum": ""
2170
            },
2171
            "require": {
2172
                "php": ">=5.3.1",
2173
                "symfony/finder": "~2.0"
2174
            },
2175
            "require-dev": {
2176
                "symfony/config": "~2.0",
2177
                "symfony/translation": "~2.0",
2178
                "symfony/yaml": "~2.0"
2179
            },
2180
            "suggest": {
2181
                "symfony/config": "If you want to use Config component to manage resources",
2182
                "symfony/translation": "If you want to use Symfony2 translations adapter",
2183
                "symfony/yaml": "If you want to parse features, represented in YAML files"
2184
            },
2185
            "type": "library",
2186
            "extra": {
2187
                "branch-alias": {
2188
                    "dev-develop": "2.2-dev"
2189
                }
2190
            },
2191
            "autoload": {
2192
                "psr-0": {
2193
                    "Behat\\Gherkin": "src/"
2194
                }
2195
            },
2196
            "notification-url": "https://packagist.org/downloads/",
2197
            "license": [
2198
                "MIT"
2199
            ],
2200
            "authors": [
2201
                {
2202
                    "name": "Konstantin Kudryashov",
2203
                    "email": "[email protected]",
2204
                    "homepage": "http://everzet.com"
2205
                }
2206
            ],
2207
            "description": "Gherkin DSL parser for PHP 5.3",
2208
            "homepage": "http://behat.org/",
2209
            "keywords": [
2210
                "BDD",
2211
                "Behat",
2212
                "DSL",
2213
                "Symfony2",
2214
                "parser"
2215
            ],
2216
            "time": "2013-10-15 11:22:17"
2217
        },
2218
        {
2219
            "name": "behat/mink",
2220
            "version": "v1.6.1",
2221
            "source": {
2222
                "type": "git",
2223
                "url": "https://github.com/minkphp/Mink.git",
2224
                "reference": "8b68523a339ec991bcd638b39dc8f04f808da88a"
2225
            },
2226
            "dist": {
2227
                "type": "zip",
2228
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/8b68523a339ec991bcd638b39dc8f04f808da88a",
2229
                "reference": "8b68523a339ec991bcd638b39dc8f04f808da88a",
2230
                "shasum": ""
2231
            },
2232
            "require": {
2233
                "php": ">=5.3.1",
2234
                "symfony/css-selector": "~2.0"
2235
            },
2236
            "suggest": {
2237
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
2238
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
2239
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
2240
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
2241
            },
2242
            "type": "library",
2243
            "extra": {
2244
                "branch-alias": {
2245
                    "dev-master": "1.6.x-dev"
2246
                }
2247
            },
2248
            "autoload": {
2249
                "psr-4": {
2250
                    "Behat\\Mink\\": "src/"
2251
                }
2252
            },
2253
            "notification-url": "https://packagist.org/downloads/",
2254
            "license": [
2255
                "MIT"
2256
            ],
2257
            "authors": [
2258
                {
2259
                    "name": "Konstantin Kudryashov",
2260
                    "email": "[email protected]",
2261
                    "homepage": "http://everzet.com"
2262
                }
2263
            ],
2264
            "description": "Browser controller/emulator abstraction for PHP",
2265
            "homepage": "http://mink.behat.org/",
2266
            "keywords": [
2267
                "browser",
2268
                "testing",
2269
                "web"
2270
            ],
2271
            "time": "2015-02-04 17:02:06"
2272
        },
2273
        {
2274
            "name": "behat/mink-browserkit-driver",
2275
            "version": "v1.2.0",
2276
            "source": {
2277
                "type": "git",
2278
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
2279
                "reference": "aed8f4a596b79014a75254c3e337511c33e38cbd"
2280
            },
2281
            "dist": {
2282
                "type": "zip",
2283
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/aed8f4a596b79014a75254c3e337511c33e38cbd",
2284
                "reference": "aed8f4a596b79014a75254c3e337511c33e38cbd",
2285
                "shasum": ""
2286
            },
2287
            "require": {
2288
                "behat/mink": "~1.6@dev",
2289
                "php": ">=5.3.1",
2290
                "symfony/browser-kit": "~2.0",
2291
                "symfony/dom-crawler": "~2.0"
2292
            },
2293
            "require-dev": {
2294
                "silex/silex": "~1.2"
2295
            },
2296
            "type": "mink-driver",
2297
            "extra": {
2298
                "branch-alias": {
2299
                    "dev-master": "1.2.x-dev"
2300
                }
2301
            },
2302
            "autoload": {
2303
                "psr-0": {
2304
                    "Behat\\Mink\\Driver": "src/"
2305
                }
2306
            },
2307
            "notification-url": "https://packagist.org/downloads/",
2308
            "license": [
2309
                "MIT"
2310
            ],
2311
            "authors": [
2312
                {
2313
                    "name": "Konstantin Kudryashov",
2314
                    "email": "[email protected]",
2315
                    "homepage": "http://everzet.com"
2316
                }
2317
            ],
2318
            "description": "Symfony2 BrowserKit driver for Mink framework",
2319
            "homepage": "http://mink.behat.org/",
2320
            "keywords": [
2321
                "Mink",
2322
                "Symfony2",
2323
                "browser",
2324
                "testing"
2325
            ],
2326
            "time": "2014-09-26 11:35:19"
2327
        },
2328
        {
2329
            "name": "behat/mink-extension",
2330
            "version": "v1.3.3",
2331
            "source": {
2332
                "type": "git",
2333
                "url": "https://github.com/Behat/MinkExtension.git",
2334
                "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8"
2335
            },
2336
            "dist": {
2337
                "type": "zip",
2338
                "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
2339
                "reference": "b885b9407cba50a954f72c69ed1b2f8d3bc694f8",
2340
                "shasum": ""
2341
            },
2342
            "require": {
2343
                "behat/behat": "~2.5.0",
2344
                "behat/mink": "~1.5",
2345
                "php": ">=5.3.2",
2346
                "symfony/config": "~2.2"
2347
            },
2348
            "require-dev": {
2349
                "behat/mink-goutte-driver": "~1.0",
2350
                "fabpot/goutte": "~1.0"
2351
            },
2352
            "type": "behat-extension",
2353
            "autoload": {
2354
                "psr-0": {
2355
                    "Behat\\MinkExtension": "src/"
2356
                }
2357
            },
2358
            "notification-url": "https://packagist.org/downloads/",
2359
            "license": [
2360
                "MIT"
2361
            ],
2362
            "authors": [
2363
                {
2364
                    "name": "Konstantin Kudryashov",
2365
                    "email": "[email protected]",
2366
                    "homepage": "http://everzet.com"
2367
                }
2368
            ],
2369
            "description": "Mink extension for Behat",
2370
            "homepage": "http://mink.behat.org",
2371
            "keywords": [
2372
                "browser",
2373
                "gui",
2374
                "test",
2375
                "web"
2376
            ],
2377
            "time": "2014-05-15 19:27:39"
2378
        },
2379
        {
2380
            "name": "behat/mink-goutte-driver",
2381
            "version": "v1.1.0",
2382
            "source": {
2383
                "type": "git",
2384
                "url": "https://github.com/minkphp/MinkGoutteDriver.git",
2385
                "reference": "2bf327b4166694ecaa8ae7f956cb6ae252ecf03e"
2386
            },
2387
            "dist": {
2388
                "type": "zip",
2389
                "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/2bf327b4166694ecaa8ae7f956cb6ae252ecf03e",
2390
                "reference": "2bf327b4166694ecaa8ae7f956cb6ae252ecf03e",
2391
                "shasum": ""
2392
            },
2393
            "require": {
2394
                "behat/mink": "~1.6@dev",
2395
                "behat/mink-browserkit-driver": "~1.2@dev",
2396
                "fabpot/goutte": "~1.0.4|~2.0",
2397
                "php": ">=5.3.1"
2398
            },
2399
            "type": "mink-driver",
2400
            "extra": {
2401
                "branch-alias": {
2402
                    "dev-master": "1.1.x-dev"
2403
                }
2404
            },
2405
            "autoload": {
2406
                "psr-0": {
2407
                    "Behat\\Mink\\Driver": "src/"
2408
                }
2409
            },
2410
            "notification-url": "https://packagist.org/downloads/",
2411
            "license": [
2412
                "MIT"
2413
            ],
2414
            "authors": [
2415
                {
2416
                    "name": "Konstantin Kudryashov",
2417
                    "email": "[email protected]",
2418
                    "homepage": "http://everzet.com"
2419
                }
2420
            ],
2421
            "description": "Goutte driver for Mink framework",
2422
            "homepage": "http://mink.behat.org/",
2423
            "keywords": [
2424
                "browser",
2425
                "goutte",
2426
                "headless",
2427
                "testing"
2428
            ],
2429
            "time": "2014-10-09 09:21:12"
2430
        },
2431
        {
2432
            "name": "behat/mink-selenium2-driver",
2433
            "version": "v1.2.0",
2434
            "source": {
2435
                "type": "git",
2436
                "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
2437
                "reference": "8018fee80bf6573f909ece3e0dfc07d0eb352210"
2438
            },
2439
            "dist": {
2440
                "type": "zip",
2441
                "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/8018fee80bf6573f909ece3e0dfc07d0eb352210",
2442
                "reference": "8018fee80bf6573f909ece3e0dfc07d0eb352210",
2443
                "shasum": ""
2444
            },
2445
            "require": {
2446
                "behat/mink": "~1.6@dev",
2447
                "instaclick/php-webdriver": "~1.1",
2448
                "php": ">=5.3.1"
2449
            },
2450
            "type": "mink-driver",
2451
            "extra": {
2452
                "branch-alias": {
2453
                    "dev-master": "1.2.x-dev"
2454
                }
2455
            },
2456
            "autoload": {
2457
                "psr-0": {
2458
                    "Behat\\Mink\\Driver": "src/"
2459
                }
2460
            },
2461
            "notification-url": "https://packagist.org/downloads/",
2462
            "license": [
2463
                "MIT"
2464
            ],
2465
            "authors": [
2466
                {
2467
                    "name": "Konstantin Kudryashov",
2468
                    "email": "[email protected]",
2469
                    "homepage": "http://everzet.com"
2470
                },
2471
                {
2472
                    "name": "Pete Otaqui",
2473
                    "email": "[email protected]",
2474
                    "homepage": "https://github.com/pete-otaqui"
2475
                }
2476
            ],
2477
            "description": "Selenium2 (WebDriver) driver for Mink framework",
2478
            "homepage": "http://mink.behat.org/",
2479
            "keywords": [
2480
                "ajax",
2481
                "browser",
2482
                "javascript",
2483
                "selenium",
2484
                "testing",
2485
                "webdriver"
2486
            ],
2487
            "time": "2014-09-29 13:12:12"
2488
        },
2489
        {
2490
            "name": "camspiers/json-pretty",
2491
            "version": "1.0.0",
2492
            "source": {
2493
                "type": "git",
2494
                "url": "https://github.com/camspiers/json-pretty.git",
2495
                "reference": "2378ac3e8e798e9c55bd3c194238cde35af93817"
2496
            },
2497
            "dist": {
2498
                "type": "zip",
2499
                "url": "https://api.github.com/repos/camspiers/json-pretty/zipball/2378ac3e8e798e9c55bd3c194238cde35af93817",
2500
                "reference": "2378ac3e8e798e9c55bd3c194238cde35af93817",
2501
                "shasum": ""
2502
            },
2503
            "require-dev": {
2504
                "phpunit/phpunit": "3.7.*"
2505
            },
2506
            "suggest": {
2507
                "pimple/pimple": "Useful for dependency injection"
2508
            },
2509
            "type": "library",
2510
            "autoload": {
2511
                "psr-0": {
2512
                    "Camspiers": "src/"
2513
                }
2514
            },
2515
            "notification-url": "https://packagist.org/downloads/",
2516
            "license": [
2517
                "MIT"
2518
            ],
2519
            "authors": [
2520
                {
2521
                    "name": "Cam Spiers",
2522
                    "email": "[email protected]",
2523
                    "homepage": "https://github.com/camspiers/",
2524
                    "role": "Developer"
2525
                }
2526
            ],
2527
            "description": "Provides support for json pretty printing in php 5.3",
2528
            "time": "2014-01-24 12:31:00"
2529
        },
2530
        {
2531
            "name": "doctrine/instantiator",
2532
            "version": "1.0.4",
2533
            "source": {
2534
                "type": "git",
2535
                "url": "https://github.com/doctrine/instantiator.git",
2536
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
2537
            },
2538
            "dist": {
2539
                "type": "zip",
2540
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
2541
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
2542
                "shasum": ""
2543
            },
2544
            "require": {
2545
                "php": ">=5.3,<8.0-DEV"
2546
            },
2547
            "require-dev": {
2548
                "athletic/athletic": "~0.1.8",
2549
                "ext-pdo": "*",
2550
                "ext-phar": "*",
2551
                "phpunit/phpunit": "~4.0",
2552
                "squizlabs/php_codesniffer": "2.0.*@ALPHA"
2553
            },
2554
            "type": "library",
2555
            "extra": {
2556
                "branch-alias": {
2557
                    "dev-master": "1.0.x-dev"
2558
                }
2559
            },
2560
            "autoload": {
2561
                "psr-0": {
2562
                    "Doctrine\\Instantiator\\": "src"
2563
                }
2564
            },
2565
            "notification-url": "https://packagist.org/downloads/",
2566
            "license": [
2567
                "MIT"
2568
            ],
2569
            "authors": [
2570
                {
2571
                    "name": "Marco Pivetta",
2572
                    "email": "[email protected]",
2573
                    "homepage": "http://ocramius.github.com/"
2574
                }
2575
            ],
2576
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2577
            "homepage": "https://github.com/doctrine/instantiator",
2578
            "keywords": [
2579
                "constructor",
2580
                "instantiate"
2581
            ],
2582
            "time": "2014-10-13 12:58:55"
2583
        },
2584
        {
2585
            "name": "fabpot/goutte",
2586
            "version": "v2.0.4",
2587
            "source": {
2588
                "type": "git",
2589
                "url": "https://github.com/FriendsOfPHP/Goutte.git",
2590
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802"
2591
            },
2592
            "dist": {
2593
                "type": "zip",
2594
                "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
2595
                "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
2596
                "shasum": ""
2597
            },
2598
            "require": {
2599
                "guzzlehttp/guzzle": ">=4,<6",
2600
                "php": ">=5.4.0",
2601
                "symfony/browser-kit": "~2.1",
2602
                "symfony/css-selector": "~2.1",
2603
                "symfony/dom-crawler": "~2.1"
2604
            },
2605
            "type": "application",
2606
            "extra": {
2607
                "branch-alias": {
2608
                    "dev-master": "2.0-dev"
2609
                }
2610
            },
2611
            "autoload": {
2612
                "psr-4": {
2613
                    "Goutte\\": "Goutte"
2614
                }
2615
            },
2616
            "notification-url": "https://packagist.org/downloads/",
2617
            "license": [
2618
                "MIT"
2619
            ],
2620
            "authors": [
2621
                {
2622
                    "name": "Fabien Potencier",
2623
                    "email": "[email protected]"
2624
                }
2625
            ],
2626
            "description": "A simple PHP Web Scraper",
2627
            "homepage": "https://github.com/FriendsOfPHP/Goutte",
2628
            "keywords": [
2629
                "scraper"
2630
            ],
2631
            "time": "2015-05-05 21:14:57"
2632
        },
2633
        {
2634
            "name": "ibuildings/qa-tools",
2635
            "version": "1.1.27",
2636
            "source": {
2637
                "type": "git",
2638
                "url": "https://github.com/ibuildingsnl/qa-tools.git",
2639
                "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd"
2640
            },
2641
            "dist": {
2642
                "type": "zip",
2643
                "url": "https://api.github.com/repos/ibuildingsnl/qa-tools/zipball/8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd",
2644
                "reference": "8ad25e0a919aa0ed7ceb00abbe1d80a0dae929dd",
2645
                "shasum": ""
2646
            },
2647
            "require": {
2648
                "behat/behat": "~2.5",
2649
                "behat/mink": "*",
2650
                "behat/mink-extension": "*",
2651
                "behat/mink-goutte-driver": ">=1.0.9",
2652
                "behat/mink-selenium2-driver": "*",
2653
                "camspiers/json-pretty": "~1.0",
2654
                "phpmd/phpmd": "~2",
2655
                "phpunit/phpunit": "~4",
2656
                "sebastian/phpcpd": "~2",
2657
                "sensiolabs/security-checker": "~2.0",
2658
                "squizlabs/php_codesniffer": "~1",
2659
                "symfony/console": "~2.1",
2660
                "symfony/filesystem": "~2.1",
2661
                "twig/twig": "~1.12"
2662
            },
2663
            "bin": [
2664
                "bin/qa-tools",
2665
                "bin/jshint"
2666
            ],
2667
            "type": "library",
2668
            "extra": {
2669
                "branch-alias": {
2670
                    "dev-master": "1.1.x-dev"
2671
                }
2672
            },
2673
            "autoload": {
2674
                "psr-0": {
2675
                    "Ibuildings": "src/"
2676
                }
2677
            },
2678
            "notification-url": "https://packagist.org/downloads/",
2679
            "license": [
2680
                "MIT"
2681
            ],
2682
            "description": "Ibuildings standard QA Tools",
2683
            "time": "2014-10-06 10:35:34"
2684
        },
2685
        {
2686
            "name": "instaclick/php-webdriver",
2687
            "version": "1.4.2",
2688
            "source": {
2689
                "type": "git",
2690
                "url": "https://github.com/instaclick/php-webdriver.git",
2691
                "reference": "6aa16bbc02a5897200ab70316e0d2a01664afc51"
2692
            },
2693
            "dist": {
2694
                "type": "zip",
2695
                "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6aa16bbc02a5897200ab70316e0d2a01664afc51",
2696
                "reference": "6aa16bbc02a5897200ab70316e0d2a01664afc51",
2697
                "shasum": ""
2698
            },
2699
            "require": {
2700
                "ext-curl": "*",
2701
                "php": ">=5.3.2"
2702
            },
2703
            "require-dev": {
2704
                "satooshi/php-coveralls": "dev-master"
2705
            },
2706
            "type": "library",
2707
            "extra": {
2708
                "branch-alias": {
2709
                    "dev-master": "1.4.x-dev"
2710
                }
2711
            },
2712
            "autoload": {
2713
                "psr-0": {
2714
                    "WebDriver": "lib/"
2715
                }
2716
            },
2717
            "notification-url": "https://packagist.org/downloads/",
2718
            "license": [
2719
                "Apache-2.0"
2720
            ],
2721
            "authors": [
2722
                {
2723
                    "name": "Justin Bishop",
2724
                    "email": "[email protected]",
2725
                    "role": "Developer"
2726
                },
2727
                {
2728
                    "name": "Anthon Pang",
2729
                    "email": "[email protected]",
2730
                    "role": "Fork Maintainer"
2731
                }
2732
            ],
2733
            "description": "PHP WebDriver for Selenium 2",
2734
            "homepage": "http://instaclick.com/",
2735
            "keywords": [
2736
                "browser",
2737
                "selenium",
2738
                "webdriver",
2739
                "webtest"
2740
            ],
2741
            "time": "2015-04-05 19:52:55"
2742
        },
2743
        {
2744
            "name": "liip/rmt",
2745
            "version": "1.1.7",
2746
            "source": {
2747
                "type": "git",
2748
                "url": "https://github.com/liip/RMT.git",
2749
                "reference": "444e48c6e41ee191421855fca7c205ff77a6f8fc"
2750
            },
2751
            "dist": {
2752
                "type": "zip",
2753
                "url": "https://api.github.com/repos/liip/RMT/zipball/444e48c6e41ee191421855fca7c205ff77a6f8fc",
2754
                "reference": "444e48c6e41ee191421855fca7c205ff77a6f8fc",
2755
                "shasum": ""
2756
            },
2757
            "require": {
2758
                "php": ">=5.3.3",
2759
                "sensiolabs/security-checker": "~2.0",
2760
                "symfony/console": "~2.0",
2761
                "symfony/process": "~2.0",
2762
                "symfony/yaml": "~2.0",
2763
                "vierbergenlars/php-semver": "~3.0"
2764
            },
2765
            "bin": [
2766
                "RMT"
2767
            ],
2768
            "type": "library",
2769
            "autoload": {
2770
                "psr-0": {
2771
                    "Liip": "src"
2772
                }
2773
            },
2774
            "notification-url": "https://packagist.org/downloads/",
2775
            "license": [
2776
                "MIT"
2777
            ],
2778
            "authors": [
2779
                {
2780
                    "name": "Laurent Prodon",
2781
                    "email": "[email protected]",
2782
                    "role": "Developer"
2783
                },
2784
                {
2785
                    "name": "David Jeanmonod",
2786
                    "email": "[email protected]",
2787
                    "role": "Developer"
2788
                }
2789
            ],
2790
            "description": "Release Managment Tool: a handy tool to help releasing new version of your software",
2791
            "homepage": "http://github.com/liip/RMT",
2792
            "keywords": [
2793
                "post-release",
2794
                "pre-release",
2795
                "release",
2796
                "semantic versioning",
2797
                "vcs tag",
2798
                "version"
2799
            ],
2800
            "time": "2014-10-28 10:33:21"
2801
        },
2802
        {
2803
            "name": "mockery/mockery",
2804
            "version": "0.9.2",
2805
            "source": {
2806
                "type": "git",
2807
                "url": "https://github.com/padraic/mockery.git",
2808
                "reference": "95a4855380dc70176c51807c678fb3bd6198529a"
2809
            },
2810
            "dist": {
2811
                "type": "zip",
2812
                "url": "https://api.github.com/repos/padraic/mockery/zipball/95a4855380dc70176c51807c678fb3bd6198529a",
2813
                "reference": "95a4855380dc70176c51807c678fb3bd6198529a",
2814
                "shasum": ""
2815
            },
2816
            "require": {
2817
                "lib-pcre": ">=7.0",
2818
                "php": ">=5.3.2"
2819
            },
2820
            "require-dev": {
2821
                "hamcrest/hamcrest-php": "~1.1",
2822
                "phpunit/phpunit": "~4.0",
2823
                "satooshi/php-coveralls": "~0.7@dev"
2824
            },
2825
            "type": "library",
2826
            "extra": {
2827
                "branch-alias": {
2828
                    "dev-master": "0.9.x-dev"
2829
                }
2830
            },
2831
            "autoload": {
2832
                "psr-0": {
2833
                    "Mockery": "library/"
2834
                }
2835
            },
2836
            "notification-url": "https://packagist.org/downloads/",
2837
            "license": [
2838
                "BSD-3-Clause"
2839
            ],
2840
            "authors": [
2841
                {
2842
                    "name": "Pádraic Brady",
2843
                    "email": "[email protected]",
2844
                    "homepage": "http://blog.astrumfutura.com"
2845
                },
2846
                {
2847
                    "name": "Dave Marshall",
2848
                    "email": "[email protected]",
2849
                    "homepage": "http://davedevelopment.co.uk"
2850
                }
2851
            ],
2852
            "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 succint 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.",
2853
            "homepage": "http://github.com/padraic/mockery",
2854
            "keywords": [
2855
                "BDD",
2856
                "TDD",
2857
                "library",
2858
                "mock",
2859
                "mock objects",
2860
                "mockery",
2861
                "stub",
2862
                "test",
2863
                "test double",
2864
                "testing"
2865
            ],
2866
            "time": "2014-09-03 10:11:10"
2867
        },
2868
        {
2869
            "name": "pdepend/pdepend",
2870
            "version": "2.1.0",
2871
            "source": {
2872
                "type": "git",
2873
                "url": "https://github.com/pdepend/pdepend.git",
2874
                "reference": "f58902a774449f73f1a1d9cd1a07aeac8fbee367"
2875
            },
2876
            "dist": {
2877
                "type": "zip",
2878
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/f58902a774449f73f1a1d9cd1a07aeac8fbee367",
2879
                "reference": "f58902a774449f73f1a1d9cd1a07aeac8fbee367",
2880
                "shasum": ""
2881
            },
2882
            "require": {
2883
                "symfony/config": ">=2.4",
2884
                "symfony/dependency-injection": ">=2.4",
2885
                "symfony/filesystem": ">=2.4"
2886
            },
2887
            "require-dev": {
2888
                "phpunit/phpunit": "4.*@stable",
2889
                "squizlabs/php_codesniffer": "@stable"
2890
            },
2891
            "bin": [
2892
                "src/bin/pdepend"
2893
            ],
2894
            "type": "library",
2895
            "autoload": {
2896
                "psr-0": {
2897
                    "PDepend\\": "src/main/php/"
2898
                }
2899
            },
2900
            "notification-url": "https://packagist.org/downloads/",
2901
            "license": [
2902
                "BSD-3-Clause"
2903
            ],
2904
            "description": "Official version of pdepend to be handled with Composer",
2905
            "time": "2015-05-21 18:09:06"
2906
        },
2907
        {
2908
            "name": "phpdocumentor/reflection-docblock",
2909
            "version": "2.0.4",
2910
            "source": {
2911
                "type": "git",
2912
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2913
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
2914
            },
2915
            "dist": {
2916
                "type": "zip",
2917
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
2918
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
2919
                "shasum": ""
2920
            },
2921
            "require": {
2922
                "php": ">=5.3.3"
2923
            },
2924
            "require-dev": {
2925
                "phpunit/phpunit": "~4.0"
2926
            },
2927
            "suggest": {
2928
                "dflydev/markdown": "~1.0",
2929
                "erusev/parsedown": "~1.0"
2930
            },
2931
            "type": "library",
2932
            "extra": {
2933
                "branch-alias": {
2934
                    "dev-master": "2.0.x-dev"
2935
                }
2936
            },
2937
            "autoload": {
2938
                "psr-0": {
2939
                    "phpDocumentor": [
2940
                        "src/"
2941
                    ]
2942
                }
2943
            },
2944
            "notification-url": "https://packagist.org/downloads/",
2945
            "license": [
2946
                "MIT"
2947
            ],
2948
            "authors": [
2949
                {
2950
                    "name": "Mike van Riel",
2951
                    "email": "[email protected]"
2952
                }
2953
            ],
2954
            "time": "2015-02-03 12:10:50"
2955
        },
2956
        {
2957
            "name": "phpmd/phpmd",
2958
            "version": "2.2.3",
2959
            "source": {
2960
                "type": "git",
2961
                "url": "https://github.com/phpmd/phpmd.git",
2962
                "reference": "5eeb5a4d39c8304910b33ae49f8813905346cc35"
2963
            },
2964
            "dist": {
2965
                "type": "zip",
2966
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/5eeb5a4d39c8304910b33ae49f8813905346cc35",
2967
                "reference": "5eeb5a4d39c8304910b33ae49f8813905346cc35",
2968
                "shasum": ""
2969
            },
2970
            "require": {
2971
                "pdepend/pdepend": "~2.0",
2972
                "php": ">=5.3.0",
2973
                "symfony/config": ">=2.4",
2974
                "symfony/dependency-injection": ">=2.4",
2975
                "symfony/filesystem": ">=2.4"
2976
            },
2977
            "require-dev": {
2978
                "phpunit/phpunit": "*",
2979
                "squizlabs/php_codesniffer": "*"
2980
            },
2981
            "bin": [
2982
                "src/bin/phpmd"
2983
            ],
2984
            "type": "project",
2985
            "autoload": {
2986
                "psr-0": {
2987
                    "PHPMD\\": "src/main/php"
2988
                }
2989
            },
2990
            "notification-url": "https://packagist.org/downloads/",
2991
            "license": [
2992
                "BSD-3-Clause"
2993
            ],
2994
            "authors": [
2995
                {
2996
                    "name": "Manuel Pichler",
2997
                    "email": "[email protected]",
2998
                    "homepage": "https://github.com/manuelpichler",
2999
                    "role": "Project founder"
3000
                },
3001
                {
3002
                    "name": "Other contributors",
3003
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
3004
                    "role": "Contributors"
3005
                }
3006
            ],
3007
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
3008
            "homepage": "http://phpmd.org/",
3009
            "keywords": [
3010
                "mess detection",
3011
                "mess detector",
3012
                "pdepend",
3013
                "phpmd",
3014
                "pmd"
3015
            ],
3016
            "time": "2015-05-27 18:16:57"
3017
        },
3018
        {
3019
            "name": "phpspec/prophecy",
3020
            "version": "v1.4.1",
3021
            "source": {
3022
                "type": "git",
3023
                "url": "https://github.com/phpspec/prophecy.git",
3024
                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
3025
            },
3026
            "dist": {
3027
                "type": "zip",
3028
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
3029
                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
3030
                "shasum": ""
3031
            },
3032
            "require": {
3033
                "doctrine/instantiator": "^1.0.2",
3034
                "phpdocumentor/reflection-docblock": "~2.0",
3035
                "sebastian/comparator": "~1.1"
3036
            },
3037
            "require-dev": {
3038
                "phpspec/phpspec": "~2.0"
3039
            },
3040
            "type": "library",
3041
            "extra": {
3042
                "branch-alias": {
3043
                    "dev-master": "1.4.x-dev"
3044
                }
3045
            },
3046
            "autoload": {
3047
                "psr-0": {
3048
                    "Prophecy\\": "src/"
3049
                }
3050
            },
3051
            "notification-url": "https://packagist.org/downloads/",
3052
            "license": [
3053
                "MIT"
3054
            ],
3055
            "authors": [
3056
                {
3057
                    "name": "Konstantin Kudryashov",
3058
                    "email": "[email protected]",
3059
                    "homepage": "http://everzet.com"
3060
                },
3061
                {
3062
                    "name": "Marcello Duarte",
3063
                    "email": "[email protected]"
3064
                }
3065
            ],
3066
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3067
            "homepage": "https://github.com/phpspec/prophecy",
3068
            "keywords": [
3069
                "Double",
3070
                "Dummy",
3071
                "fake",
3072
                "mock",
3073
                "spy",
3074
                "stub"
3075
            ],
3076
            "time": "2015-04-27 22:15:08"
3077
        },
3078
        {
3079
            "name": "phpunit/php-code-coverage",
3080
            "version": "2.1.2",
3081
            "source": {
3082
                "type": "git",
3083
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3084
                "reference": "6b7d2094ca2a685a2cad846cb7cd7a30e8b9470f"
3085
            },
3086
            "dist": {
3087
                "type": "zip",
3088
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6b7d2094ca2a685a2cad846cb7cd7a30e8b9470f",
3089
                "reference": "6b7d2094ca2a685a2cad846cb7cd7a30e8b9470f",
3090
                "shasum": ""
3091
            },
3092
            "require": {
3093
                "php": ">=5.3.3",
3094
                "phpunit/php-file-iterator": "~1.3",
3095
                "phpunit/php-text-template": "~1.2",
3096
                "phpunit/php-token-stream": "~1.3",
3097
                "sebastian/environment": "~1.0",
3098
                "sebastian/version": "~1.0"
3099
            },
3100
            "require-dev": {
3101
                "ext-xdebug": ">=2.1.4",
3102
                "phpunit/phpunit": "~4"
3103
            },
3104
            "suggest": {
3105
                "ext-dom": "*",
3106
                "ext-xdebug": ">=2.2.1",
3107
                "ext-xmlwriter": "*"
3108
            },
3109
            "type": "library",
3110
            "extra": {
3111
                "branch-alias": {
3112
                    "dev-master": "2.1.x-dev"
3113
                }
3114
            },
3115
            "autoload": {
3116
                "classmap": [
3117
                    "src/"
3118
                ]
3119
            },
3120
            "notification-url": "https://packagist.org/downloads/",
3121
            "license": [
3122
                "BSD-3-Clause"
3123
            ],
3124
            "authors": [
3125
                {
3126
                    "name": "Sebastian Bergmann",
3127
                    "email": "[email protected]",
3128
                    "role": "lead"
3129
                }
3130
            ],
3131
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3132
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3133
            "keywords": [
3134
                "coverage",
3135
                "testing",
3136
                "xunit"
3137
            ],
3138
            "time": "2015-06-01 07:35:26"
3139
        },
3140
        {
3141
            "name": "phpunit/php-file-iterator",
3142
            "version": "1.4.0",
3143
            "source": {
3144
                "type": "git",
3145
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3146
                "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
3147
            },
3148
            "dist": {
3149
                "type": "zip",
3150
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
3151
                "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
3152
                "shasum": ""
3153
            },
3154
            "require": {
3155
                "php": ">=5.3.3"
3156
            },
3157
            "type": "library",
3158
            "extra": {
3159
                "branch-alias": {
3160
                    "dev-master": "1.4.x-dev"
3161
                }
3162
            },
3163
            "autoload": {
3164
                "classmap": [
3165
                    "src/"
3166
                ]
3167
            },
3168
            "notification-url": "https://packagist.org/downloads/",
3169
            "license": [
3170
                "BSD-3-Clause"
3171
            ],
3172
            "authors": [
3173
                {
3174
                    "name": "Sebastian Bergmann",
3175
                    "email": "[email protected]",
3176
                    "role": "lead"
3177
                }
3178
            ],
3179
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3180
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3181
            "keywords": [
3182
                "filesystem",
3183
                "iterator"
3184
            ],
3185
            "time": "2015-04-02 05:19:05"
3186
        },
3187
        {
3188
            "name": "phpunit/php-text-template",
3189
            "version": "1.2.0",
3190
            "source": {
3191
                "type": "git",
3192
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3193
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
3194
            },
3195
            "dist": {
3196
                "type": "zip",
3197
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
3198
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
3199
                "shasum": ""
3200
            },
3201
            "require": {
3202
                "php": ">=5.3.3"
3203
            },
3204
            "type": "library",
3205
            "autoload": {
3206
                "classmap": [
3207
                    "Text/"
3208
                ]
3209
            },
3210
            "notification-url": "https://packagist.org/downloads/",
3211
            "include-path": [
3212
                ""
3213
            ],
3214
            "license": [
3215
                "BSD-3-Clause"
3216
            ],
3217
            "authors": [
3218
                {
3219
                    "name": "Sebastian Bergmann",
3220
                    "email": "[email protected]",
3221
                    "role": "lead"
3222
                }
3223
            ],
3224
            "description": "Simple template engine.",
3225
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3226
            "keywords": [
3227
                "template"
3228
            ],
3229
            "time": "2014-01-30 17:20:04"
3230
        },
3231
        {
3232
            "name": "phpunit/php-timer",
3233
            "version": "1.0.5",
3234
            "source": {
3235
                "type": "git",
3236
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3237
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
3238
            },
3239
            "dist": {
3240
                "type": "zip",
3241
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
3242
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
3243
                "shasum": ""
3244
            },
3245
            "require": {
3246
                "php": ">=5.3.3"
3247
            },
3248
            "type": "library",
3249
            "autoload": {
3250
                "classmap": [
3251
                    "PHP/"
3252
                ]
3253
            },
3254
            "notification-url": "https://packagist.org/downloads/",
3255
            "include-path": [
3256
                ""
3257
            ],
3258
            "license": [
3259
                "BSD-3-Clause"
3260
            ],
3261
            "authors": [
3262
                {
3263
                    "name": "Sebastian Bergmann",
3264
                    "email": "[email protected]",
3265
                    "role": "lead"
3266
                }
3267
            ],
3268
            "description": "Utility class for timing",
3269
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3270
            "keywords": [
3271
                "timer"
3272
            ],
3273
            "time": "2013-08-02 07:42:54"
3274
        },
3275
        {
3276
            "name": "phpunit/php-token-stream",
3277
            "version": "1.4.1",
3278
            "source": {
3279
                "type": "git",
3280
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3281
                "reference": "eab81d02569310739373308137284e0158424330"
3282
            },
3283
            "dist": {
3284
                "type": "zip",
3285
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/eab81d02569310739373308137284e0158424330",
3286
                "reference": "eab81d02569310739373308137284e0158424330",
3287
                "shasum": ""
3288
            },
3289
            "require": {
3290
                "ext-tokenizer": "*",
3291
                "php": ">=5.3.3"
3292
            },
3293
            "require-dev": {
3294
                "phpunit/phpunit": "~4.2"
3295
            },
3296
            "type": "library",
3297
            "extra": {
3298
                "branch-alias": {
3299
                    "dev-master": "1.4-dev"
3300
                }
3301
            },
3302
            "autoload": {
3303
                "classmap": [
3304
                    "src/"
3305
                ]
3306
            },
3307
            "notification-url": "https://packagist.org/downloads/",
3308
            "license": [
3309
                "BSD-3-Clause"
3310
            ],
3311
            "authors": [
3312
                {
3313
                    "name": "Sebastian Bergmann",
3314
                    "email": "[email protected]"
3315
                }
3316
            ],
3317
            "description": "Wrapper around PHP's tokenizer extension.",
3318
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3319
            "keywords": [
3320
                "tokenizer"
3321
            ],
3322
            "time": "2015-04-08 04:46:07"
3323
        },
3324
        {
3325
            "name": "phpunit/phpunit",
3326
            "version": "4.6.9",
3327
            "source": {
3328
                "type": "git",
3329
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3330
                "reference": "816d12536a7a032adc3b68737f82cfbbf98b79c1"
3331
            },
3332
            "dist": {
3333
                "type": "zip",
3334
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/816d12536a7a032adc3b68737f82cfbbf98b79c1",
3335
                "reference": "816d12536a7a032adc3b68737f82cfbbf98b79c1",
3336
                "shasum": ""
3337
            },
3338
            "require": {
3339
                "ext-dom": "*",
3340
                "ext-json": "*",
3341
                "ext-pcre": "*",
3342
                "ext-reflection": "*",
3343
                "ext-spl": "*",
3344
                "php": ">=5.3.3",
3345
                "phpspec/prophecy": "~1.3,>=1.3.1",
3346
                "phpunit/php-code-coverage": "~2.0,>=2.0.11",
3347
                "phpunit/php-file-iterator": "~1.4",
3348
                "phpunit/php-text-template": "~1.2",
3349
                "phpunit/php-timer": "~1.0",
3350
                "phpunit/phpunit-mock-objects": "~2.3",
3351
                "sebastian/comparator": "~1.1",
3352
                "sebastian/diff": "~1.2",
3353
                "sebastian/environment": "~1.2",
3354
                "sebastian/exporter": "~1.2",
3355
                "sebastian/global-state": "~1.0",
3356
                "sebastian/version": "~1.0",
3357
                "symfony/yaml": "~2.1|~3.0"
3358
            },
3359
            "suggest": {
3360
                "phpunit/php-invoker": "~1.1"
3361
            },
3362
            "bin": [
3363
                "phpunit"
3364
            ],
3365
            "type": "library",
3366
            "extra": {
3367
                "branch-alias": {
3368
                    "dev-master": "4.6.x-dev"
3369
                }
3370
            },
3371
            "autoload": {
3372
                "classmap": [
3373
                    "src/"
3374
                ]
3375
            },
3376
            "notification-url": "https://packagist.org/downloads/",
3377
            "license": [
3378
                "BSD-3-Clause"
3379
            ],
3380
            "authors": [
3381
                {
3382
                    "name": "Sebastian Bergmann",
3383
                    "email": "[email protected]",
3384
                    "role": "lead"
3385
                }
3386
            ],
3387
            "description": "The PHP Unit Testing framework.",
3388
            "homepage": "https://phpunit.de/",
3389
            "keywords": [
3390
                "phpunit",
3391
                "testing",
3392
                "xunit"
3393
            ],
3394
            "time": "2015-05-29 06:00:03"
3395
        },
3396
        {
3397
            "name": "phpunit/phpunit-mock-objects",
3398
            "version": "2.3.3",
3399
            "source": {
3400
                "type": "git",
3401
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3402
                "reference": "253c005852591fd547fc18cd5b7b43a1ec82d8f7"
3403
            },
3404
            "dist": {
3405
                "type": "zip",
3406
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/253c005852591fd547fc18cd5b7b43a1ec82d8f7",
3407
                "reference": "253c005852591fd547fc18cd5b7b43a1ec82d8f7",
3408
                "shasum": ""
3409
            },
3410
            "require": {
3411
                "doctrine/instantiator": "~1.0,>=1.0.2",
3412
                "php": ">=5.3.3",
3413
                "phpunit/php-text-template": "~1.2"
3414
            },
3415
            "require-dev": {
3416
                "phpunit/phpunit": "~4.4"
3417
            },
3418
            "suggest": {
3419
                "ext-soap": "*"
3420
            },
3421
            "type": "library",
3422
            "extra": {
3423
                "branch-alias": {
3424
                    "dev-master": "2.3.x-dev"
3425
                }
3426
            },
3427
            "autoload": {
3428
                "classmap": [
3429
                    "src/"
3430
                ]
3431
            },
3432
            "notification-url": "https://packagist.org/downloads/",
3433
            "license": [
3434
                "BSD-3-Clause"
3435
            ],
3436
            "authors": [
3437
                {
3438
                    "name": "Sebastian Bergmann",
3439
                    "email": "[email protected]",
3440
                    "role": "lead"
3441
                }
3442
            ],
3443
            "description": "Mock Object library for PHPUnit",
3444
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3445
            "keywords": [
3446
                "mock",
3447
                "xunit"
3448
            ],
3449
            "time": "2015-05-29 05:19:18"
3450
        },
3451
        {
3452
            "name": "sebastian/comparator",
3453
            "version": "1.1.1",
3454
            "source": {
3455
                "type": "git",
3456
                "url": "https://github.com/sebastianbergmann/comparator.git",
3457
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
3458
            },
3459
            "dist": {
3460
                "type": "zip",
3461
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
3462
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
3463
                "shasum": ""
3464
            },
3465
            "require": {
3466
                "php": ">=5.3.3",
3467
                "sebastian/diff": "~1.2",
3468
                "sebastian/exporter": "~1.2"
3469
            },
3470
            "require-dev": {
3471
                "phpunit/phpunit": "~4.4"
3472
            },
3473
            "type": "library",
3474
            "extra": {
3475
                "branch-alias": {
3476
                    "dev-master": "1.1.x-dev"
3477
                }
3478
            },
3479
            "autoload": {
3480
                "classmap": [
3481
                    "src/"
3482
                ]
3483
            },
3484
            "notification-url": "https://packagist.org/downloads/",
3485
            "license": [
3486
                "BSD-3-Clause"
3487
            ],
3488
            "authors": [
3489
                {
3490
                    "name": "Jeff Welch",
3491
                    "email": "[email protected]"
3492
                },
3493
                {
3494
                    "name": "Volker Dusch",
3495
                    "email": "[email protected]"
3496
                },
3497
                {
3498
                    "name": "Bernhard Schussek",
3499
                    "email": "[email protected]"
3500
                },
3501
                {
3502
                    "name": "Sebastian Bergmann",
3503
                    "email": "[email protected]"
3504
                }
3505
            ],
3506
            "description": "Provides the functionality to compare PHP values for equality",
3507
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3508
            "keywords": [
3509
                "comparator",
3510
                "compare",
3511
                "equality"
3512
            ],
3513
            "time": "2015-01-29 16:28:08"
3514
        },
3515
        {
3516
            "name": "sebastian/diff",
3517
            "version": "1.3.0",
3518
            "source": {
3519
                "type": "git",
3520
                "url": "https://github.com/sebastianbergmann/diff.git",
3521
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
3522
            },
3523
            "dist": {
3524
                "type": "zip",
3525
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
3526
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
3527
                "shasum": ""
3528
            },
3529
            "require": {
3530
                "php": ">=5.3.3"
3531
            },
3532
            "require-dev": {
3533
                "phpunit/phpunit": "~4.2"
3534
            },
3535
            "type": "library",
3536
            "extra": {
3537
                "branch-alias": {
3538
                    "dev-master": "1.3-dev"
3539
                }
3540
            },
3541
            "autoload": {
3542
                "classmap": [
3543
                    "src/"
3544
                ]
3545
            },
3546
            "notification-url": "https://packagist.org/downloads/",
3547
            "license": [
3548
                "BSD-3-Clause"
3549
            ],
3550
            "authors": [
3551
                {
3552
                    "name": "Kore Nordmann",
3553
                    "email": "[email protected]"
3554
                },
3555
                {
3556
                    "name": "Sebastian Bergmann",
3557
                    "email": "[email protected]"
3558
                }
3559
            ],
3560
            "description": "Diff implementation",
3561
            "homepage": "http://www.github.com/sebastianbergmann/diff",
3562
            "keywords": [
3563
                "diff"
3564
            ],
3565
            "time": "2015-02-22 15:13:53"
3566
        },
3567
        {
3568
            "name": "sebastian/environment",
3569
            "version": "1.2.2",
3570
            "source": {
3571
                "type": "git",
3572
                "url": "https://github.com/sebastianbergmann/environment.git",
3573
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
3574
            },
3575
            "dist": {
3576
                "type": "zip",
3577
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
3578
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
3579
                "shasum": ""
3580
            },
3581
            "require": {
3582
                "php": ">=5.3.3"
3583
            },
3584
            "require-dev": {
3585
                "phpunit/phpunit": "~4.4"
3586
            },
3587
            "type": "library",
3588
            "extra": {
3589
                "branch-alias": {
3590
                    "dev-master": "1.3.x-dev"
3591
                }
3592
            },
3593
            "autoload": {
3594
                "classmap": [
3595
                    "src/"
3596
                ]
3597
            },
3598
            "notification-url": "https://packagist.org/downloads/",
3599
            "license": [
3600
                "BSD-3-Clause"
3601
            ],
3602
            "authors": [
3603
                {
3604
                    "name": "Sebastian Bergmann",
3605
                    "email": "[email protected]"
3606
                }
3607
            ],
3608
            "description": "Provides functionality to handle HHVM/PHP environments",
3609
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3610
            "keywords": [
3611
                "Xdebug",
3612
                "environment",
3613
                "hhvm"
3614
            ],
3615
            "time": "2015-01-01 10:01:08"
3616
        },
3617
        {
3618
            "name": "sebastian/exporter",
3619
            "version": "1.2.0",
3620
            "source": {
3621
                "type": "git",
3622
                "url": "https://github.com/sebastianbergmann/exporter.git",
3623
                "reference": "84839970d05254c73cde183a721c7af13aede943"
3624
            },
3625
            "dist": {
3626
                "type": "zip",
3627
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
3628
                "reference": "84839970d05254c73cde183a721c7af13aede943",
3629
                "shasum": ""
3630
            },
3631
            "require": {
3632
                "php": ">=5.3.3",
3633
                "sebastian/recursion-context": "~1.0"
3634
            },
3635
            "require-dev": {
3636
                "phpunit/phpunit": "~4.4"
3637
            },
3638
            "type": "library",
3639
            "extra": {
3640
                "branch-alias": {
3641
                    "dev-master": "1.2.x-dev"
3642
                }
3643
            },
3644
            "autoload": {
3645
                "classmap": [
3646
                    "src/"
3647
                ]
3648
            },
3649
            "notification-url": "https://packagist.org/downloads/",
3650
            "license": [
3651
                "BSD-3-Clause"
3652
            ],
3653
            "authors": [
3654
                {
3655
                    "name": "Jeff Welch",
3656
                    "email": "[email protected]"
3657
                },
3658
                {
3659
                    "name": "Volker Dusch",
3660
                    "email": "[email protected]"
3661
                },
3662
                {
3663
                    "name": "Bernhard Schussek",
3664
                    "email": "[email protected]"
3665
                },
3666
                {
3667
                    "name": "Sebastian Bergmann",
3668
                    "email": "[email protected]"
3669
                },
3670
                {
3671
                    "name": "Adam Harvey",
3672
                    "email": "[email protected]"
3673
                }
3674
            ],
3675
            "description": "Provides the functionality to export PHP variables for visualization",
3676
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3677
            "keywords": [
3678
                "export",
3679
                "exporter"
3680
            ],
3681
            "time": "2015-01-27 07:23:06"
3682
        },
3683
        {
3684
            "name": "sebastian/finder-facade",
3685
            "version": "1.1.0",
3686
            "source": {
3687
                "type": "git",
3688
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
3689
                "reference": "1e396fda3449fce9df032749fa4fa2619e0347e0"
3690
            },
3691
            "dist": {
3692
                "type": "zip",
3693
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/1e396fda3449fce9df032749fa4fa2619e0347e0",
3694
                "reference": "1e396fda3449fce9df032749fa4fa2619e0347e0",
3695
                "shasum": ""
3696
            },
3697
            "require": {
3698
                "symfony/finder": ">=2.2.0",
3699
                "theseer/fdomdocument": ">=1.3.1"
3700
            },
3701
            "type": "library",
3702
            "autoload": {
3703
                "classmap": [
3704
                    "src/"
3705
                ]
3706
            },
3707
            "notification-url": "https://packagist.org/downloads/",
3708
            "license": [
3709
                "BSD-3-Clause"
3710
            ],
3711
            "authors": [
3712
                {
3713
                    "name": "Sebastian Bergmann",
3714
                    "email": "[email protected]",
3715
                    "role": "lead"
3716
                }
3717
            ],
3718
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
3719
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
3720
            "time": "2013-05-28 06:10:03"
3721
        },
3722
        {
3723
            "name": "sebastian/global-state",
3724
            "version": "1.0.0",
3725
            "source": {
3726
                "type": "git",
3727
                "url": "https://github.com/sebastianbergmann/global-state.git",
3728
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
3729
            },
3730
            "dist": {
3731
                "type": "zip",
3732
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
3733
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
3734
                "shasum": ""
3735
            },
3736
            "require": {
3737
                "php": ">=5.3.3"
3738
            },
3739
            "require-dev": {
3740
                "phpunit/phpunit": "~4.2"
3741
            },
3742
            "suggest": {
3743
                "ext-uopz": "*"
3744
            },
3745
            "type": "library",
3746
            "extra": {
3747
                "branch-alias": {
3748
                    "dev-master": "1.0-dev"
3749
                }
3750
            },
3751
            "autoload": {
3752
                "classmap": [
3753
                    "src/"
3754
                ]
3755
            },
3756
            "notification-url": "https://packagist.org/downloads/",
3757
            "license": [
3758
                "BSD-3-Clause"
3759
            ],
3760
            "authors": [
3761
                {
3762
                    "name": "Sebastian Bergmann",
3763
                    "email": "[email protected]"
3764
                }
3765
            ],
3766
            "description": "Snapshotting of global state",
3767
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3768
            "keywords": [
3769
                "global state"
3770
            ],
3771
            "time": "2014-10-06 09:23:50"
3772
        },
3773
        {
3774
            "name": "sebastian/phpcpd",
3775
            "version": "2.0.2",
3776
            "source": {
3777
                "type": "git",
3778
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
3779
                "reference": "d3ad100fdf15805495f6ff19f473f4314c99390c"
3780
            },
3781
            "dist": {
3782
                "type": "zip",
3783
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/d3ad100fdf15805495f6ff19f473f4314c99390c",
3784
                "reference": "d3ad100fdf15805495f6ff19f473f4314c99390c",
3785
                "shasum": ""
3786
            },
3787
            "require": {
3788
                "php": ">=5.3.3",
3789
                "phpunit/php-timer": "~1.0",
3790
                "sebastian/finder-facade": "~1.1",
3791
                "sebastian/version": "~1.0",
3792
                "symfony/console": "~2.2",
3793
                "theseer/fdomdocument": "~1.4"
3794
            },
3795
            "bin": [
3796
                "phpcpd"
3797
            ],
3798
            "type": "library",
3799
            "extra": {
3800
                "branch-alias": {
3801
                    "dev-master": "2.0-dev"
3802
                }
3803
            },
3804
            "autoload": {
3805
                "classmap": [
3806
                    "src/"
3807
                ]
3808
            },
3809
            "notification-url": "https://packagist.org/downloads/",
3810
            "license": [
3811
                "BSD-3-Clause"
3812
            ],
3813
            "authors": [
3814
                {
3815
                    "name": "Sebastian Bergmann",
3816
                    "email": "[email protected]",
3817
                    "role": "lead"
3818
                }
3819
            ],
3820
            "description": "Copy/Paste Detector (CPD) for PHP code.",
3821
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
3822
            "time": "2015-03-26 14:47:38"
3823
        },
3824
        {
3825
            "name": "sebastian/recursion-context",
3826
            "version": "1.0.0",
3827
            "source": {
3828
                "type": "git",
3829
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3830
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
3831
            },
3832
            "dist": {
3833
                "type": "zip",
3834
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
3835
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
3836
                "shasum": ""
3837
            },
3838
            "require": {
3839
                "php": ">=5.3.3"
3840
            },
3841
            "require-dev": {
3842
                "phpunit/phpunit": "~4.4"
3843
            },
3844
            "type": "library",
3845
            "extra": {
3846
                "branch-alias": {
3847
                    "dev-master": "1.0.x-dev"
3848
                }
3849
            },
3850
            "autoload": {
3851
                "classmap": [
3852
                    "src/"
3853
                ]
3854
            },
3855
            "notification-url": "https://packagist.org/downloads/",
3856
            "license": [
3857
                "BSD-3-Clause"
3858
            ],
3859
            "authors": [
3860
                {
3861
                    "name": "Jeff Welch",
3862
                    "email": "[email protected]"
3863
                },
3864
                {
3865
                    "name": "Sebastian Bergmann",
3866
                    "email": "[email protected]"
3867
                },
3868
                {
3869
                    "name": "Adam Harvey",
3870
                    "email": "[email protected]"
3871
                }
3872
            ],
3873
            "description": "Provides functionality to recursively process PHP variables",
3874
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3875
            "time": "2015-01-24 09:48:32"
3876
        },
3877
        {
3878
            "name": "sebastian/version",
3879
            "version": "1.0.5",
3880
            "source": {
3881
                "type": "git",
3882
                "url": "https://github.com/sebastianbergmann/version.git",
3883
                "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4"
3884
            },
3885
            "dist": {
3886
                "type": "zip",
3887
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
3888
                "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
3889
                "shasum": ""
3890
            },
3891
            "type": "library",
3892
            "autoload": {
3893
                "classmap": [
3894
                    "src/"
3895
                ]
3896
            },
3897
            "notification-url": "https://packagist.org/downloads/",
3898
            "license": [
3899
                "BSD-3-Clause"
3900
            ],
3901
            "authors": [
3902
                {
3903
                    "name": "Sebastian Bergmann",
3904
                    "email": "[email protected]",
3905
                    "role": "lead"
3906
                }
3907
            ],
3908
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3909
            "homepage": "https://github.com/sebastianbergmann/version",
3910
            "time": "2015-02-24 06:35:25"
3911
        },
3912
        {
3913
            "name": "sensiolabs/security-checker",
3914
            "version": "v2.0.5",
3915
            "source": {
3916
                "type": "git",
3917
                "url": "https://github.com/sensiolabs/security-checker.git",
3918
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810"
3919
            },
3920
            "dist": {
3921
                "type": "zip",
3922
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810",
3923
                "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810",
3924
                "shasum": ""
3925
            },
3926
            "require": {
3927
                "ext-curl": "*",
3928
                "symfony/console": "~2.0"
3929
            },
3930
            "bin": [
3931
                "security-checker"
3932
            ],
3933
            "type": "library",
3934
            "extra": {
3935
                "branch-alias": {
3936
                    "dev-master": "2.0-dev"
3937
                }
3938
            },
3939
            "autoload": {
3940
                "psr-0": {
3941
                    "SensioLabs\\Security": ""
3942
                }
3943
            },
3944
            "notification-url": "https://packagist.org/downloads/",
3945
            "license": [
3946
                "MIT"
3947
            ],
3948
            "authors": [
3949
                {
3950
                    "name": "Fabien Potencier",
3951
                    "email": "[email protected]"
3952
                }
3953
            ],
3954
            "description": "A security checker for your composer.lock",
3955
            "time": "2015-05-28 14:22:40"
3956
        },
3957
        {
3958
            "name": "squizlabs/php_codesniffer",
3959
            "version": "1.5.6",
3960
            "source": {
3961
                "type": "git",
3962
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3963
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
3964
            },
3965
            "dist": {
3966
                "type": "zip",
3967
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
3968
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
3969
                "shasum": ""
3970
            },
3971
            "require": {
3972
                "ext-tokenizer": "*",
3973
                "php": ">=5.1.2"
3974
            },
3975
            "suggest": {
3976
                "phpunit/php-timer": "dev-master"
3977
            },
3978
            "bin": [
3979
                "scripts/phpcs"
3980
            ],
3981
            "type": "library",
3982
            "extra": {
3983
                "branch-alias": {
3984
                    "dev-phpcs-fixer": "2.0.x-dev"
3985
                }
3986
            },
3987
            "autoload": {
3988
                "classmap": [
3989
                    "CodeSniffer.php",
3990
                    "CodeSniffer/CLI.php",
3991
                    "CodeSniffer/Exception.php",
3992
                    "CodeSniffer/File.php",
3993
                    "CodeSniffer/Report.php",
3994
                    "CodeSniffer/Reporting.php",
3995
                    "CodeSniffer/Sniff.php",
3996
                    "CodeSniffer/Tokens.php",
3997
                    "CodeSniffer/Reports/",
3998
                    "CodeSniffer/CommentParser/",
3999
                    "CodeSniffer/Tokenizers/",
4000
                    "CodeSniffer/DocGenerators/",
4001
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4002
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4003
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4004
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4005
                    "CodeSniffer/Standards/Generic/Sniffs/",
4006
                    "CodeSniffer/Standards/MySource/Sniffs/",
4007
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4008
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4009
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4010
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4011
                    "CodeSniffer/Standards/Zend/Sniffs/"
4012
                ]
4013
            },
4014
            "notification-url": "https://packagist.org/downloads/",
4015
            "license": [
4016
                "BSD-3-Clause"
4017
            ],
4018
            "authors": [
4019
                {
4020
                    "name": "Greg Sherwood",
4021
                    "role": "lead"
4022
                }
4023
            ],
4024
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4025
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4026
            "keywords": [
4027
                "phpcs",
4028
                "standards"
4029
            ],
4030
            "time": "2014-12-04 22:32:15"
4031
        },
4032
        {
4033
            "name": "symfony/browser-kit",
4034
            "version": "v2.7.0",
4035
            "source": {
4036
                "type": "git",
4037
                "url": "https://github.com/symfony/BrowserKit.git",
4038
                "reference": "70cdc18dd601a486a8cc69ee26367cbaedd60400"
4039
            },
4040
            "dist": {
4041
                "type": "zip",
4042
                "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/70cdc18dd601a486a8cc69ee26367cbaedd60400",
4043
                "reference": "70cdc18dd601a486a8cc69ee26367cbaedd60400",
4044
                "shasum": ""
4045
            },
4046
            "require": {
4047
                "php": ">=5.3.9",
4048
                "symfony/dom-crawler": "~2.0,>=2.0.5"
4049
            },
4050
            "require-dev": {
4051
                "symfony/css-selector": "~2.0,>=2.0.5",
4052
                "symfony/phpunit-bridge": "~2.7",
4053
                "symfony/process": "~2.0,>=2.0.5"
4054
            },
4055
            "suggest": {
4056
                "symfony/process": ""
4057
            },
4058
            "type": "library",
4059
            "extra": {
4060
                "branch-alias": {
4061
                    "dev-master": "2.7-dev"
4062
                }
4063
            },
4064
            "autoload": {
4065
                "psr-4": {
4066
                    "Symfony\\Component\\BrowserKit\\": ""
4067
                }
4068
            },
4069
            "notification-url": "https://packagist.org/downloads/",
4070
            "license": [
4071
                "MIT"
4072
            ],
4073
            "authors": [
4074
                {
4075
                    "name": "Fabien Potencier",
4076
                    "email": "[email protected]"
4077
                },
4078
                {
4079
                    "name": "Symfony Community",
4080
                    "homepage": "https://symfony.com/contributors"
4081
                }
4082
            ],
4083
            "description": "Symfony BrowserKit Component",
4084
            "homepage": "https://symfony.com",
4085
            "time": "2015-05-02 15:21:08"
4086
        },
4087
        {
4088
            "name": "symfony/console",
4089
            "version": "v2.7.0",
4090
            "source": {
4091
                "type": "git",
4092
                "url": "https://github.com/symfony/Console.git",
4093
                "reference": "7f0bec04961c61c961df0cb8c2ae88dbfd83f399"
4094
            },
4095
            "dist": {
4096
                "type": "zip",
4097
                "url": "https://api.github.com/repos/symfony/Console/zipball/7f0bec04961c61c961df0cb8c2ae88dbfd83f399",
4098
                "reference": "7f0bec04961c61c961df0cb8c2ae88dbfd83f399",
4099
                "shasum": ""
4100
            },
4101
            "require": {
4102
                "php": ">=5.3.9"
4103
            },
4104
            "require-dev": {
4105
                "psr/log": "~1.0",
4106
                "symfony/event-dispatcher": "~2.1",
4107
                "symfony/phpunit-bridge": "~2.7",
4108
                "symfony/process": "~2.1"
4109
            },
4110
            "suggest": {
4111
                "psr/log": "For using the console logger",
4112
                "symfony/event-dispatcher": "",
4113
                "symfony/process": ""
4114
            },
4115
            "type": "library",
4116
            "extra": {
4117
                "branch-alias": {
4118
                    "dev-master": "2.7-dev"
4119
                }
4120
            },
4121
            "autoload": {
4122
                "psr-4": {
4123
                    "Symfony\\Component\\Console\\": ""
4124
                }
4125
            },
4126
            "notification-url": "https://packagist.org/downloads/",
4127
            "license": [
4128
                "MIT"
4129
            ],
4130
            "authors": [
4131
                {
4132
                    "name": "Fabien Potencier",
4133
                    "email": "[email protected]"
4134
                },
4135
                {
4136
                    "name": "Symfony Community",
4137
                    "homepage": "https://symfony.com/contributors"
4138
                }
4139
            ],
4140
            "description": "Symfony Console Component",
4141
            "homepage": "https://symfony.com",
4142
            "time": "2015-05-29 16:22:24"
4143
        },
4144
        {
4145
            "name": "symfony/css-selector",
4146
            "version": "v2.7.0",
4147
            "source": {
4148
                "type": "git",
4149
                "url": "https://github.com/symfony/CssSelector.git",
4150
                "reference": "0b5c07b516226b7dd32afbbc82fe547a469c5092"
4151
            },
4152
            "dist": {
4153
                "type": "zip",
4154
                "url": "https://api.github.com/repos/symfony/CssSelector/zipball/0b5c07b516226b7dd32afbbc82fe547a469c5092",
4155
                "reference": "0b5c07b516226b7dd32afbbc82fe547a469c5092",
4156
                "shasum": ""
4157
            },
4158
            "require": {
4159
                "php": ">=5.3.9"
4160
            },
4161
            "require-dev": {
4162
                "symfony/phpunit-bridge": "~2.7"
4163
            },
4164
            "type": "library",
4165
            "extra": {
4166
                "branch-alias": {
4167
                    "dev-master": "2.7-dev"
4168
                }
4169
            },
4170
            "autoload": {
4171
                "psr-4": {
4172
                    "Symfony\\Component\\CssSelector\\": ""
4173
                }
4174
            },
4175
            "notification-url": "https://packagist.org/downloads/",
4176
            "license": [
4177
                "MIT"
4178
            ],
4179
            "authors": [
4180
                {
4181
                    "name": "Jean-François Simon",
4182
                    "email": "[email protected]"
4183
                },
4184
                {
4185
                    "name": "Fabien Potencier",
4186
                    "email": "[email protected]"
4187
                },
4188
                {
4189
                    "name": "Symfony Community",
4190
                    "homepage": "https://symfony.com/contributors"
4191
                }
4192
            ],
4193
            "description": "Symfony CssSelector Component",
4194
            "homepage": "https://symfony.com",
4195
            "time": "2015-05-15 13:33:16"
4196
        },
4197
        {
4198
            "name": "symfony/dom-crawler",
4199
            "version": "v2.7.0",
4200
            "source": {
4201
                "type": "git",
4202
                "url": "https://github.com/symfony/DomCrawler.git",
4203
                "reference": "11d8eb8ccc1533f4c2d89a025f674894fda520b3"
4204
            },
4205
            "dist": {
4206
                "type": "zip",
4207
                "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/11d8eb8ccc1533f4c2d89a025f674894fda520b3",
4208
                "reference": "11d8eb8ccc1533f4c2d89a025f674894fda520b3",
4209
                "shasum": ""
4210
            },
4211
            "require": {
4212
                "php": ">=5.3.9"
4213
            },
4214
            "require-dev": {
4215
                "symfony/css-selector": "~2.3",
4216
                "symfony/phpunit-bridge": "~2.7"
4217
            },
4218
            "suggest": {
4219
                "symfony/css-selector": ""
4220
            },
4221
            "type": "library",
4222
            "extra": {
4223
                "branch-alias": {
4224
                    "dev-master": "2.7-dev"
4225
                }
4226
            },
4227
            "autoload": {
4228
                "psr-4": {
4229
                    "Symfony\\Component\\DomCrawler\\": ""
4230
                }
4231
            },
4232
            "notification-url": "https://packagist.org/downloads/",
4233
            "license": [
4234
                "MIT"
4235
            ],
4236
            "authors": [
4237
                {
4238
                    "name": "Fabien Potencier",
4239
                    "email": "[email protected]"
4240
                },
4241
                {
4242
                    "name": "Symfony Community",
4243
                    "homepage": "https://symfony.com/contributors"
4244
                }
4245
            ],
4246
            "description": "Symfony DomCrawler Component",
4247
            "homepage": "https://symfony.com",
4248
            "time": "2015-05-22 14:54:25"
4249
        },
4250
        {
4251
            "name": "symfony/finder",
4252
            "version": "v2.7.0",
4253
            "source": {
4254
                "type": "git",
4255
                "url": "https://github.com/symfony/Finder.git",
4256
                "reference": "ccb8ed8339cf24824f2ef35dacec30d92ff44368"
4257
            },
4258
            "dist": {
4259
                "type": "zip",
4260
                "url": "https://api.github.com/repos/symfony/Finder/zipball/ccb8ed8339cf24824f2ef35dacec30d92ff44368",
4261
                "reference": "ccb8ed8339cf24824f2ef35dacec30d92ff44368",
4262
                "shasum": ""
4263
            },
4264
            "require": {
4265
                "php": ">=5.3.9"
4266
            },
4267
            "require-dev": {
4268
                "symfony/phpunit-bridge": "~2.7"
4269
            },
4270
            "type": "library",
4271
            "extra": {
4272
                "branch-alias": {
4273
                    "dev-master": "2.7-dev"
4274
                }
4275
            },
4276
            "autoload": {
4277
                "psr-4": {
4278
                    "Symfony\\Component\\Finder\\": ""
4279
                }
4280
            },
4281
            "notification-url": "https://packagist.org/downloads/",
4282
            "license": [
4283
                "MIT"
4284
            ],
4285
            "authors": [
4286
                {
4287
                    "name": "Fabien Potencier",
4288
                    "email": "[email protected]"
4289
                },
4290
                {
4291
                    "name": "Symfony Community",
4292
                    "homepage": "https://symfony.com/contributors"
4293
                }
4294
            ],
4295
            "description": "Symfony Finder Component",
4296
            "homepage": "https://symfony.com",
4297
            "time": "2015-05-15 14:02:48"
4298
        },
4299
        {
4300
            "name": "symfony/process",
4301
            "version": "v2.7.0",
4302
            "source": {
4303
                "type": "git",
4304
                "url": "https://github.com/symfony/Process.git",
4305
                "reference": "e0a82b58e36afc60f8e79b8bc85a22bb064077c1"
4306
            },
4307
            "dist": {
4308
                "type": "zip",
4309
                "url": "https://api.github.com/repos/symfony/Process/zipball/e0a82b58e36afc60f8e79b8bc85a22bb064077c1",
4310
                "reference": "e0a82b58e36afc60f8e79b8bc85a22bb064077c1",
4311
                "shasum": ""
4312
            },
4313
            "require": {
4314
                "php": ">=5.3.9"
4315
            },
4316
            "require-dev": {
4317
                "symfony/phpunit-bridge": "~2.7"
4318
            },
4319
            "type": "library",
4320
            "extra": {
4321
                "branch-alias": {
4322
                    "dev-master": "2.7-dev"
4323
                }
4324
            },
4325
            "autoload": {
4326
                "psr-4": {
4327
                    "Symfony\\Component\\Process\\": ""
4328
                }
4329
            },
4330
            "notification-url": "https://packagist.org/downloads/",
4331
            "license": [
4332
                "MIT"
4333
            ],
4334
            "authors": [
4335
                {
4336
                    "name": "Fabien Potencier",
4337
                    "email": "[email protected]"
4338
                },
4339
                {
4340
                    "name": "Symfony Community",
4341
                    "homepage": "https://symfony.com/contributors"
4342
                }
4343
            ],
4344
            "description": "Symfony Process Component",
4345
            "homepage": "https://symfony.com",
4346
            "time": "2015-05-15 13:33:16"
4347
        },
4348
        {
4349
            "name": "symfony/yaml",
4350
            "version": "v2.7.0",
4351
            "source": {
4352
                "type": "git",
4353
                "url": "https://github.com/symfony/Yaml.git",
4354
                "reference": "4a29a5248aed4fb45f626a7bbbd330291492f5c3"
4355
            },
4356
            "dist": {
4357
                "type": "zip",
4358
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/4a29a5248aed4fb45f626a7bbbd330291492f5c3",
4359
                "reference": "4a29a5248aed4fb45f626a7bbbd330291492f5c3",
4360
                "shasum": ""
4361
            },
4362
            "require": {
4363
                "php": ">=5.3.9"
4364
            },
4365
            "require-dev": {
4366
                "symfony/phpunit-bridge": "~2.7"
4367
            },
4368
            "type": "library",
4369
            "extra": {
4370
                "branch-alias": {
4371
                    "dev-master": "2.7-dev"
4372
                }
4373
            },
4374
            "autoload": {
4375
                "psr-4": {
4376
                    "Symfony\\Component\\Yaml\\": ""
4377
                }
4378
            },
4379
            "notification-url": "https://packagist.org/downloads/",
4380
            "license": [
4381
                "MIT"
4382
            ],
4383
            "authors": [
4384
                {
4385
                    "name": "Fabien Potencier",
4386
                    "email": "[email protected]"
4387
                },
4388
                {
4389
                    "name": "Symfony Community",
4390
                    "homepage": "https://symfony.com/contributors"
4391
                }
4392
            ],
4393
            "description": "Symfony Yaml Component",
4394
            "homepage": "https://symfony.com",
4395
            "time": "2015-05-02 15:21:08"
4396
        },
4397
        {
4398
            "name": "theseer/fdomdocument",
4399
            "version": "1.6.1",
4400
            "source": {
4401
                "type": "git",
4402
                "url": "https://github.com/theseer/fDOMDocument.git",
4403
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684"
4404
            },
4405
            "dist": {
4406
                "type": "zip",
4407
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4408
                "reference": "d9ad139d6c2e8edf5e313ffbe37ff13344cf0684",
4409
                "shasum": ""
4410
            },
4411
            "require": {
4412
                "ext-dom": "*",
4413
                "lib-libxml": "*",
4414
                "php": ">=5.3.3"
4415
            },
4416
            "type": "library",
4417
            "autoload": {
4418
                "classmap": [
4419
                    "src/"
4420
                ]
4421
            },
4422
            "notification-url": "https://packagist.org/downloads/",
4423
            "license": [
4424
                "BSD-3-Clause"
4425
            ],
4426
            "authors": [
4427
                {
4428
                    "name": "Arne Blankerts",
4429
                    "email": "[email protected]",
4430
                    "role": "lead"
4431
                }
4432
            ],
4433
            "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.",
4434
            "homepage": "https://github.com/theseer/fDOMDocument",
4435
            "time": "2015-05-27 22:58:02"
4436
        },
4437
        {
4438
            "name": "vierbergenlars/php-semver",
4439
            "version": "3.0.1",
4440
            "source": {
4441
                "type": "git",
4442
                "url": "https://github.com/vierbergenlars/php-semver.git",
4443
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1"
4444
            },
4445
            "dist": {
4446
                "type": "zip",
4447
                "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/516bb3061577e60e9420cbecc479362d3ad8c7f1",
4448
                "reference": "516bb3061577e60e9420cbecc479362d3ad8c7f1",
4449
                "shasum": ""
4450
            },
4451
            "require": {
4452
                "php": ">=5.3.0"
4453
            },
4454
            "require-dev": {
4455
                "simpletest/simpletest": "1.1.*"
4456
            },
4457
            "bin": [
4458
                "bin/semver",
4459
                "bin/update-versions"
4460
            ],
4461
            "type": "library",
4462
            "autoload": {
4463
                "psr-0": {
4464
                    "vierbergenlars\\SemVer\\": "src/",
4465
                    "vierbergenlars\\LibJs\\": "src/"
4466
                },
4467
                "classmap": [
4468
                    "src/vierbergenlars/SemVer/internal.php"
4469
                ]
4470
            },
4471
            "notification-url": "https://packagist.org/downloads/",
4472
            "license": [
4473
                "MIT"
4474
            ],
4475
            "authors": [
4476
                {
4477
                    "name": "Lars Vierbergen",
4478
                    "email": "[email protected]"
4479
                }
4480
            ],
4481
            "description": "The Semantic Versioner for PHP",
4482
            "keywords": [
4483
                "semantic",
4484
                "semver",
4485
                "versioning"
4486
            ],
4487
            "time": "2015-05-02 19:28:54"
4488
        }
4489
    ],
4490
    "aliases": [],
4491
    "minimum-stability": "stable",
4492
    "stability-flags": [],
4493
    "prefer-stable": false,
4494
    "prefer-lowest": false,
4495
    "platform": {
4496
        "php": ">=5.4,<8.0-dev",
4497
        "ext-gmp": "*",
4498
        "ext-openssl": "*"
4499
    },
4500
    "platform-dev": []
4501
}
4502