Completed
Pull Request — master (#5)
by Billie
04:11 queued 01:55
created

composer.lock (1 issue)

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
5
    ],
6
    "hash": "fdb69db8af9f89bd081e31d841264e31",
7
    "packages": [
8
        {
9
            "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...
10
            "version": "v1.15.0",
11
            "source": {
12
                "type": "git",
13
                "url": "https://github.com/fabpot/Twig.git",
14
                "reference": "85e4ff98000157ff753d934b9f13659a953f5666"
15
            },
16
            "dist": {
17
                "type": "zip",
18
                "url": "https://api.github.com/repos/fabpot/Twig/zipball/85e4ff98000157ff753d934b9f13659a953f5666",
19
                "reference": "85e4ff98000157ff753d934b9f13659a953f5666",
20
                "shasum": ""
21
            },
22
            "require": {
23
                "php": ">=5.2.4"
24
            },
25
            "type": "library",
26
            "extra": {
27
                "branch-alias": {
28
                    "dev-master": "1.15-dev"
29
                }
30
            },
31
            "autoload": {
32
                "psr-0": {
33
                    "Twig_": "lib/"
34
                }
35
            },
36
            "notification-url": "https://packagist.org/downloads/",
37
            "license": [
38
                "BSD-3-Clause"
39
            ],
40
            "authors": [
41
                {
42
                    "name": "Fabien Potencier",
43
                    "email": "[email protected]"
44
                },
45
                {
46
                    "name": "Armin Ronacher2",
47
                    "email": "[email protected]"
48
                }
49
            ],
50
            "description": "Twig, the flexible, fast, and secure template language for PHP",
51
            "homepage": "http://twig.sensiolabs.org",
52
            "keywords": [
53
                "templating"
54
            ],
55
            "time": "2013-12-06 07:47:10"
56
        }
57
    ],
