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": "cf8b2c49b971f4e53598226169853819", |
||
8 | "content-hash": "22092c9d52933d960e2a1abf6c1ef00d", |
||
9 | "packages": [ |
||
10 | { |
||
11 | "name": "doctrine/annotations", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
12 | "version": "v1.1.2", |
||
13 | "source": { |
||
14 | "type": "git", |
||
15 | "url": "https://github.com/doctrine/annotations.git", |
||
16 | "reference": "40db0c96985aab2822edbc4848b3bd2429e02670" |
||
17 | }, |
||
18 | "dist": { |
||
19 | "type": "zip", |
||
20 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/40db0c96985aab2822edbc4848b3bd2429e02670", |
||
21 | "reference": "40db0c96985aab2822edbc4848b3bd2429e02670", |
||
22 | "shasum": "" |
||
23 | }, |
||
24 | "require": { |
||
25 | "doctrine/lexer": "1.*", |
||
26 | "php": ">=5.3.2" |
||
27 | }, |
||
28 | "require-dev": { |
||
29 | "doctrine/cache": "1.*" |
||
30 | }, |
||
31 | "type": "library", |
||
32 | "extra": { |
||
33 | "branch-alias": { |
||
34 | "dev-master": "1.0.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": "Jonathan Wage", |
||
49 | "email": "[email protected]", |
||
50 | "homepage": "http://www.jwage.com/", |
||
51 | "role": "Creator" |
||
52 | }, |
||
53 | { |
||
54 | "name": "Guilherme Blanco", |
||
55 | "email": "[email protected]", |
||
56 | "homepage": "http://www.instaclick.com" |
||
57 | }, |
||
58 | { |
||
59 | "name": "Roman Borschel", |
||
60 | "email": "[email protected]" |
||
61 | }, |
||
62 | { |
||
63 | "name": "Benjamin Eberlei", |
||
64 | "email": "[email protected]" |
||
65 | }, |
||
66 | { |
||
67 | "name": "Johannes Schmitt", |
||
68 | "email": "[email protected]", |
||
69 | "homepage": "http://jmsyst.com", |
||
70 | "role": "Developer of wrapped JMSSerializerBundle" |
||
71 | } |
||
72 | ], |
||
73 | "description": "Docblock Annotations Parser", |
||
74 | "homepage": "http://www.doctrine-project.org", |
||
75 | "keywords": [ |
||
76 | "annotations", |
||
77 | "docblock", |
||
78 | "parser" |
||
79 | ], |
||
80 | "time": "2013-06-16 21:33:03" |
||
81 | }, |
||
82 | { |
||
83 | "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 ![]() |
|||
84 | "version": "v1.3.0", |
||
85 | "source": { |
||
86 | "type": "git", |
||
87 | "url": "https://github.com/doctrine/cache.git", |
||
88 | "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449" |
||
89 | }, |
||
90 | "dist": { |
||
91 | "type": "zip", |
||
92 | "url": "https://api.github.com/repos/doctrine/cache/zipball/e16d7adf45664a50fa86f515b6d5e7f670130449", |
||
93 | "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449", |
||
94 | "shasum": "" |
||
95 | }, |
||
96 | "require": { |
||
97 | "php": ">=5.3.2" |
||
98 | }, |
||
99 | "conflict": { |
||
100 | "doctrine/common": ">2.2,<2.4" |
||
101 | }, |
||
102 | "require-dev": { |
||
103 | "phpunit/phpunit": ">=3.7", |
||
104 | "satooshi/php-coveralls": "~0.6" |
||
105 | }, |
||
106 | "type": "library", |
||
107 | "extra": { |
||
108 | "branch-alias": { |
||
109 | "dev-master": "1.0.x-dev" |
||
110 | } |
||
111 | }, |
||
112 | "autoload": { |
||
113 | "psr-0": { |
||
114 | "Doctrine\\Common\\Cache\\": "lib/" |
||
115 | } |
||
116 | }, |
||
117 | "notification-url": "https://packagist.org/downloads/", |
||
118 | "license": [ |
||
119 | "MIT" |
||
120 | ], |
||
121 | "authors": [ |
||
122 | { |
||
123 | "name": "Jonathan Wage", |
||
124 | "email": "[email protected]", |
||
125 | "homepage": "http://www.jwage.com/", |
||
126 | "role": "Creator" |
||
127 | }, |
||
128 | { |
||
129 | "name": "Guilherme Blanco", |
||
130 | "email": "[email protected]", |
||
131 | "homepage": "http://www.instaclick.com" |
||
132 | }, |
||
133 | { |
||
134 | "name": "Roman Borschel", |
||
135 | "email": "[email protected]" |
||
136 | }, |
||
137 | { |
||
138 | "name": "Benjamin Eberlei", |
||
139 | "email": "[email protected]" |
||
140 | }, |
||
141 | { |
||
142 | "name": "Johannes Schmitt", |
||
143 | "email": "[email protected]", |
||
144 | "homepage": "http://jmsyst.com", |
||
145 | "role": "Developer of wrapped JMSSerializerBundle" |
||
146 | } |
||
147 | ], |
||
148 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
149 | "homepage": "http://www.doctrine-project.org", |
||
150 | "keywords": [ |
||
151 | "cache", |
||
152 | "caching" |
||
153 | ], |
||
154 | "time": "2013-10-25 19:04:14" |
||
155 | }, |
||
156 | { |
||
157 | "name": "doctrine/collections", |
||
158 | "version": "v1.2", |
||
159 | "source": { |
||
160 | "type": "git", |
||
161 | "url": "https://github.com/doctrine/collections.git", |
||
162 | "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2" |
||
163 | }, |
||
164 | "dist": { |
||
165 | "type": "zip", |
||
166 | "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2", |
||
167 | "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2", |
||
168 | "shasum": "" |
||
169 | }, |
||
170 | "require": { |
||
171 | "php": ">=5.3.2" |
||
172 | }, |
||
173 | "type": "library", |
||
174 | "extra": { |
||
175 | "branch-alias": { |
||
176 | "dev-master": "1.2.x-dev" |
||
177 | } |
||
178 | }, |
||
179 | "autoload": { |
||
180 | "psr-0": { |
||
181 | "Doctrine\\Common\\Collections\\": "lib/" |
||
182 | } |
||
183 | }, |
||
184 | "notification-url": "https://packagist.org/downloads/", |
||
185 | "license": [ |
||
186 | "MIT" |
||
187 | ], |
||
188 | "authors": [ |
||
189 | { |
||
190 | "name": "Jonathan Wage", |
||
191 | "email": "[email protected]", |
||
192 | "homepage": "http://www.jwage.com/", |
||
193 | "role": "Creator" |
||
194 | }, |
||
195 | { |
||
196 | "name": "Guilherme Blanco", |
||
197 | "email": "[email protected]", |
||
198 | "homepage": "http://www.instaclick.com" |
||
199 | }, |
||
200 | { |
||
201 | "name": "Roman Borschel", |
||
202 | "email": "[email protected]" |
||
203 | }, |
||
204 | { |
||
205 | "name": "Benjamin Eberlei", |
||
206 | "email": "[email protected]" |
||
207 | }, |
||
208 | { |
||
209 | "name": "Johannes Schmitt", |
||
210 | "email": "[email protected]", |
||
211 | "homepage": "http://jmsyst.com", |
||
212 | "role": "Developer of wrapped JMSSerializerBundle" |
||
213 | } |
||
214 | ], |
||
215 | "description": "Collections Abstraction library", |
||
216 | "homepage": "http://www.doctrine-project.org", |
||
217 | "keywords": [ |
||
218 | "array", |
||
219 | "collections", |
||
220 | "iterator" |
||
221 | ], |
||
222 | "time": "2014-02-03 23:07:43" |
||
223 | }, |
||
224 | { |
||
225 | "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 ![]() |
|||
226 | "version": "v2.4.2", |
||
227 | "source": { |
||
228 | "type": "git", |
||
229 | "url": "https://github.com/doctrine/common.git", |
||
230 | "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b" |
||
231 | }, |
||
232 | "dist": { |
||
233 | "type": "zip", |
||
234 | "url": "https://api.github.com/repos/doctrine/common/zipball/5db6ab40e4c531f14dad4ca96a394dfce5d4255b", |
||
235 | "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b", |
||
236 | "shasum": "" |
||
237 | }, |
||
238 | "require": { |
||
239 | "doctrine/annotations": "1.*", |
||
240 | "doctrine/cache": "1.*", |
||
241 | "doctrine/collections": "1.*", |
||
242 | "doctrine/inflector": "1.*", |
||
243 | "doctrine/lexer": "1.*", |
||
244 | "php": ">=5.3.2" |
||
245 | }, |
||
246 | "require-dev": { |
||
247 | "phpunit/phpunit": "~3.7" |
||
248 | }, |
||
249 | "type": "library", |
||
250 | "extra": { |
||
251 | "branch-alias": { |
||
252 | "dev-master": "2.4.x-dev" |
||
253 | } |
||
254 | }, |
||
255 | "autoload": { |
||
256 | "psr-0": { |
||
257 | "Doctrine\\Common\\": "lib/" |
||
258 | } |
||
259 | }, |
||
260 | "notification-url": "https://packagist.org/downloads/", |
||
261 | "license": [ |
||
262 | "MIT" |
||
263 | ], |
||
264 | "authors": [ |
||
265 | { |
||
266 | "name": "Jonathan Wage", |
||
267 | "email": "[email protected]", |
||
268 | "homepage": "http://www.jwage.com/", |
||
269 | "role": "Creator" |
||
270 | }, |
||
271 | { |
||
272 | "name": "Guilherme Blanco", |
||
273 | "email": "[email protected]", |
||
274 | "homepage": "http://www.instaclick.com" |
||
275 | }, |
||
276 | { |
||
277 | "name": "Roman Borschel", |
||
278 | "email": "[email protected]" |
||
279 | }, |
||
280 | { |
||
281 | "name": "Benjamin Eberlei", |
||
282 | "email": "[email protected]" |
||
283 | }, |
||
284 | { |
||
285 | "name": "Johannes Schmitt", |
||
286 | "email": "[email protected]", |
||
287 | "homepage": "http://jmsyst.com", |
||
288 | "role": "Developer of wrapped JMSSerializerBundle" |
||
289 | } |
||
290 | ], |
||
291 | "description": "Common Library for Doctrine projects", |
||
292 | "homepage": "http://www.doctrine-project.org", |
||
293 | "keywords": [ |
||
294 | "annotations", |
||
295 | "collections", |
||
296 | "eventmanager", |
||
297 | "persistence", |
||
298 | "spl" |
||
299 | ], |
||
300 | "time": "2014-05-21 19:28:51" |
||
301 | }, |
||
302 | { |
||
303 | "name": "doctrine/inflector", |
||
304 | "version": "v1.0", |
||
305 | "source": { |
||
306 | "type": "git", |
||
307 | "url": "https://github.com/doctrine/inflector.git", |
||
308 | "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08" |
||
309 | }, |
||
310 | "dist": { |
||
311 | "type": "zip", |
||
312 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08", |
||
313 | "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08", |
||
314 | "shasum": "" |
||
315 | }, |
||
316 | "require": { |
||
317 | "php": ">=5.3.2" |
||
318 | }, |
||
319 | "type": "library", |
||
320 | "autoload": { |
||
321 | "psr-0": { |
||
322 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
323 | } |
||
324 | }, |
||
325 | "notification-url": "https://packagist.org/downloads/", |
||
326 | "license": [ |
||
327 | "MIT" |
||
328 | ], |
||
329 | "authors": [ |
||
330 | { |
||
331 | "name": "Jonathan Wage", |
||
332 | "email": "[email protected]", |
||
333 | "homepage": "http://www.jwage.com/", |
||
334 | "role": "Creator" |
||
335 | }, |
||
336 | { |
||
337 | "name": "Guilherme Blanco", |
||
338 | "email": "[email protected]", |
||
339 | "homepage": "http://www.instaclick.com" |
||
340 | }, |
||
341 | { |
||
342 | "name": "Roman Borschel", |
||
343 | "email": "[email protected]" |
||
344 | }, |
||
345 | { |
||
346 | "name": "Benjamin Eberlei", |
||
347 | "email": "[email protected]" |
||
348 | }, |
||
349 | { |
||
350 | "name": "Johannes Schmitt", |
||
351 | "email": "[email protected]", |
||
352 | "homepage": "http://jmsyst.com", |
||
353 | "role": "Developer of wrapped JMSSerializerBundle" |
||
354 | } |
||
355 | ], |
||
356 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
357 | "homepage": "http://www.doctrine-project.org", |
||
358 | "keywords": [ |
||
359 | "inflection", |
||
360 | "pluarlize", |
||
361 | "singuarlize", |
||
362 | "string" |
||
363 | ], |
||
364 | "time": "2013-01-10 21:49:15" |
||
365 | }, |
||
366 | { |
||
367 | "name": "doctrine/lexer", |
||
368 | "version": "v1.0", |
||
369 | "source": { |
||
370 | "type": "git", |
||
371 | "url": "https://github.com/doctrine/lexer.git", |
||
372 | "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb" |
||
373 | }, |
||
374 | "dist": { |
||
375 | "type": "zip", |
||
376 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb", |
||
377 | "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb", |
||
378 | "shasum": "" |
||
379 | }, |
||
380 | "require": { |
||
381 | "php": ">=5.3.2" |
||
382 | }, |
||
383 | "type": "library", |
||
384 | "autoload": { |
||
385 | "psr-0": { |
||
386 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
387 | } |
||
388 | }, |
||
389 | "notification-url": "https://packagist.org/downloads/", |
||
390 | "license": [ |
||
391 | "MIT" |
||
392 | ], |
||
393 | "authors": [ |
||
394 | { |
||
395 | "name": "Guilherme Blanco", |
||
396 | "email": "[email protected]", |
||
397 | "homepage": "http://www.instaclick.com" |
||
398 | }, |
||
399 | { |
||
400 | "name": "Roman Borschel", |
||
401 | "email": "[email protected]" |
||
402 | }, |
||
403 | { |
||
404 | "name": "Johannes Schmitt", |
||
405 | "email": "[email protected]", |
||
406 | "homepage": "http://jmsyst.com", |
||
407 | "role": "Developer of wrapped JMSSerializerBundle" |
||
408 | } |
||
409 | ], |
||
410 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
411 | "homepage": "http://www.doctrine-project.org", |
||
412 | "keywords": [ |
||
413 | "lexer", |
||
414 | "parser" |
||
415 | ], |
||
416 | "time": "2013-01-12 18:59:04" |
||
417 | }, |
||
418 | { |
||
419 | "name": "psr/log", |
||
420 | "version": "1.0.0", |
||
421 | "source": { |
||
422 | "type": "git", |
||
423 | "url": "https://github.com/php-fig/log.git", |
||
424 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
425 | }, |
||
426 | "dist": { |
||
427 | "type": "zip", |
||
428 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
429 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
430 | "shasum": "" |
||
431 | }, |
||
432 | "type": "library", |
||
433 | "autoload": { |
||
434 | "psr-0": { |
||
435 | "Psr\\Log\\": "" |
||
436 | } |
||
437 | }, |
||
438 | "notification-url": "https://packagist.org/downloads/", |
||
439 | "license": [ |
||
440 | "MIT" |
||
441 | ], |
||
442 | "authors": [ |
||
443 | { |
||
444 | "name": "PHP-FIG", |
||
445 | "homepage": "http://www.php-fig.org/" |
||
446 | } |
||
447 | ], |
||
448 | "description": "Common interface for logging libraries", |
||
449 | "keywords": [ |
||
450 | "log", |
||
451 | "psr", |
||
452 | "psr-3" |
||
453 | ], |
||
454 | "time": "2012-12-21 11:40:51" |
||
455 | }, |
||
456 | { |
||
457 | "name": "sensio/framework-extra-bundle", |
||
458 | "version": "v3.0.1", |
||
459 | "target-dir": "Sensio/Bundle/FrameworkExtraBundle", |
||
460 | "source": { |
||
461 | "type": "git", |
||
462 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
||
463 | "reference": "dbc1e5aa830f3bf8063b29102add3c1e476d616e" |
||
464 | }, |
||
465 | "dist": { |
||
466 | "type": "zip", |
||
467 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/dbc1e5aa830f3bf8063b29102add3c1e476d616e", |
||
468 | "reference": "dbc1e5aa830f3bf8063b29102add3c1e476d616e", |
||
469 | "shasum": "" |
||
470 | }, |
||
471 | "require": { |
||
472 | "doctrine/common": "~2.2", |
||
473 | "symfony/framework-bundle": "~2.5" |
||
474 | }, |
||
475 | "require-dev": { |
||
476 | "symfony/expression-language": "~2.4", |
||
477 | "symfony/security-bundle": "~2.4" |
||
478 | }, |
||
479 | "suggest": { |
||
480 | "symfony/expression-language": "", |
||
481 | "symfony/security-bundle": "" |
||
482 | }, |
||
483 | "type": "symfony-bundle", |
||
484 | "extra": { |
||
485 | "branch-alias": { |
||
486 | "dev-master": "3.0.x-dev" |
||
487 | } |
||
488 | }, |
||
489 | "autoload": { |
||
490 | "psr-0": { |
||
491 | "Sensio\\Bundle\\FrameworkExtraBundle": "" |
||
492 | } |
||
493 | }, |
||
494 | "notification-url": "https://packagist.org/downloads/", |
||
495 | "license": [ |
||
496 | "MIT" |
||
497 | ], |
||
498 | "authors": [ |
||
499 | { |
||
500 | "name": "Fabien Potencier", |
||
501 | "email": "[email protected]", |
||
502 | "homepage": "http://fabien.potencier.org", |
||
503 | "role": "Lead Developer" |
||
504 | } |
||
505 | ], |
||
506 | "description": "This bundle provides a way to configure your controllers with annotations", |
||
507 | "keywords": [ |
||
508 | "annotations", |
||
509 | "controllers" |
||
510 | ], |
||
511 | "time": "2014-05-22 23:27:44" |
||
512 | }, |
||
513 | { |
||
514 | "name": "symfony/config", |
||
515 | "version": "v2.5.0", |
||
516 | "target-dir": "Symfony/Component/Config", |
||
517 | "source": { |
||
518 | "type": "git", |
||
519 | "url": "https://github.com/symfony/config.git", |
||
520 | "reference": "55eaaf2f3b30fea0479c59a82751bfc158aa543a" |
||
521 | }, |
||
522 | "dist": { |
||
523 | "type": "zip", |
||
524 | "url": "https://api.github.com/repos/symfony/config/zipball/55eaaf2f3b30fea0479c59a82751bfc158aa543a", |
||
525 | "reference": "9c8caadb38ecc69ac35ab31af4d1996944b5a09f", |
||
526 | "shasum": "" |
||
527 | }, |
||
528 | "require": { |
||
529 | "php": ">=5.3.3", |
||
530 | "symfony/filesystem": "~2.3" |
||
531 | }, |
||
532 | "type": "library", |
||
533 | "extra": { |
||
534 | "branch-alias": { |
||
535 | "dev-master": "2.5-dev" |
||
536 | } |
||
537 | }, |
||
538 | "autoload": { |
||
539 | "psr-0": { |
||
540 | "Symfony\\Component\\Config\\": "" |
||
541 | } |
||
542 | }, |
||
543 | "notification-url": "https://packagist.org/downloads/", |
||
544 | "license": [ |
||
545 | "MIT" |
||
546 | ], |
||
547 | "authors": [ |
||
548 | { |
||
549 | "name": "Fabien Potencier", |
||
550 | "email": "[email protected]", |
||
551 | "homepage": "http://fabien.potencier.org", |
||
552 | "role": "Lead Developer" |
||
553 | }, |
||
554 | { |
||
555 | "name": "Symfony Community", |
||
556 | "homepage": "http://symfony.com/contributors" |
||
557 | } |
||
558 | ], |
||
559 | "description": "Symfony Config Component", |
||
560 | "homepage": "http://symfony.com", |
||
561 | "time": "2014-04-22 08:11:23" |
||
562 | }, |
||
563 | { |
||
564 | "name": "symfony/debug", |
||
565 | "version": "v2.5.0", |
||
566 | "target-dir": "Symfony/Component/Debug", |
||
567 | "source": { |
||
568 | "type": "git", |
||
569 | "url": "https://github.com/symfony/debug.git", |
||
570 | "reference": "7fd8006e4604ef99c95050ca2b5c7c5b41f5c704" |
||
571 | }, |
||
572 | "dist": { |
||
573 | "type": "zip", |
||
574 | "url": "https://api.github.com/repos/symfony/debug/zipball/7fd8006e4604ef99c95050ca2b5c7c5b41f5c704", |
||
575 | "reference": "7fd8006e4604ef99c95050ca2b5c7c5b41f5c704", |
||
576 | "shasum": "" |
||
577 | }, |
||
578 | "require": { |
||
579 | "php": ">=5.3.3" |
||
580 | }, |
||
581 | "require-dev": { |
||
582 | "symfony/http-foundation": "~2.1", |
||
583 | "symfony/http-kernel": "~2.1" |
||
584 | }, |
||
585 | "suggest": { |
||
586 | "symfony/http-foundation": "", |
||
587 | "symfony/http-kernel": "" |
||
588 | }, |
||
589 | "type": "library", |
||
590 | "extra": { |
||
591 | "branch-alias": { |
||
592 | "dev-master": "2.5-dev" |
||
593 | } |
||
594 | }, |
||
595 | "autoload": { |
||
596 | "psr-0": { |
||
597 | "Symfony\\Component\\Debug\\": "" |
||
598 | } |
||
599 | }, |
||
600 | "notification-url": "https://packagist.org/downloads/", |
||
601 | "license": [ |
||
602 | "MIT" |
||
603 | ], |
||
604 | "authors": [ |
||
605 | { |
||
606 | "name": "Fabien Potencier", |
||
607 | "email": "[email protected]", |
||
608 | "homepage": "http://fabien.potencier.org", |
||
609 | "role": "Lead Developer" |
||
610 | }, |
||
611 | { |
||
612 | "name": "Symfony Community", |
||
613 | "homepage": "http://symfony.com/contributors" |
||
614 | } |
||
615 | ], |
||
616 | "description": "Symfony Debug Component", |
||
617 | "homepage": "http://symfony.com", |
||
618 | "time": "2014-05-25 14:44:21" |
||
619 | }, |
||
620 | { |
||
621 | "name": "symfony/dependency-injection", |
||
622 | "version": "v2.5.0", |
||
623 | "target-dir": "Symfony/Component/DependencyInjection", |
||
624 | "source": { |
||
625 | "type": "git", |
||
626 | "url": "https://github.com/symfony/dependency-injection.git", |
||
627 | "reference": "5dfb4c2b74c4976efe1efa783370da656a2dd742" |
||
628 | }, |
||
629 | "dist": { |
||
630 | "type": "zip", |
||
631 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5dfb4c2b74c4976efe1efa783370da656a2dd742", |
||
632 | "reference": "5dfb4c2b74c4976efe1efa783370da656a2dd742", |
||
633 | "shasum": "" |
||
634 | }, |
||
635 | "require": { |
||
636 | "php": ">=5.3.3" |
||
637 | }, |
||
638 | "require-dev": { |
||
639 | "symfony/config": "~2.2", |
||
640 | "symfony/expression-language": "~2.4", |
||
641 | "symfony/yaml": "~2.0" |
||
642 | }, |
||
643 | "suggest": { |
||
644 | "symfony/config": "", |
||
645 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
646 | "symfony/yaml": "" |
||
647 | }, |
||
648 | "type": "library", |
||
649 | "extra": { |
||
650 | "branch-alias": { |
||
651 | "dev-master": "2.5-dev" |
||
652 | } |
||
653 | }, |
||
654 | "autoload": { |
||
655 | "psr-0": { |
||
656 | "Symfony\\Component\\DependencyInjection\\": "" |
||
657 | } |
||
658 | }, |
||
659 | "notification-url": "https://packagist.org/downloads/", |
||
660 | "license": [ |
||
661 | "MIT" |
||
662 | ], |
||
663 | "authors": [ |
||
664 | { |
||
665 | "name": "Fabien Potencier", |
||
666 | "email": "[email protected]", |
||
667 | "homepage": "http://fabien.potencier.org", |
||
668 | "role": "Lead Developer" |
||
669 | }, |
||
670 | { |
||
671 | "name": "Symfony Community", |
||
672 | "homepage": "http://symfony.com/contributors" |
||
673 | } |
||
674 | ], |
||
675 | "description": "Symfony DependencyInjection Component", |
||
676 | "homepage": "http://symfony.com", |
||
677 | "time": "2014-05-12 09:28:39" |
||
678 | }, |
||
679 | { |
||
680 | "name": "symfony/event-dispatcher", |
||
681 | "version": "v2.5.0", |
||
682 | "target-dir": "Symfony/Component/EventDispatcher", |
||
683 | "source": { |
||
684 | "type": "git", |
||
685 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
686 | "reference": "cb62ec8dd05893fc8e4f0e6e21e326e1fc731fe8" |
||
687 | }, |
||
688 | "dist": { |
||
689 | "type": "zip", |
||
690 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/cb62ec8dd05893fc8e4f0e6e21e326e1fc731fe8", |
||
691 | "reference": "cb62ec8dd05893fc8e4f0e6e21e326e1fc731fe8", |
||
692 | "shasum": "" |
||
693 | }, |
||
694 | "require": { |
||
695 | "php": ">=5.3.3" |
||
696 | }, |
||
697 | "require-dev": { |
||
698 | "psr/log": "~1.0", |
||
699 | "symfony/config": "~2.0", |
||
700 | "symfony/dependency-injection": "~2.0", |
||
701 | "symfony/stopwatch": "~2.2" |
||
702 | }, |
||
703 | "suggest": { |
||
704 | "symfony/dependency-injection": "", |
||
705 | "symfony/http-kernel": "" |
||
706 | }, |
||
707 | "type": "library", |
||
708 | "extra": { |
||
709 | "branch-alias": { |
||
710 | "dev-master": "2.5-dev" |
||
711 | } |
||
712 | }, |
||
713 | "autoload": { |
||
714 | "psr-0": { |
||
715 | "Symfony\\Component\\EventDispatcher\\": "" |
||
716 | } |
||
717 | }, |
||
718 | "notification-url": "https://packagist.org/downloads/", |
||
719 | "license": [ |
||
720 | "MIT" |
||
721 | ], |
||
722 | "authors": [ |
||
723 | { |
||
724 | "name": "Fabien Potencier", |
||
725 | "email": "[email protected]", |
||
726 | "homepage": "http://fabien.potencier.org", |
||
727 | "role": "Lead Developer" |
||
728 | }, |
||
729 | { |
||
730 | "name": "Symfony Community", |
||
731 | "homepage": "http://symfony.com/contributors" |
||
732 | } |
||
733 | ], |
||
734 | "description": "Symfony EventDispatcher Component", |
||
735 | "homepage": "http://symfony.com", |
||
736 | "time": "2014-04-29 10:13:57" |
||
737 | }, |
||
738 | { |
||
739 | "name": "symfony/filesystem", |
||
740 | "version": "v2.5.0", |
||
741 | "target-dir": "Symfony/Component/Filesystem", |
||
742 | "source": { |
||
743 | "type": "git", |
||
744 | "url": "https://github.com/symfony/filesystem.git", |
||
745 | "reference": "98e831eac836a0a5911626ce82684155f21d0e4d" |
||
746 | }, |
||
747 | "dist": { |
||
748 | "type": "zip", |
||
749 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/98e831eac836a0a5911626ce82684155f21d0e4d", |
||
750 | "reference": "98e831eac836a0a5911626ce82684155f21d0e4d", |
||
751 | "shasum": "" |
||
752 | }, |
||
753 | "require": { |
||
754 | "php": ">=5.3.3" |
||
755 | }, |
||
756 | "type": "library", |
||
757 | "extra": { |
||
758 | "branch-alias": { |
||
759 | "dev-master": "2.5-dev" |
||
760 | } |
||
761 | }, |
||
762 | "autoload": { |
||
763 | "psr-0": { |
||
764 | "Symfony\\Component\\Filesystem\\": "" |
||
765 | } |
||
766 | }, |
||
767 | "notification-url": "https://packagist.org/downloads/", |
||
768 | "license": [ |
||
769 | "MIT" |
||
770 | ], |
||
771 | "authors": [ |
||
772 | { |
||
773 | "name": "Fabien Potencier", |
||
774 | "email": "[email protected]", |
||
775 | "homepage": "http://fabien.potencier.org", |
||
776 | "role": "Lead Developer" |
||
777 | }, |
||
778 | { |
||
779 | "name": "Symfony Community", |
||
780 | "homepage": "http://symfony.com/contributors" |
||
781 | } |
||
782 | ], |
||
783 | "description": "Symfony Filesystem Component", |
||
784 | "homepage": "http://symfony.com", |
||
785 | "time": "2014-04-16 10:36:21" |
||
786 | }, |
||
787 | { |
||
788 | "name": "symfony/framework-bundle", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of symfony/framework-bundle:
Code injection in the way Symfony implements translation caching in FrameworkBundle ![]() |
|||
789 | "version": "v2.5.0", |
||
790 | "target-dir": "Symfony/Bundle/FrameworkBundle", |
||
791 | "source": { |
||
792 | "type": "git", |
||
793 | "url": "https://github.com/symfony/framework-bundle.git", |
||
794 | "reference": "abb92db80783cf17a59587e3f0fd79ab6bee1a5e" |
||
795 | }, |
||
796 | "dist": { |
||
797 | "type": "zip", |
||
798 | "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/abb92db80783cf17a59587e3f0fd79ab6bee1a5e", |
||
799 | "reference": "abb92db80783cf17a59587e3f0fd79ab6bee1a5e", |
||
800 | "shasum": "" |
||
801 | }, |
||
802 | "require": { |
||
803 | "doctrine/annotations": "~1.0", |
||
804 | "php": ">=5.3.3", |
||
805 | "symfony/config": "~2.4", |
||
806 | "symfony/dependency-injection": "~2.2", |
||
807 | "symfony/event-dispatcher": "~2.5", |
||
808 | "symfony/filesystem": "~2.3", |
||
809 | "symfony/http-foundation": "~2.4", |
||
810 | "symfony/http-kernel": "~2.5", |
||
811 | "symfony/routing": "~2.2", |
||
812 | "symfony/security-core": "~2.4", |
||
813 | "symfony/security-csrf": "~2.4", |
||
814 | "symfony/stopwatch": "~2.3", |
||
815 | "symfony/templating": "~2.1", |
||
816 | "symfony/translation": "~2.3" |
||
817 | }, |
||
818 | "require-dev": { |
||
819 | "symfony/class-loader": "~2.1", |
||
820 | "symfony/finder": "~2.0", |
||
821 | "symfony/form": "~2.3", |
||
822 | "symfony/security": "~2.4", |
||
823 | "symfony/validator": "~2.1" |
||
824 | }, |
||
825 | "suggest": { |
||
826 | "doctrine/cache": "For using alternative cache drivers", |
||
827 | "symfony/console": "For using the console commands", |
||
828 | "symfony/finder": "For using the translation loader and cache warmer", |
||
829 | "symfony/form": "For using forms", |
||
830 | "symfony/validator": "For using validation" |
||
831 | }, |
||
832 | "type": "symfony-bundle", |
||
833 | "extra": { |
||
834 | "branch-alias": { |
||
835 | "dev-master": "2.5-dev" |
||
836 | } |
||
837 | }, |
||
838 | "autoload": { |
||
839 | "psr-0": { |
||
840 | "Symfony\\Bundle\\FrameworkBundle\\": "" |
||
841 | } |
||
842 | }, |
||
843 | "notification-url": "https://packagist.org/downloads/", |
||
844 | "license": [ |
||
845 | "MIT" |
||
846 | ], |
||
847 | "authors": [ |
||
848 | { |
||
849 | "name": "Fabien Potencier", |
||
850 | "email": "[email protected]", |
||
851 | "homepage": "http://fabien.potencier.org", |
||
852 | "role": "Lead Developer" |
||
853 | }, |
||
854 | { |
||
855 | "name": "Symfony Community", |
||
856 | "homepage": "http://symfony.com/contributors" |
||
857 | } |
||
858 | ], |
||
859 | "description": "Symfony FrameworkBundle", |
||
860 | "homepage": "http://symfony.com", |
||
861 | "time": "2014-05-20 07:56:04" |
||
862 | }, |
||
863 | { |
||
864 | "name": "symfony/http-foundation", |
||
0 ignored issues
–
show
There are 3 security advisories for your installed version of symfony/http-foundation:
- Security issue when parsing the Authorization header - Unsafe methods in the Request class - Denial of service with a malicious HTTP Host header ![]() |
|||
865 | "version": "v2.5.0", |
||
866 | "target-dir": "Symfony/Component/HttpFoundation", |
||
867 | "source": { |
||
868 | "type": "git", |
||
869 | "url": "https://github.com/symfony/http-foundation.git", |
||
870 | "reference": "044085422005aa3258fb3f710a7bf0202011f259" |
||
871 | }, |
||
872 | "dist": { |
||
873 | "type": "zip", |
||
874 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/044085422005aa3258fb3f710a7bf0202011f259", |
||
875 | "reference": "044085422005aa3258fb3f710a7bf0202011f259", |
||
876 | "shasum": "" |
||
877 | }, |
||
878 | "require": { |
||
879 | "php": ">=5.3.3" |
||
880 | }, |
||
881 | "require-dev": { |
||
882 | "symfony/expression-language": "~2.4" |
||
883 | }, |
||
884 | "type": "library", |
||
885 | "extra": { |
||
886 | "branch-alias": { |
||
887 | "dev-master": "2.5-dev" |
||
888 | } |
||
889 | }, |
||
890 | "autoload": { |
||
891 | "psr-0": { |
||
892 | "Symfony\\Component\\HttpFoundation\\": "" |
||
893 | }, |
||
894 | "classmap": [ |
||
895 | "Symfony/Component/HttpFoundation/Resources/stubs" |
||
896 | ] |
||
897 | }, |
||
898 | "notification-url": "https://packagist.org/downloads/", |
||
899 | "license": [ |
||
900 | "MIT" |
||
901 | ], |
||
902 | "authors": [ |
||
903 | { |
||
904 | "name": "Fabien Potencier", |
||
905 | "email": "[email protected]", |
||
906 | "homepage": "http://fabien.potencier.org", |
||
907 | "role": "Lead Developer" |
||
908 | }, |
||
909 | { |
||
910 | "name": "Symfony Community", |
||
911 | "homepage": "http://symfony.com/contributors" |
||
912 | } |
||
913 | ], |
||
914 | "description": "Symfony HttpFoundation Component", |
||
915 | "homepage": "http://symfony.com", |
||
916 | "time": "2014-05-26 19:02:40" |
||
917 | }, |
||
918 | { |
||
919 | "name": "symfony/http-kernel", |
||
0 ignored issues
–
show
There are 2 security advisories for your installed version of symfony/http-kernel:
- Esi Code Injection - Direct access of ESI URLs behind a trusted proxy ![]() |
|||
920 | "version": "v2.5.0", |
||
921 | "target-dir": "Symfony/Component/HttpKernel", |
||
922 | "source": { |
||
923 | "type": "git", |
||
924 | "url": "https://github.com/symfony/http-kernel.git", |
||
925 | "reference": "432a828e796a575d4a325a0fdf14132a615d2c53" |
||
926 | }, |
||
927 | "dist": { |
||
928 | "type": "zip", |
||
929 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/432a828e796a575d4a325a0fdf14132a615d2c53", |
||
930 | "reference": "432a828e796a575d4a325a0fdf14132a615d2c53", |
||
931 | "shasum": "" |
||
932 | }, |
||
933 | "require": { |
||
934 | "php": ">=5.3.3", |
||
935 | "psr/log": "~1.0", |
||
936 | "symfony/debug": "~2.5", |
||
937 | "symfony/event-dispatcher": "~2.1", |
||
938 | "symfony/http-foundation": "~2.4" |
||
939 | }, |
||
940 | "require-dev": { |
||
941 | "symfony/browser-kit": "~2.2", |
||
942 | "symfony/class-loader": "~2.1", |
||
943 | "symfony/config": "~2.0", |
||
944 | "symfony/console": "~2.2", |
||
945 | "symfony/dependency-injection": "~2.0", |
||
946 | "symfony/finder": "~2.0", |
||
947 | "symfony/process": "~2.0", |
||
948 | "symfony/routing": "~2.2", |
||
949 | "symfony/stopwatch": "~2.2", |
||
950 | "symfony/templating": "~2.2" |
||
951 | }, |
||
952 | "suggest": { |
||
953 | "symfony/browser-kit": "", |
||
954 | "symfony/class-loader": "", |
||
955 | "symfony/config": "", |
||
956 | "symfony/console": "", |
||
957 | "symfony/dependency-injection": "", |
||
958 | "symfony/finder": "" |
||
959 | }, |
||
960 | "type": "library", |
||
961 | "extra": { |
||
962 | "branch-alias": { |
||
963 | "dev-master": "2.5-dev" |
||
964 | } |
||
965 | }, |
||
966 | "autoload": { |
||
967 | "psr-0": { |
||
968 | "Symfony\\Component\\HttpKernel\\": "" |
||
969 | } |
||
970 | }, |
||
971 | "notification-url": "https://packagist.org/downloads/", |
||
972 | "license": [ |
||
973 | "MIT" |
||
974 | ], |
||
975 | "authors": [ |
||
976 | { |
||
977 | "name": "Fabien Potencier", |
||
978 | "email": "[email protected]", |
||
979 | "homepage": "http://fabien.potencier.org", |
||
980 | "role": "Lead Developer" |
||
981 | }, |
||
982 | { |
||
983 | "name": "Symfony Community", |
||
984 | "homepage": "http://symfony.com/contributors" |
||
985 | } |
||
986 | ], |
||
987 | "description": "Symfony HttpKernel Component", |
||
988 | "homepage": "http://symfony.com", |
||
989 | "time": "2014-05-31 18:45:50" |
||
990 | }, |
||
991 | { |
||
992 | "name": "symfony/routing", |
||
993 | "version": "v2.5.0", |
||
994 | "target-dir": "Symfony/Component/Routing", |
||
995 | "source": { |
||
996 | "type": "git", |
||
997 | "url": "https://github.com/symfony/routing.git", |
||
998 | "reference": "99b4e8e2978e6a08c086fd771cc0aa66c9e80a56" |
||
999 | }, |
||
1000 | "dist": { |
||
1001 | "type": "zip", |
||
1002 | "url": "https://api.github.com/repos/symfony/routing/zipball/99b4e8e2978e6a08c086fd771cc0aa66c9e80a56", |
||
1003 | "reference": "99b4e8e2978e6a08c086fd771cc0aa66c9e80a56", |
||
1004 | "shasum": "" |
||
1005 | }, |
||
1006 | "require": { |
||
1007 | "php": ">=5.3.3" |
||
1008 | }, |
||
1009 | "require-dev": { |
||
1010 | "doctrine/annotations": "~1.0", |
||
1011 | "psr/log": "~1.0", |
||
1012 | "symfony/config": "~2.2", |
||
1013 | "symfony/expression-language": "~2.4", |
||
1014 | "symfony/yaml": "~2.0" |
||
1015 | }, |
||
1016 | "suggest": { |
||
1017 | "doctrine/annotations": "For using the annotation loader", |
||
1018 | "symfony/config": "For using the all-in-one router or any loader", |
||
1019 | "symfony/expression-language": "For using expression matching", |
||
1020 | "symfony/yaml": "For using the YAML loader" |
||
1021 | }, |
||
1022 | "type": "library", |
||
1023 | "extra": { |
||
1024 | "branch-alias": { |
||
1025 | "dev-master": "2.5-dev" |
||
1026 | } |
||
1027 | }, |
||
1028 | "autoload": { |
||
1029 | "psr-0": { |
||
1030 | "Symfony\\Component\\Routing\\": "" |
||
1031 | } |
||
1032 | }, |
||
1033 | "notification-url": "https://packagist.org/downloads/", |
||
1034 | "license": [ |
||
1035 | "MIT" |
||
1036 | ], |
||
1037 | "authors": [ |
||
1038 | { |
||
1039 | "name": "Fabien Potencier", |
||
1040 | "email": "[email protected]", |
||
1041 | "homepage": "http://fabien.potencier.org", |
||
1042 | "role": "Lead Developer" |
||
1043 | }, |
||
1044 | { |
||
1045 | "name": "Symfony Community", |
||
1046 | "homepage": "http://symfony.com/contributors" |
||
1047 | } |
||
1048 | ], |
||
1049 | "description": "Symfony Routing Component", |
||
1050 | "homepage": "http://symfony.com", |
||
1051 | "keywords": [ |
||
1052 | "router", |
||
1053 | "routing", |
||
1054 | "uri", |
||
1055 | "url" |
||
1056 | ], |
||
1057 | "time": "2014-04-23 14:08:54" |
||
1058 | }, |
||
1059 | { |
||
1060 | "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 ![]() |
|||
1061 | "version": "v2.5.0", |
||
1062 | "target-dir": "Symfony/Component/Security/Core", |
||
1063 | "source": { |
||
1064 | "type": "git", |
||
1065 | "url": "https://github.com/symfony/security-core.git", |
||
1066 | "reference": "de6e3aa1362d77f6bf91f17039cd403807ee5c27" |
||
1067 | }, |
||
1068 | "dist": { |
||
1069 | "type": "zip", |
||
1070 | "url": "https://api.github.com/repos/symfony/security-core/zipball/de6e3aa1362d77f6bf91f17039cd403807ee5c27", |
||
1071 | "reference": "de6e3aa1362d77f6bf91f17039cd403807ee5c27", |
||
1072 | "shasum": "" |
||
1073 | }, |
||
1074 | "require": { |
||
1075 | "php": ">=5.3.3" |
||
1076 | }, |
||
1077 | "require-dev": { |
||
1078 | "ircmaxell/password-compat": "1.0.*", |
||
1079 | "psr/log": "~1.0", |
||
1080 | "symfony/event-dispatcher": "~2.1", |
||
1081 | "symfony/expression-language": "~2.4", |
||
1082 | "symfony/http-foundation": "~2.4", |
||
1083 | "symfony/validator": "~2.2" |
||
1084 | }, |
||
1085 | "suggest": { |
||
1086 | "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5", |
||
1087 | "symfony/event-dispatcher": "", |
||
1088 | "symfony/expression-language": "For using the expression voter", |
||
1089 | "symfony/http-foundation": "", |
||
1090 | "symfony/validator": "For using the user password constraint" |
||
1091 | }, |
||
1092 | "type": "library", |
||
1093 | "extra": { |
||
1094 | "branch-alias": { |
||
1095 | "dev-master": "2.5-dev" |
||
1096 | } |
||
1097 | }, |
||
1098 | "autoload": { |
||
1099 | "psr-0": { |
||
1100 | "Symfony\\Component\\Security\\Core\\": "" |
||
1101 | } |
||
1102 | }, |
||
1103 | "notification-url": "https://packagist.org/downloads/", |
||
1104 | "license": [ |
||
1105 | "MIT" |
||
1106 | ], |
||
1107 | "authors": [ |
||
1108 | { |
||
1109 | "name": "Fabien Potencier", |
||
1110 | "email": "[email protected]", |
||
1111 | "homepage": "http://fabien.potencier.org", |
||
1112 | "role": "Lead Developer" |
||
1113 | }, |
||
1114 | { |
||
1115 | "name": "Symfony Community", |
||
1116 | "homepage": "http://symfony.com/contributors" |
||
1117 | } |
||
1118 | ], |
||
1119 | "description": "Symfony Security Component - Core Library", |
||
1120 | "homepage": "http://symfony.com", |
||
1121 | "time": "2014-04-23 14:08:54" |
||
1122 | }, |
||
1123 | { |
||
1124 | "name": "symfony/security-csrf", |
||
1125 | "version": "v2.5.0", |
||
1126 | "target-dir": "Symfony/Component/Security/Csrf", |
||
1127 | "source": { |
||
1128 | "type": "git", |
||
1129 | "url": "https://github.com/symfony/security-csrf.git", |
||
1130 | "reference": "08711832eb9c7b08b513318357391693411e9478" |
||
1131 | }, |
||
1132 | "dist": { |
||
1133 | "type": "zip", |
||
1134 | "url": "https://api.github.com/repos/symfony/security-csrf/zipball/08711832eb9c7b08b513318357391693411e9478", |
||
1135 | "reference": "08711832eb9c7b08b513318357391693411e9478", |
||
1136 | "shasum": "" |
||
1137 | }, |
||
1138 | "require": { |
||
1139 | "php": ">=5.3.3", |
||
1140 | "symfony/security-core": "~2.4" |
||
1141 | }, |
||
1142 | "require-dev": { |
||
1143 | "symfony/http-foundation": "~2.1" |
||
1144 | }, |
||
1145 | "suggest": { |
||
1146 | "symfony/http-foundation": "For using the class SessionTokenStorage." |
||
1147 | }, |
||
1148 | "type": "library", |
||
1149 | "extra": { |
||
1150 | "branch-alias": { |
||
1151 | "dev-master": "2.5-dev" |
||
1152 | } |
||
1153 | }, |
||
1154 | "autoload": { |
||
1155 | "psr-0": { |
||
1156 | "Symfony\\Component\\Security\\Csrf\\": "" |
||
1157 | } |
||
1158 | }, |
||
1159 | "notification-url": "https://packagist.org/downloads/", |
||
1160 | "license": [ |
||
1161 | "MIT" |
||
1162 | ], |
||
1163 | "authors": [ |
||
1164 | { |
||
1165 | "name": "Fabien Potencier", |
||
1166 | "email": "[email protected]", |
||
1167 | "homepage": "http://fabien.potencier.org", |
||
1168 | "role": "Lead Developer" |
||
1169 | }, |
||
1170 | { |
||
1171 | "name": "Symfony Community", |
||
1172 | "homepage": "http://symfony.com/contributors" |
||
1173 | } |
||
1174 | ], |
||
1175 | "description": "Symfony Security Component - CSRF Library", |
||
1176 | "homepage": "http://symfony.com", |
||
1177 | "time": "2014-05-12 09:28:39" |
||
1178 | }, |
||
1179 | { |
||
1180 | "name": "symfony/stopwatch", |
||
1181 | "version": "v2.5.0", |
||
1182 | "target-dir": "Symfony/Component/Stopwatch", |
||
1183 | "source": { |
||
1184 | "type": "git", |
||
1185 | "url": "https://github.com/symfony/Stopwatch.git", |
||
1186 | "reference": "724d73604ebe6c1c9bdf36533b556123bd9075a1" |
||
1187 | }, |
||
1188 | "dist": { |
||
1189 | "type": "zip", |
||
1190 | "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/724d73604ebe6c1c9bdf36533b556123bd9075a1", |
||
1191 | "reference": "724d73604ebe6c1c9bdf36533b556123bd9075a1", |
||
1192 | "shasum": "" |
||
1193 | }, |
||
1194 | "require": { |
||
1195 | "php": ">=5.3.3" |
||
1196 | }, |
||
1197 | "type": "library", |
||
1198 | "extra": { |
||
1199 | "branch-alias": { |
||
1200 | "dev-master": "2.5-dev" |
||
1201 | } |
||
1202 | }, |
||
1203 | "autoload": { |
||
1204 | "psr-0": { |
||
1205 | "Symfony\\Component\\Stopwatch\\": "" |
||
1206 | } |
||
1207 | }, |
||
1208 | "notification-url": "https://packagist.org/downloads/", |
||
1209 | "license": [ |
||
1210 | "MIT" |
||
1211 | ], |
||
1212 | "authors": [ |
||
1213 | { |
||
1214 | "name": "Fabien Potencier", |
||
1215 | "email": "[email protected]", |
||
1216 | "homepage": "http://fabien.potencier.org", |
||
1217 | "role": "Lead Developer" |
||
1218 | }, |
||
1219 | { |
||
1220 | "name": "Symfony Community", |
||
1221 | "homepage": "http://symfony.com/contributors" |
||
1222 | } |
||
1223 | ], |
||
1224 | "description": "Symfony Stopwatch Component", |
||
1225 | "homepage": "http://symfony.com", |
||
1226 | "time": "2014-04-18 20:40:13" |
||
1227 | }, |
||
1228 | { |
||
1229 | "name": "symfony/templating", |
||
1230 | "version": "v2.5.0", |
||
1231 | "target-dir": "Symfony/Component/Templating", |
||
1232 | "source": { |
||
1233 | "type": "git", |
||
1234 | "url": "https://github.com/symfony/Templating.git", |
||
1235 | "reference": "782802d7a72ba9b1dd72dc98a69a5b3768fc18d0" |
||
1236 | }, |
||
1237 | "dist": { |
||
1238 | "type": "zip", |
||
1239 | "url": "https://api.github.com/repos/symfony/Templating/zipball/782802d7a72ba9b1dd72dc98a69a5b3768fc18d0", |
||
1240 | "reference": "782802d7a72ba9b1dd72dc98a69a5b3768fc18d0", |
||
1241 | "shasum": "" |
||
1242 | }, |
||
1243 | "require": { |
||
1244 | "php": ">=5.3.3" |
||
1245 | }, |
||
1246 | "require-dev": { |
||
1247 | "psr/log": "~1.0" |
||
1248 | }, |
||
1249 | "suggest": { |
||
1250 | "psr/log": "For using debug logging in loaders" |
||
1251 | }, |
||
1252 | "type": "library", |
||
1253 | "extra": { |
||
1254 | "branch-alias": { |
||
1255 | "dev-master": "2.5-dev" |
||
1256 | } |
||
1257 | }, |
||
1258 | "autoload": { |
||
1259 | "psr-0": { |
||
1260 | "Symfony\\Component\\Templating\\": "" |
||
1261 | } |
||
1262 | }, |
||
1263 | "notification-url": "https://packagist.org/downloads/", |
||
1264 | "license": [ |
||
1265 | "MIT" |
||
1266 | ], |
||
1267 | "authors": [ |
||
1268 | { |
||
1269 | "name": "Fabien Potencier", |
||
1270 | "email": "[email protected]", |
||
1271 | "homepage": "http://fabien.potencier.org", |
||
1272 | "role": "Lead Developer" |
||
1273 | }, |
||
1274 | { |
||
1275 | "name": "Symfony Community", |
||
1276 | "homepage": "http://symfony.com/contributors" |
||
1277 | } |
||
1278 | ], |
||
1279 | "description": "Symfony Templating Component", |
||
1280 | "homepage": "http://symfony.com", |
||
1281 | "time": "2014-04-18 19:44:02" |
||
1282 | }, |
||
1283 | { |
||
1284 | "name": "symfony/translation", |
||
1285 | "version": "v2.5.0", |
||
1286 | "target-dir": "Symfony/Component/Translation", |
||
1287 | "source": { |
||
1288 | "type": "git", |
||
1289 | "url": "https://github.com/symfony/Translation.git", |
||
1290 | "reference": "5f23265dcf8927a84be832608069c9edca3cf5f4" |
||
1291 | }, |
||
1292 | "dist": { |
||
1293 | "type": "zip", |
||
1294 | "url": "https://api.github.com/repos/symfony/Translation/zipball/5f23265dcf8927a84be832608069c9edca3cf5f4", |
||
1295 | "reference": "5f23265dcf8927a84be832608069c9edca3cf5f4", |
||
1296 | "shasum": "" |
||
1297 | }, |
||
1298 | "require": { |
||
1299 | "php": ">=5.3.3" |
||
1300 | }, |
||
1301 | "require-dev": { |
||
1302 | "symfony/config": "~2.0", |
||
1303 | "symfony/yaml": "~2.2" |
||
1304 | }, |
||
1305 | "suggest": { |
||
1306 | "symfony/config": "", |
||
1307 | "symfony/yaml": "" |
||
1308 | }, |
||
1309 | "type": "library", |
||
1310 | "extra": { |
||
1311 | "branch-alias": { |
||
1312 | "dev-master": "2.5-dev" |
||
1313 | } |
||
1314 | }, |
||
1315 | "autoload": { |
||
1316 | "psr-0": { |
||
1317 | "Symfony\\Component\\Translation\\": "" |
||
1318 | } |
||
1319 | }, |
||
1320 | "notification-url": "https://packagist.org/downloads/", |
||
1321 | "license": [ |
||
1322 | "MIT" |
||
1323 | ], |
||
1324 | "authors": [ |
||
1325 | { |
||
1326 | "name": "Fabien Potencier", |
||
1327 | "email": "[email protected]", |
||
1328 | "homepage": "http://fabien.potencier.org", |
||
1329 | "role": "Lead Developer" |
||
1330 | }, |
||
1331 | { |
||
1332 | "name": "Symfony Community", |
||
1333 | "homepage": "http://symfony.com/contributors" |
||
1334 | } |
||
1335 | ], |
||
1336 | "description": "Symfony Translation Component", |
||
1337 | "homepage": "http://symfony.com", |
||
1338 | "time": "2014-05-22 13:47:45" |
||
1339 | } |
||
1340 | ], |
||
1341 | "packages-dev": [ |
||
1342 | { |
||
1343 | "name": "phpunit/php-code-coverage", |
||
1344 | "version": "2.0.9", |
||
1345 | "source": { |
||
1346 | "type": "git", |
||
1347 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
1348 | "reference": "ed8ac99ce38c3fd134128c898f7ca74665abef7f" |
||
1349 | }, |
||
1350 | "dist": { |
||
1351 | "type": "zip", |
||
1352 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ed8ac99ce38c3fd134128c898f7ca74665abef7f", |
||
1353 | "reference": "ed8ac99ce38c3fd134128c898f7ca74665abef7f", |
||
1354 | "shasum": "" |
||
1355 | }, |
||
1356 | "require": { |
||
1357 | "php": ">=5.3.3", |
||
1358 | "phpunit/php-file-iterator": "~1.3.1", |
||
1359 | "phpunit/php-text-template": "~1.2.0", |
||
1360 | "phpunit/php-token-stream": "~1.2.2", |
||
1361 | "sebastian/environment": "~1.0.0", |
||
1362 | "sebastian/version": "~1.0.3" |
||
1363 | }, |
||
1364 | "require-dev": { |
||
1365 | "ext-xdebug": ">=2.1.4", |
||
1366 | "phpunit/phpunit": "~4.0.14" |
||
1367 | }, |
||
1368 | "suggest": { |
||
1369 | "ext-dom": "*", |
||
1370 | "ext-xdebug": ">=2.2.1", |
||
1371 | "ext-xmlwriter": "*" |
||
1372 | }, |
||
1373 | "type": "library", |
||
1374 | "extra": { |
||
1375 | "branch-alias": { |
||
1376 | "dev-master": "2.0.x-dev" |
||
1377 | } |
||
1378 | }, |
||
1379 | "autoload": { |
||
1380 | "classmap": [ |
||
1381 | "src/" |
||
1382 | ] |
||
1383 | }, |
||
1384 | "notification-url": "https://packagist.org/downloads/", |
||
1385 | "include-path": [ |
||
1386 | "" |
||
1387 | ], |
||
1388 | "license": [ |
||
1389 | "BSD-3-Clause" |
||
1390 | ], |
||
1391 | "authors": [ |
||
1392 | { |
||
1393 | "name": "Sebastian Bergmann", |
||
1394 | "email": "[email protected]", |
||
1395 | "role": "lead" |
||
1396 | } |
||
1397 | ], |
||
1398 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
1399 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
1400 | "keywords": [ |
||
1401 | "coverage", |
||
1402 | "testing", |
||
1403 | "xunit" |
||
1404 | ], |
||
1405 | "time": "2014-06-29 08:14:40" |
||
1406 | }, |
||
1407 | { |
||
1408 | "name": "phpunit/php-file-iterator", |
||
1409 | "version": "1.3.4", |
||
1410 | "source": { |
||
1411 | "type": "git", |
||
1412 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
1413 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" |
||
1414 | }, |
||
1415 | "dist": { |
||
1416 | "type": "zip", |
||
1417 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", |
||
1418 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", |
||
1419 | "shasum": "" |
||
1420 | }, |
||
1421 | "require": { |
||
1422 | "php": ">=5.3.3" |
||
1423 | }, |
||
1424 | "type": "library", |
||
1425 | "autoload": { |
||
1426 | "classmap": [ |
||
1427 | "File/" |
||
1428 | ] |
||
1429 | }, |
||
1430 | "notification-url": "https://packagist.org/downloads/", |
||
1431 | "include-path": [ |
||
1432 | "" |
||
1433 | ], |
||
1434 | "license": [ |
||
1435 | "BSD-3-Clause" |
||
1436 | ], |
||
1437 | "authors": [ |
||
1438 | { |
||
1439 | "name": "Sebastian Bergmann", |
||
1440 | "email": "[email protected]", |
||
1441 | "role": "lead" |
||
1442 | } |
||
1443 | ], |
||
1444 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
1445 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
1446 | "keywords": [ |
||
1447 | "filesystem", |
||
1448 | "iterator" |
||
1449 | ], |
||
1450 | "time": "2013-10-10 15:34:57" |
||
1451 | }, |
||
1452 | { |
||
1453 | "name": "phpunit/php-text-template", |
||
1454 | "version": "1.2.0", |
||
1455 | "source": { |
||
1456 | "type": "git", |
||
1457 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
1458 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" |
||
1459 | }, |
||
1460 | "dist": { |
||
1461 | "type": "zip", |
||
1462 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
||
1463 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
||
1464 | "shasum": "" |
||
1465 | }, |
||
1466 | "require": { |
||
1467 | "php": ">=5.3.3" |
||
1468 | }, |
||
1469 | "type": "library", |
||
1470 | "autoload": { |
||
1471 | "classmap": [ |
||
1472 | "Text/" |
||
1473 | ] |
||
1474 | }, |
||
1475 | "notification-url": "https://packagist.org/downloads/", |
||
1476 | "include-path": [ |
||
1477 | "" |
||
1478 | ], |
||
1479 | "license": [ |
||
1480 | "BSD-3-Clause" |
||
1481 | ], |
||
1482 | "authors": [ |
||
1483 | { |
||
1484 | "name": "Sebastian Bergmann", |
||
1485 | "email": "[email protected]", |
||
1486 | "role": "lead" |
||
1487 | } |
||
1488 | ], |
||
1489 | "description": "Simple template engine.", |
||
1490 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
1491 | "keywords": [ |
||
1492 | "template" |
||
1493 | ], |
||
1494 | "time": "2014-01-30 17:20:04" |
||
1495 | }, |
||
1496 | { |
||
1497 | "name": "phpunit/php-timer", |
||
1498 | "version": "1.0.5", |
||
1499 | "source": { |
||
1500 | "type": "git", |
||
1501 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
1502 | "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c" |
||
1503 | }, |
||
1504 | "dist": { |
||
1505 | "type": "zip", |
||
1506 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c", |
||
1507 | "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c", |
||
1508 | "shasum": "" |
||
1509 | }, |
||
1510 | "require": { |
||
1511 | "php": ">=5.3.3" |
||
1512 | }, |
||
1513 | "type": "library", |
||
1514 | "autoload": { |
||
1515 | "classmap": [ |
||
1516 | "PHP/" |
||
1517 | ] |
||
1518 | }, |
||
1519 | "notification-url": "https://packagist.org/downloads/", |
||
1520 | "include-path": [ |
||
1521 | "" |
||
1522 | ], |
||
1523 | "license": [ |
||
1524 | "BSD-3-Clause" |
||
1525 | ], |
||
1526 | "authors": [ |
||
1527 | { |
||
1528 | "name": "Sebastian Bergmann", |
||
1529 | "email": "[email protected]", |
||
1530 | "role": "lead" |
||
1531 | } |
||
1532 | ], |
||
1533 | "description": "Utility class for timing", |
||
1534 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
1535 | "keywords": [ |
||
1536 | "timer" |
||
1537 | ], |
||
1538 | "time": "2013-08-02 07:42:54" |
||
1539 | }, |
||
1540 | { |
||
1541 | "name": "phpunit/php-token-stream", |
||
1542 | "version": "1.2.2", |
||
1543 | "source": { |
||
1544 | "type": "git", |
||
1545 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
1546 | "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32" |
||
1547 | }, |
||
1548 | "dist": { |
||
1549 | "type": "zip", |
||
1550 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32", |
||
1551 | "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32", |
||
1552 | "shasum": "" |
||
1553 | }, |
||
1554 | "require": { |
||
1555 | "ext-tokenizer": "*", |
||
1556 | "php": ">=5.3.3" |
||
1557 | }, |
||
1558 | "type": "library", |
||
1559 | "extra": { |
||
1560 | "branch-alias": { |
||
1561 | "dev-master": "1.2-dev" |
||
1562 | } |
||
1563 | }, |
||
1564 | "autoload": { |
||
1565 | "classmap": [ |
||
1566 | "PHP/" |
||
1567 | ] |
||
1568 | }, |
||
1569 | "notification-url": "https://packagist.org/downloads/", |
||
1570 | "include-path": [ |
||
1571 | "" |
||
1572 | ], |
||
1573 | "license": [ |
||
1574 | "BSD-3-Clause" |
||
1575 | ], |
||
1576 | "authors": [ |
||
1577 | { |
||
1578 | "name": "Sebastian Bergmann", |
||
1579 | "email": "[email protected]", |
||
1580 | "role": "lead" |
||
1581 | } |
||
1582 | ], |
||
1583 | "description": "Wrapper around PHP's tokenizer extension.", |
||
1584 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
1585 | "keywords": [ |
||
1586 | "tokenizer" |
||
1587 | ], |
||
1588 | "time": "2014-03-03 05:10:30" |
||
1589 | }, |
||
1590 | { |
||
1591 | "name": "phpunit/phpunit", |
||
1592 | "version": "4.1.3", |
||
1593 | "source": { |
||
1594 | "type": "git", |
||
1595 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
1596 | "reference": "939cb801b3b2aa253aedd0b279f40bb8f35cec91" |
||
1597 | }, |
||
1598 | "dist": { |
||
1599 | "type": "zip", |
||
1600 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/939cb801b3b2aa253aedd0b279f40bb8f35cec91", |
||
1601 | "reference": "939cb801b3b2aa253aedd0b279f40bb8f35cec91", |
||
1602 | "shasum": "" |
||
1603 | }, |
||
1604 | "require": { |
||
1605 | "ext-dom": "*", |
||
1606 | "ext-json": "*", |
||
1607 | "ext-pcre": "*", |
||
1608 | "ext-reflection": "*", |
||
1609 | "ext-spl": "*", |
||
1610 | "php": ">=5.3.3", |
||
1611 | "phpunit/php-code-coverage": "~2.0", |
||
1612 | "phpunit/php-file-iterator": "~1.3.1", |
||
1613 | "phpunit/php-text-template": "~1.2", |
||
1614 | "phpunit/php-timer": "~1.0.2", |
||
1615 | "phpunit/phpunit-mock-objects": "~2.1", |
||
1616 | "sebastian/comparator": "~1.0", |
||
1617 | "sebastian/diff": "~1.1", |
||
1618 | "sebastian/environment": "~1.0", |
||
1619 | "sebastian/exporter": "~1.0", |
||
1620 | "sebastian/version": "~1.0", |
||
1621 | "symfony/yaml": "~2.0" |
||
1622 | }, |
||
1623 | "suggest": { |
||
1624 | "phpunit/php-invoker": "~1.1" |
||
1625 | }, |
||
1626 | "bin": [ |
||
1627 | "phpunit" |
||
1628 | ], |
||
1629 | "type": "library", |
||
1630 | "extra": { |
||
1631 | "branch-alias": { |
||
1632 | "dev-master": "4.1.x-dev" |
||
1633 | } |
||
1634 | }, |
||
1635 | "autoload": { |
||
1636 | "classmap": [ |
||
1637 | "src/" |
||
1638 | ] |
||
1639 | }, |
||
1640 | "notification-url": "https://packagist.org/downloads/", |
||
1641 | "include-path": [ |
||
1642 | "", |
||
1643 | "../../symfony/yaml/" |
||
1644 | ], |
||
1645 | "license": [ |
||
1646 | "BSD-3-Clause" |
||
1647 | ], |
||
1648 | "authors": [ |
||
1649 | { |
||
1650 | "name": "Sebastian Bergmann", |
||
1651 | "email": "[email protected]", |
||
1652 | "role": "lead" |
||
1653 | } |
||
1654 | ], |
||
1655 | "description": "The PHP Unit Testing framework.", |
||
1656 | "homepage": "http://www.phpunit.de/", |
||
1657 | "keywords": [ |
||
1658 | "phpunit", |
||
1659 | "testing", |
||
1660 | "xunit" |
||
1661 | ], |
||
1662 | "time": "2014-06-11 14:15:47" |
||
1663 | }, |
||
1664 | { |
||
1665 | "name": "phpunit/phpunit-mock-objects", |
||
1666 | "version": "2.1.5", |
||
1667 | "source": { |
||
1668 | "type": "git", |
||
1669 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
1670 | "reference": "7878b9c41edb3afab92b85edf5f0981014a2713a" |
||
1671 | }, |
||
1672 | "dist": { |
||
1673 | "type": "zip", |
||
1674 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/7878b9c41edb3afab92b85edf5f0981014a2713a", |
||
1675 | "reference": "7878b9c41edb3afab92b85edf5f0981014a2713a", |
||
1676 | "shasum": "" |
||
1677 | }, |
||
1678 | "require": { |
||
1679 | "php": ">=5.3.3", |
||
1680 | "phpunit/php-text-template": "~1.2" |
||
1681 | }, |
||
1682 | "require-dev": { |
||
1683 | "phpunit/phpunit": "~4.1" |
||
1684 | }, |
||
1685 | "suggest": { |
||
1686 | "ext-soap": "*" |
||
1687 | }, |
||
1688 | "type": "library", |
||
1689 | "extra": { |
||
1690 | "branch-alias": { |
||
1691 | "dev-master": "2.1.x-dev" |
||
1692 | } |
||
1693 | }, |
||
1694 | "autoload": { |
||
1695 | "classmap": [ |
||
1696 | "src/" |
||
1697 | ] |
||
1698 | }, |
||
1699 | "notification-url": "https://packagist.org/downloads/", |
||
1700 | "include-path": [ |
||
1701 | "" |
||
1702 | ], |
||
1703 | "license": [ |
||
1704 | "BSD-3-Clause" |
||
1705 | ], |
||
1706 | "authors": [ |
||
1707 | { |
||
1708 | "name": "Sebastian Bergmann", |
||
1709 | "email": "[email protected]", |
||
1710 | "role": "lead" |
||
1711 | } |
||
1712 | ], |
||
1713 | "description": "Mock Object library for PHPUnit", |
||
1714 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
1715 | "keywords": [ |
||
1716 | "mock", |
||
1717 | "xunit" |
||
1718 | ], |
||
1719 | "time": "2014-06-12 07:22:15" |
||
1720 | }, |
||
1721 | { |
||
1722 | "name": "sebastian/comparator", |
||
1723 | "version": "1.0.0", |
||
1724 | "source": { |
||
1725 | "type": "git", |
||
1726 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
1727 | "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2" |
||
1728 | }, |
||
1729 | "dist": { |
||
1730 | "type": "zip", |
||
1731 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2", |
||
1732 | "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2", |
||
1733 | "shasum": "" |
||
1734 | }, |
||
1735 | "require": { |
||
1736 | "php": ">=5.3.3", |
||
1737 | "sebastian/diff": "~1.1", |
||
1738 | "sebastian/exporter": "~1.0" |
||
1739 | }, |
||
1740 | "require-dev": { |
||
1741 | "phpunit/phpunit": "~4.1" |
||
1742 | }, |
||
1743 | "type": "library", |
||
1744 | "extra": { |
||
1745 | "branch-alias": { |
||
1746 | "dev-master": "1.0.x-dev" |
||
1747 | } |
||
1748 | }, |
||
1749 | "autoload": { |
||
1750 | "classmap": [ |
||
1751 | "src/" |
||
1752 | ] |
||
1753 | }, |
||
1754 | "notification-url": "https://packagist.org/downloads/", |
||
1755 | "license": [ |
||
1756 | "BSD-3-Clause" |
||
1757 | ], |
||
1758 | "authors": [ |
||
1759 | { |
||
1760 | "name": "Sebastian Bergmann", |
||
1761 | "email": "[email protected]", |
||
1762 | "role": "lead" |
||
1763 | }, |
||
1764 | { |
||
1765 | "name": "Jeff Welch", |
||
1766 | "email": "[email protected]" |
||
1767 | }, |
||
1768 | { |
||
1769 | "name": "Volker Dusch", |
||
1770 | "email": "[email protected]" |
||
1771 | }, |
||
1772 | { |
||
1773 | "name": "Bernhard Schussek", |
||
1774 | "email": "[email protected]" |
||
1775 | } |
||
1776 | ], |
||
1777 | "description": "Provides the functionality to compare PHP values for equality", |
||
1778 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
1779 | "keywords": [ |
||
1780 | "comparator", |
||
1781 | "compare", |
||
1782 | "equality" |
||
1783 | ], |
||
1784 | "time": "2014-05-02 07:05:58" |
||
1785 | }, |
||
1786 | { |
||
1787 | "name": "sebastian/diff", |
||
1788 | "version": "1.1.0", |
||
1789 | "source": { |
||
1790 | "type": "git", |
||
1791 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
1792 | "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d" |
||
1793 | }, |
||
1794 | "dist": { |
||
1795 | "type": "zip", |
||
1796 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d", |
||
1797 | "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d", |
||
1798 | "shasum": "" |
||
1799 | }, |
||
1800 | "require": { |
||
1801 | "php": ">=5.3.3" |
||
1802 | }, |
||
1803 | "type": "library", |
||
1804 | "extra": { |
||
1805 | "branch-alias": { |
||
1806 | "dev-master": "1.1-dev" |
||
1807 | } |
||
1808 | }, |
||
1809 | "autoload": { |
||
1810 | "classmap": [ |
||
1811 | "src/" |
||
1812 | ] |
||
1813 | }, |
||
1814 | "notification-url": "https://packagist.org/downloads/", |
||
1815 | "license": [ |
||
1816 | "BSD-3-Clause" |
||
1817 | ], |
||
1818 | "authors": [ |
||
1819 | { |
||
1820 | "name": "Sebastian Bergmann", |
||
1821 | "email": "[email protected]", |
||
1822 | "role": "lead" |
||
1823 | }, |
||
1824 | { |
||
1825 | "name": "Kore Nordmann", |
||
1826 | "email": "[email protected]" |
||
1827 | } |
||
1828 | ], |
||
1829 | "description": "Diff implementation", |
||
1830 | "homepage": "http://www.github.com/sebastianbergmann/diff", |
||
1831 | "keywords": [ |
||
1832 | "diff" |
||
1833 | ], |
||
1834 | "time": "2013-08-03 16:46:33" |
||
1835 | }, |
||
1836 | { |
||
1837 | "name": "sebastian/environment", |
||
1838 | "version": "1.0.0", |
||
1839 | "source": { |
||
1840 | "type": "git", |
||
1841 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
1842 | "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a" |
||
1843 | }, |
||
1844 | "dist": { |
||
1845 | "type": "zip", |
||
1846 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/79517609ec01139cd7e9fded0dd7ce08c952ef6a", |
||
1847 | "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a", |
||
1848 | "shasum": "" |
||
1849 | }, |
||
1850 | "require": { |
||
1851 | "php": ">=5.3.3" |
||
1852 | }, |
||
1853 | "require-dev": { |
||
1854 | "phpunit/phpunit": "4.0.*@dev" |
||
1855 | }, |
||
1856 | "type": "library", |
||
1857 | "extra": { |
||
1858 | "branch-alias": { |
||
1859 | "dev-master": "1.0.x-dev" |
||
1860 | } |
||
1861 | }, |
||
1862 | "autoload": { |
||
1863 | "classmap": [ |
||
1864 | "src/" |
||
1865 | ] |
||
1866 | }, |
||
1867 | "notification-url": "https://packagist.org/downloads/", |
||
1868 | "license": [ |
||
1869 | "BSD-3-Clause" |
||
1870 | ], |
||
1871 | "authors": [ |
||
1872 | { |
||
1873 | "name": "Sebastian Bergmann", |
||
1874 | "email": "[email protected]", |
||
1875 | "role": "lead" |
||
1876 | } |
||
1877 | ], |
||
1878 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
1879 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
1880 | "keywords": [ |
||
1881 | "Xdebug", |
||
1882 | "environment", |
||
1883 | "hhvm" |
||
1884 | ], |
||
1885 | "time": "2014-02-18 16:17:19" |
||
1886 | }, |
||
1887 | { |
||
1888 | "name": "sebastian/exporter", |
||
1889 | "version": "1.0.1", |
||
1890 | "source": { |
||
1891 | "type": "git", |
||
1892 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
1893 | "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529" |
||
1894 | }, |
||
1895 | "dist": { |
||
1896 | "type": "zip", |
||
1897 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529", |
||
1898 | "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529", |
||
1899 | "shasum": "" |
||
1900 | }, |
||
1901 | "require": { |
||
1902 | "php": ">=5.3.3" |
||
1903 | }, |
||
1904 | "require-dev": { |
||
1905 | "phpunit/phpunit": "4.0.*@dev" |
||
1906 | }, |
||
1907 | "type": "library", |
||
1908 | "extra": { |
||
1909 | "branch-alias": { |
||
1910 | "dev-master": "1.0.x-dev" |
||
1911 | } |
||
1912 | }, |
||
1913 | "autoload": { |
||
1914 | "classmap": [ |
||
1915 | "src/" |
||
1916 | ] |
||
1917 | }, |
||
1918 | "notification-url": "https://packagist.org/downloads/", |
||
1919 | "license": [ |
||
1920 | "BSD-3-Clause" |
||
1921 | ], |
||
1922 | "authors": [ |
||
1923 | { |
||
1924 | "name": "Sebastian Bergmann", |
||
1925 | "email": "[email protected]", |
||
1926 | "role": "lead" |
||
1927 | }, |
||
1928 | { |
||
1929 | "name": "Jeff Welch", |
||
1930 | "email": "[email protected]" |
||
1931 | }, |
||
1932 | { |
||
1933 | "name": "Volker Dusch", |
||
1934 | "email": "[email protected]" |
||
1935 | }, |
||
1936 | { |
||
1937 | "name": "Adam Harvey", |
||
1938 | "email": "[email protected]", |
||
1939 | "role": "Lead" |
||
1940 | }, |
||
1941 | { |
||
1942 | "name": "Bernhard Schussek", |
||
1943 | "email": "[email protected]" |
||
1944 | } |
||
1945 | ], |
||
1946 | "description": "Provides the functionality to export PHP variables for visualization", |
||
1947 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
1948 | "keywords": [ |
||
1949 | "export", |
||
1950 | "exporter" |
||
1951 | ], |
||
1952 | "time": "2014-02-16 08:26:31" |
||
1953 | }, |
||
1954 | { |
||
1955 | "name": "sebastian/version", |
||
1956 | "version": "1.0.3", |
||
1957 | "source": { |
||
1958 | "type": "git", |
||
1959 | "url": "https://github.com/sebastianbergmann/version.git", |
||
1960 | "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43" |
||
1961 | }, |
||
1962 | "dist": { |
||
1963 | "type": "zip", |
||
1964 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43", |
||
1965 | "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43", |
||
1966 | "shasum": "" |
||
1967 | }, |
||
1968 | "type": "library", |
||
1969 | "autoload": { |
||
1970 | "classmap": [ |
||
1971 | "src/" |
||
1972 | ] |
||
1973 | }, |
||
1974 | "notification-url": "https://packagist.org/downloads/", |
||
1975 | "license": [ |
||
1976 | "BSD-3-Clause" |
||
1977 | ], |
||
1978 | "authors": [ |
||
1979 | { |
||
1980 | "name": "Sebastian Bergmann", |
||
1981 | "email": "[email protected]", |
||
1982 | "role": "lead" |
||
1983 | } |
||
1984 | ], |
||
1985 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
1986 | "homepage": "https://github.com/sebastianbergmann/version", |
||
1987 | "time": "2014-03-07 15:35:33" |
||
1988 | }, |
||
1989 | { |
||
1990 | "name": "symfony/yaml", |
||
1991 | "version": "v2.5.0", |
||
1992 | "target-dir": "Symfony/Component/Yaml", |
||
1993 | "source": { |
||
1994 | "type": "git", |
||
1995 | "url": "https://github.com/symfony/Yaml.git", |
||
1996 | "reference": "b4b09c68ec2f2727574544ef0173684281a5033c" |
||
1997 | }, |
||
1998 | "dist": { |
||
1999 | "type": "zip", |
||
2000 | "url": "https://api.github.com/repos/symfony/Yaml/zipball/b4b09c68ec2f2727574544ef0173684281a5033c", |
||
2001 | "reference": "b4b09c68ec2f2727574544ef0173684281a5033c", |
||
2002 | "shasum": "" |
||
2003 | }, |
||
2004 | "require": { |
||
2005 | "php": ">=5.3.3" |
||
2006 | }, |
||
2007 | "type": "library", |
||
2008 | "extra": { |
||
2009 | "branch-alias": { |
||
2010 | "dev-master": "2.5-dev" |
||
2011 | } |
||
2012 | }, |
||
2013 | "autoload": { |
||
2014 | "psr-0": { |
||
2015 | "Symfony\\Component\\Yaml\\": "" |
||
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 | "homepage": "http://fabien.potencier.org", |
||
2027 | "role": "Lead Developer" |
||
2028 | }, |
||
2029 | { |
||
2030 | "name": "Symfony Community", |
||
2031 | "homepage": "http://symfony.com/contributors" |
||
2032 | } |
||
2033 | ], |
||
2034 | "description": "Symfony Yaml Component", |
||
2035 | "homepage": "http://symfony.com", |
||
2036 | "time": "2014-05-16 14:25:18" |
||
2037 | } |
||
2038 | ], |
||
2039 | "aliases": [], |
||
2040 | "minimum-stability": "stable", |
||
2041 | "stability-flags": [], |
||
2042 | "prefer-stable": false, |
||
2043 | "prefer-lowest": false, |
||
2044 | "platform": [], |
||
2045 | "platform-dev": [] |
||
2046 | } |
||
2047 |