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": "8ea62ee4d40b1adf47823b2828902e49", |
||
8 | "content-hash": "5de1b7bc31ef5500c7c1833228d06fff", |
||
9 | "packages": [ |
||
10 | { |
||
11 | "name": "doctrine/annotations", |
||
12 | "version": "v1.2.7", |
||
13 | "source": { |
||
14 | "type": "git", |
||
15 | "url": "https://github.com/doctrine/annotations.git", |
||
16 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" |
||
17 | }, |
||
18 | "dist": { |
||
19 | "type": "zip", |
||
20 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
21 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
22 | "shasum": "" |
||
23 | }, |
||
24 | "require": { |
||
25 | "doctrine/lexer": "1.*", |
||
26 | "php": ">=5.3.2" |
||
27 | }, |
||
28 | "require-dev": { |
||
29 | "doctrine/cache": "1.*", |
||
30 | "phpunit/phpunit": "4.*" |
||
31 | }, |
||
32 | "type": "library", |
||
33 | "extra": { |
||
34 | "branch-alias": { |
||
35 | "dev-master": "1.3.x-dev" |
||
36 | } |
||
37 | }, |
||
38 | "autoload": { |
||
39 | "psr-0": { |
||
40 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
41 | } |
||
42 | }, |
||
43 | "notification-url": "https://packagist.org/downloads/", |
||
44 | "license": [ |
||
45 | "MIT" |
||
46 | ], |
||
47 | "authors": [ |
||
48 | { |
||
49 | "name": "Roman Borschel", |
||
50 | "email": "[email protected]" |
||
51 | }, |
||
52 | { |
||
53 | "name": "Benjamin Eberlei", |
||
54 | "email": "[email protected]" |
||
55 | }, |
||
56 | { |
||
57 | "name": "Guilherme Blanco", |
||
58 | "email": "[email protected]" |
||
59 | }, |
||
60 | { |
||
61 | "name": "Jonathan Wage", |
||
62 | "email": "[email protected]" |
||
63 | }, |
||
64 | { |
||
65 | "name": "Johannes Schmitt", |
||
66 | "email": "[email protected]" |
||
67 | } |
||
68 | ], |
||
69 | "description": "Docblock Annotations Parser", |
||
70 | "homepage": "http://www.doctrine-project.org", |
||
71 | "keywords": [ |
||
72 | "annotations", |
||
73 | "docblock", |
||
74 | "parser" |
||
75 | ], |
||
76 | "time": "2015-08-31 12:32:49" |
||
77 | }, |
||
78 | { |
||
79 | "name": "doctrine/cache", |
||
80 | "version": "v1.5.2", |
||
81 | "source": { |
||
82 | "type": "git", |
||
83 | "url": "https://github.com/doctrine/cache.git", |
||
84 | "reference": "47c7128262da274f590ae6f86eb137a7a64e82af" |
||
85 | }, |
||
86 | "dist": { |
||
87 | "type": "zip", |
||
88 | "url": "https://api.github.com/repos/doctrine/cache/zipball/47c7128262da274f590ae6f86eb137a7a64e82af", |
||
89 | "reference": "47c7128262da274f590ae6f86eb137a7a64e82af", |
||
90 | "shasum": "" |
||
91 | }, |
||
92 | "require": { |
||
93 | "php": ">=5.3.2" |
||
94 | }, |
||
95 | "conflict": { |
||
96 | "doctrine/common": ">2.2,<2.4" |
||
97 | }, |
||
98 | "require-dev": { |
||
99 | "phpunit/phpunit": ">=3.7", |
||
100 | "predis/predis": "~1.0", |
||
101 | "satooshi/php-coveralls": "~0.6" |
||
102 | }, |
||
103 | "type": "library", |
||
104 | "extra": { |
||
105 | "branch-alias": { |
||
106 | "dev-master": "1.5.x-dev" |
||
107 | } |
||
108 | }, |
||
109 | "autoload": { |
||
110 | "psr-4": { |
||
111 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
112 | } |
||
113 | }, |
||
114 | "notification-url": "https://packagist.org/downloads/", |
||
115 | "license": [ |
||
116 | "MIT" |
||
117 | ], |
||
118 | "authors": [ |
||
119 | { |
||
120 | "name": "Roman Borschel", |
||
121 | "email": "[email protected]" |
||
122 | }, |
||
123 | { |
||
124 | "name": "Benjamin Eberlei", |
||
125 | "email": "[email protected]" |
||
126 | }, |
||
127 | { |
||
128 | "name": "Guilherme Blanco", |
||
129 | "email": "[email protected]" |
||
130 | }, |
||
131 | { |
||
132 | "name": "Jonathan Wage", |
||
133 | "email": "[email protected]" |
||
134 | }, |
||
135 | { |
||
136 | "name": "Johannes Schmitt", |
||
137 | "email": "[email protected]" |
||
138 | } |
||
139 | ], |
||
140 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
141 | "homepage": "http://www.doctrine-project.org", |
||
142 | "keywords": [ |
||
143 | "cache", |
||
144 | "caching" |
||
145 | ], |
||
146 | "time": "2015-12-03 10:50:37" |
||
147 | }, |
||
148 | { |
||
149 | "name": "doctrine/collections", |
||
150 | "version": "v1.3.0", |
||
151 | "source": { |
||
152 | "type": "git", |
||
153 | "url": "https://github.com/doctrine/collections.git", |
||
154 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" |
||
155 | }, |
||
156 | "dist": { |
||
157 | "type": "zip", |
||
158 | "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
159 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
160 | "shasum": "" |
||
161 | }, |
||
162 | "require": { |
||
163 | "php": ">=5.3.2" |
||
164 | }, |
||
165 | "require-dev": { |
||
166 | "phpunit/phpunit": "~4.0" |
||
167 | }, |
||
168 | "type": "library", |
||
169 | "extra": { |
||
170 | "branch-alias": { |
||
171 | "dev-master": "1.2.x-dev" |
||
172 | } |
||
173 | }, |
||
174 | "autoload": { |
||
175 | "psr-0": { |
||
176 | "Doctrine\\Common\\Collections\\": "lib/" |
||
177 | } |
||
178 | }, |
||
179 | "notification-url": "https://packagist.org/downloads/", |
||
180 | "license": [ |
||
181 | "MIT" |
||
182 | ], |
||
183 | "authors": [ |
||
184 | { |
||
185 | "name": "Roman Borschel", |
||
186 | "email": "[email protected]" |
||
187 | }, |
||
188 | { |
||
189 | "name": "Benjamin Eberlei", |
||
190 | "email": "[email protected]" |
||
191 | }, |
||
192 | { |
||
193 | "name": "Guilherme Blanco", |
||
194 | "email": "[email protected]" |
||
195 | }, |
||
196 | { |
||
197 | "name": "Jonathan Wage", |
||
198 | "email": "[email protected]" |
||
199 | }, |
||
200 | { |
||
201 | "name": "Johannes Schmitt", |
||
202 | "email": "[email protected]" |
||
203 | } |
||
204 | ], |
||
205 | "description": "Collections Abstraction library", |
||
206 | "homepage": "http://www.doctrine-project.org", |
||
207 | "keywords": [ |
||
208 | "array", |
||
209 | "collections", |
||
210 | "iterator" |
||
211 | ], |
||
212 | "time": "2015-04-14 22:21:58" |
||
213 | }, |
||
214 | { |
||
215 | "name": "doctrine/common", |
||
216 | "version": "v2.6.0", |
||
217 | "source": { |
||
218 | "type": "git", |
||
219 | "url": "https://github.com/doctrine/common.git", |
||
220 | "reference": "3cb33d19beb3c62f76c55e7e9683fff12e242bc8" |
||
221 | }, |
||
222 | "dist": { |
||
223 | "type": "zip", |
||
224 | "url": "https://api.github.com/repos/doctrine/common/zipball/3cb33d19beb3c62f76c55e7e9683fff12e242bc8", |
||
225 | "reference": "3cb33d19beb3c62f76c55e7e9683fff12e242bc8", |
||
226 | "shasum": "" |
||
227 | }, |
||
228 | "require": { |
||
229 | "doctrine/annotations": "1.*", |
||
230 | "doctrine/cache": "1.*", |
||
231 | "doctrine/collections": "1.*", |
||
232 | "doctrine/inflector": "1.*", |
||
233 | "doctrine/lexer": "1.*", |
||
234 | "php": "~5.5|~7.0" |
||
235 | }, |
||
236 | "require-dev": { |
||
237 | "phpunit/phpunit": "~4.8|~5.0" |
||
238 | }, |
||
239 | "type": "library", |
||
240 | "extra": { |
||
241 | "branch-alias": { |
||
242 | "dev-master": "2.7.x-dev" |
||
243 | } |
||
244 | }, |
||
245 | "autoload": { |
||
246 | "psr-4": { |
||
247 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
248 | } |
||
249 | }, |
||
250 | "notification-url": "https://packagist.org/downloads/", |
||
251 | "license": [ |
||
252 | "MIT" |
||
253 | ], |
||
254 | "authors": [ |
||
255 | { |
||
256 | "name": "Roman Borschel", |
||
257 | "email": "[email protected]" |
||
258 | }, |
||
259 | { |
||
260 | "name": "Benjamin Eberlei", |
||
261 | "email": "[email protected]" |
||
262 | }, |
||
263 | { |
||
264 | "name": "Guilherme Blanco", |
||
265 | "email": "[email protected]" |
||
266 | }, |
||
267 | { |
||
268 | "name": "Jonathan Wage", |
||
269 | "email": "[email protected]" |
||
270 | }, |
||
271 | { |
||
272 | "name": "Johannes Schmitt", |
||
273 | "email": "[email protected]" |
||
274 | } |
||
275 | ], |
||
276 | "description": "Common Library for Doctrine projects", |
||
277 | "homepage": "http://www.doctrine-project.org", |
||
278 | "keywords": [ |
||
279 | "annotations", |
||
280 | "collections", |
||
281 | "eventmanager", |
||
282 | "persistence", |
||
283 | "spl" |
||
284 | ], |
||
285 | "time": "2015-12-04 13:06:46" |
||
286 | }, |
||
287 | { |
||
288 | "name": "doctrine/inflector", |
||
289 | "version": "v1.1.0", |
||
290 | "source": { |
||
291 | "type": "git", |
||
292 | "url": "https://github.com/doctrine/inflector.git", |
||
293 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
294 | }, |
||
295 | "dist": { |
||
296 | "type": "zip", |
||
297 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
298 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
299 | "shasum": "" |
||
300 | }, |
||
301 | "require": { |
||
302 | "php": ">=5.3.2" |
||
303 | }, |
||
304 | "require-dev": { |
||
305 | "phpunit/phpunit": "4.*" |
||
306 | }, |
||
307 | "type": "library", |
||
308 | "extra": { |
||
309 | "branch-alias": { |
||
310 | "dev-master": "1.1.x-dev" |
||
311 | } |
||
312 | }, |
||
313 | "autoload": { |
||
314 | "psr-0": { |
||
315 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
316 | } |
||
317 | }, |
||
318 | "notification-url": "https://packagist.org/downloads/", |
||
319 | "license": [ |
||
320 | "MIT" |
||
321 | ], |
||
322 | "authors": [ |
||
323 | { |
||
324 | "name": "Roman Borschel", |
||
325 | "email": "[email protected]" |
||
326 | }, |
||
327 | { |
||
328 | "name": "Benjamin Eberlei", |
||
329 | "email": "[email protected]" |
||
330 | }, |
||
331 | { |
||
332 | "name": "Guilherme Blanco", |
||
333 | "email": "[email protected]" |
||
334 | }, |
||
335 | { |
||
336 | "name": "Jonathan Wage", |
||
337 | "email": "[email protected]" |
||
338 | }, |
||
339 | { |
||
340 | "name": "Johannes Schmitt", |
||
341 | "email": "[email protected]" |
||
342 | } |
||
343 | ], |
||
344 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
345 | "homepage": "http://www.doctrine-project.org", |
||
346 | "keywords": [ |
||
347 | "inflection", |
||
348 | "pluralize", |
||
349 | "singularize", |
||
350 | "string" |
||
351 | ], |
||
352 | "time": "2015-11-06 14:35:42" |
||
353 | }, |
||
354 | { |
||
355 | "name": "doctrine/lexer", |
||
356 | "version": "v1.0.1", |
||
357 | "source": { |
||
358 | "type": "git", |
||
359 | "url": "https://github.com/doctrine/lexer.git", |
||
360 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
361 | }, |
||
362 | "dist": { |
||
363 | "type": "zip", |
||
364 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
365 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
366 | "shasum": "" |
||
367 | }, |
||
368 | "require": { |
||
369 | "php": ">=5.3.2" |
||
370 | }, |
||
371 | "type": "library", |
||
372 | "extra": { |
||
373 | "branch-alias": { |
||
374 | "dev-master": "1.0.x-dev" |
||
375 | } |
||
376 | }, |
||
377 | "autoload": { |
||
378 | "psr-0": { |
||
379 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
380 | } |
||
381 | }, |
||
382 | "notification-url": "https://packagist.org/downloads/", |
||
383 | "license": [ |
||
384 | "MIT" |
||
385 | ], |
||
386 | "authors": [ |
||
387 | { |
||
388 | "name": "Roman Borschel", |
||
389 | "email": "[email protected]" |
||
390 | }, |
||
391 | { |
||
392 | "name": "Guilherme Blanco", |
||
393 | "email": "[email protected]" |
||
394 | }, |
||
395 | { |
||
396 | "name": "Johannes Schmitt", |
||
397 | "email": "[email protected]" |
||
398 | } |
||
399 | ], |
||
400 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
401 | "homepage": "http://www.doctrine-project.org", |
||
402 | "keywords": [ |
||
403 | "lexer", |
||
404 | "parser" |
||
405 | ], |
||
406 | "time": "2014-09-09 13:34:57" |
||
407 | }, |
||
408 | { |
||
409 | "name": "ircmaxell/password-compat", |
||
410 | "version": "v1.0.4", |
||
411 | "source": { |
||
412 | "type": "git", |
||
413 | "url": "https://github.com/ircmaxell/password_compat.git", |
||
414 | "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" |
||
415 | }, |
||
416 | "dist": { |
||
417 | "type": "zip", |
||
418 | "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", |
||
419 | "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", |
||
420 | "shasum": "" |
||
421 | }, |
||
422 | "require-dev": { |
||
423 | "phpunit/phpunit": "4.*" |
||
424 | }, |
||
425 | "type": "library", |
||
426 | "autoload": { |
||
427 | "files": [ |
||
428 | "lib/password.php" |
||
429 | ] |
||
430 | }, |
||
431 | "notification-url": "https://packagist.org/downloads/", |
||
432 | "license": [ |
||
433 | "MIT" |
||
434 | ], |
||
435 | "authors": [ |
||
436 | { |
||
437 | "name": "Anthony Ferrara", |
||
438 | "email": "[email protected]", |
||
439 | "homepage": "http://blog.ircmaxell.com" |
||
440 | } |
||
441 | ], |
||
442 | "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", |
||
443 | "homepage": "https://github.com/ircmaxell/password_compat", |
||
444 | "keywords": [ |
||
445 | "hashing", |
||
446 | "password" |
||
447 | ], |
||
448 | "time": "2014-11-20 16:49:30" |
||
449 | }, |
||
450 | { |
||
451 | "name": "paragonie/random_compat", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
452 | "version": "1.1.4", |
||
453 | "source": { |
||
454 | "type": "git", |
||
455 | "url": "https://github.com/paragonie/random_compat.git", |
||
456 | "reference": "d762ee5b099a29044603cd4649851e81aa66cb47" |
||
457 | }, |
||
458 | "dist": { |
||
459 | "type": "zip", |
||
460 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/d762ee5b099a29044603cd4649851e81aa66cb47", |
||
461 | "reference": "d762ee5b099a29044603cd4649851e81aa66cb47", |
||
462 | "shasum": "" |
||
463 | }, |
||
464 | "require": { |
||
465 | "php": ">=5.2.0" |
||
466 | }, |
||
467 | "require-dev": { |
||
468 | "phpunit/phpunit": "4.*|5.*" |
||
469 | }, |
||
470 | "suggest": { |
||
471 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
472 | }, |
||
473 | "type": "library", |
||
474 | "autoload": { |
||
475 | "files": [ |
||
476 | "lib/random.php" |
||
477 | ] |
||
478 | }, |
||
479 | "notification-url": "https://packagist.org/downloads/", |
||
480 | "license": [ |
||
481 | "MIT" |
||
482 | ], |
||
483 | "authors": [ |
||
484 | { |
||
485 | "name": "Paragon Initiative Enterprises", |
||
486 | "email": "[email protected]", |
||
487 | "homepage": "https://paragonie.com" |
||
488 | } |
||
489 | ], |
||
490 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
491 | "keywords": [ |
||
492 | "csprng", |
||
493 | "pseudorandom", |
||
494 | "random" |
||
495 | ], |
||
496 | "time": "2015-12-10 14:48:13" |
||
497 | }, |
||
498 | { |
||
499 | "name": "psr/log", |
||
500 | "version": "1.0.0", |
||
501 | "source": { |
||
502 | "type": "git", |
||
503 | "url": "https://github.com/php-fig/log.git", |
||
504 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
505 | }, |
||
506 | "dist": { |
||
507 | "type": "zip", |
||
508 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
509 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
510 | "shasum": "" |
||
511 | }, |
||
512 | "type": "library", |
||
513 | "autoload": { |
||
514 | "psr-0": { |
||
515 | "Psr\\Log\\": "" |
||
516 | } |
||
517 | }, |
||
518 | "notification-url": "https://packagist.org/downloads/", |
||
519 | "license": [ |
||
520 | "MIT" |
||
521 | ], |
||
522 | "authors": [ |
||
523 | { |
||
524 | "name": "PHP-FIG", |
||
525 | "homepage": "http://www.php-fig.org/" |
||
526 | } |
||
527 | ], |
||
528 | "description": "Common interface for logging libraries", |
||
529 | "keywords": [ |
||
530 | "log", |
||
531 | "psr", |
||
532 | "psr-3" |
||
533 | ], |
||
534 | "time": "2012-12-21 11:40:51" |
||
535 | }, |
||
536 | { |
||
537 | "name": "symfony/polyfill-intl-icu", |
||
538 | "version": "v1.0.0", |
||
539 | "source": { |
||
540 | "type": "git", |
||
541 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
||
542 | "reference": "2deb44160e1c886241c06602b12b98779f728177" |
||
543 | }, |
||
544 | "dist": { |
||
545 | "type": "zip", |
||
546 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2deb44160e1c886241c06602b12b98779f728177", |
||
547 | "reference": "2deb44160e1c886241c06602b12b98779f728177", |
||
548 | "shasum": "" |
||
549 | }, |
||
550 | "require": { |
||
551 | "php": ">=5.3.3", |
||
552 | "symfony/intl": "~2.3|~3.0" |
||
553 | }, |
||
554 | "type": "library", |
||
555 | "extra": { |
||
556 | "branch-alias": { |
||
557 | "dev-master": "1.0-dev" |
||
558 | } |
||
559 | }, |
||
560 | "autoload": { |
||
561 | "files": [ |
||
562 | "bootstrap.php" |
||
563 | ] |
||
564 | }, |
||
565 | "notification-url": "https://packagist.org/downloads/", |
||
566 | "license": [ |
||
567 | "MIT" |
||
568 | ], |
||
569 | "authors": [ |
||
570 | { |
||
571 | "name": "Nicolas Grekas", |
||
572 | "email": "[email protected]" |
||
573 | }, |
||
574 | { |
||
575 | "name": "Symfony Community", |
||
576 | "homepage": "https://symfony.com/contributors" |
||
577 | } |
||
578 | ], |
||
579 | "description": "Symfony polyfill for intl's ICU-related data and classes", |
||
580 | "homepage": "https://symfony.com", |
||
581 | "keywords": [ |
||
582 | "compatibility", |
||
583 | "icu", |
||
584 | "intl", |
||
585 | "polyfill", |
||
586 | "portable", |
||
587 | "shim" |
||
588 | ], |
||
589 | "time": "2015-11-04 20:28:58" |
||
590 | }, |
||
591 | { |
||
592 | "name": "symfony/polyfill-mbstring", |
||
593 | "version": "v1.0.0", |
||
594 | "source": { |
||
595 | "type": "git", |
||
596 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
597 | "reference": "0b6a8940385311a24e060ec1fe35680e17c74497" |
||
598 | }, |
||
599 | "dist": { |
||
600 | "type": "zip", |
||
601 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497", |
||
602 | "reference": "0b6a8940385311a24e060ec1fe35680e17c74497", |
||
603 | "shasum": "" |
||
604 | }, |
||
605 | "require": { |
||
606 | "php": ">=5.3.3" |
||
607 | }, |
||
608 | "type": "library", |
||
609 | "extra": { |
||
610 | "branch-alias": { |
||
611 | "dev-master": "1.0-dev" |
||
612 | } |
||
613 | }, |
||
614 | "autoload": { |
||
615 | "psr-4": { |
||
616 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
617 | }, |
||
618 | "files": [ |
||
619 | "bootstrap.php" |
||
620 | ] |
||
621 | }, |
||
622 | "notification-url": "https://packagist.org/downloads/", |
||
623 | "license": [ |
||
624 | "MIT" |
||
625 | ], |
||
626 | "authors": [ |
||
627 | { |
||
628 | "name": "Nicolas Grekas", |
||
629 | "email": "[email protected]" |
||
630 | }, |
||
631 | { |
||
632 | "name": "Symfony Community", |
||
633 | "homepage": "https://symfony.com/contributors" |
||
634 | } |
||
635 | ], |
||
636 | "description": "Symfony polyfill for the Mbstring extension", |
||
637 | "homepage": "https://symfony.com", |
||
638 | "keywords": [ |
||
639 | "compatibility", |
||
640 | "mbstring", |
||
641 | "polyfill", |
||
642 | "portable", |
||
643 | "shim" |
||
644 | ], |
||
645 | "time": "2015-11-04 20:28:58" |
||
646 | }, |
||
647 | { |
||
648 | "name": "symfony/polyfill-php54", |
||
649 | "version": "v1.0.0", |
||
650 | "source": { |
||
651 | "type": "git", |
||
652 | "url": "https://github.com/symfony/polyfill-php54.git", |
||
653 | "reference": "2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc" |
||
654 | }, |
||
655 | "dist": { |
||
656 | "type": "zip", |
||
657 | "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc", |
||
658 | "reference": "2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc", |
||
659 | "shasum": "" |
||
660 | }, |
||
661 | "require": { |
||
662 | "php": ">=5.3.3" |
||
663 | }, |
||
664 | "type": "library", |
||
665 | "extra": { |
||
666 | "branch-alias": { |
||
667 | "dev-master": "1.0-dev" |
||
668 | } |
||
669 | }, |
||
670 | "autoload": { |
||
671 | "psr-4": { |
||
672 | "Symfony\\Polyfill\\Php54\\": "" |
||
673 | }, |
||
674 | "files": [ |
||
675 | "bootstrap.php" |
||
676 | ], |
||
677 | "classmap": [ |
||
678 | "Resources/stubs" |
||
679 | ] |
||
680 | }, |
||
681 | "notification-url": "https://packagist.org/downloads/", |
||
682 | "license": [ |
||
683 | "MIT" |
||
684 | ], |
||
685 | "authors": [ |
||
686 | { |
||
687 | "name": "Nicolas Grekas", |
||
688 | "email": "[email protected]" |
||
689 | }, |
||
690 | { |
||
691 | "name": "Symfony Community", |
||
692 | "homepage": "https://symfony.com/contributors" |
||
693 | } |
||
694 | ], |
||
695 | "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions", |
||
696 | "homepage": "https://symfony.com", |
||
697 | "keywords": [ |
||
698 | "compatibility", |
||
699 | "polyfill", |
||
700 | "portable", |
||
701 | "shim" |
||
702 | ], |
||
703 | "time": "2015-11-04 20:28:58" |
||
704 | }, |
||
705 | { |
||
706 | "name": "symfony/polyfill-php55", |
||
707 | "version": "v1.0.0", |
||
708 | "source": { |
||
709 | "type": "git", |
||
710 | "url": "https://github.com/symfony/polyfill-php55.git", |
||
711 | "reference": "3adc962a6250c02adb508e85ecfa6fcfee9eec47" |
||
712 | }, |
||
713 | "dist": { |
||
714 | "type": "zip", |
||
715 | "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/3adc962a6250c02adb508e85ecfa6fcfee9eec47", |
||
716 | "reference": "3adc962a6250c02adb508e85ecfa6fcfee9eec47", |
||
717 | "shasum": "" |
||
718 | }, |
||
719 | "require": { |
||
720 | "ircmaxell/password-compat": "~1.0", |
||
721 | "php": ">=5.3.3" |
||
722 | }, |
||
723 | "type": "library", |
||
724 | "extra": { |
||
725 | "branch-alias": { |
||
726 | "dev-master": "1.0-dev" |
||
727 | } |
||
728 | }, |
||
729 | "autoload": { |
||
730 | "psr-4": { |
||
731 | "Symfony\\Polyfill\\Php55\\": "" |
||
732 | }, |
||
733 | "files": [ |
||
734 | "bootstrap.php" |
||
735 | ] |
||
736 | }, |
||
737 | "notification-url": "https://packagist.org/downloads/", |
||
738 | "license": [ |
||
739 | "MIT" |
||
740 | ], |
||
741 | "authors": [ |
||
742 | { |
||
743 | "name": "Nicolas Grekas", |
||
744 | "email": "[email protected]" |
||
745 | }, |
||
746 | { |
||
747 | "name": "Symfony Community", |
||
748 | "homepage": "https://symfony.com/contributors" |
||
749 | } |
||
750 | ], |
||
751 | "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions", |
||
752 | "homepage": "https://symfony.com", |
||
753 | "keywords": [ |
||
754 | "compatibility", |
||
755 | "polyfill", |
||
756 | "portable", |
||
757 | "shim" |
||
758 | ], |
||
759 | "time": "2015-11-04 20:28:58" |
||
760 | }, |
||
761 | { |
||
762 | "name": "symfony/polyfill-php56", |
||
763 | "version": "v1.0.0", |
||
764 | "source": { |
||
765 | "type": "git", |
||
766 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
767 | "reference": "a6bd4770a6967517e6610529e14afaa3111094a3" |
||
768 | }, |
||
769 | "dist": { |
||
770 | "type": "zip", |
||
771 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/a6bd4770a6967517e6610529e14afaa3111094a3", |
||
772 | "reference": "a6bd4770a6967517e6610529e14afaa3111094a3", |
||
773 | "shasum": "" |
||
774 | }, |
||
775 | "require": { |
||
776 | "php": ">=5.3.3", |
||
777 | "symfony/polyfill-util": "~1.0" |
||
778 | }, |
||
779 | "type": "library", |
||
780 | "extra": { |
||
781 | "branch-alias": { |
||
782 | "dev-master": "1.0-dev" |
||
783 | } |
||
784 | }, |
||
785 | "autoload": { |
||
786 | "psr-4": { |
||
787 | "Symfony\\Polyfill\\Php56\\": "" |
||
788 | }, |
||
789 | "files": [ |
||
790 | "bootstrap.php" |
||
791 | ] |
||
792 | }, |
||
793 | "notification-url": "https://packagist.org/downloads/", |
||
794 | "license": [ |
||
795 | "MIT" |
||
796 | ], |
||
797 | "authors": [ |
||
798 | { |
||
799 | "name": "Nicolas Grekas", |
||
800 | "email": "[email protected]" |
||
801 | }, |
||
802 | { |
||
803 | "name": "Symfony Community", |
||
804 | "homepage": "https://symfony.com/contributors" |
||
805 | } |
||
806 | ], |
||
807 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
808 | "homepage": "https://symfony.com", |
||
809 | "keywords": [ |
||
810 | "compatibility", |
||
811 | "polyfill", |
||
812 | "portable", |
||
813 | "shim" |
||
814 | ], |
||
815 | "time": "2015-11-04 20:28:58" |
||
816 | }, |
||
817 | { |
||
818 | "name": "symfony/polyfill-php70", |
||
819 | "version": "v1.0.0", |
||
820 | "source": { |
||
821 | "type": "git", |
||
822 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
823 | "reference": "7f7f3c9c2b9f17722e0cd64fdb4f957330c53146" |
||
824 | }, |
||
825 | "dist": { |
||
826 | "type": "zip", |
||
827 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/7f7f3c9c2b9f17722e0cd64fdb4f957330c53146", |
||
828 | "reference": "7f7f3c9c2b9f17722e0cd64fdb4f957330c53146", |
||
829 | "shasum": "" |
||
830 | }, |
||
831 | "require": { |
||
832 | "paragonie/random_compat": "~1.0", |
||
833 | "php": ">=5.3.3" |
||
834 | }, |
||
835 | "type": "library", |
||
836 | "extra": { |
||
837 | "branch-alias": { |
||
838 | "dev-master": "1.0-dev" |
||
839 | } |
||
840 | }, |
||
841 | "autoload": { |
||
842 | "psr-4": { |
||
843 | "Symfony\\Polyfill\\Php70\\": "" |
||
844 | }, |
||
845 | "files": [ |
||
846 | "bootstrap.php" |
||
847 | ], |
||
848 | "classmap": [ |
||
849 | "Resources/stubs" |
||
850 | ] |
||
851 | }, |
||
852 | "notification-url": "https://packagist.org/downloads/", |
||
853 | "license": [ |
||
854 | "MIT" |
||
855 | ], |
||
856 | "authors": [ |
||
857 | { |
||
858 | "name": "Nicolas Grekas", |
||
859 | "email": "[email protected]" |
||
860 | }, |
||
861 | { |
||
862 | "name": "Symfony Community", |
||
863 | "homepage": "https://symfony.com/contributors" |
||
864 | } |
||
865 | ], |
||
866 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
867 | "homepage": "https://symfony.com", |
||
868 | "keywords": [ |
||
869 | "compatibility", |
||
870 | "polyfill", |
||
871 | "portable", |
||
872 | "shim" |
||
873 | ], |
||
874 | "time": "2015-11-04 20:28:58" |
||
875 | }, |
||
876 | { |
||
877 | "name": "symfony/polyfill-util", |
||
878 | "version": "v1.0.0", |
||
879 | "source": { |
||
880 | "type": "git", |
||
881 | "url": "https://github.com/symfony/polyfill-util.git", |
||
882 | "reference": "4271c55cbc0a77b2641f861b978123e46b3da969" |
||
883 | }, |
||
884 | "dist": { |
||
885 | "type": "zip", |
||
886 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4271c55cbc0a77b2641f861b978123e46b3da969", |
||
887 | "reference": "4271c55cbc0a77b2641f861b978123e46b3da969", |
||
888 | "shasum": "" |
||
889 | }, |
||
890 | "require": { |
||
891 | "php": ">=5.3.3" |
||
892 | }, |
||
893 | "type": "library", |
||
894 | "extra": { |
||
895 | "branch-alias": { |
||
896 | "dev-master": "1.0-dev" |
||
897 | } |
||
898 | }, |
||
899 | "autoload": { |
||
900 | "psr-4": { |
||
901 | "Symfony\\Polyfill\\Util\\": "" |
||
902 | } |
||
903 | }, |
||
904 | "notification-url": "https://packagist.org/downloads/", |
||
905 | "license": [ |
||
906 | "MIT" |
||
907 | ], |
||
908 | "authors": [ |
||
909 | { |
||
910 | "name": "Nicolas Grekas", |
||
911 | "email": "[email protected]" |
||
912 | }, |
||
913 | { |
||
914 | "name": "Symfony Community", |
||
915 | "homepage": "https://symfony.com/contributors" |
||
916 | } |
||
917 | ], |
||
918 | "description": "Symfony utilities for portability of PHP codes", |
||
919 | "homepage": "https://symfony.com", |
||
920 | "keywords": [ |
||
921 | "compat", |
||
922 | "compatibility", |
||
923 | "polyfill", |
||
924 | "shim" |
||
925 | ], |
||
926 | "time": "2015-11-04 20:28:58" |
||
927 | }, |
||
928 | { |
||
929 | "name": "symfony/security-acl", |
||
930 | "version": "v2.7.7", |
||
931 | "source": { |
||
932 | "type": "git", |
||
933 | "url": "https://github.com/symfony/security-acl.git", |
||
934 | "reference": "9aec8062e33fca5e08d2a78669b2222252e8c3b6" |
||
935 | }, |
||
936 | "dist": { |
||
937 | "type": "zip", |
||
938 | "url": "https://api.github.com/repos/symfony/security-acl/zipball/9aec8062e33fca5e08d2a78669b2222252e8c3b6", |
||
939 | "reference": "9aec8062e33fca5e08d2a78669b2222252e8c3b6", |
||
940 | "shasum": "" |
||
941 | }, |
||
942 | "require": { |
||
943 | "php": ">=5.3.9", |
||
944 | "symfony/security-core": "~2.4" |
||
945 | }, |
||
946 | "require-dev": { |
||
947 | "doctrine/common": "~2.2", |
||
948 | "doctrine/dbal": "~2.2", |
||
949 | "psr/log": "~1.0" |
||
950 | }, |
||
951 | "suggest": { |
||
952 | "doctrine/dbal": "For using the built-in ACL implementation", |
||
953 | "symfony/class-loader": "For using the ACL generateSql script", |
||
954 | "symfony/finder": "For using the ACL generateSql script" |
||
955 | }, |
||
956 | "type": "library", |
||
957 | "extra": { |
||
958 | "branch-alias": { |
||
959 | "dev-master": "2.7-dev" |
||
960 | } |
||
961 | }, |
||
962 | "autoload": { |
||
963 | "psr-4": { |
||
964 | "Symfony\\Component\\Security\\Acl\\": "" |
||
965 | }, |
||
966 | "exclude-from-classmap": [ |
||
967 | "/Tests/" |
||
968 | ] |
||
969 | }, |
||
970 | "notification-url": "https://packagist.org/downloads/", |
||
971 | "license": [ |
||
972 | "MIT" |
||
973 | ], |
||
974 | "authors": [ |
||
975 | { |
||
976 | "name": "Fabien Potencier", |
||
977 | "email": "[email protected]" |
||
978 | }, |
||
979 | { |
||
980 | "name": "Symfony Community", |
||
981 | "homepage": "https://symfony.com/contributors" |
||
982 | } |
||
983 | ], |
||
984 | "description": "Symfony Security Component - ACL (Access Control List)", |
||
985 | "homepage": "https://symfony.com", |
||
986 | "time": "2015-11-18 13:41:01" |
||
987 | }, |
||
988 | { |
||
989 | "name": "symfony/symfony", |
||
0 ignored issues
–
show
There are 6 security advisories for your installed version of symfony/symfony:
- CVE-2017-16653: CSRF protection does not use different tokens for HTTP and HTTPS - CVE-2017-16654: Intl bundle readers breaking out of paths - CVE-2017-16790: Ensure that submitted data are uploaded files - CVE-2016-2403: Unauthorized access on a misconfigured Ldap server when using an empty password - CVE-2016-4423: Large username storage in session - CVE-2017-16652: Open redirect vulnerability on security handlers ![]() |
|||
990 | "version": "v2.8.0", |
||
991 | "source": { |
||
992 | "type": "git", |
||
993 | "url": "https://github.com/symfony/symfony.git", |
||
994 | "reference": "5615b92cd452cd54f1433a3f53de87c096a1107f" |
||
995 | }, |
||
996 | "dist": { |
||
997 | "type": "zip", |
||
998 | "url": "https://api.github.com/repos/symfony/symfony/zipball/5615b92cd452cd54f1433a3f53de87c096a1107f", |
||
999 | "reference": "5615b92cd452cd54f1433a3f53de87c096a1107f", |
||
1000 | "shasum": "" |
||
1001 | }, |
||
1002 | "require": { |
||
1003 | "doctrine/common": "~2.4", |
||
1004 | "php": ">=5.3.9", |
||
1005 | "psr/log": "~1.0", |
||
1006 | "symfony/polyfill-intl-icu": "~1.0", |
||
1007 | "symfony/polyfill-mbstring": "~1.0", |
||
1008 | "symfony/polyfill-php54": "~1.0", |
||
1009 | "symfony/polyfill-php55": "~1.0", |
||
1010 | "symfony/polyfill-php56": "~1.0", |
||
1011 | "symfony/polyfill-php70": "~1.0", |
||
1012 | "symfony/polyfill-util": "~1.0", |
||
1013 | "symfony/security-acl": "~2.7", |
||
1014 | "twig/twig": "~1.23|~2.0" |
||
1015 | }, |
||
1016 | "conflict": { |
||
1017 | "phpdocumentor/reflection": "<1.0.7" |
||
1018 | }, |
||
1019 | "replace": { |
||
1020 | "symfony/asset": "self.version", |
||
1021 | "symfony/browser-kit": "self.version", |
||
1022 | "symfony/class-loader": "self.version", |
||
1023 | "symfony/config": "self.version", |
||
1024 | "symfony/console": "self.version", |
||
1025 | "symfony/css-selector": "self.version", |
||
1026 | "symfony/debug": "self.version", |
||
1027 | "symfony/debug-bundle": "self.version", |
||
1028 | "symfony/dependency-injection": "self.version", |
||
1029 | "symfony/doctrine-bridge": "self.version", |
||
1030 | "symfony/dom-crawler": "self.version", |
||
1031 | "symfony/event-dispatcher": "self.version", |
||
1032 | "symfony/expression-language": "self.version", |
||
1033 | "symfony/filesystem": "self.version", |
||
1034 | "symfony/finder": "self.version", |
||
1035 | "symfony/form": "self.version", |
||
1036 | "symfony/framework-bundle": "self.version", |
||
1037 | "symfony/http-foundation": "self.version", |
||
1038 | "symfony/http-kernel": "self.version", |
||
1039 | "symfony/intl": "self.version", |
||
1040 | "symfony/ldap": "self.version", |
||
1041 | "symfony/locale": "self.version", |
||
1042 | "symfony/monolog-bridge": "self.version", |
||
1043 | "symfony/options-resolver": "self.version", |
||
1044 | "symfony/process": "self.version", |
||
1045 | "symfony/property-access": "self.version", |
||
1046 | "symfony/property-info": "self.version", |
||
1047 | "symfony/proxy-manager-bridge": "self.version", |
||
1048 | "symfony/routing": "self.version", |
||
1049 | "symfony/security": "self.version", |
||
1050 | "symfony/security-bundle": "self.version", |
||
1051 | "symfony/security-core": "self.version", |
||
1052 | "symfony/security-csrf": "self.version", |
||
1053 | "symfony/security-guard": "self.version", |
||
1054 | "symfony/security-http": "self.version", |
||
1055 | "symfony/serializer": "self.version", |
||
1056 | "symfony/stopwatch": "self.version", |
||
1057 | "symfony/swiftmailer-bridge": "self.version", |
||
1058 | "symfony/templating": "self.version", |
||
1059 | "symfony/translation": "self.version", |
||
1060 | "symfony/twig-bridge": "self.version", |
||
1061 | "symfony/twig-bundle": "self.version", |
||
1062 | "symfony/validator": "self.version", |
||
1063 | "symfony/var-dumper": "self.version", |
||
1064 | "symfony/web-profiler-bundle": "self.version", |
||
1065 | "symfony/yaml": "self.version" |
||
1066 | }, |
||
1067 | "require-dev": { |
||
1068 | "doctrine/data-fixtures": "1.0.*", |
||
1069 | "doctrine/dbal": "~2.4", |
||
1070 | "doctrine/doctrine-bundle": "~1.2", |
||
1071 | "doctrine/orm": "~2.4,>=2.4.5", |
||
1072 | "egulias/email-validator": "~1.2", |
||
1073 | "monolog/monolog": "~1.11", |
||
1074 | "ocramius/proxy-manager": "~0.4|~1.0", |
||
1075 | "phpdocumentor/reflection": "^1.0.7" |
||
1076 | }, |
||
1077 | "type": "library", |
||
1078 | "extra": { |
||
1079 | "branch-alias": { |
||
1080 | "dev-master": "2.8-dev" |
||
1081 | } |
||
1082 | }, |
||
1083 | "autoload": { |
||
1084 | "psr-4": { |
||
1085 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", |
||
1086 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", |
||
1087 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", |
||
1088 | "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/", |
||
1089 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", |
||
1090 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", |
||
1091 | "Symfony\\Component\\": "src/Symfony/Component/" |
||
1092 | }, |
||
1093 | "classmap": [ |
||
1094 | "src/Symfony/Component/Intl/Resources/stubs" |
||
1095 | ], |
||
1096 | "exclude-from-classmap": [ |
||
1097 | "**/Tests/" |
||
1098 | ] |
||
1099 | }, |
||
1100 | "notification-url": "https://packagist.org/downloads/", |
||
1101 | "license": [ |
||
1102 | "MIT" |
||
1103 | ], |
||
1104 | "authors": [ |
||
1105 | { |
||
1106 | "name": "Fabien Potencier", |
||
1107 | "email": "[email protected]" |
||
1108 | }, |
||
1109 | { |
||
1110 | "name": "Symfony Community", |
||
1111 | "homepage": "https://symfony.com/contributors" |
||
1112 | } |
||
1113 | ], |
||
1114 | "description": "The Symfony PHP framework", |
||
1115 | "homepage": "https://symfony.com", |
||
1116 | "keywords": [ |
||
1117 | "framework" |
||
1118 | ], |
||
1119 | "time": "2015-11-30 17:26:10" |
||
1120 | }, |
||
1121 | { |
||
1122 | "name": "twig/twig", |
||
1123 | "version": "v1.23.1", |
||
1124 | "source": { |
||
1125 | "type": "git", |
||
1126 | "url": "https://github.com/twigphp/Twig.git", |
||
1127 | "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6" |
||
1128 | }, |
||
1129 | "dist": { |
||
1130 | "type": "zip", |
||
1131 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6", |
||
1132 | "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6", |
||
1133 | "shasum": "" |
||
1134 | }, |
||
1135 | "require": { |
||
1136 | "php": ">=5.2.7" |
||
1137 | }, |
||
1138 | "require-dev": { |
||
1139 | "symfony/debug": "~2.7", |
||
1140 | "symfony/phpunit-bridge": "~2.7" |
||
1141 | }, |
||
1142 | "type": "library", |
||
1143 | "extra": { |
||
1144 | "branch-alias": { |
||
1145 | "dev-master": "1.23-dev" |
||
1146 | } |
||
1147 | }, |
||
1148 | "autoload": { |
||
1149 | "psr-0": { |
||
1150 | "Twig_": "lib/" |
||
1151 | } |
||
1152 | }, |
||
1153 | "notification-url": "https://packagist.org/downloads/", |
||
1154 | "license": [ |
||
1155 | "BSD-3-Clause" |
||
1156 | ], |
||
1157 | "authors": [ |
||
1158 | { |
||
1159 | "name": "Fabien Potencier", |
||
1160 | "email": "[email protected]", |
||
1161 | "homepage": "http://fabien.potencier.org", |
||
1162 | "role": "Lead Developer" |
||
1163 | }, |
||
1164 | { |
||
1165 | "name": "Armin Ronacher", |
||
1166 | "email": "[email protected]", |
||
1167 | "role": "Project Founder" |
||
1168 | }, |
||
1169 | { |
||
1170 | "name": "Twig Team", |
||
1171 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
1172 | "role": "Contributors" |
||
1173 | } |
||
1174 | ], |
||
1175 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
1176 | "homepage": "http://twig.sensiolabs.org", |
||
1177 | "keywords": [ |
||
1178 | "templating" |
||
1179 | ], |
||
1180 | "time": "2015-11-05 12:49:06" |
||
1181 | } |
||
1182 | ], |
||
1183 | "packages-dev": [ |
||
1184 | { |
||
1185 | "name": "phpunit/php-code-coverage", |
||
1186 | "version": "1.2.18", |
||
1187 | "source": { |
||
1188 | "type": "git", |
||
1189 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
1190 | "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b" |
||
1191 | }, |
||
1192 | "dist": { |
||
1193 | "type": "zip", |
||
1194 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", |
||
1195 | "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", |
||
1196 | "shasum": "" |
||
1197 | }, |
||
1198 | "require": { |
||
1199 | "php": ">=5.3.3", |
||
1200 | "phpunit/php-file-iterator": ">=1.3.0@stable", |
||
1201 | "phpunit/php-text-template": ">=1.2.0@stable", |
||
1202 | "phpunit/php-token-stream": ">=1.1.3,<1.3.0" |
||
1203 | }, |
||
1204 | "require-dev": { |
||
1205 | "phpunit/phpunit": "3.7.*@dev" |
||
1206 | }, |
||
1207 | "suggest": { |
||
1208 | "ext-dom": "*", |
||
1209 | "ext-xdebug": ">=2.0.5" |
||
1210 | }, |
||
1211 | "type": "library", |
||
1212 | "extra": { |
||
1213 | "branch-alias": { |
||
1214 | "dev-master": "1.2.x-dev" |
||
1215 | } |
||
1216 | }, |
||
1217 | "autoload": { |
||
1218 | "classmap": [ |
||
1219 | "PHP/" |
||
1220 | ] |
||
1221 | }, |
||
1222 | "notification-url": "https://packagist.org/downloads/", |
||
1223 | "include-path": [ |
||
1224 | "" |
||
1225 | ], |
||
1226 | "license": [ |
||
1227 | "BSD-3-Clause" |
||
1228 | ], |
||
1229 | "authors": [ |
||
1230 | { |
||
1231 | "name": "Sebastian Bergmann", |
||
1232 | "email": "[email protected]", |
||
1233 | "role": "lead" |
||
1234 | } |
||
1235 | ], |
||
1236 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
1237 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
1238 | "keywords": [ |
||
1239 | "coverage", |
||
1240 | "testing", |
||
1241 | "xunit" |
||
1242 | ], |
||
1243 | "time": "2014-09-02 10:13:14" |
||
1244 | }, |
||
1245 | { |
||
1246 | "name": "phpunit/php-file-iterator", |
||
1247 | "version": "1.4.1", |
||
1248 | "source": { |
||
1249 | "type": "git", |
||
1250 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
1251 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
1252 | }, |
||
1253 | "dist": { |
||
1254 | "type": "zip", |
||
1255 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
1256 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
1257 | "shasum": "" |
||
1258 | }, |
||
1259 | "require": { |
||
1260 | "php": ">=5.3.3" |
||
1261 | }, |
||
1262 | "type": "library", |
||
1263 | "extra": { |
||
1264 | "branch-alias": { |
||
1265 | "dev-master": "1.4.x-dev" |
||
1266 | } |
||
1267 | }, |
||
1268 | "autoload": { |
||
1269 | "classmap": [ |
||
1270 | "src/" |
||
1271 | ] |
||
1272 | }, |
||
1273 | "notification-url": "https://packagist.org/downloads/", |
||
1274 | "license": [ |
||
1275 | "BSD-3-Clause" |
||
1276 | ], |
||
1277 | "authors": [ |
||
1278 | { |
||
1279 | "name": "Sebastian Bergmann", |
||
1280 | "email": "[email protected]", |
||
1281 | "role": "lead" |
||
1282 | } |
||
1283 | ], |
||
1284 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
1285 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
1286 | "keywords": [ |
||
1287 | "filesystem", |
||
1288 | "iterator" |
||
1289 | ], |
||
1290 | "time": "2015-06-21 13:08:43" |
||
1291 | }, |
||
1292 | { |
||
1293 | "name": "phpunit/php-text-template", |
||
1294 | "version": "1.2.1", |
||
1295 | "source": { |
||
1296 | "type": "git", |
||
1297 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
1298 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
1299 | }, |
||
1300 | "dist": { |
||
1301 | "type": "zip", |
||
1302 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1303 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
1304 | "shasum": "" |
||
1305 | }, |
||
1306 | "require": { |
||
1307 | "php": ">=5.3.3" |
||
1308 | }, |
||
1309 | "type": "library", |
||
1310 | "autoload": { |
||
1311 | "classmap": [ |
||
1312 | "src/" |
||
1313 | ] |
||
1314 | }, |
||
1315 | "notification-url": "https://packagist.org/downloads/", |
||
1316 | "license": [ |
||
1317 | "BSD-3-Clause" |
||
1318 | ], |
||
1319 | "authors": [ |
||
1320 | { |
||
1321 | "name": "Sebastian Bergmann", |
||
1322 | "email": "[email protected]", |
||
1323 | "role": "lead" |
||
1324 | } |
||
1325 | ], |
||
1326 | "description": "Simple template engine.", |
||
1327 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
1328 | "keywords": [ |
||
1329 | "template" |
||
1330 | ], |
||
1331 | "time": "2015-06-21 13:50:34" |
||
1332 | }, |
||
1333 | { |
||
1334 | "name": "phpunit/php-timer", |
||
1335 | "version": "1.0.7", |
||
1336 | "source": { |
||
1337 | "type": "git", |
||
1338 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
1339 | "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" |
||
1340 | }, |
||
1341 | "dist": { |
||
1342 | "type": "zip", |
||
1343 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", |
||
1344 | "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", |
||
1345 | "shasum": "" |
||
1346 | }, |
||
1347 | "require": { |
||
1348 | "php": ">=5.3.3" |
||
1349 | }, |
||
1350 | "type": "library", |
||
1351 | "autoload": { |
||
1352 | "classmap": [ |
||
1353 | "src/" |
||
1354 | ] |
||
1355 | }, |
||
1356 | "notification-url": "https://packagist.org/downloads/", |
||
1357 | "license": [ |
||
1358 | "BSD-3-Clause" |
||
1359 | ], |
||
1360 | "authors": [ |
||
1361 | { |
||
1362 | "name": "Sebastian Bergmann", |
||
1363 | "email": "[email protected]", |
||
1364 | "role": "lead" |
||
1365 | } |
||
1366 | ], |
||
1367 | "description": "Utility class for timing", |
||
1368 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
1369 | "keywords": [ |
||
1370 | "timer" |
||
1371 | ], |
||
1372 | "time": "2015-06-21 08:01:12" |
||
1373 | }, |
||
1374 | { |
||
1375 | "name": "phpunit/php-token-stream", |
||
1376 | "version": "1.2.2", |
||
1377 | "source": { |
||
1378 | "type": "git", |
||
1379 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
1380 | "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32" |
||
1381 | }, |
||
1382 | "dist": { |
||
1383 | "type": "zip", |
||
1384 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32", |
||
1385 | "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32", |
||
1386 | "shasum": "" |
||
1387 | }, |
||
1388 | "require": { |
||
1389 | "ext-tokenizer": "*", |
||
1390 | "php": ">=5.3.3" |
||
1391 | }, |
||
1392 | "type": "library", |
||
1393 | "extra": { |
||
1394 | "branch-alias": { |
||
1395 | "dev-master": "1.2-dev" |
||
1396 | } |
||
1397 | }, |
||
1398 | "autoload": { |
||
1399 | "classmap": [ |
||
1400 | "PHP/" |
||
1401 | ] |
||
1402 | }, |
||
1403 | "notification-url": "https://packagist.org/downloads/", |
||
1404 | "include-path": [ |
||
1405 | "" |
||
1406 | ], |
||
1407 | "license": [ |
||
1408 | "BSD-3-Clause" |
||
1409 | ], |
||
1410 | "authors": [ |
||
1411 | { |
||
1412 | "name": "Sebastian Bergmann", |
||
1413 | "email": "[email protected]", |
||
1414 | "role": "lead" |
||
1415 | } |
||
1416 | ], |
||
1417 | "description": "Wrapper around PHP's tokenizer extension.", |
||
1418 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
1419 | "keywords": [ |
||
1420 | "tokenizer" |
||
1421 | ], |
||
1422 | "time": "2014-03-03 05:10:30" |
||
1423 | }, |
||
1424 | { |
||
1425 | "name": "phpunit/phpunit", |
||
1426 | "version": "3.7.38", |
||
1427 | "source": { |
||
1428 | "type": "git", |
||
1429 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
1430 | "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6" |
||
1431 | }, |
||
1432 | "dist": { |
||
1433 | "type": "zip", |
||
1434 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6", |
||
1435 | "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6", |
||
1436 | "shasum": "" |
||
1437 | }, |
||
1438 | "require": { |
||
1439 | "ext-ctype": "*", |
||
1440 | "ext-dom": "*", |
||
1441 | "ext-json": "*", |
||
1442 | "ext-pcre": "*", |
||
1443 | "ext-reflection": "*", |
||
1444 | "ext-spl": "*", |
||
1445 | "php": ">=5.3.3", |
||
1446 | "phpunit/php-code-coverage": "~1.2", |
||
1447 | "phpunit/php-file-iterator": "~1.3", |
||
1448 | "phpunit/php-text-template": "~1.1", |
||
1449 | "phpunit/php-timer": "~1.0", |
||
1450 | "phpunit/phpunit-mock-objects": "~1.2", |
||
1451 | "symfony/yaml": "~2.0" |
||
1452 | }, |
||
1453 | "require-dev": { |
||
1454 | "pear-pear.php.net/pear": "1.9.4" |
||
1455 | }, |
||
1456 | "suggest": { |
||
1457 | "phpunit/php-invoker": "~1.1" |
||
1458 | }, |
||
1459 | "bin": [ |
||
1460 | "composer/bin/phpunit" |
||
1461 | ], |
||
1462 | "type": "library", |
||
1463 | "extra": { |
||
1464 | "branch-alias": { |
||
1465 | "dev-master": "3.7.x-dev" |
||
1466 | } |
||
1467 | }, |
||
1468 | "autoload": { |
||
1469 | "classmap": [ |
||
1470 | "PHPUnit/" |
||
1471 | ] |
||
1472 | }, |
||
1473 | "notification-url": "https://packagist.org/downloads/", |
||
1474 | "include-path": [ |
||
1475 | "", |
||
1476 | "../../symfony/yaml/" |
||
1477 | ], |
||
1478 | "license": [ |
||
1479 | "BSD-3-Clause" |
||
1480 | ], |
||
1481 | "authors": [ |
||
1482 | { |
||
1483 | "name": "Sebastian Bergmann", |
||
1484 | "email": "[email protected]", |
||
1485 | "role": "lead" |
||
1486 | } |
||
1487 | ], |
||
1488 | "description": "The PHP Unit Testing framework.", |
||
1489 | "homepage": "http://www.phpunit.de/", |
||
1490 | "keywords": [ |
||
1491 | "phpunit", |
||
1492 | "testing", |
||
1493 | "xunit" |
||
1494 | ], |
||
1495 | "time": "2014-10-17 09:04:17" |
||
1496 | }, |
||
1497 | { |
||
1498 | "name": "phpunit/phpunit-mock-objects", |
||
1499 | "version": "1.2.3", |
||
1500 | "source": { |
||
1501 | "type": "git", |
||
1502 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
1503 | "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875" |
||
1504 | }, |
||
1505 | "dist": { |
||
1506 | "type": "zip", |
||
1507 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875", |
||
1508 | "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875", |
||
1509 | "shasum": "" |
||
1510 | }, |
||
1511 | "require": { |
||
1512 | "php": ">=5.3.3", |
||
1513 | "phpunit/php-text-template": ">=1.1.1@stable" |
||
1514 | }, |
||
1515 | "suggest": { |
||
1516 | "ext-soap": "*" |
||
1517 | }, |
||
1518 | "type": "library", |
||
1519 | "autoload": { |
||
1520 | "classmap": [ |
||
1521 | "PHPUnit/" |
||
1522 | ] |
||
1523 | }, |
||
1524 | "notification-url": "https://packagist.org/downloads/", |
||
1525 | "include-path": [ |
||
1526 | "" |
||
1527 | ], |
||
1528 | "license": [ |
||
1529 | "BSD-3-Clause" |
||
1530 | ], |
||
1531 | "authors": [ |
||
1532 | { |
||
1533 | "name": "Sebastian Bergmann", |
||
1534 | "email": "[email protected]", |
||
1535 | "role": "lead" |
||
1536 | } |
||
1537 | ], |
||
1538 | "description": "Mock Object library for PHPUnit", |
||
1539 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
1540 | "keywords": [ |
||
1541 | "mock", |
||
1542 | "xunit" |
||
1543 | ], |
||
1544 | "time": "2013-01-13 10:24:48" |
||
1545 | } |
||
1546 | ], |
||
1547 | "aliases": [], |
||
1548 | "minimum-stability": "stable", |
||
1549 | "stability-flags": [], |
||
1550 | "prefer-stable": false, |
||
1551 | "prefer-lowest": false, |
||
1552 | "platform": { |
||
1553 | "php": ">=5.5" |
||
1554 | }, |
||
1555 | "platform-dev": [] |
||
1556 | } |
||
1557 |