58
    "packages-dev": [
59
        {
60
            "name": "phpspec/php-diff",
61
            "version": "v1.0.2",
62
            "source": {
63
                "type": "git",
64
                "url": "https://github.com/phpspec/php-diff.git",
65
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
66
            },
67
            "dist": {
68
                "type": "zip",
69
                "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
70
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
71
                "shasum": ""
72
            },
73
            "type": "library",
74
            "autoload": {
75
                "psr-0": {
76
                    "Diff": "lib/"
77
                }
78
            },
79
            "notification-url": "https://packagist.org/downloads/",
80
            "license": [
81
                "BSD-3-Clause"
82
            ],
83
            "authors": [
84
                {
85
                    "name": "Chris Boulton",
86
                    "homepage": "http://github.com/chrisboulton"
87
                }
88
            ],
89
            "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
90
            "time": "2013-11-01 13:02:21"
91
        },
92
        {
93
            "name": "phpspec/phpspec",
94
            "version": "dev-master",
95
            "source": {
96
                "type": "git",
97
                "url": "https://github.com/phpspec/phpspec.git",
98
                "reference": "785ceefa9c8bae7db41af3d1263850530526a389"
99
            },
100
            "dist": {
101
                "type": "zip",
102
                "url": "https://api.github.com/repos/phpspec/phpspec/zipball/785ceefa9c8bae7db41af3d1263850530526a389",
103
                "reference": "785ceefa9c8bae7db41af3d1263850530526a389",
104
                "shasum": ""
105
            },
106
            "require": {
107
                "php": ">=5.3.3",
108
                "phpspec/php-diff": "~1.0.0",
109
                "phpspec/prophecy": "~1.1",
110
                "symfony/console": "~2.1",
111
                "symfony/event-dispatcher": "~2.1",
112
                "symfony/finder": "~2.1",
113
                "symfony/yaml": "~2.1"
114
            },
115
            "require-dev": {
116
                "behat/behat": "~2.5",
117
                "bossa/phpspec2-expect": "dev-master"
118
            },
119
            "suggest": {
120
                "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
121
            },
122
            "bin": [
123
                "bin/phpspec"
124
            ],
125
            "type": "library",
126
            "extra": {
127
                "branch-alias": {
128
                    "dev-master": "2.0.x-dev"
129
                }
130
            },
131
            "autoload": {
132
                "psr-0": {
133
                    "PhpSpec": "src/"
134
                }
135
            },
136
            "notification-url": "https://packagist.org/downloads/",
137
            "license": [
138
                "MIT"
139
            ],
140
            "authors": [
141
                {
142
                    "name": "Konstantin Kudryashov",
143
                    "email": "[email protected]",
144
                    "homepage": "http://everzet.com"
145
                },
146
                {
147
                    "name": "Marcello Duarte",
148
                    "homepage": "http://marcelloduarte.net/"
149
                }
150
            ],
151
            "description": "Specification-oriented BDD framework for PHP 5.3+",
152
            "homepage": "http://phpspec.net/",
153
            "keywords": [
154
                "BDD",
155
                "SpecBDD",
156
                "TDD",
157
                "spec",
158
                "specification",
159
                "testing",
160
                "tests"
161
            ],
162
            "time": "2014-02-03 20:18:27"
163
        },
164
        {
165
            "name": "phpspec/prophecy",
166
            "version": "1.1.2",
167
            "source": {
168
                "type": "git",
169
                "url": "https://github.com/phpspec/prophecy.git",
170
                "reference": "976a65af02a2a0e17ce6c949f7b43437205628bb"
171
            },
172
            "dist": {
173
                "type": "zip",
174
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/976a65af02a2a0e17ce6c949f7b43437205628bb",
175
                "reference": "976a65af02a2a0e17ce6c949f7b43437205628bb",
176
                "shasum": ""
177
            },
178
            "require-dev": {
179
                "phpspec/phpspec": "2.0.*"
180
            },
181
            "type": "library",
182
            "extra": {
183
                "branch-alias": {
184
                    "dev-master": "1.1.x-dev"
185
                }
186
            },
187
            "autoload": {
188
                "psr-0": {
189
                    "Prophecy\\": "src/"
190
                }
191
            },
192
            "notification-url": "https://packagist.org/downloads/",
193
            "license": [
194
                "MIT"
195
            ],
196
            "authors": [
197
                {
198
                    "name": "Konstantin Kudryashov",
199
                    "email": "[email protected]",
200
                    "homepage": "http://everzet.com"
201
                },
202
                {
203
                    "name": "Marcello Duarte",
204
                    "email": "[email protected]"
205
                }
206
            ],
207
            "description": "Highly opinionated mocking framework for PHP 5.3+",
208
            "homepage": "http://phpspec.org",
209
            "keywords": [
210
                "Double",
211
                "Dummy",
212
                "fake",
213
                "mock",
214
                "spy",
215
                "stub"
216
            ],
217
            "time": "2014-01-24 11:03:43"
218
        },
219
        {
220
            "name": "symfony/console",
221
            "version": "v2.4.1",
222
            "target-dir": "Symfony/Component/Console",
223
            "source": {
224
                "type": "git",
225
                "url": "https://github.com/symfony/Console.git",
226
                "reference": "4c1ed2ff514bd85ee186eebb010ccbdeeab05af7"
227
            },
228
            "dist": {
229
                "type": "zip",
230
                "url": "https://api.github.com/repos/symfony/Console/zipball/4c1ed2ff514bd85ee186eebb010ccbdeeab05af7",
231
                "reference": "4c1ed2ff514bd85ee186eebb010ccbdeeab05af7",
232
                "shasum": ""
233
            },
234
            "require": {
235
                "php": ">=5.3.3"
236
            },
237
            "require-dev": {
238
                "symfony/event-dispatcher": "~2.1"
239
            },
240
            "suggest": {
241
                "symfony/event-dispatcher": ""
242
            },
243
            "type": "library",
244
            "extra": {
245
                "branch-alias": {
246
                    "dev-master": "2.4-dev"
247
                }
248
            },
249
            "autoload": {
250
                "psr-0": {
251
                    "Symfony\\Component\\Console\\": ""
252
                }
253
            },
254
            "notification-url": "https://packagist.org/downloads/",
255
            "license": [
256
                "MIT"
257
            ],
258
            "authors": [
259
                {
260
                    "name": "Fabien Potencier",
261
                    "email": "[email protected]"
262
                },
263
                {
264
                    "name": "Symfony Community",
265
                    "homepage": "http://symfony.com/contributors"
266
                }
267
            ],
268
            "description": "Symfony Console Component",
269
            "homepage": "http://symfony.com",
270
            "time": "2014-01-01 08:14:50"
271
        },
272
        {
273
            "name": "symfony/event-dispatcher",
274
            "version": "v2.4.1",
275
            "target-dir": "Symfony/Component/EventDispatcher",
276
            "source": {
277
                "type": "git",
278
                "url": "https://github.com/symfony/EventDispatcher.git",
279
                "reference": "e3ba42f6a70554ed05749e61b829550f6ac33601"
280
            },
281
            "dist": {
282
                "type": "zip",
283
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/e3ba42f6a70554ed05749e61b829550f6ac33601",
284
                "reference": "e3ba42f6a70554ed05749e61b829550f6ac33601",
285
                "shasum": ""
286
            },
287
            "require": {
288
                "php": ">=5.3.3"
289
            },
290
            "require-dev": {
291
                "symfony/dependency-injection": "~2.0"
292
            },
293
            "suggest": {
294
                "symfony/dependency-injection": "",
295
                "symfony/http-kernel": ""
296
            },
297
            "type": "library",
298
            "extra": {
299
                "branch-alias": {
300
                    "dev-master": "2.4-dev"
301
                }
302
            },
303
            "autoload": {
304
                "psr-0": {
305
                    "Symfony\\Component\\EventDispatcher\\": ""
306
                }
307
            },
308
            "notification-url": "https://packagist.org/downloads/",
309
            "license": [
310
                "MIT"
311
            ],
312
            "authors": [
313
                {
314
                    "name": "Fabien Potencier",
315
                    "email": "[email protected]"
316
                },
317
                {
318
                    "name": "Symfony Community",
319
                    "homepage": "http://symfony.com/contributors"
320
                }
321
            ],
322
            "description": "Symfony EventDispatcher Component",
323
            "homepage": "http://symfony.com",
324
            "time": "2013-12-28 08:12:03"
325
        },
326
        {
327
            "name": "symfony/finder",
328
            "version": "v2.4.1",
329
            "target-dir": "Symfony/Component/Finder",
330
            "source": {
331
                "type": "git",
332
                "url": "https://github.com/symfony/Finder.git",
333
                "reference": "6904345cf2b3bbab1f6d6e4ce1724cb99df9f00a"
334
            },
335
            "dist": {
336
                "type": "zip",
337
                "url": "https://api.github.com/repos/symfony/Finder/zipball/6904345cf2b3bbab1f6d6e4ce1724cb99df9f00a",
338
                "reference": "6904345cf2b3bbab1f6d6e4ce1724cb99df9f00a",
339
                "shasum": ""
340
            },
341
            "require": {
342
                "php": ">=5.3.3"
343
            },
344
            "type": "library",
345
            "extra": {
346
                "branch-alias": {
347
                    "dev-master": "2.4-dev"
348
                }
349
            },
350
            "autoload": {
351
                "psr-0": {
352
                    "Symfony\\Component\\Finder\\": ""
353
                }
354
            },
355
            "notification-url": "https://packagist.org/downloads/",
356
            "license": [
357
                "MIT"
358
            ],
359
            "authors": [
360
                {
361
                    "name": "Fabien Potencier",
362
                    "email": "[email protected]"
363
                },
364
                {
365
                    "name": "Symfony Community",
366
                    "homepage": "http://symfony.com/contributors"
367
                }
368
            ],
369
            "description": "Symfony Finder Component",
370
            "homepage": "http://symfony.com",
371
            "time": "2014-01-01 08:14:50"
372
        },
373
        {
374
            "name": "symfony/yaml",
375
            "version": "v2.4.1",
376
            "target-dir": "Symfony/Component/Yaml",
377
            "source": {
378
                "type": "git",
379
                "url": "https://github.com/symfony/Yaml.git",
380
                "reference": "4e1a237fc48145fae114b96458d799746ad89aa0"
381
            },
382
            "dist": {
383
                "type": "zip",
384
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/4e1a237fc48145fae114b96458d799746ad89aa0",
385
                "reference": "4e1a237fc48145fae114b96458d799746ad89aa0",
386
                "shasum": ""
387
            },
388
            "require": {
389
                "php": ">=5.3.3"
390
            },
391
            "type": "library",
392
            "extra": {
393
                "branch-alias": {
394
                    "dev-master": "2.4-dev"
395
                }
396
            },
397
            "autoload": {
398
                "psr-0": {
399
                    "Symfony\\Component\\Yaml\\": ""
400
                }
401
            },
402
            "notification-url": "https://packagist.org/downloads/",
403
            "license": [
404
                "MIT"
405
            ],
406
            "authors": [
407
                {
408
                    "name": "Fabien Potencier",
409
                    "email": "[email protected]"
410
                },
411
                {
412
                    "name": "Symfony Community",
413
                    "homepage": "http://symfony.com/contributors"
414
                }
415
            ],
416
            "description": "Symfony Yaml Component",
417
            "homepage": "http://symfony.com",
418
            "time": "2013-12-28 08:12:03"
419
        }
420
    ],
421
    "aliases": [
422
423
    ],
424
    "minimum-stability": "stable",
425
    "stability-flags": {
426
        "phpspec/phpspec": 20
427
    },
428
    "platform": [
429
430
    ],
431
    "platform-dev": [
432
433
    ]
434
}
435