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 | "This file is @generated automatically" |
||
6 | ], |
||
7 | "hash": "272b5f51c5f4a0efa3f296f1e817dd51", |
||
8 | "packages": [ |
||
9 | { |
||
10 | "name": "doctrine/annotations", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
11 | "version": "v1.2.0", |
||
12 | "source": { |
||
13 | "type": "git", |
||
14 | "url": "https://github.com/doctrine/annotations.git", |
||
15 | "reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd" |
||
16 | }, |
||
17 | "dist": { |
||
18 | "type": "zip", |
||
19 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd", |
||
20 | "reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd", |
||
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": "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": "2014-07-06 15:52:21" |
||
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": "https://github.com/schmittjoh", |
||
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": "https://github.com/schmittjoh", |
||
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": "https://github.com/schmittjoh", |
||
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/dbal", |
||
304 | "version": "v2.4.2", |
||
305 | "source": { |
||
306 | "type": "git", |
||
307 | "url": "https://github.com/doctrine/dbal.git", |
||
308 | "reference": "fec965d330c958e175c39e61c3f6751955af32d0" |
||
309 | }, |
||
310 | "dist": { |
||
311 | "type": "zip", |
||
312 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/fec965d330c958e175c39e61c3f6751955af32d0", |
||
313 | "reference": "fec965d330c958e175c39e61c3f6751955af32d0", |
||
314 | "shasum": "" |
||
315 | }, |
||
316 | "require": { |
||
317 | "doctrine/common": "~2.4", |
||
318 | "php": ">=5.3.2" |
||
319 | }, |
||
320 | "require-dev": { |
||
321 | "phpunit/phpunit": "3.7.*", |
||
322 | "symfony/console": "~2.0" |
||
323 | }, |
||
324 | "suggest": { |
||
325 | "symfony/console": "Allows use of the command line interface" |
||
326 | }, |
||
327 | "type": "library", |
||
328 | "autoload": { |
||
329 | "psr-0": { |
||
330 | "Doctrine\\DBAL\\": "lib/" |
||
331 | } |
||
332 | }, |
||
333 | "notification-url": "https://packagist.org/downloads/", |
||
334 | "license": [ |
||
335 | "MIT" |
||
336 | ], |
||
337 | "authors": [ |
||
338 | { |
||
339 | "name": "Jonathan Wage", |
||
340 | "email": "[email protected]", |
||
341 | "homepage": "http://www.jwage.com/", |
||
342 | "role": "Creator" |
||
343 | }, |
||
344 | { |
||
345 | "name": "Guilherme Blanco", |
||
346 | "email": "[email protected]", |
||
347 | "homepage": "http://www.instaclick.com" |
||
348 | }, |
||
349 | { |
||
350 | "name": "Roman Borschel", |
||
351 | "email": "[email protected]" |
||
352 | }, |
||
353 | { |
||
354 | "name": "Benjamin Eberlei", |
||
355 | "email": "[email protected]" |
||
356 | } |
||
357 | ], |
||
358 | "description": "Database Abstraction Layer", |
||
359 | "homepage": "http://www.doctrine-project.org", |
||
360 | "keywords": [ |
||
361 | "database", |
||
362 | "dbal", |
||
363 | "persistence", |
||
364 | "queryobject" |
||
365 | ], |
||
366 | "time": "2014-01-01 16:43:57" |
||
367 | }, |
||
368 | { |
||
369 | "name": "doctrine/doctrine-bundle", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of doctrine/doctrine-bundle:
Security Misconfiguration Vulnerability in various Doctrine projects ![]() |
|||
370 | "version": "v1.2.0", |
||
371 | "target-dir": "Doctrine/Bundle/DoctrineBundle", |
||
372 | "source": { |
||
373 | "type": "git", |
||
374 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
||
375 | "reference": "765b0d87fcc3e839c74817b7211258cbef3a4fb9" |
||
376 | }, |
||
377 | "dist": { |
||
378 | "type": "zip", |
||
379 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/765b0d87fcc3e839c74817b7211258cbef3a4fb9", |
||
380 | "reference": "765b0d87fcc3e839c74817b7211258cbef3a4fb9", |
||
381 | "shasum": "" |
||
382 | }, |
||
383 | "require": { |
||
384 | "doctrine/dbal": ">=2.2,<2.5-dev", |
||
385 | "jdorn/sql-formatter": "~1.1", |
||
386 | "php": ">=5.3.2", |
||
387 | "symfony/doctrine-bridge": "~2.2", |
||
388 | "symfony/framework-bundle": "~2.2" |
||
389 | }, |
||
390 | "require-dev": { |
||
391 | "doctrine/orm": ">=2.2,<2.5-dev", |
||
392 | "symfony/validator": "~2.2", |
||
393 | "symfony/yaml": "~2.2" |
||
394 | }, |
||
395 | "suggest": { |
||
396 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
||
397 | "symfony/web-profiler-bundle": "to use the data collector" |
||
398 | }, |
||
399 | "type": "symfony-bundle", |
||
400 | "extra": { |
||
401 | "branch-alias": { |
||
402 | "dev-master": "1.2.x-dev" |
||
403 | } |
||
404 | }, |
||
405 | "autoload": { |
||
406 | "psr-0": { |
||
407 | "Doctrine\\Bundle\\DoctrineBundle": "" |
||
408 | } |
||
409 | }, |
||
410 | "notification-url": "https://packagist.org/downloads/", |
||
411 | "license": [ |
||
412 | "MIT" |
||
413 | ], |
||
414 | "authors": [ |
||
415 | { |
||
416 | "name": "Fabien Potencier", |
||
417 | "email": "[email protected]", |
||
418 | "homepage": "http://fabien.potencier.org", |
||
419 | "role": "Lead Developer" |
||
420 | }, |
||
421 | { |
||
422 | "name": "Symfony Community", |
||
423 | "homepage": "http://symfony.com/contributors" |
||
424 | }, |
||
425 | { |
||
426 | "name": "Benjamin Eberlei", |
||
427 | "email": "[email protected]" |
||
428 | } |
||
429 | ], |
||
430 | "description": "Symfony DoctrineBundle", |
||
431 | "homepage": "http://www.doctrine-project.org", |
||
432 | "keywords": [ |
||
433 | "database", |
||
434 | "dbal", |
||
435 | "orm", |
||
436 | "persistence" |
||
437 | ], |
||
438 | "time": "2013-03-25 20:13:59" |
||
439 | }, |
||
440 | { |
||
441 | "name": "doctrine/inflector", |
||
442 | "version": "v1.0", |
||
443 | "source": { |
||
444 | "type": "git", |
||
445 | "url": "https://github.com/doctrine/inflector.git", |
||
446 | "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08" |
||
447 | }, |
||
448 | "dist": { |
||
449 | "type": "zip", |
||
450 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08", |
||
451 | "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08", |
||
452 | "shasum": "" |
||
453 | }, |
||
454 | "require": { |
||
455 | "php": ">=5.3.2" |
||
456 | }, |
||
457 | "type": "library", |
||
458 | "autoload": { |
||
459 | "psr-0": { |
||
460 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
461 | } |
||
462 | }, |
||
463 | "notification-url": "https://packagist.org/downloads/", |
||
464 | "license": [ |
||
465 | "MIT" |
||
466 | ], |
||
467 | "authors": [ |
||
468 | { |
||
469 | "name": "Jonathan Wage", |
||
470 | "email": "[email protected]", |
||
471 | "homepage": "http://www.jwage.com/", |
||
472 | "role": "Creator" |
||
473 | }, |
||
474 | { |
||
475 | "name": "Guilherme Blanco", |
||
476 | "email": "[email protected]", |
||
477 | "homepage": "http://www.instaclick.com" |
||
478 | }, |
||
479 | { |
||
480 | "name": "Roman Borschel", |
||
481 | "email": "[email protected]" |
||
482 | }, |
||
483 | { |
||
484 | "name": "Benjamin Eberlei", |
||
485 | "email": "[email protected]" |
||
486 | }, |
||
487 | { |
||
488 | "name": "Johannes Schmitt", |
||
489 | "email": "[email protected]", |
||
490 | "homepage": "https://github.com/schmittjoh", |
||
491 | "role": "Developer of wrapped JMSSerializerBundle" |
||
492 | } |
||
493 | ], |
||
494 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
495 | "homepage": "http://www.doctrine-project.org", |
||
496 | "keywords": [ |
||
497 | "inflection", |
||
498 | "pluarlize", |
||
499 | "singuarlize", |
||
500 | "string" |
||
501 | ], |
||
502 | "time": "2013-01-10 21:49:15" |
||
503 | }, |
||
504 | { |
||
505 | "name": "doctrine/lexer", |
||
506 | "version": "v1.0", |
||
507 | "source": { |
||
508 | "type": "git", |
||
509 | "url": "https://github.com/doctrine/lexer.git", |
||
510 | "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb" |
||
511 | }, |
||
512 | "dist": { |
||
513 | "type": "zip", |
||
514 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb", |
||
515 | "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb", |
||
516 | "shasum": "" |
||
517 | }, |
||
518 | "require": { |
||
519 | "php": ">=5.3.2" |
||
520 | }, |
||
521 | "type": "library", |
||
522 | "autoload": { |
||
523 | "psr-0": { |
||
524 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
525 | } |
||
526 | }, |
||
527 | "notification-url": "https://packagist.org/downloads/", |
||
528 | "license": [ |
||
529 | "MIT" |
||
530 | ], |
||
531 | "authors": [ |
||
532 | { |
||
533 | "name": "Guilherme Blanco", |
||
534 | "email": "[email protected]", |
||
535 | "homepage": "http://www.instaclick.com" |
||
536 | }, |
||
537 | { |
||
538 | "name": "Roman Borschel", |
||
539 | "email": "[email protected]" |
||
540 | }, |
||
541 | { |
||
542 | "name": "Johannes Schmitt", |
||
543 | "email": "[email protected]", |
||
544 | "homepage": "https://github.com/schmittjoh", |
||
545 | "role": "Developer of wrapped JMSSerializerBundle" |
||
546 | } |
||
547 | ], |
||
548 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
549 | "homepage": "http://www.doctrine-project.org", |
||
550 | "keywords": [ |
||
551 | "lexer", |
||
552 | "parser" |
||
553 | ], |
||
554 | "time": "2013-01-12 18:59:04" |
||
555 | }, |
||
556 | { |
||
557 | "name": "doctrine/orm", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of doctrine/orm:
Security Misconfiguration Vulnerability in various Doctrine projects ![]() |
|||
558 | "version": "v2.4.4", |
||
559 | "source": { |
||
560 | "type": "git", |
||
561 | "url": "https://github.com/doctrine/doctrine2.git", |
||
562 | "reference": "fc19c3b53dcd00e6584db40669fdd699c4671f97" |
||
563 | }, |
||
564 | "dist": { |
||
565 | "type": "zip", |
||
566 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/fc19c3b53dcd00e6584db40669fdd699c4671f97", |
||
567 | "reference": "fc19c3b53dcd00e6584db40669fdd699c4671f97", |
||
568 | "shasum": "" |
||
569 | }, |
||
570 | "require": { |
||
571 | "doctrine/collections": "~1.1", |
||
572 | "doctrine/dbal": "~2.4", |
||
573 | "ext-pdo": "*", |
||
574 | "php": ">=5.3.2", |
||
575 | "symfony/console": "~2.0" |
||
576 | }, |
||
577 | "require-dev": { |
||
578 | "satooshi/php-coveralls": "dev-master", |
||
579 | "symfony/yaml": "~2.1" |
||
580 | }, |
||
581 | "suggest": { |
||
582 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
583 | }, |
||
584 | "bin": [ |
||
585 | "bin/doctrine", |
||
586 | "bin/doctrine.php" |
||
587 | ], |
||
588 | "type": "library", |
||
589 | "extra": { |
||
590 | "branch-alias": { |
||
591 | "dev-master": "2.4.x-dev" |
||
592 | } |
||
593 | }, |
||
594 | "autoload": { |
||
595 | "psr-0": { |
||
596 | "Doctrine\\ORM\\": "lib/" |
||
597 | } |
||
598 | }, |
||
599 | "notification-url": "https://packagist.org/downloads/", |
||
600 | "license": [ |
||
601 | "MIT" |
||
602 | ], |
||
603 | "authors": [ |
||
604 | { |
||
605 | "name": "Jonathan Wage", |
||
606 | "email": "[email protected]", |
||
607 | "homepage": "http://www.jwage.com/", |
||
608 | "role": "Creator" |
||
609 | }, |
||
610 | { |
||
611 | "name": "Guilherme Blanco", |
||
612 | "email": "[email protected]", |
||
613 | "homepage": "http://www.instaclick.com" |
||
614 | }, |
||
615 | { |
||
616 | "name": "Roman Borschel", |
||
617 | "email": "[email protected]" |
||
618 | }, |
||
619 | { |
||
620 | "name": "Benjamin Eberlei", |
||
621 | "email": "[email protected]" |
||
622 | } |
||
623 | ], |
||
624 | "description": "Object-Relational-Mapper for PHP", |
||
625 | "homepage": "http://www.doctrine-project.org", |
||
626 | "keywords": [ |
||
627 | "database", |
||
628 | "orm" |
||
629 | ], |
||
630 | "time": "2014-07-11 03:05:53" |
||
631 | }, |
||
632 | { |
||
633 | "name": "friendsofsymfony/user-bundle", |
||
634 | "version": "dev-master", |
||
635 | "target-dir": "FOS/UserBundle", |
||
636 | "source": { |
||
637 | "type": "git", |
||
638 | "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git", |
||
639 | "reference": "ef7ca325929ff102fff521653a2e3b88c7a40361" |
||
640 | }, |
||
641 | "dist": { |
||
642 | "type": "zip", |
||
643 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/ef7ca325929ff102fff521653a2e3b88c7a40361", |
||
644 | "reference": "ef7ca325929ff102fff521653a2e3b88c7a40361", |
||
645 | "shasum": "" |
||
646 | }, |
||
647 | "require": { |
||
648 | "php": ">=5.3.2", |
||
649 | "symfony/form": "~2.1", |
||
650 | "symfony/framework-bundle": "~2.1", |
||
651 | "symfony/security-bundle": "~2.1" |
||
652 | }, |
||
653 | "require-dev": { |
||
654 | "doctrine/doctrine-bundle": "*", |
||
655 | "swiftmailer/swiftmailer": ">=4.3, <6.0", |
||
656 | "symfony/validator": "~2.1", |
||
657 | "symfony/yaml": "~2.1", |
||
658 | "twig/twig": "~1.5", |
||
659 | "willdurand/propel-typehintable-behavior": "dev-master" |
||
660 | }, |
||
661 | "suggest": { |
||
662 | "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation" |
||
663 | }, |
||
664 | "type": "symfony-bundle", |
||
665 | "extra": { |
||
666 | "branch-alias": { |
||
667 | "dev-master": "2.0.x-dev" |
||
668 | } |
||
669 | }, |
||
670 | "autoload": { |
||
671 | "psr-0": { |
||
672 | "FOS\\UserBundle": "" |
||
673 | } |
||
674 | }, |
||
675 | "notification-url": "https://packagist.org/downloads/", |
||
676 | "license": [ |
||
677 | "MIT" |
||
678 | ], |
||
679 | "authors": [ |
||
680 | { |
||
681 | "name": "Christophe Coevoet", |
||
682 | "email": "[email protected]" |
||
683 | }, |
||
684 | { |
||
685 | "name": "Thibault Duplessis", |
||
686 | "email": "[email protected]", |
||
687 | "homepage": "http://ornicar.github.com" |
||
688 | }, |
||
689 | { |
||
690 | "name": "FriendsOfSymfony Community", |
||
691 | "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors" |
||
692 | } |
||
693 | ], |
||
694 | "description": "Symfony FOSUserBundle", |
||
695 | "homepage": "http://friendsofsymfony.github.com", |
||
696 | "keywords": [ |
||
697 | "User management" |
||
698 | ], |
||
699 | "time": "2014-07-09 10:33:42" |
||
700 | }, |
||
701 | { |
||
702 | "name": "jdorn/sql-formatter", |
||
703 | "version": "v1.2.17", |
||
704 | "source": { |
||
705 | "type": "git", |
||
706 | "url": "https://github.com/jdorn/sql-formatter.git", |
||
707 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
||
708 | }, |
||
709 | "dist": { |
||
710 | "type": "zip", |
||
711 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
712 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
713 | "shasum": "" |
||
714 | }, |
||
715 | "require": { |
||
716 | "php": ">=5.2.4" |
||
717 | }, |
||
718 | "require-dev": { |
||
719 | "phpunit/phpunit": "3.7.*" |
||
720 | }, |
||
721 | "type": "library", |
||
722 | "extra": { |
||
723 | "branch-alias": { |
||
724 | "dev-master": "1.3.x-dev" |
||
725 | } |
||
726 | }, |
||
727 | "autoload": { |
||
728 | "classmap": [ |
||
729 | "lib" |
||
730 | ] |
||
731 | }, |
||
732 | "notification-url": "https://packagist.org/downloads/", |
||
733 | "license": [ |
||
734 | "MIT" |
||
735 | ], |
||
736 | "authors": [ |
||
737 | { |
||
738 | "name": "Jeremy Dorn", |
||
739 | "email": "[email protected]", |
||
740 | "homepage": "http://jeremydorn.com/" |
||
741 | } |
||
742 | ], |
||
743 | "description": "a PHP SQL highlighting library", |
||
744 | "homepage": "https://github.com/jdorn/sql-formatter/", |
||
745 | "keywords": [ |
||
746 | "highlight", |
||
747 | "sql" |
||
748 | ], |
||
749 | "time": "2014-01-12 16:20:24" |
||
750 | }, |
||
751 | { |
||
752 | "name": "jms/metadata", |
||
753 | "version": "1.5.1", |
||
754 | "source": { |
||
755 | "type": "git", |
||
756 | "url": "https://github.com/schmittjoh/metadata.git", |
||
757 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353" |
||
758 | }, |
||
759 | "dist": { |
||
760 | "type": "zip", |
||
761 | "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353", |
||
762 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353", |
||
763 | "shasum": "" |
||
764 | }, |
||
765 | "require": { |
||
766 | "php": ">=5.3.0" |
||
767 | }, |
||
768 | "require-dev": { |
||
769 | "doctrine/cache": "~1.0" |
||
770 | }, |
||
771 | "type": "library", |
||
772 | "extra": { |
||
773 | "branch-alias": { |
||
774 | "dev-master": "1.5.x-dev" |
||
775 | } |
||
776 | }, |
||
777 | "autoload": { |
||
778 | "psr-0": { |
||
779 | "Metadata\\": "src/" |
||
780 | } |
||
781 | }, |
||
782 | "notification-url": "https://packagist.org/downloads/", |
||
783 | "license": [ |
||
784 | "Apache" |
||
785 | ], |
||
786 | "authors": [ |
||
787 | { |
||
788 | "name": "Johannes Schmitt", |
||
789 | "email": "[email protected]", |
||
790 | "homepage": "https://github.com/schmittjoh", |
||
791 | "role": "Developer of wrapped JMSSerializerBundle" |
||
792 | } |
||
793 | ], |
||
794 | "description": "Class/method/property metadata management in PHP", |
||
795 | "keywords": [ |
||
796 | "annotations", |
||
797 | "metadata", |
||
798 | "xml", |
||
799 | "yaml" |
||
800 | ], |
||
801 | "time": "2014-07-12 07:13:19" |
||
802 | }, |
||
803 | { |
||
804 | "name": "jms/parser-lib", |
||
805 | "version": "1.0.0", |
||
806 | "source": { |
||
807 | "type": "git", |
||
808 | "url": "https://github.com/schmittjoh/parser-lib.git", |
||
809 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d" |
||
810 | }, |
||
811 | "dist": { |
||
812 | "type": "zip", |
||
813 | "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
814 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
815 | "shasum": "" |
||
816 | }, |
||
817 | "require": { |
||
818 | "phpoption/phpoption": ">=0.9,<2.0-dev" |
||
819 | }, |
||
820 | "type": "library", |
||
821 | "extra": { |
||
822 | "branch-alias": { |
||
823 | "dev-master": "1.0-dev" |
||
824 | } |
||
825 | }, |
||
826 | "autoload": { |
||
827 | "psr-0": { |
||
828 | "JMS\\": "src/" |
||
829 | } |
||
830 | }, |
||
831 | "notification-url": "https://packagist.org/downloads/", |
||
832 | "license": [ |
||
833 | "Apache2" |
||
834 | ], |
||
835 | "description": "A library for easily creating recursive-descent parsers.", |
||
836 | "time": "2012-11-18 18:08:43" |
||
837 | }, |
||
838 | { |
||
839 | "name": "jms/serializer", |
||
840 | "version": "0.16.0", |
||
841 | "source": { |
||
842 | "type": "git", |
||
843 | "url": "https://github.com/schmittjoh/serializer.git", |
||
844 | "reference": "c8a171357ca92b6706e395c757f334902d430ea9" |
||
845 | }, |
||
846 | "dist": { |
||
847 | "type": "zip", |
||
848 | "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9", |
||
849 | "reference": "c8a171357ca92b6706e395c757f334902d430ea9", |
||
850 | "shasum": "" |
||
851 | }, |
||
852 | "require": { |
||
853 | "doctrine/annotations": "1.*", |
||
854 | "jms/metadata": "~1.1", |
||
855 | "jms/parser-lib": "1.*", |
||
856 | "php": ">=5.3.2", |
||
857 | "phpcollection/phpcollection": "~0.1" |
||
858 | }, |
||
859 | "require-dev": { |
||
860 | "doctrine/orm": "~2.1", |
||
861 | "doctrine/phpcr-odm": "~1.0.1", |
||
862 | "jackalope/jackalope-doctrine-dbal": "1.0.*", |
||
863 | "propel/propel1": "~1.7", |
||
864 | "symfony/filesystem": "2.*", |
||
865 | "symfony/form": "~2.1", |
||
866 | "symfony/translation": "~2.0", |
||
867 | "symfony/validator": "~2.0", |
||
868 | "symfony/yaml": "2.*", |
||
869 | "twig/twig": ">=1.8,<2.0-dev" |
||
870 | }, |
||
871 | "suggest": { |
||
872 | "symfony/yaml": "Required if you'd like to serialize data to YAML format." |
||
873 | }, |
||
874 | "type": "library", |
||
875 | "extra": { |
||
876 | "branch-alias": { |
||
877 | "dev-master": "0.15-dev" |
||
878 | } |
||
879 | }, |
||
880 | "autoload": { |
||
881 | "psr-0": { |
||
882 | "JMS\\Serializer": "src/" |
||
883 | } |
||
884 | }, |
||
885 | "notification-url": "https://packagist.org/downloads/", |
||
886 | "license": [ |
||
887 | "Apache2" |
||
888 | ], |
||
889 | "authors": [ |
||
890 | { |
||
891 | "name": "Johannes Schmitt", |
||
892 | "email": "[email protected]", |
||
893 | "homepage": "https://github.com/schmittjoh", |
||
894 | "role": "Developer of wrapped JMSSerializerBundle" |
||
895 | } |
||
896 | ], |
||
897 | "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", |
||
898 | "homepage": "http://jmsyst.com/libs/serializer", |
||
899 | "keywords": [ |
||
900 | "deserialization", |
||
901 | "jaxb", |
||
902 | "json", |
||
903 | "serialization", |
||
904 | "xml" |
||
905 | ], |
||
906 | "time": "2014-03-18 08:39:00" |
||
907 | }, |
||
908 | { |
||
909 | "name": "monolog/monolog", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of monolog/monolog:
Header injection in NativeMailerHandler ![]() |
|||
910 | "version": "1.10.0", |
||
911 | "source": { |
||
912 | "type": "git", |
||
913 | "url": "https://github.com/Seldaek/monolog.git", |
||
914 | "reference": "25b16e801979098cb2f120e697bfce454b18bf23" |
||
915 | }, |
||
916 | "dist": { |
||
917 | "type": "zip", |
||
918 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/25b16e801979098cb2f120e697bfce454b18bf23", |
||
919 | "reference": "25b16e801979098cb2f120e697bfce454b18bf23", |
||
920 | "shasum": "" |
||
921 | }, |
||
922 | "require": { |
||
923 | "php": ">=5.3.0", |
||
924 | "psr/log": "~1.0" |
||
925 | }, |
||
926 | "require-dev": { |
||
927 | "aws/aws-sdk-php": "~2.4, >2.4.8", |
||
928 | "doctrine/couchdb": "~1.0@dev", |
||
929 | "graylog2/gelf-php": "~1.0", |
||
930 | "phpunit/phpunit": "~3.7.0", |
||
931 | "raven/raven": "~0.5", |
||
932 | "ruflin/elastica": "0.90.*" |
||
933 | }, |
||
934 | "suggest": { |
||
935 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
936 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
937 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
938 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
939 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
940 | "raven/raven": "Allow sending log messages to a Sentry server", |
||
941 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
942 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server" |
||
943 | }, |
||
944 | "type": "library", |
||
945 | "extra": { |
||
946 | "branch-alias": { |
||
947 | "dev-master": "1.10.x-dev" |
||
948 | } |
||
949 | }, |
||
950 | "autoload": { |
||
951 | "psr-4": { |
||
952 | "Monolog\\": "src/Monolog" |
||
953 | } |
||
954 | }, |
||
955 | "notification-url": "https://packagist.org/downloads/", |
||
956 | "license": [ |
||
957 | "MIT" |
||
958 | ], |
||
959 | "authors": [ |
||
960 | { |
||
961 | "name": "Jordi Boggiano", |
||
962 | "email": "[email protected]", |
||
963 | "homepage": "http://seld.be", |
||
964 | "role": "Developer" |
||
965 | } |
||
966 | ], |
||
967 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
968 | "homepage": "http://github.com/Seldaek/monolog", |
||
969 | "keywords": [ |
||
970 | "log", |
||
971 | "logging", |
||
972 | "psr-3" |
||
973 | ], |
||
974 | "time": "2014-06-04 16:30:04" |
||
975 | }, |
||
976 | { |
||
977 | "name": "phpcollection/phpcollection", |
||
978 | "version": "0.4.0", |
||
979 | "source": { |
||
980 | "type": "git", |
||
981 | "url": "https://github.com/schmittjoh/php-collection.git", |
||
982 | "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83" |
||
983 | }, |
||
984 | "dist": { |
||
985 | "type": "zip", |
||
986 | "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83", |
||
987 | "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83", |
||
988 | "shasum": "" |
||
989 | }, |
||
990 | "require": { |
||
991 | "phpoption/phpoption": "1.*" |
||
992 | }, |
||
993 | "type": "library", |
||
994 | "extra": { |
||
995 | "branch-alias": { |
||
996 | "dev-master": "0.3-dev" |
||
997 | } |
||
998 | }, |
||
999 | "autoload": { |
||
1000 | "psr-0": { |
||
1001 | "PhpCollection": "src/" |
||
1002 | } |
||
1003 | }, |
||
1004 | "notification-url": "https://packagist.org/downloads/", |
||
1005 | "license": [ |
||
1006 | "Apache2" |
||
1007 | ], |
||
1008 | "authors": [ |
||
1009 | { |
||
1010 | "name": "Johannes Schmitt", |
||
1011 | "email": "[email protected]", |
||
1012 | "homepage": "https://github.com/schmittjoh", |
||
1013 | "role": "Developer of wrapped JMSSerializerBundle" |
||
1014 | } |
||
1015 | ], |
||
1016 | "description": "General-Purpose Collection Library for PHP", |
||
1017 | "keywords": [ |
||
1018 | "collection", |
||
1019 | "list", |
||
1020 | "map", |
||
1021 | "sequence", |
||
1022 | "set" |
||
1023 | ], |
||
1024 | "time": "2014-03-11 13:46:42" |
||
1025 | }, |
||
1026 | { |
||
1027 | "name": "phpoption/phpoption", |
||
1028 | "version": "1.4.0", |
||
1029 | "source": { |
||
1030 | "type": "git", |
||
1031 | "url": "https://github.com/schmittjoh/php-option.git", |
||
1032 | "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5" |
||
1033 | }, |
||
1034 | "dist": { |
||
1035 | "type": "zip", |
||
1036 | "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5d099bcf0393908bf4ad69cc47dafb785d51f7f5", |
||
1037 | "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5", |
||
1038 | "shasum": "" |
||
1039 | }, |
||
1040 | "require": { |
||
1041 | "php": ">=5.3.0" |
||
1042 | }, |
||
1043 | "type": "library", |
||
1044 | "extra": { |
||
1045 | "branch-alias": { |
||
1046 | "dev-master": "1.3-dev" |
||
1047 | } |
||
1048 | }, |
||
1049 | "autoload": { |
||
1050 | "psr-0": { |
||
1051 | "PhpOption\\": "src/" |
||
1052 | } |
||
1053 | }, |
||
1054 | "notification-url": "https://packagist.org/downloads/", |
||
1055 | "license": [ |
||
1056 | "Apache2" |
||
1057 | ], |
||
1058 | "authors": [ |
||
1059 | { |
||
1060 | "name": "Johannes Schmitt", |
||
1061 | "email": "[email protected]", |
||
1062 | "homepage": "https://github.com/schmittjoh", |
||
1063 | "role": "Developer of wrapped JMSSerializerBundle" |
||
1064 | } |
||
1065 | ], |
||
1066 | "description": "Option Type for PHP", |
||
1067 | "keywords": [ |
||
1068 | "language", |
||
1069 | "option", |
||
1070 | "php", |
||
1071 | "type" |
||
1072 | ], |
||
1073 | "time": "2014-01-09 22:37:17" |
||
1074 | }, |
||
1075 | { |
||
1076 | "name": "psr/log", |
||
1077 | "version": "1.0.0", |
||
1078 | "source": { |
||
1079 | "type": "git", |
||
1080 | "url": "https://github.com/php-fig/log.git", |
||
1081 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
1082 | }, |
||
1083 | "dist": { |
||
1084 | "type": "zip", |
||
1085 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
1086 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
1087 | "shasum": "" |
||
1088 | }, |
||
1089 | "type": "library", |
||
1090 | "autoload": { |
||
1091 | "psr-0": { |
||
1092 | "Psr\\Log\\": "" |
||
1093 | } |
||
1094 | }, |
||
1095 | "notification-url": "https://packagist.org/downloads/", |
||
1096 | "license": [ |
||
1097 | "MIT" |
||
1098 | ], |
||
1099 | "authors": [ |
||
1100 | { |
||
1101 | "name": "PHP-FIG", |
||
1102 | "homepage": "http://www.php-fig.org/" |
||
1103 | } |
||
1104 | ], |
||
1105 | "description": "Common interface for logging libraries", |
||
1106 | "keywords": [ |
||
1107 | "log", |
||
1108 | "psr", |
||
1109 | "psr-3" |
||
1110 | ], |
||
1111 | "time": "2012-12-21 11:40:51" |
||
1112 | }, |
||
1113 | { |
||
1114 | "name": "symfony/icu", |
||
1115 | "version": "v1.2.1", |
||
1116 | "target-dir": "Symfony/Component/Icu", |
||
1117 | "source": { |
||
1118 | "type": "git", |
||
1119 | "url": "https://github.com/symfony/Icu.git", |
||
1120 | "reference": "98e197da54df1f966dd5e8a4992135703569c987" |
||
1121 | }, |
||
1122 | "dist": { |
||
1123 | "type": "zip", |
||
1124 | "url": "https://api.github.com/repos/symfony/Icu/zipball/98e197da54df1f966dd5e8a4992135703569c987", |
||
1125 | "reference": "98e197da54df1f966dd5e8a4992135703569c987", |
||
1126 | "shasum": "" |
||
1127 | }, |
||
1128 | "require": { |
||
1129 | "lib-icu": ">=4.4", |
||
1130 | "php": ">=5.3.3", |
||
1131 | "symfony/intl": "~2.3" |
||
1132 | }, |
||
1133 | "type": "library", |
||
1134 | "autoload": { |
||
1135 | "psr-0": { |
||
1136 | "Symfony\\Component\\Icu\\": "" |
||
1137 | } |
||
1138 | }, |
||
1139 | "notification-url": "https://packagist.org/downloads/", |
||
1140 | "license": [ |
||
1141 | "MIT" |
||
1142 | ], |
||
1143 | "authors": [ |
||
1144 | { |
||
1145 | "name": "Symfony Community", |
||
1146 | "homepage": "http://symfony.com/contributors" |
||
1147 | }, |
||
1148 | { |
||
1149 | "name": "Bernhard Schussek", |
||
1150 | "email": "[email protected]" |
||
1151 | } |
||
1152 | ], |
||
1153 | "description": "Contains an excerpt of the ICU data and classes to load it.", |
||
1154 | "homepage": "http://symfony.com", |
||
1155 | "keywords": [ |
||
1156 | "icu", |
||
1157 | "intl" |
||
1158 | ], |
||
1159 | "time": "2013-10-04 10:06:38" |
||
1160 | }, |
||
1161 | { |
||
1162 | "name": "symfony/monolog-bundle", |
||
1163 | "version": "v2.6.1", |
||
1164 | "source": { |
||
1165 | "type": "git", |
||
1166 | "url": "https://github.com/symfony/MonologBundle.git", |
||
1167 | "reference": "227bbeefe30f2d95e3fe5fbd1ccda414287a957a" |
||
1168 | }, |
||
1169 | "dist": { |
||
1170 | "type": "zip", |
||
1171 | "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/227bbeefe30f2d95e3fe5fbd1ccda414287a957a", |
||
1172 | "reference": "227bbeefe30f2d95e3fe5fbd1ccda414287a957a", |
||
1173 | "shasum": "" |
||
1174 | }, |
||
1175 | "require": { |
||
1176 | "monolog/monolog": "~1.8", |
||
1177 | "php": ">=5.3.2", |
||
1178 | "symfony/config": "~2.3", |
||
1179 | "symfony/dependency-injection": "~2.3", |
||
1180 | "symfony/http-kernel": "~2.3", |
||
1181 | "symfony/monolog-bridge": "~2.3" |
||
1182 | }, |
||
1183 | "require-dev": { |
||
1184 | "symfony/console": "~2.3", |
||
1185 | "symfony/yaml": "~2.3" |
||
1186 | }, |
||
1187 | "type": "symfony-bundle", |
||
1188 | "extra": { |
||
1189 | "branch-alias": { |
||
1190 | "dev-master": "2.6.x-dev" |
||
1191 | } |
||
1192 | }, |
||
1193 | "autoload": { |
||
1194 | "psr-4": { |
||
1195 | "Symfony\\Bundle\\MonologBundle\\": "" |
||
1196 | } |
||
1197 | }, |
||
1198 | "notification-url": "https://packagist.org/downloads/", |
||
1199 | "license": [ |
||
1200 | "MIT" |
||
1201 | ], |
||
1202 | "authors": [ |
||
1203 | { |
||
1204 | "name": "Symfony Community", |
||
1205 | "homepage": "http://symfony.com/contributors" |
||
1206 | }, |
||
1207 | { |
||
1208 | "name": "Fabien Potencier", |
||
1209 | "email": "[email protected]" |
||
1210 | } |
||
1211 | ], |
||
1212 | "description": "Symfony MonologBundle", |
||
1213 | "homepage": "http://symfony.com", |
||
1214 | "keywords": [ |
||
1215 | "log", |
||
1216 | "logging" |
||
1217 | ], |
||
1218 | "time": "2014-07-21 00:36:06" |
||
1219 | }, |
||
1220 | { |
||
1221 | "name": "symfony/symfony", |
||
0 ignored issues
–
show
There are 10 security advisories for your installed version of symfony/symfony:
- CVE-2016-1902: SecureRandom's fallback not secure when OpenSSL fails - Unsafe methods in the Request class - Code injection in the way Symfony implements translation caching in FrameworkBundle - CSRF vulnerability in the Web Profiler - Esi Code Injection - CVE-2015-8125: Potential Remote Timing Attack Vulnerability in Security Remember-Me Service - Security issue when parsing the Authorization header - Denial of service with a malicious HTTP Host header - CVE-2015-8124: Session Fixation in the "Remember Me" Login Feature - Direct access of ESI URLs behind a trusted proxy ![]() |
|||
1222 | "version": "v2.5.2", |
||
1223 | "source": { |
||
1224 | "type": "git", |
||
1225 | "url": "https://github.com/symfony/symfony.git", |
||
1226 | "reference": "e66ee967571b89234c90946fe0d50dad195ad29c" |
||
1227 | }, |
||
1228 | "dist": { |
||
1229 | "type": "zip", |
||
1230 | "url": "https://api.github.com/repos/symfony/symfony/zipball/e66ee967571b89234c90946fe0d50dad195ad29c", |
||
1231 | "reference": "e66ee967571b89234c90946fe0d50dad195ad29c", |
||
1232 | "shasum": "" |
||
1233 | }, |
||
1234 | "require": { |
||
1235 | "doctrine/common": "~2.2", |
||
1236 | "php": ">=5.3.3", |
||
1237 | "psr/log": "~1.0", |
||
1238 | "symfony/icu": "~1.0", |
||
1239 | "twig/twig": "~1.12" |
||
1240 | }, |
||
1241 | "replace": { |
||
1242 | "symfony/browser-kit": "self.version", |
||
1243 | "symfony/class-loader": "self.version", |
||
1244 | "symfony/config": "self.version", |
||
1245 | "symfony/console": "self.version", |
||
1246 | "symfony/css-selector": "self.version", |
||
1247 | "symfony/debug": "self.version", |
||
1248 | "symfony/dependency-injection": "self.version", |
||
1249 | "symfony/doctrine-bridge": "self.version", |
||
1250 | "symfony/dom-crawler": "self.version", |
||
1251 | "symfony/event-dispatcher": "self.version", |
||
1252 | "symfony/expression-language": "self.version", |
||
1253 | "symfony/filesystem": "self.version", |
||
1254 | "symfony/finder": "self.version", |
||
1255 | "symfony/form": "self.version", |
||
1256 | "symfony/framework-bundle": "self.version", |
||
1257 | "symfony/http-foundation": "self.version", |
||
1258 | "symfony/http-kernel": "self.version", |
||
1259 | "symfony/intl": "self.version", |
||
1260 | "symfony/locale": "self.version", |
||
1261 | "symfony/monolog-bridge": "self.version", |
||
1262 | "symfony/options-resolver": "self.version", |
||
1263 | "symfony/process": "self.version", |
||
1264 | "symfony/propel1-bridge": "self.version", |
||
1265 | "symfony/property-access": "self.version", |
||
1266 | "symfony/proxy-manager-bridge": "self.version", |
||
1267 | "symfony/routing": "self.version", |
||
1268 | "symfony/security": "self.version", |
||
1269 | "symfony/security-acl": "self.version", |
||
1270 | "symfony/security-bundle": "self.version", |
||
1271 | "symfony/security-core": "self.version", |
||
1272 | "symfony/security-csrf": "self.version", |
||
1273 | "symfony/security-http": "self.version", |
||
1274 | "symfony/serializer": "self.version", |
||
1275 | "symfony/stopwatch": "self.version", |
||
1276 | "symfony/swiftmailer-bridge": "self.version", |
||
1277 | "symfony/templating": "self.version", |
||
1278 | "symfony/translation": "self.version", |
||
1279 | "symfony/twig-bridge": "self.version", |
||
1280 | "symfony/twig-bundle": "self.version", |
||
1281 | "symfony/validator": "self.version", |
||
1282 | "symfony/web-profiler-bundle": "self.version", |
||
1283 | "symfony/yaml": "self.version" |
||
1284 | }, |
||
1285 | "require-dev": { |
||
1286 | "doctrine/data-fixtures": "1.0.*", |
||
1287 | "doctrine/dbal": "~2.2", |
||
1288 | "doctrine/orm": "~2.2,>=2.2.3", |
||
1289 | "egulias/email-validator": "1.1.0", |
||
1290 | "ircmaxell/password-compat": "1.0.*", |
||
1291 | "monolog/monolog": "~1.3", |
||
1292 | "ocramius/proxy-manager": ">=0.3.1,<0.6-dev", |
||
1293 | "propel/propel1": "1.6.*" |
||
1294 | }, |
||
1295 | "type": "library", |
||
1296 | "extra": { |
||
1297 | "branch-alias": { |
||
1298 | "dev-master": "2.5-dev" |
||
1299 | } |
||
1300 | }, |
||
1301 | "autoload": { |
||
1302 | "psr-0": { |
||
1303 | "Symfony\\": "src/" |
||
1304 | }, |
||
1305 | "classmap": [ |
||
1306 | "src/Symfony/Component/HttpFoundation/Resources/stubs", |
||
1307 | "src/Symfony/Component/Intl/Resources/stubs" |
||
1308 | ], |
||
1309 | "files": [ |
||
1310 | "src/Symfony/Component/Intl/Resources/stubs/functions.php" |
||
1311 | ] |
||
1312 | }, |
||
1313 | "notification-url": "https://packagist.org/downloads/", |
||
1314 | "license": [ |
||
1315 | "MIT" |
||
1316 | ], |
||
1317 | "authors": [ |
||
1318 | { |
||
1319 | "name": "Fabien Potencier", |
||
1320 | "email": "[email protected]", |
||
1321 | "homepage": "http://fabien.potencier.org", |
||
1322 | "role": "Lead Developer" |
||
1323 | }, |
||
1324 | { |
||
1325 | "name": "Symfony Community", |
||
1326 | "homepage": "http://symfony.com/contributors" |
||
1327 | } |
||
1328 | ], |
||
1329 | "description": "The Symfony PHP framework", |
||
1330 | "homepage": "http://symfony.com", |
||
1331 | "keywords": [ |
||
1332 | "framework" |
||
1333 | ], |
||
1334 | "time": "2014-07-15 15:39:46" |
||
1335 | }, |
||
1336 | { |
||
1337 | "name": "treehouselabs/keystone-bundle", |
||
1338 | "version": "v1.0.0", |
||
1339 | "source": { |
||
1340 | "type": "git", |
||
1341 | "url": "https://github.com/treehouselabs/TreeHouseKeystoneBundle.git", |
||
1342 | "reference": "8a720ba26a2a06c310cf8282177cb22611b237cb" |
||
1343 | }, |
||
1344 | "dist": { |
||
1345 | "type": "zip", |
||
1346 | "url": "https://api.github.com/repos/treehouselabs/TreeHouseKeystoneBundle/zipball/8a720ba26a2a06c310cf8282177cb22611b237cb", |
||
1347 | "reference": "8a720ba26a2a06c310cf8282177cb22611b237cb", |
||
1348 | "shasum": "" |
||
1349 | }, |
||
1350 | "require": { |
||
1351 | "doctrine/doctrine-bundle": "~1.2", |
||
1352 | "doctrine/orm": "~2.2,>=2.2.3", |
||
1353 | "php": ">=5.4.0", |
||
1354 | "symfony/monolog-bundle": "~2.4", |
||
1355 | "symfony/symfony": "~2.4" |
||
1356 | }, |
||
1357 | "require-dev": { |
||
1358 | "phpunit/phpunit": "~4.1" |
||
1359 | }, |
||
1360 | "type": "symfony-bundle", |
||
1361 | "autoload": { |
||
1362 | "psr-4": { |
||
1363 | "TreeHouse\\KeystoneBundle\\": "src/TreeHouse/KeystoneBundle" |
||
1364 | } |
||
1365 | }, |
||
1366 | "notification-url": "https://packagist.org/downloads/", |
||
1367 | "license": [ |
||
1368 | "MIT" |
||
1369 | ], |
||
1370 | "authors": [ |
||
1371 | { |
||
1372 | "name": "Peter Kruithof", |
||
1373 | "email": "[email protected]" |
||
1374 | }, |
||
1375 | { |
||
1376 | "name": "Jeroen Fiege", |
||
1377 | "email": "[email protected]" |
||
1378 | } |
||
1379 | ], |
||
1380 | "description": "A Symfony2 implementation of the OpenStack Identity Service API: Keystone", |
||
1381 | "keywords": [ |
||
1382 | "Authentication", |
||
1383 | "Openstack", |
||
1384 | "identity", |
||
1385 | "keystone", |
||
1386 | "token" |
||
1387 | ], |
||
1388 | "time": "2014-07-25 11:41:52" |
||
1389 | }, |
||
1390 | { |
||
1391 | "name": "twig/twig", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of twig/twig:
Remote code execution in templates ![]() |
|||
1392 | "version": "v1.16.0", |
||
1393 | "source": { |
||
1394 | "type": "git", |
||
1395 | "url": "https://github.com/fabpot/Twig.git", |
||
1396 | "reference": "8ce37115802e257a984a82d38254884085060024" |
||
1397 | }, |
||
1398 | "dist": { |
||
1399 | "type": "zip", |
||
1400 | "url": "https://api.github.com/repos/fabpot/Twig/zipball/8ce37115802e257a984a82d38254884085060024", |
||
1401 | "reference": "8ce37115802e257a984a82d38254884085060024", |
||
1402 | "shasum": "" |
||
1403 | }, |
||
1404 | "require": { |
||
1405 | "php": ">=5.2.4" |
||
1406 | }, |
||
1407 | "type": "library", |
||
1408 | "extra": { |
||
1409 | "branch-alias": { |
||
1410 | "dev-master": "1.16-dev" |
||
1411 | } |
||
1412 | }, |
||
1413 | "autoload": { |
||
1414 | "psr-0": { |
||
1415 | "Twig_": "lib/" |
||
1416 | } |
||
1417 | }, |
||
1418 | "notification-url": "https://packagist.org/downloads/", |
||
1419 | "license": [ |
||
1420 | "BSD-3-Clause" |
||
1421 | ], |
||
1422 | "authors": [ |
||
1423 | { |
||
1424 | "name": "Fabien Potencier", |
||
1425 | "email": "[email protected]", |
||
1426 | "homepage": "http://fabien.potencier.org", |
||
1427 | "role": "Lead Developer" |
||
1428 | }, |
||
1429 | { |
||
1430 | "name": "Armin Ronacher", |
||
1431 | "email": "[email protected]", |
||
1432 | "role": "Project Founder" |
||
1433 | }, |
||
1434 | { |
||
1435 | "name": "Twig Team", |
||
1436 | "homepage": "https://github.com/fabpot/Twig/graphs/contributors", |
||
1437 | "role": "Contributors" |
||
1438 | } |
||
1439 | ], |
||
1440 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
1441 | "homepage": "http://twig.sensiolabs.org", |
||
1442 | "keywords": [ |
||
1443 | "templating" |
||
1444 | ], |
||
1445 | "time": "2014-07-05 12:19:05" |
||
1446 | } |
||
1447 | ], |
||
1448 | "packages-dev": [ |
||
1449 | { |
||
1450 | "name": "behat/behat", |
||
1451 | "version": "v3.0.12", |
||
1452 | "source": { |
||
1453 | "type": "git", |
||
1454 | "url": "https://github.com/Behat/Behat.git", |
||
1455 | "reference": "0fb9a9494a92374ddcc741374cef68c4cbf6fa05" |
||
1456 | }, |
||
1457 | "dist": { |
||
1458 | "type": "zip", |
||
1459 | "url": "https://api.github.com/repos/Behat/Behat/zipball/0fb9a9494a92374ddcc741374cef68c4cbf6fa05", |
||
1460 | "reference": "0fb9a9494a92374ddcc741374cef68c4cbf6fa05", |
||
1461 | "shasum": "" |
||
1462 | }, |
||
1463 | "require": { |
||
1464 | "behat/gherkin": "~4.3", |
||
1465 | "behat/transliterator": "~1.0", |
||
1466 | "ext-mbstring": "*", |
||
1467 | "php": ">=5.3.3", |
||
1468 | "symfony/class-loader": "~2.1", |
||
1469 | "symfony/config": "~2.3", |
||
1470 | "symfony/console": "~2.1", |
||
1471 | "symfony/dependency-injection": "~2.1", |
||
1472 | "symfony/event-dispatcher": "~2.1", |
||
1473 | "symfony/translation": "~2.1", |
||
1474 | "symfony/yaml": "~2.1" |
||
1475 | }, |
||
1476 | "require-dev": { |
||
1477 | "phpspec/prophecy-phpunit": "~1.0", |
||
1478 | "phpunit/phpunit": "~4.0.7", |
||
1479 | "symfony/process": "~2.1" |
||
1480 | }, |
||
1481 | "suggest": { |
||
1482 | "behat/mink-extension": "for integration with Mink testing framework", |
||
1483 | "behat/symfony2-extension": "for integration with Symfony2 web framework", |
||
1484 | "behat/yii-extension": "for integration with Yii web framework" |
||
1485 | }, |
||
1486 | "bin": [ |
||
1487 | "bin/behat" |
||
1488 | ], |
||
1489 | "type": "library", |
||
1490 | "extra": { |
||
1491 | "branch-alias": { |
||
1492 | "dev-master": "3.0.x-dev" |
||
1493 | } |
||
1494 | }, |
||
1495 | "autoload": { |
||
1496 | "psr-0": { |
||
1497 | "Behat\\Behat": "src/", |
||
1498 | "Behat\\Testwork": "src/" |
||
1499 | } |
||
1500 | }, |
||
1501 | "notification-url": "https://packagist.org/downloads/", |
||
1502 | "license": [ |
||
1503 | "MIT" |
||
1504 | ], |
||
1505 | "authors": [ |
||
1506 | { |
||
1507 | "name": "Konstantin Kudryashov", |
||
1508 | "email": "[email protected]", |
||
1509 | "homepage": "http://everzet.com" |
||
1510 | } |
||
1511 | ], |
||
1512 | "description": "Scenario-oriented BDD framework for PHP 5.3", |
||
1513 | "homepage": "http://behat.org/", |
||
1514 | "keywords": [ |
||
1515 | "Agile", |
||
1516 | "BDD", |
||
1517 | "ScenarioBDD", |
||
1518 | "Scrum", |
||
1519 | "StoryBDD", |
||
1520 | "User story", |
||
1521 | "business", |
||
1522 | "development", |
||
1523 | "documentation", |
||
1524 | "examples", |
||
1525 | "symfony", |
||
1526 | "testing" |
||
1527 | ], |
||
1528 | "time": "2014-07-17 06:37:41" |
||
1529 | }, |
||
1530 | { |
||
1531 | "name": "behat/gherkin", |
||
1532 | "version": "v4.3.0", |
||
1533 | "source": { |
||
1534 | "type": "git", |
||
1535 | "url": "https://github.com/Behat/Gherkin.git", |
||
1536 | "reference": "43777c51058b77bcd84a8775b7a6ad05e986b5db" |
||
1537 | }, |
||
1538 | "dist": { |
||
1539 | "type": "zip", |
||
1540 | "url": "https://api.github.com/repos/Behat/Gherkin/zipball/43777c51058b77bcd84a8775b7a6ad05e986b5db", |
||
1541 | "reference": "43777c51058b77bcd84a8775b7a6ad05e986b5db", |
||
1542 | "shasum": "" |
||
1543 | }, |
||
1544 | "require": { |
||
1545 | "php": ">=5.3.1" |
||
1546 | }, |
||
1547 | "require-dev": { |
||
1548 | "phpunit/phpunit": "~4.0", |
||
1549 | "symfony/yaml": "~2.1" |
||
1550 | }, |
||
1551 | "suggest": { |
||
1552 | "symfony/yaml": "If you want to parse features, represented in YAML files" |
||
1553 | }, |
||
1554 | "type": "library", |
||
1555 | "extra": { |
||
1556 | "branch-alias": { |
||
1557 | "dev-master": "4.2-dev" |
||
1558 | } |
||
1559 | }, |
||
1560 | "autoload": { |
||
1561 | "psr-0": { |
||
1562 | "Behat\\Gherkin": "src/" |
||
1563 | } |
||
1564 | }, |
||
1565 | "notification-url": "https://packagist.org/downloads/", |
||
1566 | "license": [ |
||
1567 | "MIT" |
||
1568 | ], |
||
1569 | "authors": [ |
||
1570 | { |
||
1571 | "name": "Konstantin Kudryashov", |
||
1572 | "email": "[email protected]", |
||
1573 | "homepage": "http://everzet.com" |
||
1574 | } |
||
1575 | ], |
||
1576 | "description": "Gherkin DSL parser for PHP 5.3", |
||
1577 | "homepage": "http://behat.org/", |
||
1578 | "keywords": [ |
||
1579 | "BDD", |
||
1580 | "Behat", |
||
1581 | "Cucumber", |
||
1582 | "DSL", |
||
1583 | "gherkin", |
||
1584 | "parser" |
||
1585 | ], |
||
1586 | "time": "2014-06-06 01:24:32" |
||
1587 | }, |
||
1588 | { |
||
1589 | "name": "behat/symfony2-extension", |
||
1590 | "version": "dev-master", |
||
1591 | "source": { |
||
1592 | "type": "git", |
||
1593 | "url": "https://github.com/Behat/Symfony2Extension.git", |
||
1594 | "reference": "ad22eb652a5f866ea03ea2b53b38ce99ed61570c" |
||
1595 | }, |
||
1596 | "dist": { |
||
1597 | "type": "zip", |
||
1598 | "url": "https://api.github.com/repos/Behat/Symfony2Extension/zipball/ad22eb652a5f866ea03ea2b53b38ce99ed61570c", |
||
1599 | "reference": "ad22eb652a5f866ea03ea2b53b38ce99ed61570c", |
||
1600 | "shasum": "" |
||
1601 | }, |
||
1602 | "require": { |
||
1603 | "behat/behat": "~3.0,>=3.0.4", |
||
1604 | "php": ">=5.3.3", |
||
1605 | "symfony/framework-bundle": "~2.0" |
||
1606 | }, |
||
1607 | "require-dev": { |
||
1608 | "behat/mink-browserkit-driver": "~1.0", |
||
1609 | "behat/mink-extension": "~2.0@dev", |
||
1610 | "phpspec/phpspec": "~2.0", |
||
1611 | "phpunit/phpunit": "~4.0", |
||
1612 | "symfony/symfony": "~2.1" |
||
1613 | }, |
||
1614 | "type": "behat-extension", |
||
1615 | "extra": { |
||
1616 | "branch-alias": { |
||
1617 | "dev-master": "2.0.x-dev" |
||
1618 | } |
||
1619 | }, |
||
1620 | "autoload": { |
||
1621 | "psr-0": { |
||
1622 | "Behat\\Symfony2Extension": "src/" |
||
1623 | } |
||
1624 | }, |
||
1625 | "notification-url": "https://packagist.org/downloads/", |
||
1626 | "license": [ |
||
1627 | "MIT" |
||
1628 | ], |
||
1629 | "authors": [ |
||
1630 | { |
||
1631 | "name": "Christophe Coevoet", |
||
1632 | "email": "[email protected]" |
||
1633 | }, |
||
1634 | { |
||
1635 | "name": "Konstantin Kudryashov", |
||
1636 | "email": "[email protected]", |
||
1637 | "homepage": "http://everzet.com" |
||
1638 | } |
||
1639 | ], |
||
1640 | "description": "Symfony2 framework extension for Behat", |
||
1641 | "homepage": "http://behat.org", |
||
1642 | "keywords": [ |
||
1643 | "BDD", |
||
1644 | "framework", |
||
1645 | "symfony" |
||
1646 | ], |
||
1647 | "time": "2014-05-09 01:46:47" |
||
1648 | }, |
||
1649 | { |
||
1650 | "name": "behat/transliterator", |
||
1651 | "version": "v1.0.1", |
||
1652 | "source": { |
||
1653 | "type": "git", |
||
1654 | "url": "https://github.com/Behat/Transliterator.git", |
||
1655 | "reference": "c93521d3462a554332d1ef5bb0e9b5b8ca4106c4" |
||
1656 | }, |
||
1657 | "dist": { |
||
1658 | "type": "zip", |
||
1659 | "url": "https://api.github.com/repos/Behat/Transliterator/zipball/c93521d3462a554332d1ef5bb0e9b5b8ca4106c4", |
||
1660 | "reference": "c93521d3462a554332d1ef5bb0e9b5b8ca4106c4", |
||
1661 | "shasum": "" |
||
1662 | }, |
||
1663 | "require": { |
||
1664 | "php": ">=5.3.3" |
||
1665 | }, |
||
1666 | "type": "library", |
||
1667 | "extra": { |
||
1668 | "branch-alias": { |
||
1669 | "dev-master": "1.0-dev" |
||
1670 | } |
||
1671 | }, |
||
1672 | "autoload": { |
||
1673 | "psr-0": { |
||
1674 | "Behat\\Transliterator": "src/" |
||
1675 | } |
||
1676 | }, |
||
1677 | "notification-url": "https://packagist.org/downloads/", |
||
1678 | "license": [ |
||
1679 | "Artistic-1.0" |
||
1680 | ], |
||
1681 | "description": "String transliterator", |
||
1682 | "keywords": [ |
||
1683 | "i18n", |
||
1684 | "slug", |
||
1685 | "transliterator" |
||
1686 | ], |
||
1687 | "time": "2014-05-15 22:08:22" |
||
1688 | }, |
||
1689 | { |
||
1690 | "name": "phpunit/php-code-coverage", |
||
1691 | "version": "2.0.9", |
||
1692 | "source": { |
||
1693 | "type": "git", |
||
1694 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
1695 | "reference": "ed8ac99ce38c3fd134128c898f7ca74665abef7f" |
||
1696 | }, |
||
1697 | "dist": { |
||
1698 | "type": "zip", |
||
1699 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ed8ac99ce38c3fd134128c898f7ca74665abef7f", |
||
1700 | "reference": "ed8ac99ce38c3fd134128c898f7ca74665abef7f", |
||
1701 | "shasum": "" |
||
1702 | }, |
||
1703 | "require": { |
||
1704 | "php": ">=5.3.3", |
||
1705 | "phpunit/php-file-iterator": "~1.3.1", |
||
1706 | "phpunit/php-text-template": "~1.2.0", |
||
1707 | "phpunit/php-token-stream": "~1.2.2", |
||
1708 | "sebastian/environment": "~1.0.0", |
||
1709 | "sebastian/version": "~1.0.3" |
||
1710 | }, |
||
1711 | "require-dev": { |
||
1712 | "ext-xdebug": ">=2.1.4", |
||
1713 | "phpunit/phpunit": "~4.0.14" |
||
1714 | }, |
||
1715 | "suggest": { |
||
1716 | "ext-dom": "*", |
||
1717 | "ext-xdebug": ">=2.2.1", |
||
1718 | "ext-xmlwriter": "*" |
||
1719 | }, |
||
1720 | "type": "library", |
||
1721 | "extra": { |
||
1722 | "branch-alias": { |
||
1723 | "dev-master": "2.0.x-dev" |
||
1724 | } |
||
1725 | }, |
||
1726 | "autoload": { |
||
1727 | "classmap": [ |
||
1728 | "src/" |
||
1729 | ] |
||
1730 | }, |
||
1731 | "notification-url": "https://packagist.org/downloads/", |
||
1732 | "include-path": [ |
||
1733 | "" |
||
1734 | ], |
||
1735 | "license": [ |
||
1736 | "BSD-3-Clause" |
||
1737 | ], |
||
1738 | "authors": [ |
||
1739 | { |
||
1740 | "name": "Sebastian Bergmann", |
||
1741 | "email": "[email protected]", |
||
1742 | "role": "lead" |
||
1743 | } |
||
1744 | ], |
||
1745 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
1746 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
1747 | "keywords": [ |
||
1748 | "coverage", |
||
1749 | "testing", |
||
1750 | "xunit" |
||
1751 | ], |
||
1752 | "time": "2014-06-29 08:14:40" |
||
1753 | }, |
||
1754 | { |
||
1755 | "name": "phpunit/php-file-iterator", |
||
1756 | "version": "1.3.4", |
||
1757 | "source": { |
||
1758 | "type": "git", |
||
1759 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
1760 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" |
||
1761 | }, |
||
1762 | "dist": { |
||
1763 | "type": "zip", |
||
1764 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", |
||
1765 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", |
||
1766 | "shasum": "" |
||
1767 | }, |
||
1768 | "require": { |
||
1769 | "php": ">=5.3.3" |
||
1770 | }, |
||
1771 | "type": "library", |
||
1772 | "autoload": { |
||
1773 | "classmap": [ |
||
1774 | "File/" |
||
1775 | ] |
||
1776 | }, |
||
1777 | "notification-url": "https://packagist.org/downloads/", |
||
1778 | "include-path": [ |
||
1779 | "" |
||
1780 | ], |
||
1781 | "license": [ |
||
1782 | "BSD-3-Clause" |
||
1783 | ], |
||
1784 | "authors": [ |
||
1785 | { |
||
1786 | "name": "Sebastian Bergmann", |
||
1787 | "email": "[email protected]", |
||
1788 | "role": "lead" |
||
1789 | } |
||
1790 | ], |
||
1791 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
1792 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
1793 | "keywords": [ |
||
1794 | "filesystem", |
||
1795 | "iterator" |
||
1796 | ], |
||
1797 | "time": "2013-10-10 15:34:57" |
||
1798 | }, |
||
1799 | { |
||
1800 | "name": "phpunit/php-text-template", |
||
1801 | "version": "1.2.0", |
||
1802 | "source": { |
||
1803 | "type": "git", |
||
1804 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
1805 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" |
||
1806 | }, |
||
1807 | "dist": { |
||
1808 | "type": "zip", |
||
1809 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
||
1810 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
||
1811 | "shasum": "" |
||
1812 | }, |
||
1813 | "require": { |
||
1814 | "php": ">=5.3.3" |
||
1815 | }, |
||
1816 | "type": "library", |
||
1817 | "autoload": { |
||
1818 | "classmap": [ |
||
1819 | "Text/" |
||
1820 | ] |
||
1821 | }, |
||
1822 | "notification-url": "https://packagist.org/downloads/", |
||
1823 | "include-path": [ |
||
1824 | "" |
||
1825 | ], |
||
1826 | "license": [ |
||
1827 | "BSD-3-Clause" |
||
1828 | ], |
||
1829 | "authors": [ |
||
1830 | { |
||
1831 | "name": "Sebastian Bergmann", |
||
1832 | "email": "[email protected]", |
||
1833 | "role": "lead" |
||
1834 | } |
||
1835 | ], |
||
1836 | "description": "Simple template engine.", |
||
1837 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
1838 | "keywords": [ |
||
1839 | "template" |
||
1840 | ], |
||
1841 | "time": "2014-01-30 17:20:04" |
||
1842 | }, |
||
1843 | { |
||
1844 | "name": "phpunit/php-timer", |
||
1845 | "version": "1.0.5", |
||
1846 | "source": { |
||
1847 | "type": "git", |
||
1848 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
1849 | "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c" |
||
1850 | }, |
||
1851 | "dist": { |
||
1852 | "type": "zip", |
||
1853 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c", |
||
1854 | "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c", |
||
1855 | "shasum": "" |
||
1856 | }, |
||
1857 | "require": { |
||
1858 | "php": ">=5.3.3" |
||
1859 | }, |
||
1860 | "type": "library", |
||
1861 | "autoload": { |
||
1862 | "classmap": [ |
||
1863 | "PHP/" |
||
1864 | ] |
||
1865 | }, |
||
1866 | "notification-url": "https://packagist.org/downloads/", |
||
1867 | "include-path": [ |
||
1868 | "" |
||
1869 | ], |
||
1870 | "license": [ |
||
1871 | "BSD-3-Clause" |
||
1872 | ], |
||
1873 | "authors": [ |
||
1874 | { |
||
1875 | "name": "Sebastian Bergmann", |
||
1876 | "email": "[email protected]", |
||
1877 | "role": "lead" |
||
1878 | } |
||
1879 | ], |
||
1880 | "description": "Utility class for timing", |
||
1881 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
1882 | "keywords": [ |
||
1883 | "timer" |
||
1884 | ], |
||
1885 | "time": "2013-08-02 07:42:54" |
||
1886 | }, |
||
1887 | { |
||
1888 | "name": "phpunit/php-token-stream", |
||
1889 | "version": "1.2.2", |
||
1890 | "source": { |
||
1891 | "type": "git", |
||
1892 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
1893 | "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32" |
||
1894 | }, |
||
1895 | "dist": { |
||
1896 | "type": "zip", |
||
1897 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32", |
||
1898 | "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32", |
||
1899 | "shasum": "" |
||
1900 | }, |
||
1901 | "require": { |
||
1902 | "ext-tokenizer": "*", |
||
1903 | "php": ">=5.3.3" |
||
1904 | }, |
||
1905 | "type": "library", |
||
1906 | "extra": { |
||
1907 | "branch-alias": { |
||
1908 | "dev-master": "1.2-dev" |
||
1909 | } |
||
1910 | }, |
||
1911 | "autoload": { |
||
1912 | "classmap": [ |
||
1913 | "PHP/" |
||
1914 | ] |
||
1915 | }, |
||
1916 | "notification-url": "https://packagist.org/downloads/", |
||
1917 | "include-path": [ |
||
1918 | "" |
||
1919 | ], |
||
1920 | "license": [ |
||
1921 | "BSD-3-Clause" |
||
1922 | ], |
||
1923 | "authors": [ |
||
1924 | { |
||
1925 | "name": "Sebastian Bergmann", |
||
1926 | "email": "[email protected]", |
||
1927 | "role": "lead" |
||
1928 | } |
||
1929 | ], |
||
1930 | "description": "Wrapper around PHP's tokenizer extension.", |
||
1931 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
1932 | "keywords": [ |
||
1933 | "tokenizer" |
||
1934 | ], |
||
1935 | "time": "2014-03-03 05:10:30" |
||
1936 | }, |
||
1937 | { |
||
1938 | "name": "phpunit/phpunit", |
||
1939 | "version": "4.1.4", |
||
1940 | "source": { |
||
1941 | "type": "git", |
||
1942 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
1943 | "reference": "a71c4842c5fb836d8b200624583b859ec34e8a26" |
||
1944 | }, |
||
1945 | "dist": { |
||
1946 | "type": "zip", |
||
1947 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a71c4842c5fb836d8b200624583b859ec34e8a26", |
||
1948 | "reference": "a71c4842c5fb836d8b200624583b859ec34e8a26", |
||
1949 | "shasum": "" |
||
1950 | }, |
||
1951 | "require": { |
||
1952 | "ext-dom": "*", |
||
1953 | "ext-json": "*", |
||
1954 | "ext-pcre": "*", |
||
1955 | "ext-reflection": "*", |
||
1956 | "ext-spl": "*", |
||
1957 | "php": ">=5.3.3", |
||
1958 | "phpunit/php-code-coverage": "~2.0", |
||
1959 | "phpunit/php-file-iterator": "~1.3.1", |
||
1960 | "phpunit/php-text-template": "~1.2", |
||
1961 | "phpunit/php-timer": "~1.0.2", |
||
1962 | "phpunit/phpunit-mock-objects": "~2.1", |
||
1963 | "sebastian/comparator": "~1.0", |
||
1964 | "sebastian/diff": "~1.1", |
||
1965 | "sebastian/environment": "~1.0", |
||
1966 | "sebastian/exporter": "~1.0", |
||
1967 | "sebastian/version": "~1.0", |
||
1968 | "symfony/yaml": "~2.0" |
||
1969 | }, |
||
1970 | "suggest": { |
||
1971 | "phpunit/php-invoker": "~1.1" |
||
1972 | }, |
||
1973 | "bin": [ |
||
1974 | "phpunit" |
||
1975 | ], |
||
1976 | "type": "library", |
||
1977 | "extra": { |
||
1978 | "branch-alias": { |
||
1979 | "dev-master": "4.1.x-dev" |
||
1980 | } |
||
1981 | }, |
||
1982 | "autoload": { |
||
1983 | "classmap": [ |
||
1984 | "src/" |
||
1985 | ] |
||
1986 | }, |
||
1987 | "notification-url": "https://packagist.org/downloads/", |
||
1988 | "include-path": [ |
||
1989 | "", |
||
1990 | "../../symfony/yaml/" |
||
1991 | ], |
||
1992 | "license": [ |
||
1993 | "BSD-3-Clause" |
||
1994 | ], |
||
1995 | "authors": [ |
||
1996 | { |
||
1997 | "name": "Sebastian Bergmann", |
||
1998 | "email": "[email protected]", |
||
1999 | "role": "lead" |
||
2000 | } |
||
2001 | ], |
||
2002 | "description": "The PHP Unit Testing framework.", |
||
2003 | "homepage": "http://www.phpunit.de/", |
||
2004 | "keywords": [ |
||
2005 | "phpunit", |
||
2006 | "testing", |
||
2007 | "xunit" |
||
2008 | ], |
||
2009 | "time": "2014-07-18 07:15:58" |
||
2010 | }, |
||
2011 | { |
||
2012 | "name": "phpunit/phpunit-mock-objects", |
||
2013 | "version": "2.1.5", |
||
2014 | "source": { |
||
2015 | "type": "git", |
||
2016 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
2017 | "reference": "7878b9c41edb3afab92b85edf5f0981014a2713a" |
||
2018 | }, |
||
2019 | "dist": { |
||
2020 | "type": "zip", |
||
2021 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/7878b9c41edb3afab92b85edf5f0981014a2713a", |
||
2022 | "reference": "7878b9c41edb3afab92b85edf5f0981014a2713a", |
||
2023 | "shasum": "" |
||
2024 | }, |
||
2025 | "require": { |
||
2026 | "php": ">=5.3.3", |
||
2027 | "phpunit/php-text-template": "~1.2" |
||
2028 | }, |
||
2029 | "require-dev": { |
||
2030 | "phpunit/phpunit": "~4.1" |
||
2031 | }, |
||
2032 | "suggest": { |
||
2033 | "ext-soap": "*" |
||
2034 | }, |
||
2035 | "type": "library", |
||
2036 | "extra": { |
||
2037 | "branch-alias": { |
||
2038 | "dev-master": "2.1.x-dev" |
||
2039 | } |
||
2040 | }, |
||
2041 | "autoload": { |
||
2042 | "classmap": [ |
||
2043 | "src/" |
||
2044 | ] |
||
2045 | }, |
||
2046 | "notification-url": "https://packagist.org/downloads/", |
||
2047 | "include-path": [ |
||
2048 | "" |
||
2049 | ], |
||
2050 | "license": [ |
||
2051 | "BSD-3-Clause" |
||
2052 | ], |
||
2053 | "authors": [ |
||
2054 | { |
||
2055 | "name": "Sebastian Bergmann", |
||
2056 | "email": "[email protected]", |
||
2057 | "role": "lead" |
||
2058 | } |
||
2059 | ], |
||
2060 | "description": "Mock Object library for PHPUnit", |
||
2061 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
2062 | "keywords": [ |
||
2063 | "mock", |
||
2064 | "xunit" |
||
2065 | ], |
||
2066 | "time": "2014-06-12 07:22:15" |
||
2067 | }, |
||
2068 | { |
||
2069 | "name": "sebastian/comparator", |
||
2070 | "version": "1.0.0", |
||
2071 | "source": { |
||
2072 | "type": "git", |
||
2073 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
2074 | "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2" |
||
2075 | }, |
||
2076 | "dist": { |
||
2077 | "type": "zip", |
||
2078 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2", |
||
2079 | "reference": "f7069ee51fa9fb6c038e16a9d0e3439f5449dcf2", |
||
2080 | "shasum": "" |
||
2081 | }, |
||
2082 | "require": { |
||
2083 | "php": ">=5.3.3", |
||
2084 | "sebastian/diff": "~1.1", |
||
2085 | "sebastian/exporter": "~1.0" |
||
2086 | }, |
||
2087 | "require-dev": { |
||
2088 | "phpunit/phpunit": "~4.1" |
||
2089 | }, |
||
2090 | "type": "library", |
||
2091 | "extra": { |
||
2092 | "branch-alias": { |
||
2093 | "dev-master": "1.0.x-dev" |
||
2094 | } |
||
2095 | }, |
||
2096 | "autoload": { |
||
2097 | "classmap": [ |
||
2098 | "src/" |
||
2099 | ] |
||
2100 | }, |
||
2101 | "notification-url": "https://packagist.org/downloads/", |
||
2102 | "license": [ |
||
2103 | "BSD-3-Clause" |
||
2104 | ], |
||
2105 | "authors": [ |
||
2106 | { |
||
2107 | "name": "Sebastian Bergmann", |
||
2108 | "email": "[email protected]", |
||
2109 | "role": "lead" |
||
2110 | }, |
||
2111 | { |
||
2112 | "name": "Jeff Welch", |
||
2113 | "email": "[email protected]" |
||
2114 | }, |
||
2115 | { |
||
2116 | "name": "Volker Dusch", |
||
2117 | "email": "[email protected]" |
||
2118 | }, |
||
2119 | { |
||
2120 | "name": "Bernhard Schussek", |
||
2121 | "email": "[email protected]" |
||
2122 | } |
||
2123 | ], |
||
2124 | "description": "Provides the functionality to compare PHP values for equality", |
||
2125 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
2126 | "keywords": [ |
||
2127 | "comparator", |
||
2128 | "compare", |
||
2129 | "equality" |
||
2130 | ], |
||
2131 | "time": "2014-05-02 07:05:58" |
||
2132 | }, |
||
2133 | { |
||
2134 | "name": "sebastian/diff", |
||
2135 | "version": "1.1.0", |
||
2136 | "source": { |
||
2137 | "type": "git", |
||
2138 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
2139 | "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d" |
||
2140 | }, |
||
2141 | "dist": { |
||
2142 | "type": "zip", |
||
2143 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d", |
||
2144 | "reference": "1e091702a5a38e6b4c1ba9ca816e3dd343df2e2d", |
||
2145 | "shasum": "" |
||
2146 | }, |
||
2147 | "require": { |
||
2148 | "php": ">=5.3.3" |
||
2149 | }, |
||
2150 | "type": "library", |
||
2151 | "extra": { |
||
2152 | "branch-alias": { |
||
2153 | "dev-master": "1.1-dev" |
||
2154 | } |
||
2155 | }, |
||
2156 | "autoload": { |
||
2157 | "classmap": [ |
||
2158 | "src/" |
||
2159 | ] |
||
2160 | }, |
||
2161 | "notification-url": "https://packagist.org/downloads/", |
||
2162 | "license": [ |
||
2163 | "BSD-3-Clause" |
||
2164 | ], |
||
2165 | "authors": [ |
||
2166 | { |
||
2167 | "name": "Sebastian Bergmann", |
||
2168 | "email": "[email protected]", |
||
2169 | "role": "lead" |
||
2170 | }, |
||
2171 | { |
||
2172 | "name": "Kore Nordmann", |
||
2173 | "email": "[email protected]" |
||
2174 | } |
||
2175 | ], |
||
2176 | "description": "Diff implementation", |
||
2177 | "homepage": "http://www.github.com/sebastianbergmann/diff", |
||
2178 | "keywords": [ |
||
2179 | "diff" |
||
2180 | ], |
||
2181 | "time": "2013-08-03 16:46:33" |
||
2182 | }, |
||
2183 | { |
||
2184 | "name": "sebastian/environment", |
||
2185 | "version": "1.0.0", |
||
2186 | "source": { |
||
2187 | "type": "git", |
||
2188 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
2189 | "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a" |
||
2190 | }, |
||
2191 | "dist": { |
||
2192 | "type": "zip", |
||
2193 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/79517609ec01139cd7e9fded0dd7ce08c952ef6a", |
||
2194 | "reference": "79517609ec01139cd7e9fded0dd7ce08c952ef6a", |
||
2195 | "shasum": "" |
||
2196 | }, |
||
2197 | "require": { |
||
2198 | "php": ">=5.3.3" |
||
2199 | }, |
||
2200 | "require-dev": { |
||
2201 | "phpunit/phpunit": "4.0.*@dev" |
||
2202 | }, |
||
2203 | "type": "library", |
||
2204 | "extra": { |
||
2205 | "branch-alias": { |
||
2206 | "dev-master": "1.0.x-dev" |
||
2207 | } |
||
2208 | }, |
||
2209 | "autoload": { |
||
2210 | "classmap": [ |
||
2211 | "src/" |
||
2212 | ] |
||
2213 | }, |
||
2214 | "notification-url": "https://packagist.org/downloads/", |
||
2215 | "license": [ |
||
2216 | "BSD-3-Clause" |
||
2217 | ], |
||
2218 | "authors": [ |
||
2219 | { |
||
2220 | "name": "Sebastian Bergmann", |
||
2221 | "email": "[email protected]", |
||
2222 | "role": "lead" |
||
2223 | } |
||
2224 | ], |
||
2225 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
2226 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
2227 | "keywords": [ |
||
2228 | "Xdebug", |
||
2229 | "environment", |
||
2230 | "hhvm" |
||
2231 | ], |
||
2232 | "time": "2014-02-18 16:17:19" |
||
2233 | }, |
||
2234 | { |
||
2235 | "name": "sebastian/exporter", |
||
2236 | "version": "1.0.1", |
||
2237 | "source": { |
||
2238 | "type": "git", |
||
2239 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
2240 | "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529" |
||
2241 | }, |
||
2242 | "dist": { |
||
2243 | "type": "zip", |
||
2244 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529", |
||
2245 | "reference": "1f9a98e6f5dfe0524cb8c6166f7c82f3e9ae1529", |
||
2246 | "shasum": "" |
||
2247 | }, |
||
2248 | "require": { |
||
2249 | "php": ">=5.3.3" |
||
2250 | }, |
||
2251 | "require-dev": { |
||
2252 | "phpunit/phpunit": "4.0.*@dev" |
||
2253 | }, |
||
2254 | "type": "library", |
||
2255 | "extra": { |
||
2256 | "branch-alias": { |
||
2257 | "dev-master": "1.0.x-dev" |
||
2258 | } |
||
2259 | }, |
||
2260 | "autoload": { |
||
2261 | "classmap": [ |
||
2262 | "src/" |
||
2263 | ] |
||
2264 | }, |
||
2265 | "notification-url": "https://packagist.org/downloads/", |
||
2266 | "license": [ |
||
2267 | "BSD-3-Clause" |
||
2268 | ], |
||
2269 | "authors": [ |
||
2270 | { |
||
2271 | "name": "Sebastian Bergmann", |
||
2272 | "email": "[email protected]", |
||
2273 | "role": "lead" |
||
2274 | }, |
||
2275 | { |
||
2276 | "name": "Jeff Welch", |
||
2277 | "email": "[email protected]" |
||
2278 | }, |
||
2279 | { |
||
2280 | "name": "Volker Dusch", |
||
2281 | "email": "[email protected]" |
||
2282 | }, |
||
2283 | { |
||
2284 | "name": "Adam Harvey", |
||
2285 | "email": "[email protected]", |
||
2286 | "role": "Lead" |
||
2287 | }, |
||
2288 | { |
||
2289 | "name": "Bernhard Schussek", |
||
2290 | "email": "[email protected]" |
||
2291 | } |
||
2292 | ], |
||
2293 | "description": "Provides the functionality to export PHP variables for visualization", |
||
2294 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
2295 | "keywords": [ |
||
2296 | "export", |
||
2297 | "exporter" |
||
2298 | ], |
||
2299 | "time": "2014-02-16 08:26:31" |
||
2300 | }, |
||
2301 | { |
||
2302 | "name": "sebastian/version", |
||
2303 | "version": "1.0.3", |
||
2304 | "source": { |
||
2305 | "type": "git", |
||
2306 | "url": "https://github.com/sebastianbergmann/version.git", |
||
2307 | "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43" |
||
2308 | }, |
||
2309 | "dist": { |
||
2310 | "type": "zip", |
||
2311 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43", |
||
2312 | "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43", |
||
2313 | "shasum": "" |
||
2314 | }, |
||
2315 | "type": "library", |
||
2316 | "autoload": { |
||
2317 | "classmap": [ |
||
2318 | "src/" |
||
2319 | ] |
||
2320 | }, |
||
2321 | "notification-url": "https://packagist.org/downloads/", |
||
2322 | "license": [ |
||
2323 | "BSD-3-Clause" |
||
2324 | ], |
||
2325 | "authors": [ |
||
2326 | { |
||
2327 | "name": "Sebastian Bergmann", |
||
2328 | "email": "[email protected]", |
||
2329 | "role": "lead" |
||
2330 | } |
||
2331 | ], |
||
2332 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
2333 | "homepage": "https://github.com/sebastianbergmann/version", |
||
2334 | "time": "2014-03-07 15:35:33" |
||
2335 | } |
||
2336 | ], |
||
2337 | "aliases": [], |
||
2338 | "minimum-stability": "stable", |
||
2339 | "stability-flags": { |
||
2340 | "friendsofsymfony/user-bundle": 20, |
||
2341 | "behat/symfony2-extension": 20 |
||
2342 | }, |
||
2343 | "platform": { |
||
2344 | "php": ">=5.4" |
||
2345 | }, |
||
2346 | "platform-dev": [] |
||
2347 | } |
||
2348 |