This project does not seem to handle request data directly as such no vulnerable execution paths were found.
include
, or for example
via PHP's auto-loading mechanism.
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": "c1f3d98063732b04868ba89138c76084", |
||
8 | "content-hash": "930a015bdda83f41c907b5cb64b85d72", |
||
9 | "packages": [ |
||
10 | { |
||
11 | "name": "classpreloader/classpreloader", |
||
12 | "version": "1.4.x-dev", |
||
13 | "source": { |
||
14 | "type": "git", |
||
15 | "url": "https://github.com/ClassPreloader/ClassPreloader.git", |
||
16 | "reference": "b76f3f4f603ebbe7e64351a7ef973431ddaf7b27" |
||
17 | }, |
||
18 | "dist": { |
||
19 | "type": "zip", |
||
20 | "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/b76f3f4f603ebbe7e64351a7ef973431ddaf7b27", |
||
21 | "reference": "b76f3f4f603ebbe7e64351a7ef973431ddaf7b27", |
||
22 | "shasum": "" |
||
23 | }, |
||
24 | "require": { |
||
25 | "nikic/php-parser": "~1.3", |
||
26 | "php": ">=5.3.3", |
||
27 | "symfony/console": "~2.1", |
||
28 | "symfony/filesystem": "~2.1", |
||
29 | "symfony/finder": "~2.1" |
||
30 | }, |
||
31 | "require-dev": { |
||
32 | "phpunit/phpunit": "~4.0" |
||
33 | }, |
||
34 | "bin": [ |
||
35 | "classpreloader.php" |
||
36 | ], |
||
37 | "type": "library", |
||
38 | "extra": { |
||
39 | "branch-alias": { |
||
40 | "dev-master": "1.4-dev" |
||
41 | } |
||
42 | }, |
||
43 | "autoload": { |
||
44 | "psr-4": { |
||
45 | "ClassPreloader\\": "src/" |
||
46 | } |
||
47 | }, |
||
48 | "notification-url": "https://packagist.org/downloads/", |
||
49 | "license": [ |
||
50 | "MIT" |
||
51 | ], |
||
52 | "authors": [ |
||
53 | { |
||
54 | "name": "Michael Dowling", |
||
55 | "email": "[email protected]" |
||
56 | }, |
||
57 | { |
||
58 | "name": "Graham Campbell", |
||
59 | "email": "[email protected]" |
||
60 | } |
||
61 | ], |
||
62 | "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case", |
||
63 | "keywords": [ |
||
64 | "autoload", |
||
65 | "class", |
||
66 | "preload" |
||
67 | ], |
||
68 | "time": "2015-05-26 10:57:51" |
||
69 | }, |
||
70 | { |
||
71 | "name": "danielstjules/stringy", |
||
72 | "version": "1.x-dev", |
||
73 | "source": { |
||
74 | "type": "git", |
||
75 | "url": "https://github.com/danielstjules/Stringy.git", |
||
76 | "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b" |
||
77 | }, |
||
78 | "dist": { |
||
79 | "type": "zip", |
||
80 | "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/4749c205db47ee5b32e8d1adf6d9aff8db6caf3b", |
||
81 | "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b", |
||
82 | "shasum": "" |
||
83 | }, |
||
84 | "require": { |
||
85 | "ext-mbstring": "*", |
||
86 | "php": ">=5.3.0" |
||
87 | }, |
||
88 | "require-dev": { |
||
89 | "phpunit/phpunit": "~4.0" |
||
90 | }, |
||
91 | "type": "library", |
||
92 | "autoload": { |
||
93 | "psr-4": { |
||
94 | "Stringy\\": "src/" |
||
95 | }, |
||
96 | "files": [ |
||
97 | "src/Create.php" |
||
98 | ] |
||
99 | }, |
||
100 | "notification-url": "https://packagist.org/downloads/", |
||
101 | "license": [ |
||
102 | "MIT" |
||
103 | ], |
||
104 | "authors": [ |
||
105 | { |
||
106 | "name": "Daniel St. Jules", |
||
107 | "email": "[email protected]", |
||
108 | "homepage": "http://www.danielstjules.com" |
||
109 | } |
||
110 | ], |
||
111 | "description": "A string manipulation library with multibyte support", |
||
112 | "homepage": "https://github.com/danielstjules/Stringy", |
||
113 | "keywords": [ |
||
114 | "UTF", |
||
115 | "helpers", |
||
116 | "manipulation", |
||
117 | "methods", |
||
118 | "multibyte", |
||
119 | "string", |
||
120 | "utf-8", |
||
121 | "utility", |
||
122 | "utils" |
||
123 | ], |
||
124 | "time": "2015-07-23 00:54:12" |
||
125 | }, |
||
126 | { |
||
127 | "name": "dnoegel/php-xdg-base-dir", |
||
128 | "version": "0.1", |
||
129 | "source": { |
||
130 | "type": "git", |
||
131 | "url": "https://github.com/dnoegel/php-xdg-base-dir.git", |
||
132 | "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" |
||
133 | }, |
||
134 | "dist": { |
||
135 | "type": "zip", |
||
136 | "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", |
||
137 | "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", |
||
138 | "shasum": "" |
||
139 | }, |
||
140 | "require": { |
||
141 | "php": ">=5.3.2" |
||
142 | }, |
||
143 | "require-dev": { |
||
144 | "phpunit/phpunit": "@stable" |
||
145 | }, |
||
146 | "type": "project", |
||
147 | "autoload": { |
||
148 | "psr-4": { |
||
149 | "XdgBaseDir\\": "src/" |
||
150 | } |
||
151 | }, |
||
152 | "notification-url": "https://packagist.org/downloads/", |
||
153 | "license": [ |
||
154 | "MIT" |
||
155 | ], |
||
156 | "description": "implementation of xdg base directory specification for php", |
||
157 | "time": "2014-10-24 07:27:01" |
||
158 | }, |
||
159 | { |
||
160 | "name": "doctrine/inflector", |
||
161 | "version": "dev-master", |
||
162 | "source": { |
||
163 | "type": "git", |
||
164 | "url": "https://github.com/doctrine/inflector.git", |
||
165 | "reference": "803a2ed9fea02f9ca47cd45395089fe78769a392" |
||
166 | }, |
||
167 | "dist": { |
||
168 | "type": "zip", |
||
169 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/803a2ed9fea02f9ca47cd45395089fe78769a392", |
||
170 | "reference": "803a2ed9fea02f9ca47cd45395089fe78769a392", |
||
171 | "shasum": "" |
||
172 | }, |
||
173 | "require": { |
||
174 | "php": ">=5.3.2" |
||
175 | }, |
||
176 | "require-dev": { |
||
177 | "phpunit/phpunit": "4.*" |
||
178 | }, |
||
179 | "type": "library", |
||
180 | "extra": { |
||
181 | "branch-alias": { |
||
182 | "dev-master": "1.1.x-dev" |
||
183 | } |
||
184 | }, |
||
185 | "autoload": { |
||
186 | "psr-0": { |
||
187 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
188 | } |
||
189 | }, |
||
190 | "notification-url": "https://packagist.org/downloads/", |
||
191 | "license": [ |
||
192 | "MIT" |
||
193 | ], |
||
194 | "authors": [ |
||
195 | { |
||
196 | "name": "Roman Borschel", |
||
197 | "email": "[email protected]" |
||
198 | }, |
||
199 | { |
||
200 | "name": "Benjamin Eberlei", |
||
201 | "email": "[email protected]" |
||
202 | }, |
||
203 | { |
||
204 | "name": "Guilherme Blanco", |
||
205 | "email": "[email protected]" |
||
206 | }, |
||
207 | { |
||
208 | "name": "Jonathan Wage", |
||
209 | "email": "[email protected]" |
||
210 | }, |
||
211 | { |
||
212 | "name": "Johannes Schmitt", |
||
213 | "email": "[email protected]" |
||
214 | } |
||
215 | ], |
||
216 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
217 | "homepage": "http://www.doctrine-project.org", |
||
218 | "keywords": [ |
||
219 | "inflection", |
||
220 | "pluralize", |
||
221 | "singularize", |
||
222 | "string" |
||
223 | ], |
||
224 | "time": "2016-05-12 17:23:41" |
||
225 | }, |
||
226 | { |
||
227 | "name": "ircmaxell/password-compat", |
||
228 | "version": "1.0.x-dev", |
||
229 | "source": { |
||
230 | "type": "git", |
||
231 | "url": "https://github.com/ircmaxell/password_compat.git", |
||
232 | "reference": "9b99377557a33a4129c9194e60a97a685fab21e0" |
||
233 | }, |
||
234 | "dist": { |
||
235 | "type": "zip", |
||
236 | "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/9b99377557a33a4129c9194e60a97a685fab21e0", |
||
237 | "reference": "9b99377557a33a4129c9194e60a97a685fab21e0", |
||
238 | "shasum": "" |
||
239 | }, |
||
240 | "require-dev": { |
||
241 | "phpunit/phpunit": "4.*" |
||
242 | }, |
||
243 | "type": "library", |
||
244 | "autoload": { |
||
245 | "files": [ |
||
246 | "lib/password.php" |
||
247 | ] |
||
248 | }, |
||
249 | "notification-url": "https://packagist.org/downloads/", |
||
250 | "license": [ |
||
251 | "MIT" |
||
252 | ], |
||
253 | "authors": [ |
||
254 | { |
||
255 | "name": "Anthony Ferrara", |
||
256 | "email": "[email protected]", |
||
257 | "homepage": "http://blog.ircmaxell.com" |
||
258 | } |
||
259 | ], |
||
260 | "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", |
||
261 | "homepage": "https://github.com/ircmaxell/password_compat", |
||
262 | "keywords": [ |
||
263 | "hashing", |
||
264 | "password" |
||
265 | ], |
||
266 | "time": "2014-11-20 19:18:42" |
||
267 | }, |
||
268 | { |
||
269 | "name": "jakub-onderka/php-console-color", |
||
270 | "version": "0.1", |
||
271 | "source": { |
||
272 | "type": "git", |
||
273 | "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", |
||
274 | "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1" |
||
275 | }, |
||
276 | "dist": { |
||
277 | "type": "zip", |
||
278 | "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1", |
||
279 | "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1", |
||
280 | "shasum": "" |
||
281 | }, |
||
282 | "require": { |
||
283 | "php": ">=5.3.2" |
||
284 | }, |
||
285 | "require-dev": { |
||
286 | "jakub-onderka/php-code-style": "1.0", |
||
287 | "jakub-onderka/php-parallel-lint": "0.*", |
||
288 | "jakub-onderka/php-var-dump-check": "0.*", |
||
289 | "phpunit/phpunit": "3.7.*", |
||
290 | "squizlabs/php_codesniffer": "1.*" |
||
291 | }, |
||
292 | "type": "library", |
||
293 | "autoload": { |
||
294 | "psr-0": { |
||
295 | "JakubOnderka\\PhpConsoleColor": "src/" |
||
296 | } |
||
297 | }, |
||
298 | "notification-url": "https://packagist.org/downloads/", |
||
299 | "license": [ |
||
300 | "BSD-2-Clause" |
||
301 | ], |
||
302 | "authors": [ |
||
303 | { |
||
304 | "name": "Jakub Onderka", |
||
305 | "email": "[email protected]", |
||
306 | "homepage": "http://www.acci.cz" |
||
307 | } |
||
308 | ], |
||
309 | "time": "2014-04-08 15:00:19" |
||
310 | }, |
||
311 | { |
||
312 | "name": "jakub-onderka/php-console-highlighter", |
||
313 | "version": "v0.3.2", |
||
314 | "source": { |
||
315 | "type": "git", |
||
316 | "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", |
||
317 | "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5" |
||
318 | }, |
||
319 | "dist": { |
||
320 | "type": "zip", |
||
321 | "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
||
322 | "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
||
323 | "shasum": "" |
||
324 | }, |
||
325 | "require": { |
||
326 | "jakub-onderka/php-console-color": "~0.1", |
||
327 | "php": ">=5.3.0" |
||
328 | }, |
||
329 | "require-dev": { |
||
330 | "jakub-onderka/php-code-style": "~1.0", |
||
331 | "jakub-onderka/php-parallel-lint": "~0.5", |
||
332 | "jakub-onderka/php-var-dump-check": "~0.1", |
||
333 | "phpunit/phpunit": "~4.0", |
||
334 | "squizlabs/php_codesniffer": "~1.5" |
||
335 | }, |
||
336 | "type": "library", |
||
337 | "autoload": { |
||
338 | "psr-0": { |
||
339 | "JakubOnderka\\PhpConsoleHighlighter": "src/" |
||
340 | } |
||
341 | }, |
||
342 | "notification-url": "https://packagist.org/downloads/", |
||
343 | "license": [ |
||
344 | "MIT" |
||
345 | ], |
||
346 | "authors": [ |
||
347 | { |
||
348 | "name": "Jakub Onderka", |
||
349 | "email": "[email protected]", |
||
350 | "homepage": "http://www.acci.cz/" |
||
351 | } |
||
352 | ], |
||
353 | "time": "2015-04-20 18:58:01" |
||
354 | }, |
||
355 | { |
||
356 | "name": "jeremeamia/SuperClosure", |
||
357 | "version": "dev-master", |
||
358 | "source": { |
||
359 | "type": "git", |
||
360 | "url": "https://github.com/jeremeamia/super_closure.git", |
||
361 | "reference": "6fe8ad066d3b2b01ad71d2130ebd38ccaabd549f" |
||
362 | }, |
||
363 | "dist": { |
||
364 | "type": "zip", |
||
365 | "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/6fe8ad066d3b2b01ad71d2130ebd38ccaabd549f", |
||
366 | "reference": "6fe8ad066d3b2b01ad71d2130ebd38ccaabd549f", |
||
367 | "shasum": "" |
||
368 | }, |
||
369 | "require": { |
||
370 | "nikic/php-parser": "^1.2|^2.0", |
||
371 | "php": ">=5.4", |
||
372 | "symfony/polyfill-php56": "^1.0" |
||
373 | }, |
||
374 | "require-dev": { |
||
375 | "phpunit/phpunit": "^4.0|^5.0" |
||
376 | }, |
||
377 | "type": "library", |
||
378 | "extra": { |
||
379 | "branch-alias": { |
||
380 | "dev-master": "2.2-dev" |
||
381 | } |
||
382 | }, |
||
383 | "autoload": { |
||
384 | "psr-4": { |
||
385 | "SuperClosure\\": "src/" |
||
386 | } |
||
387 | }, |
||
388 | "notification-url": "https://packagist.org/downloads/", |
||
389 | "license": [ |
||
390 | "MIT" |
||
391 | ], |
||
392 | "authors": [ |
||
393 | { |
||
394 | "name": "Jeremy Lindblom", |
||
395 | "email": "[email protected]", |
||
396 | "homepage": "https://github.com/jeremeamia", |
||
397 | "role": "Developer" |
||
398 | } |
||
399 | ], |
||
400 | "description": "Serialize Closure objects, including their context and binding", |
||
401 | "homepage": "https://github.com/jeremeamia/super_closure", |
||
402 | "keywords": [ |
||
403 | "closure", |
||
404 | "function", |
||
405 | "lambda", |
||
406 | "parser", |
||
407 | "serializable", |
||
408 | "serialize", |
||
409 | "tokenizer" |
||
410 | ], |
||
411 | "time": "2016-02-29 04:36:50" |
||
412 | }, |
||
413 | { |
||
414 | "name": "laravel/framework", |
||
0 ignored issues
–
show
Security
introduced
by
![]() |
|||
415 | "version": "5.0.x-dev", |
||
416 | "source": { |
||
417 | "type": "git", |
||
418 | "url": "https://github.com/laravel/framework.git", |
||
419 | "reference": "262b813fc88810071f8282722a89eb5199cb398a" |
||
420 | }, |
||
421 | "dist": { |
||
422 | "type": "zip", |
||
423 | "url": "https://api.github.com/repos/laravel/framework/zipball/262b813fc88810071f8282722a89eb5199cb398a", |
||
424 | "reference": "262b813fc88810071f8282722a89eb5199cb398a", |
||
425 | "shasum": "" |
||
426 | }, |
||
427 | "require": { |
||
428 | "classpreloader/classpreloader": "~1.2", |
||
429 | "danielstjules/stringy": "~1.8", |
||
430 | "doctrine/inflector": "~1.0", |
||
431 | "ext-mbstring": "*", |
||
432 | "ext-mcrypt": "*", |
||
433 | "ext-openssl": "*", |
||
434 | "ircmaxell/password-compat": "~1.0", |
||
435 | "jeremeamia/superclosure": "~2.0", |
||
436 | "league/flysystem": "~1.0", |
||
437 | "monolog/monolog": "~1.11", |
||
438 | "mtdowling/cron-expression": "~1.0", |
||
439 | "nesbot/carbon": "~1.0", |
||
440 | "php": ">=5.4.0", |
||
441 | "psy/psysh": "0.4.*", |
||
442 | "swiftmailer/swiftmailer": "~5.1", |
||
443 | "symfony/console": "2.6.*", |
||
444 | "symfony/debug": "2.6.*", |
||
445 | "symfony/finder": "2.6.*", |
||
446 | "symfony/http-foundation": "2.6.*", |
||
447 | "symfony/http-kernel": "2.6.*", |
||
448 | "symfony/process": "2.6.*", |
||
449 | "symfony/routing": "2.6.*", |
||
450 | "symfony/security-core": "2.6.*", |
||
451 | "symfony/translation": "2.6.*", |
||
452 | "symfony/var-dumper": "2.6.*", |
||
453 | "vlucas/phpdotenv": "~1.0" |
||
454 | }, |
||
455 | "replace": { |
||
456 | "illuminate/auth": "self.version", |
||
457 | "illuminate/bus": "self.version", |
||
458 | "illuminate/cache": "self.version", |
||
459 | "illuminate/config": "self.version", |
||
460 | "illuminate/console": "self.version", |
||
461 | "illuminate/container": "self.version", |
||
462 | "illuminate/contracts": "self.version", |
||
463 | "illuminate/cookie": "self.version", |
||
464 | "illuminate/database": "self.version", |
||
465 | "illuminate/encryption": "self.version", |
||
466 | "illuminate/events": "self.version", |
||
467 | "illuminate/exception": "self.version", |
||
468 | "illuminate/filesystem": "self.version", |
||
469 | "illuminate/foundation": "self.version", |
||
470 | "illuminate/hashing": "self.version", |
||
471 | "illuminate/http": "self.version", |
||
472 | "illuminate/log": "self.version", |
||
473 | "illuminate/mail": "self.version", |
||
474 | "illuminate/pagination": "self.version", |
||
475 | "illuminate/pipeline": "self.version", |
||
476 | "illuminate/queue": "self.version", |
||
477 | "illuminate/redis": "self.version", |
||
478 | "illuminate/routing": "self.version", |
||
479 | "illuminate/session": "self.version", |
||
480 | "illuminate/support": "self.version", |
||
481 | "illuminate/translation": "self.version", |
||
482 | "illuminate/validation": "self.version", |
||
483 | "illuminate/view": "self.version" |
||
484 | }, |
||
485 | "require-dev": { |
||
486 | "aws/aws-sdk-php": "~2.4", |
||
487 | "iron-io/iron_mq": "~1.5", |
||
488 | "mockery/mockery": "~0.9", |
||
489 | "pda/pheanstalk": "~3.0", |
||
490 | "phpunit/phpunit": "~4.0", |
||
491 | "predis/predis": "~1.0" |
||
492 | }, |
||
493 | "suggest": { |
||
494 | "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~2.4).", |
||
495 | "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).", |
||
496 | "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (~5.0).", |
||
497 | "iron-io/iron_mq": "Required to use the iron queue driver (~1.5).", |
||
498 | "league/flysystem-aws-s3-v2": "Required to use the Flysystem S3 driver (~1.0).", |
||
499 | "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", |
||
500 | "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).", |
||
501 | "predis/predis": "Required to use the redis cache and queue drivers (~1.0)." |
||
502 | }, |
||
503 | "type": "library", |
||
504 | "extra": { |
||
505 | "branch-alias": { |
||
506 | "dev-master": "5.0-dev" |
||
507 | } |
||
508 | }, |
||
509 | "autoload": { |
||
510 | "classmap": [ |
||
511 | "src/Illuminate/Queue/IlluminateQueueClosure.php" |
||
512 | ], |
||
513 | "files": [ |
||
514 | "src/Illuminate/Foundation/helpers.php", |
||
515 | "src/Illuminate/Support/helpers.php" |
||
516 | ], |
||
517 | "psr-4": { |
||
518 | "Illuminate\\": "src/Illuminate/" |
||
519 | } |
||
520 | }, |
||
521 | "notification-url": "https://packagist.org/downloads/", |
||
522 | "license": [ |
||
523 | "MIT" |
||
524 | ], |
||
525 | "authors": [ |
||
526 | { |
||
527 | "name": "Taylor Otwell", |
||
528 | "email": "[email protected]" |
||
529 | } |
||
530 | ], |
||
531 | "description": "The Laravel Framework.", |
||
532 | "homepage": "http://laravel.com", |
||
533 | "keywords": [ |
||
534 | "framework", |
||
535 | "laravel" |
||
536 | ], |
||
537 | "time": "2016-03-18 14:24:24" |
||
538 | }, |
||
539 | { |
||
540 | "name": "league/flysystem", |
||
541 | "version": "dev-master", |
||
542 | "source": { |
||
543 | "type": "git", |
||
544 | "url": "https://github.com/thephpleague/flysystem.git", |
||
545 | "reference": "b75910a746d1f3ae4b347bd95e86553b4d2e81cc" |
||
546 | }, |
||
547 | "dist": { |
||
548 | "type": "zip", |
||
549 | "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/b75910a746d1f3ae4b347bd95e86553b4d2e81cc", |
||
550 | "reference": "b75910a746d1f3ae4b347bd95e86553b4d2e81cc", |
||
551 | "shasum": "" |
||
552 | }, |
||
553 | "require": { |
||
554 | "php": ">=5.4.0" |
||
555 | }, |
||
556 | "conflict": { |
||
557 | "league/flysystem-sftp": "<1.0.6" |
||
558 | }, |
||
559 | "require-dev": { |
||
560 | "ext-fileinfo": "*", |
||
561 | "mockery/mockery": "~0.9", |
||
562 | "phpspec/phpspec": "^2.2", |
||
563 | "phpunit/phpunit": "~4.8" |
||
564 | }, |
||
565 | "suggest": { |
||
566 | "ext-fileinfo": "Required for MimeType", |
||
567 | "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", |
||
568 | "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", |
||
569 | "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", |
||
570 | "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", |
||
571 | "league/flysystem-copy": "Allows you to use Copy.com storage", |
||
572 | "league/flysystem-dropbox": "Allows you to use Dropbox storage", |
||
573 | "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", |
||
574 | "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", |
||
575 | "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", |
||
576 | "league/flysystem-webdav": "Allows you to use WebDAV storage", |
||
577 | "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter" |
||
578 | }, |
||
579 | "type": "library", |
||
580 | "extra": { |
||
581 | "branch-alias": { |
||
582 | "dev-master": "1.1-dev" |
||
583 | } |
||
584 | }, |
||
585 | "autoload": { |
||
586 | "psr-4": { |
||
587 | "League\\Flysystem\\": "src/" |
||
588 | } |
||
589 | }, |
||
590 | "notification-url": "https://packagist.org/downloads/", |
||
591 | "license": [ |
||
592 | "MIT" |
||
593 | ], |
||
594 | "authors": [ |
||
595 | { |
||
596 | "name": "Frank de Jonge", |
||
597 | "email": "[email protected]" |
||
598 | } |
||
599 | ], |
||
600 | "description": "Filesystem abstraction: Many filesystems, one API.", |
||
601 | "keywords": [ |
||
602 | "Cloud Files", |
||
603 | "WebDAV", |
||
604 | "abstraction", |
||
605 | "aws", |
||
606 | "cloud", |
||
607 | "copy.com", |
||
608 | "dropbox", |
||
609 | "file systems", |
||
610 | "files", |
||
611 | "filesystem", |
||
612 | "filesystems", |
||
613 | "ftp", |
||
614 | "rackspace", |
||
615 | "remote", |
||
616 | "s3", |
||
617 | "sftp", |
||
618 | "storage" |
||
619 | ], |
||
620 | "time": "2016-06-09 08:23:13" |
||
621 | }, |
||
622 | { |
||
623 | "name": "monolog/monolog", |
||
624 | "version": "1.x-dev", |
||
625 | "source": { |
||
626 | "type": "git", |
||
627 | "url": "https://github.com/Seldaek/monolog.git", |
||
628 | "reference": "33df7889304575a7912935ada1beab36fa85a5d9" |
||
629 | }, |
||
630 | "dist": { |
||
631 | "type": "zip", |
||
632 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/33df7889304575a7912935ada1beab36fa85a5d9", |
||
633 | "reference": "33df7889304575a7912935ada1beab36fa85a5d9", |
||
634 | "shasum": "" |
||
635 | }, |
||
636 | "require": { |
||
637 | "php": ">=5.3.0", |
||
638 | "psr/log": "~1.0" |
||
639 | }, |
||
640 | "provide": { |
||
641 | "psr/log-implementation": "1.0.0" |
||
642 | }, |
||
643 | "require-dev": { |
||
644 | "aws/aws-sdk-php": "^2.4.9", |
||
645 | "doctrine/couchdb": "~1.0@dev", |
||
646 | "graylog2/gelf-php": "~1.0", |
||
647 | "jakub-onderka/php-parallel-lint": "0.9", |
||
648 | "php-amqplib/php-amqplib": "~2.4", |
||
649 | "php-console/php-console": "^3.1.3", |
||
650 | "phpunit/phpunit": "~4.5", |
||
651 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
652 | "ruflin/elastica": ">=0.90 <3.0", |
||
653 | "sentry/sentry": "^0.13", |
||
654 | "swiftmailer/swiftmailer": "~5.3" |
||
655 | }, |
||
656 | "suggest": { |
||
657 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
658 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
659 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
660 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
661 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
662 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
663 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
664 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
665 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
666 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
667 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
668 | }, |
||
669 | "type": "library", |
||
670 | "extra": { |
||
671 | "branch-alias": { |
||
672 | "dev-master": "2.0.x-dev" |
||
673 | } |
||
674 | }, |
||
675 | "autoload": { |
||
676 | "psr-4": { |
||
677 | "Monolog\\": "src/Monolog" |
||
678 | } |
||
679 | }, |
||
680 | "notification-url": "https://packagist.org/downloads/", |
||
681 | "license": [ |
||
682 | "MIT" |
||
683 | ], |
||
684 | "authors": [ |
||
685 | { |
||
686 | "name": "Jordi Boggiano", |
||
687 | "email": "[email protected]", |
||
688 | "homepage": "http://seld.be" |
||
689 | } |
||
690 | ], |
||
691 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
692 | "homepage": "http://github.com/Seldaek/monolog", |
||
693 | "keywords": [ |
||
694 | "log", |
||
695 | "logging", |
||
696 | "psr-3" |
||
697 | ], |
||
698 | "time": "2016-06-11 15:09:14" |
||
699 | }, |
||
700 | { |
||
701 | "name": "mtdowling/cron-expression", |
||
702 | "version": "v1.1.0", |
||
703 | "source": { |
||
704 | "type": "git", |
||
705 | "url": "https://github.com/mtdowling/cron-expression.git", |
||
706 | "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5" |
||
707 | }, |
||
708 | "dist": { |
||
709 | "type": "zip", |
||
710 | "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5", |
||
711 | "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5", |
||
712 | "shasum": "" |
||
713 | }, |
||
714 | "require": { |
||
715 | "php": ">=5.3.2" |
||
716 | }, |
||
717 | "require-dev": { |
||
718 | "phpunit/phpunit": "~4.0|~5.0" |
||
719 | }, |
||
720 | "type": "library", |
||
721 | "autoload": { |
||
722 | "psr-0": { |
||
723 | "Cron": "src/" |
||
724 | } |
||
725 | }, |
||
726 | "notification-url": "https://packagist.org/downloads/", |
||
727 | "license": [ |
||
728 | "MIT" |
||
729 | ], |
||
730 | "authors": [ |
||
731 | { |
||
732 | "name": "Michael Dowling", |
||
733 | "email": "[email protected]", |
||
734 | "homepage": "https://github.com/mtdowling" |
||
735 | } |
||
736 | ], |
||
737 | "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", |
||
738 | "keywords": [ |
||
739 | "cron", |
||
740 | "schedule" |
||
741 | ], |
||
742 | "time": "2016-01-26 21:23:30" |
||
743 | }, |
||
744 | { |
||
745 | "name": "nesbot/carbon", |
||
746 | "version": "1.21.0", |
||
747 | "source": { |
||
748 | "type": "git", |
||
749 | "url": "https://github.com/briannesbitt/Carbon.git", |
||
750 | "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7" |
||
751 | }, |
||
752 | "dist": { |
||
753 | "type": "zip", |
||
754 | "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7", |
||
755 | "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7", |
||
756 | "shasum": "" |
||
757 | }, |
||
758 | "require": { |
||
759 | "php": ">=5.3.0", |
||
760 | "symfony/translation": "~2.6|~3.0" |
||
761 | }, |
||
762 | "require-dev": { |
||
763 | "phpunit/phpunit": "~4.0|~5.0" |
||
764 | }, |
||
765 | "type": "library", |
||
766 | "autoload": { |
||
767 | "psr-4": { |
||
768 | "Carbon\\": "src/Carbon/" |
||
769 | } |
||
770 | }, |
||
771 | "notification-url": "https://packagist.org/downloads/", |
||
772 | "license": [ |
||
773 | "MIT" |
||
774 | ], |
||
775 | "authors": [ |
||
776 | { |
||
777 | "name": "Brian Nesbitt", |
||
778 | "email": "[email protected]", |
||
779 | "homepage": "http://nesbot.com" |
||
780 | } |
||
781 | ], |
||
782 | "description": "A simple API extension for DateTime.", |
||
783 | "homepage": "http://carbon.nesbot.com", |
||
784 | "keywords": [ |
||
785 | "date", |
||
786 | "datetime", |
||
787 | "time" |
||
788 | ], |
||
789 | "time": "2015-11-04 20:07:17" |
||
790 | }, |
||
791 | { |
||
792 | "name": "nikic/php-parser", |
||
793 | "version": "1.x-dev", |
||
794 | "source": { |
||
795 | "type": "git", |
||
796 | "url": "https://github.com/nikic/PHP-Parser.git", |
||
797 | "reference": "c4bbc8e236a1f21b2b17cfbf3d46aa6ece69b9f7" |
||
798 | }, |
||
799 | "dist": { |
||
800 | "type": "zip", |
||
801 | "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c4bbc8e236a1f21b2b17cfbf3d46aa6ece69b9f7", |
||
802 | "reference": "c4bbc8e236a1f21b2b17cfbf3d46aa6ece69b9f7", |
||
803 | "shasum": "" |
||
804 | }, |
||
805 | "require": { |
||
806 | "ext-tokenizer": "*", |
||
807 | "php": ">=5.3" |
||
808 | }, |
||
809 | "type": "library", |
||
810 | "extra": { |
||
811 | "branch-alias": { |
||
812 | "dev-master": "1.4-dev" |
||
813 | } |
||
814 | }, |
||
815 | "autoload": { |
||
816 | "files": [ |
||
817 | "lib/bootstrap.php" |
||
818 | ] |
||
819 | }, |
||
820 | "notification-url": "https://packagist.org/downloads/", |
||
821 | "license": [ |
||
822 | "BSD-3-Clause" |
||
823 | ], |
||
824 | "authors": [ |
||
825 | { |
||
826 | "name": "Nikita Popov" |
||
827 | } |
||
828 | ], |
||
829 | "description": "A PHP parser written in PHP", |
||
830 | "keywords": [ |
||
831 | "parser", |
||
832 | "php" |
||
833 | ], |
||
834 | "time": "2016-01-15 21:03:42" |
||
835 | }, |
||
836 | { |
||
837 | "name": "paragonie/random_compat", |
||
838 | "version": "v1.x-dev", |
||
839 | "source": { |
||
840 | "type": "git", |
||
841 | "url": "https://github.com/paragonie/random_compat.git", |
||
842 | "reference": "1115ffa06bad72d01735d91f51eb022db556e205" |
||
843 | }, |
||
844 | "dist": { |
||
845 | "type": "zip", |
||
846 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/1115ffa06bad72d01735d91f51eb022db556e205", |
||
847 | "reference": "1115ffa06bad72d01735d91f51eb022db556e205", |
||
848 | "shasum": "" |
||
849 | }, |
||
850 | "require": { |
||
851 | "php": ">=5.2.0" |
||
852 | }, |
||
853 | "require-dev": { |
||
854 | "phpunit/phpunit": "4.*|5.*" |
||
855 | }, |
||
856 | "suggest": { |
||
857 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
858 | }, |
||
859 | "type": "library", |
||
860 | "autoload": { |
||
861 | "files": [ |
||
862 | "lib/random.php" |
||
863 | ] |
||
864 | }, |
||
865 | "notification-url": "https://packagist.org/downloads/", |
||
866 | "license": [ |
||
867 | "MIT" |
||
868 | ], |
||
869 | "authors": [ |
||
870 | { |
||
871 | "name": "Paragon Initiative Enterprises", |
||
872 | "email": "[email protected]", |
||
873 | "homepage": "https://paragonie.com" |
||
874 | } |
||
875 | ], |
||
876 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
877 | "keywords": [ |
||
878 | "csprng", |
||
879 | "pseudorandom", |
||
880 | "random" |
||
881 | ], |
||
882 | "time": "2016-04-03 05:47:09" |
||
883 | }, |
||
884 | { |
||
885 | "name": "psr/log", |
||
886 | "version": "dev-master", |
||
887 | "source": { |
||
888 | "type": "git", |
||
889 | "url": "https://github.com/php-fig/log.git", |
||
890 | "reference": "d8e60a5619fff77f9669da8997697443ef1a1d7e" |
||
891 | }, |
||
892 | "dist": { |
||
893 | "type": "zip", |
||
894 | "url": "https://api.github.com/repos/php-fig/log/zipball/d8e60a5619fff77f9669da8997697443ef1a1d7e", |
||
895 | "reference": "d8e60a5619fff77f9669da8997697443ef1a1d7e", |
||
896 | "shasum": "" |
||
897 | }, |
||
898 | "require": { |
||
899 | "php": ">=5.3.0" |
||
900 | }, |
||
901 | "type": "library", |
||
902 | "extra": { |
||
903 | "branch-alias": { |
||
904 | "dev-master": "1.0.x-dev" |
||
905 | } |
||
906 | }, |
||
907 | "autoload": { |
||
908 | "psr-4": { |
||
909 | "Psr\\Log\\": "Psr/Log/" |
||
910 | } |
||
911 | }, |
||
912 | "notification-url": "https://packagist.org/downloads/", |
||
913 | "license": [ |
||
914 | "MIT" |
||
915 | ], |
||
916 | "authors": [ |
||
917 | { |
||
918 | "name": "PHP-FIG", |
||
919 | "homepage": "http://www.php-fig.org/" |
||
920 | } |
||
921 | ], |
||
922 | "description": "Common interface for logging libraries", |
||
923 | "homepage": "https://github.com/php-fig/log", |
||
924 | "keywords": [ |
||
925 | "log", |
||
926 | "psr", |
||
927 | "psr-3" |
||
928 | ], |
||
929 | "time": "2016-01-06 21:40:42" |
||
930 | }, |
||
931 | { |
||
932 | "name": "psy/psysh", |
||
933 | "version": "v0.4.4", |
||
934 | "source": { |
||
935 | "type": "git", |
||
936 | "url": "https://github.com/bobthecow/psysh.git", |
||
937 | "reference": "489816db71649bd95b416e3ed9062d40528ab0ac" |
||
938 | }, |
||
939 | "dist": { |
||
940 | "type": "zip", |
||
941 | "url": "https://api.github.com/repos/bobthecow/psysh/zipball/489816db71649bd95b416e3ed9062d40528ab0ac", |
||
942 | "reference": "489816db71649bd95b416e3ed9062d40528ab0ac", |
||
943 | "shasum": "" |
||
944 | }, |
||
945 | "require": { |
||
946 | "dnoegel/php-xdg-base-dir": "0.1", |
||
947 | "jakub-onderka/php-console-highlighter": "0.3.*", |
||
948 | "nikic/php-parser": "~1.0", |
||
949 | "php": ">=5.3.0", |
||
950 | "symfony/console": "~2.3.10|~2.4.2|~2.5" |
||
951 | }, |
||
952 | "require-dev": { |
||
953 | "fabpot/php-cs-fixer": "~1.5", |
||
954 | "phpunit/phpunit": "~3.7|~4.0", |
||
955 | "squizlabs/php_codesniffer": "~2.0", |
||
956 | "symfony/finder": "~2.1|~3.0" |
||
957 | }, |
||
958 | "suggest": { |
||
959 | "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", |
||
960 | "ext-pdo-sqlite": "The doc command requires SQLite to work.", |
||
961 | "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", |
||
962 | "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." |
||
963 | }, |
||
964 | "bin": [ |
||
965 | "bin/psysh" |
||
966 | ], |
||
967 | "type": "library", |
||
968 | "extra": { |
||
969 | "branch-alias": { |
||
970 | "dev-develop": "0.4.x-dev" |
||
971 | } |
||
972 | }, |
||
973 | "autoload": { |
||
974 | "files": [ |
||
975 | "src/Psy/functions.php" |
||
976 | ], |
||
977 | "psr-0": { |
||
978 | "Psy\\": "src/" |
||
979 | } |
||
980 | }, |
||
981 | "notification-url": "https://packagist.org/downloads/", |
||
982 | "license": [ |
||
983 | "MIT" |
||
984 | ], |
||
985 | "authors": [ |
||
986 | { |
||
987 | "name": "Justin Hileman", |
||
988 | "email": "[email protected]", |
||
989 | "homepage": "http://justinhileman.com" |
||
990 | } |
||
991 | ], |
||
992 | "description": "An interactive shell for modern PHP.", |
||
993 | "homepage": "http://psysh.org", |
||
994 | "keywords": [ |
||
995 | "REPL", |
||
996 | "console", |
||
997 | "interactive", |
||
998 | "shell" |
||
999 | ], |
||
1000 | "time": "2015-03-26 18:43:54" |
||
1001 | }, |
||
1002 | { |
||
1003 | "name": "swiftmailer/swiftmailer", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of swiftmailer/swiftmailer:
Remote Code Execution when using the mail transport ![]() |
|||
1004 | "version": "5.x-dev", |
||
1005 | "source": { |
||
1006 | "type": "git", |
||
1007 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
1008 | "reference": "565a99fe375f3d4dc5ad0642352401275f99b67e" |
||
1009 | }, |
||
1010 | "dist": { |
||
1011 | "type": "zip", |
||
1012 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/565a99fe375f3d4dc5ad0642352401275f99b67e", |
||
1013 | "reference": "565a99fe375f3d4dc5ad0642352401275f99b67e", |
||
1014 | "shasum": "" |
||
1015 | }, |
||
1016 | "require": { |
||
1017 | "php": ">=5.3.3" |
||
1018 | }, |
||
1019 | "require-dev": { |
||
1020 | "mockery/mockery": "~0.9.1" |
||
1021 | }, |
||
1022 | "type": "library", |
||
1023 | "extra": { |
||
1024 | "branch-alias": { |
||
1025 | "dev-master": "5.4-dev" |
||
1026 | } |
||
1027 | }, |
||
1028 | "autoload": { |
||
1029 | "files": [ |
||
1030 | "lib/swift_required.php" |
||
1031 | ] |
||
1032 | }, |
||
1033 | "notification-url": "https://packagist.org/downloads/", |
||
1034 | "license": [ |
||
1035 | "MIT" |
||
1036 | ], |
||
1037 | "authors": [ |
||
1038 | { |
||
1039 | "name": "Chris Corbyn" |
||
1040 | }, |
||
1041 | { |
||
1042 | "name": "Fabien Potencier", |
||
1043 | "email": "[email protected]" |
||
1044 | } |
||
1045 | ], |
||
1046 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
1047 | "homepage": "http://swiftmailer.org", |
||
1048 | "keywords": [ |
||
1049 | "email", |
||
1050 | "mail", |
||
1051 | "mailer" |
||
1052 | ], |
||
1053 | "time": "2016-06-21 05:39:39" |
||
1054 | }, |
||
1055 | { |
||
1056 | "name": "symfony/console", |
||
1057 | "version": "2.6.x-dev", |
||
1058 | "target-dir": "Symfony/Component/Console", |
||
1059 | "source": { |
||
1060 | "type": "git", |
||
1061 | "url": "https://github.com/symfony/console.git", |
||
1062 | "reference": "0e5e18ae09d3f5c06367759be940e9ed3f568359" |
||
1063 | }, |
||
1064 | "dist": { |
||
1065 | "type": "zip", |
||
1066 | "url": "https://api.github.com/repos/symfony/console/zipball/0e5e18ae09d3f5c06367759be940e9ed3f568359", |
||
1067 | "reference": "0e5e18ae09d3f5c06367759be940e9ed3f568359", |
||
1068 | "shasum": "" |
||
1069 | }, |
||
1070 | "require": { |
||
1071 | "php": ">=5.3.3" |
||
1072 | }, |
||
1073 | "require-dev": { |
||
1074 | "psr/log": "~1.0", |
||
1075 | "symfony/event-dispatcher": "~2.1", |
||
1076 | "symfony/phpunit-bridge": "~2.7", |
||
1077 | "symfony/process": "~2.1" |
||
1078 | }, |
||
1079 | "suggest": { |
||
1080 | "psr/log": "For using the console logger", |
||
1081 | "symfony/event-dispatcher": "", |
||
1082 | "symfony/process": "" |
||
1083 | }, |
||
1084 | "type": "library", |
||
1085 | "extra": { |
||
1086 | "branch-alias": { |
||
1087 | "dev-master": "2.6-dev" |
||
1088 | } |
||
1089 | }, |
||
1090 | "autoload": { |
||
1091 | "psr-0": { |
||
1092 | "Symfony\\Component\\Console\\": "" |
||
1093 | } |
||
1094 | }, |
||
1095 | "notification-url": "https://packagist.org/downloads/", |
||
1096 | "license": [ |
||
1097 | "MIT" |
||
1098 | ], |
||
1099 | "authors": [ |
||
1100 | { |
||
1101 | "name": "Fabien Potencier", |
||
1102 | "email": "[email protected]" |
||
1103 | }, |
||
1104 | { |
||
1105 | "name": "Symfony Community", |
||
1106 | "homepage": "https://symfony.com/contributors" |
||
1107 | } |
||
1108 | ], |
||
1109 | "description": "Symfony Console Component", |
||
1110 | "homepage": "https://symfony.com", |
||
1111 | "time": "2015-07-26 09:08:40" |
||
1112 | }, |
||
1113 | { |
||
1114 | "name": "symfony/debug", |
||
1115 | "version": "2.6.x-dev", |
||
1116 | "target-dir": "Symfony/Component/Debug", |
||
1117 | "source": { |
||
1118 | "type": "git", |
||
1119 | "url": "https://github.com/symfony/debug.git", |
||
1120 | "reference": "fca5696e0c9787722baa8f2ad6940dfd7a6a6941" |
||
1121 | }, |
||
1122 | "dist": { |
||
1123 | "type": "zip", |
||
1124 | "url": "https://api.github.com/repos/symfony/debug/zipball/fca5696e0c9787722baa8f2ad6940dfd7a6a6941", |
||
1125 | "reference": "fca5696e0c9787722baa8f2ad6940dfd7a6a6941", |
||
1126 | "shasum": "" |
||
1127 | }, |
||
1128 | "require": { |
||
1129 | "php": ">=5.3.3", |
||
1130 | "psr/log": "~1.0" |
||
1131 | }, |
||
1132 | "conflict": { |
||
1133 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
1134 | }, |
||
1135 | "require-dev": { |
||
1136 | "symfony/class-loader": "~2.2", |
||
1137 | "symfony/http-foundation": "~2.1", |
||
1138 | "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2", |
||
1139 | "symfony/phpunit-bridge": "~2.7" |
||
1140 | }, |
||
1141 | "suggest": { |
||
1142 | "symfony/http-foundation": "", |
||
1143 | "symfony/http-kernel": "" |
||
1144 | }, |
||
1145 | "type": "library", |
||
1146 | "extra": { |
||
1147 | "branch-alias": { |
||
1148 | "dev-master": "2.6-dev" |
||
1149 | } |
||
1150 | }, |
||
1151 | "autoload": { |
||
1152 | "psr-0": { |
||
1153 | "Symfony\\Component\\Debug\\": "" |
||
1154 | } |
||
1155 | }, |
||
1156 | "notification-url": "https://packagist.org/downloads/", |
||
1157 | "license": [ |
||
1158 | "MIT" |
||
1159 | ], |
||
1160 | "authors": [ |
||
1161 | { |
||
1162 | "name": "Fabien Potencier", |
||
1163 | "email": "[email protected]" |
||
1164 | }, |
||
1165 | { |
||
1166 | "name": "Symfony Community", |
||
1167 | "homepage": "https://symfony.com/contributors" |
||
1168 | } |
||
1169 | ], |
||
1170 | "description": "Symfony Debug Component", |
||
1171 | "homepage": "https://symfony.com", |
||
1172 | "time": "2015-07-08 05:59:48" |
||
1173 | }, |
||
1174 | { |
||
1175 | "name": "symfony/event-dispatcher", |
||
1176 | "version": "2.8.x-dev", |
||
1177 | "source": { |
||
1178 | "type": "git", |
||
1179 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
1180 | "reference": "2a6b8713f8bdb582058cfda463527f195b066110" |
||
1181 | }, |
||
1182 | "dist": { |
||
1183 | "type": "zip", |
||
1184 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2a6b8713f8bdb582058cfda463527f195b066110", |
||
1185 | "reference": "2a6b8713f8bdb582058cfda463527f195b066110", |
||
1186 | "shasum": "" |
||
1187 | }, |
||
1188 | "require": { |
||
1189 | "php": ">=5.3.9" |
||
1190 | }, |
||
1191 | "require-dev": { |
||
1192 | "psr/log": "~1.0", |
||
1193 | "symfony/config": "~2.0,>=2.0.5|~3.0.0", |
||
1194 | "symfony/dependency-injection": "~2.6|~3.0.0", |
||
1195 | "symfony/expression-language": "~2.6|~3.0.0", |
||
1196 | "symfony/stopwatch": "~2.3|~3.0.0" |
||
1197 | }, |
||
1198 | "suggest": { |
||
1199 | "symfony/dependency-injection": "", |
||
1200 | "symfony/http-kernel": "" |
||
1201 | }, |
||
1202 | "type": "library", |
||
1203 | "extra": { |
||
1204 | "branch-alias": { |
||
1205 | "dev-master": "2.8-dev" |
||
1206 | } |
||
1207 | }, |
||
1208 | "autoload": { |
||
1209 | "psr-4": { |
||
1210 | "Symfony\\Component\\EventDispatcher\\": "" |
||
1211 | }, |
||
1212 | "exclude-from-classmap": [ |
||
1213 | "/Tests/" |
||
1214 | ] |
||
1215 | }, |
||
1216 | "notification-url": "https://packagist.org/downloads/", |
||
1217 | "license": [ |
||
1218 | "MIT" |
||
1219 | ], |
||
1220 | "authors": [ |
||
1221 | { |
||
1222 | "name": "Fabien Potencier", |
||
1223 | "email": "[email protected]" |
||
1224 | }, |
||
1225 | { |
||
1226 | "name": "Symfony Community", |
||
1227 | "homepage": "https://symfony.com/contributors" |
||
1228 | } |
||
1229 | ], |
||
1230 | "description": "Symfony EventDispatcher Component", |
||
1231 | "homepage": "https://symfony.com", |
||
1232 | "time": "2016-06-06 11:11:27" |
||
1233 | }, |
||
1234 | { |
||
1235 | "name": "symfony/filesystem", |
||
1236 | "version": "2.8.x-dev", |
||
1237 | "source": { |
||
1238 | "type": "git", |
||
1239 | "url": "https://github.com/symfony/filesystem.git", |
||
1240 | "reference": "dee379131dceed90a429e951546b33edfe7dccbb" |
||
1241 | }, |
||
1242 | "dist": { |
||
1243 | "type": "zip", |
||
1244 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/dee379131dceed90a429e951546b33edfe7dccbb", |
||
1245 | "reference": "dee379131dceed90a429e951546b33edfe7dccbb", |
||
1246 | "shasum": "" |
||
1247 | }, |
||
1248 | "require": { |
||
1249 | "php": ">=5.3.9" |
||
1250 | }, |
||
1251 | "type": "library", |
||
1252 | "extra": { |
||
1253 | "branch-alias": { |
||
1254 | "dev-master": "2.8-dev" |
||
1255 | } |
||
1256 | }, |
||
1257 | "autoload": { |
||
1258 | "psr-4": { |
||
1259 | "Symfony\\Component\\Filesystem\\": "" |
||
1260 | }, |
||
1261 | "exclude-from-classmap": [ |
||
1262 | "/Tests/" |
||
1263 | ] |
||
1264 | }, |
||
1265 | "notification-url": "https://packagist.org/downloads/", |
||
1266 | "license": [ |
||
1267 | "MIT" |
||
1268 | ], |
||
1269 | "authors": [ |
||
1270 | { |
||
1271 | "name": "Fabien Potencier", |
||
1272 | "email": "[email protected]" |
||
1273 | }, |
||
1274 | { |
||
1275 | "name": "Symfony Community", |
||
1276 | "homepage": "https://symfony.com/contributors" |
||
1277 | } |
||
1278 | ], |
||
1279 | "description": "Symfony Filesystem Component", |
||
1280 | "homepage": "https://symfony.com", |
||
1281 | "time": "2016-04-12 18:01:21" |
||
1282 | }, |
||
1283 | { |
||
1284 | "name": "symfony/finder", |
||
1285 | "version": "2.6.x-dev", |
||
1286 | "target-dir": "Symfony/Component/Finder", |
||
1287 | "source": { |
||
1288 | "type": "git", |
||
1289 | "url": "https://github.com/symfony/Finder.git", |
||
1290 | "reference": "203a10f928ae30176deeba33512999233181dd28" |
||
1291 | }, |
||
1292 | "dist": { |
||
1293 | "type": "zip", |
||
1294 | "url": "https://api.github.com/repos/symfony/Finder/zipball/203a10f928ae30176deeba33512999233181dd28", |
||
1295 | "reference": "203a10f928ae30176deeba33512999233181dd28", |
||
1296 | "shasum": "" |
||
1297 | }, |
||
1298 | "require": { |
||
1299 | "php": ">=5.3.3" |
||
1300 | }, |
||
1301 | "require-dev": { |
||
1302 | "symfony/phpunit-bridge": "~2.7" |
||
1303 | }, |
||
1304 | "type": "library", |
||
1305 | "extra": { |
||
1306 | "branch-alias": { |
||
1307 | "dev-master": "2.6-dev" |
||
1308 | } |
||
1309 | }, |
||
1310 | "autoload": { |
||
1311 | "psr-0": { |
||
1312 | "Symfony\\Component\\Finder\\": "" |
||
1313 | } |
||
1314 | }, |
||
1315 | "notification-url": "https://packagist.org/downloads/", |
||
1316 | "license": [ |
||
1317 | "MIT" |
||
1318 | ], |
||
1319 | "authors": [ |
||
1320 | { |
||
1321 | "name": "Fabien Potencier", |
||
1322 | "email": "[email protected]" |
||
1323 | }, |
||
1324 | { |
||
1325 | "name": "Symfony Community", |
||
1326 | "homepage": "https://symfony.com/contributors" |
||
1327 | } |
||
1328 | ], |
||
1329 | "description": "Symfony Finder Component", |
||
1330 | "homepage": "https://symfony.com", |
||
1331 | "time": "2015-07-09 16:02:48" |
||
1332 | }, |
||
1333 | { |
||
1334 | "name": "symfony/http-foundation", |
||
0 ignored issues
–
show
There are 2 security advisories for your installed version of symfony/http-foundation:
- CVE-2018-14773: Remove support for legacy and risky HTTP headers - CVE-2018-11386: Denial of service when using PDOSessionHandler ![]() |
|||
1335 | "version": "2.6.x-dev", |
||
1336 | "target-dir": "Symfony/Component/HttpFoundation", |
||
1337 | "source": { |
||
1338 | "type": "git", |
||
1339 | "url": "https://github.com/symfony/http-foundation.git", |
||
1340 | "reference": "e8fd1b73ac1c3de1f76c73801ddf1a8ecb1c1c9c" |
||
1341 | }, |
||
1342 | "dist": { |
||
1343 | "type": "zip", |
||
1344 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e8fd1b73ac1c3de1f76c73801ddf1a8ecb1c1c9c", |
||
1345 | "reference": "e8fd1b73ac1c3de1f76c73801ddf1a8ecb1c1c9c", |
||
1346 | "shasum": "" |
||
1347 | }, |
||
1348 | "require": { |
||
1349 | "php": ">=5.3.3" |
||
1350 | }, |
||
1351 | "require-dev": { |
||
1352 | "symfony/expression-language": "~2.4", |
||
1353 | "symfony/phpunit-bridge": "~2.7" |
||
1354 | }, |
||
1355 | "type": "library", |
||
1356 | "extra": { |
||
1357 | "branch-alias": { |
||
1358 | "dev-master": "2.6-dev" |
||
1359 | } |
||
1360 | }, |
||
1361 | "autoload": { |
||
1362 | "psr-0": { |
||
1363 | "Symfony\\Component\\HttpFoundation\\": "" |
||
1364 | }, |
||
1365 | "classmap": [ |
||
1366 | "Symfony/Component/HttpFoundation/Resources/stubs" |
||
1367 | ] |
||
1368 | }, |
||
1369 | "notification-url": "https://packagist.org/downloads/", |
||
1370 | "license": [ |
||
1371 | "MIT" |
||
1372 | ], |
||
1373 | "authors": [ |
||
1374 | { |
||
1375 | "name": "Fabien Potencier", |
||
1376 | "email": "[email protected]" |
||
1377 | }, |
||
1378 | { |
||
1379 | "name": "Symfony Community", |
||
1380 | "homepage": "https://symfony.com/contributors" |
||
1381 | } |
||
1382 | ], |
||
1383 | "description": "Symfony HttpFoundation Component", |
||
1384 | "homepage": "https://symfony.com", |
||
1385 | "time": "2015-07-22 10:08:40" |
||
1386 | }, |
||
1387 | { |
||
1388 | "name": "symfony/http-kernel", |
||
1389 | "version": "2.6.x-dev", |
||
1390 | "target-dir": "Symfony/Component/HttpKernel", |
||
1391 | "source": { |
||
1392 | "type": "git", |
||
1393 | "url": "https://github.com/symfony/http-kernel.git", |
||
1394 | "reference": "cdd991d304fed833514dc44d6aafcf19397c26cb" |
||
1395 | }, |
||
1396 | "dist": { |
||
1397 | "type": "zip", |
||
1398 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/cdd991d304fed833514dc44d6aafcf19397c26cb", |
||
1399 | "reference": "cdd991d304fed833514dc44d6aafcf19397c26cb", |
||
1400 | "shasum": "" |
||
1401 | }, |
||
1402 | "require": { |
||
1403 | "php": ">=5.3.3", |
||
1404 | "psr/log": "~1.0", |
||
1405 | "symfony/debug": "~2.6,>=2.6.2", |
||
1406 | "symfony/event-dispatcher": "~2.6,>=2.6.7", |
||
1407 | "symfony/http-foundation": "~2.5,>=2.5.4" |
||
1408 | }, |
||
1409 | "require-dev": { |
||
1410 | "symfony/browser-kit": "~2.3", |
||
1411 | "symfony/class-loader": "~2.1", |
||
1412 | "symfony/config": "~2.0,>=2.0.5", |
||
1413 | "symfony/console": "~2.3", |
||
1414 | "symfony/css-selector": "~2.0,>=2.0.5", |
||
1415 | "symfony/dependency-injection": "~2.2", |
||
1416 | "symfony/dom-crawler": "~2.0,>=2.0.5", |
||
1417 | "symfony/expression-language": "~2.4", |
||
1418 | "symfony/finder": "~2.0,>=2.0.5", |
||
1419 | "symfony/phpunit-bridge": "~2.7", |
||
1420 | "symfony/process": "~2.0,>=2.0.5", |
||
1421 | "symfony/routing": "~2.2", |
||
1422 | "symfony/stopwatch": "~2.3", |
||
1423 | "symfony/templating": "~2.2", |
||
1424 | "symfony/translation": "~2.0,>=2.0.5", |
||
1425 | "symfony/var-dumper": "~2.6" |
||
1426 | }, |
||
1427 | "suggest": { |
||
1428 | "symfony/browser-kit": "", |
||
1429 | "symfony/class-loader": "", |
||
1430 | "symfony/config": "", |
||
1431 | "symfony/console": "", |
||
1432 | "symfony/dependency-injection": "", |
||
1433 | "symfony/finder": "", |
||
1434 | "symfony/var-dumper": "" |
||
1435 | }, |
||
1436 | "type": "library", |
||
1437 | "extra": { |
||
1438 | "branch-alias": { |
||
1439 | "dev-master": "2.6-dev" |
||
1440 | } |
||
1441 | }, |
||
1442 | "autoload": { |
||
1443 | "psr-0": { |
||
1444 | "Symfony\\Component\\HttpKernel\\": "" |
||
1445 | } |
||
1446 | }, |
||
1447 | "notification-url": "https://packagist.org/downloads/", |
||
1448 | "license": [ |
||
1449 | "MIT" |
||
1450 | ], |
||
1451 | "authors": [ |
||
1452 | { |
||
1453 | "name": "Fabien Potencier", |
||
1454 | "email": "[email protected]" |
||
1455 | }, |
||
1456 | { |
||
1457 | "name": "Symfony Community", |
||
1458 | "homepage": "https://symfony.com/contributors" |
||
1459 | } |
||
1460 | ], |
||
1461 | "description": "Symfony HttpKernel Component", |
||
1462 | "homepage": "https://symfony.com", |
||
1463 | "time": "2016-01-14 10:11:16" |
||
1464 | }, |
||
1465 | { |
||
1466 | "name": "symfony/polyfill-php56", |
||
1467 | "version": "dev-master", |
||
1468 | "source": { |
||
1469 | "type": "git", |
||
1470 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
1471 | "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a" |
||
1472 | }, |
||
1473 | "dist": { |
||
1474 | "type": "zip", |
||
1475 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
||
1476 | "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
||
1477 | "shasum": "" |
||
1478 | }, |
||
1479 | "require": { |
||
1480 | "php": ">=5.3.3", |
||
1481 | "symfony/polyfill-util": "~1.0" |
||
1482 | }, |
||
1483 | "type": "library", |
||
1484 | "extra": { |
||
1485 | "branch-alias": { |
||
1486 | "dev-master": "1.2-dev" |
||
1487 | } |
||
1488 | }, |
||
1489 | "autoload": { |
||
1490 | "psr-4": { |
||
1491 | "Symfony\\Polyfill\\Php56\\": "" |
||
1492 | }, |
||
1493 | "files": [ |
||
1494 | "bootstrap.php" |
||
1495 | ] |
||
1496 | }, |
||
1497 | "notification-url": "https://packagist.org/downloads/", |
||
1498 | "license": [ |
||
1499 | "MIT" |
||
1500 | ], |
||
1501 | "authors": [ |
||
1502 | { |
||
1503 | "name": "Nicolas Grekas", |
||
1504 | "email": "[email protected]" |
||
1505 | }, |
||
1506 | { |
||
1507 | "name": "Symfony Community", |
||
1508 | "homepage": "https://symfony.com/contributors" |
||
1509 | } |
||
1510 | ], |
||
1511 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
1512 | "homepage": "https://symfony.com", |
||
1513 | "keywords": [ |
||
1514 | "compatibility", |
||
1515 | "polyfill", |
||
1516 | "portable", |
||
1517 | "shim" |
||
1518 | ], |
||
1519 | "time": "2016-05-18 14:26:46" |
||
1520 | }, |
||
1521 | { |
||
1522 | "name": "symfony/polyfill-util", |
||
1523 | "version": "dev-master", |
||
1524 | "source": { |
||
1525 | "type": "git", |
||
1526 | "url": "https://github.com/symfony/polyfill-util.git", |
||
1527 | "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99" |
||
1528 | }, |
||
1529 | "dist": { |
||
1530 | "type": "zip", |
||
1531 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99", |
||
1532 | "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99", |
||
1533 | "shasum": "" |
||
1534 | }, |
||
1535 | "require": { |
||
1536 | "php": ">=5.3.3" |
||
1537 | }, |
||
1538 | "type": "library", |
||
1539 | "extra": { |
||
1540 | "branch-alias": { |
||
1541 | "dev-master": "1.2-dev" |
||
1542 | } |
||
1543 | }, |
||
1544 | "autoload": { |
||
1545 | "psr-4": { |
||
1546 | "Symfony\\Polyfill\\Util\\": "" |
||
1547 | } |
||
1548 | }, |
||
1549 | "notification-url": "https://packagist.org/downloads/", |
||
1550 | "license": [ |
||
1551 | "MIT" |
||
1552 | ], |
||
1553 | "authors": [ |
||
1554 | { |
||
1555 | "name": "Nicolas Grekas", |
||
1556 | "email": "[email protected]" |
||
1557 | }, |
||
1558 | { |
||
1559 | "name": "Symfony Community", |
||
1560 | "homepage": "https://symfony.com/contributors" |
||
1561 | } |
||
1562 | ], |
||
1563 | "description": "Symfony utilities for portability of PHP codes", |
||
1564 | "homepage": "https://symfony.com", |
||
1565 | "keywords": [ |
||
1566 | "compat", |
||
1567 | "compatibility", |
||
1568 | "polyfill", |
||
1569 | "shim" |
||
1570 | ], |
||
1571 | "time": "2016-05-18 14:26:46" |
||
1572 | }, |
||
1573 | { |
||
1574 | "name": "symfony/process", |
||
1575 | "version": "2.6.x-dev", |
||
1576 | "target-dir": "Symfony/Component/Process", |
||
1577 | "source": { |
||
1578 | "type": "git", |
||
1579 | "url": "https://github.com/symfony/process.git", |
||
1580 | "reference": "57f1e88bb5dafa449b83f9f265b11d52d517b3e9" |
||
1581 | }, |
||
1582 | "dist": { |
||
1583 | "type": "zip", |
||
1584 | "url": "https://api.github.com/repos/symfony/process/zipball/57f1e88bb5dafa449b83f9f265b11d52d517b3e9", |
||
1585 | "reference": "57f1e88bb5dafa449b83f9f265b11d52d517b3e9", |
||
1586 | "shasum": "" |
||
1587 | }, |
||
1588 | "require": { |
||
1589 | "php": ">=5.3.3" |
||
1590 | }, |
||
1591 | "require-dev": { |
||
1592 | "symfony/phpunit-bridge": "~2.7" |
||
1593 | }, |
||
1594 | "type": "library", |
||
1595 | "extra": { |
||
1596 | "branch-alias": { |
||
1597 | "dev-master": "2.6-dev" |
||
1598 | } |
||
1599 | }, |
||
1600 | "autoload": { |
||
1601 | "psr-0": { |
||
1602 | "Symfony\\Component\\Process\\": "" |
||
1603 | } |
||
1604 | }, |
||
1605 | "notification-url": "https://packagist.org/downloads/", |
||
1606 | "license": [ |
||
1607 | "MIT" |
||
1608 | ], |
||
1609 | "authors": [ |
||
1610 | { |
||
1611 | "name": "Fabien Potencier", |
||
1612 | "email": "[email protected]" |
||
1613 | }, |
||
1614 | { |
||
1615 | "name": "Symfony Community", |
||
1616 | "homepage": "https://symfony.com/contributors" |
||
1617 | } |
||
1618 | ], |
||
1619 | "description": "Symfony Process Component", |
||
1620 | "homepage": "https://symfony.com", |
||
1621 | "time": "2015-06-30 16:10:16" |
||
1622 | }, |
||
1623 | { |
||
1624 | "name": "symfony/routing", |
||
1625 | "version": "2.6.x-dev", |
||
1626 | "target-dir": "Symfony/Component/Routing", |
||
1627 | "source": { |
||
1628 | "type": "git", |
||
1629 | "url": "https://github.com/symfony/Routing.git", |
||
1630 | "reference": "0a1764d41bbb54f3864808c50569ac382b44d128" |
||
1631 | }, |
||
1632 | "dist": { |
||
1633 | "type": "zip", |
||
1634 | "url": "https://api.github.com/repos/symfony/Routing/zipball/0a1764d41bbb54f3864808c50569ac382b44d128", |
||
1635 | "reference": "0a1764d41bbb54f3864808c50569ac382b44d128", |
||
1636 | "shasum": "" |
||
1637 | }, |
||
1638 | "require": { |
||
1639 | "php": ">=5.3.3" |
||
1640 | }, |
||
1641 | "require-dev": { |
||
1642 | "doctrine/annotations": "~1.0", |
||
1643 | "doctrine/common": "~2.2", |
||
1644 | "psr/log": "~1.0", |
||
1645 | "symfony/config": "~2.2", |
||
1646 | "symfony/expression-language": "~2.4", |
||
1647 | "symfony/http-foundation": "~2.3", |
||
1648 | "symfony/phpunit-bridge": "~2.7", |
||
1649 | "symfony/yaml": "~2.0,>=2.0.5" |
||
1650 | }, |
||
1651 | "suggest": { |
||
1652 | "doctrine/annotations": "For using the annotation loader", |
||
1653 | "symfony/config": "For using the all-in-one router or any loader", |
||
1654 | "symfony/expression-language": "For using expression matching", |
||
1655 | "symfony/yaml": "For using the YAML loader" |
||
1656 | }, |
||
1657 | "type": "library", |
||
1658 | "extra": { |
||
1659 | "branch-alias": { |
||
1660 | "dev-master": "2.6-dev" |
||
1661 | } |
||
1662 | }, |
||
1663 | "autoload": { |
||
1664 | "psr-0": { |
||
1665 | "Symfony\\Component\\Routing\\": "" |
||
1666 | } |
||
1667 | }, |
||
1668 | "notification-url": "https://packagist.org/downloads/", |
||
1669 | "license": [ |
||
1670 | "MIT" |
||
1671 | ], |
||
1672 | "authors": [ |
||
1673 | { |
||
1674 | "name": "Fabien Potencier", |
||
1675 | "email": "[email protected]" |
||
1676 | }, |
||
1677 | { |
||
1678 | "name": "Symfony Community", |
||
1679 | "homepage": "https://symfony.com/contributors" |
||
1680 | } |
||
1681 | ], |
||
1682 | "description": "Symfony Routing Component", |
||
1683 | "homepage": "https://symfony.com", |
||
1684 | "keywords": [ |
||
1685 | "router", |
||
1686 | "routing", |
||
1687 | "uri", |
||
1688 | "url" |
||
1689 | ], |
||
1690 | "time": "2015-07-09 16:02:48" |
||
1691 | }, |
||
1692 | { |
||
1693 | "name": "symfony/security-core", |
||
0 ignored issues
–
show
There is a security advisory for your installed version of symfony/security-core:
CVE-2016-1902: SecureRandom's fallback not secure when OpenSSL fails ![]() |
|||
1694 | "version": "2.6.x-dev", |
||
1695 | "target-dir": "Symfony/Component/Security/Core", |
||
1696 | "source": { |
||
1697 | "type": "git", |
||
1698 | "url": "https://github.com/symfony/security-core.git", |
||
1699 | "reference": "813cf2aaacccbbe1a4705aef8d4ac0d79d993a76" |
||
1700 | }, |
||
1701 | "dist": { |
||
1702 | "type": "zip", |
||
1703 | "url": "https://api.github.com/repos/symfony/security-core/zipball/813cf2aaacccbbe1a4705aef8d4ac0d79d993a76", |
||
1704 | "reference": "813cf2aaacccbbe1a4705aef8d4ac0d79d993a76", |
||
1705 | "shasum": "" |
||
1706 | }, |
||
1707 | "require": { |
||
1708 | "paragonie/random_compat": "~1.0", |
||
1709 | "php": ">=5.3.3" |
||
1710 | }, |
||
1711 | "require-dev": { |
||
1712 | "ircmaxell/password-compat": "1.0.*", |
||
1713 | "psr/log": "~1.0", |
||
1714 | "symfony/event-dispatcher": "~2.1", |
||
1715 | "symfony/expression-language": "~2.6", |
||
1716 | "symfony/http-foundation": "~2.4", |
||
1717 | "symfony/phpunit-bridge": "~2.7", |
||
1718 | "symfony/translation": "~2.0,>=2.0.5", |
||
1719 | "symfony/validator": "~2.5,>=2.5.5" |
||
1720 | }, |
||
1721 | "suggest": { |
||
1722 | "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5", |
||
1723 | "symfony/event-dispatcher": "", |
||
1724 | "symfony/expression-language": "For using the expression voter", |
||
1725 | "symfony/http-foundation": "", |
||
1726 | "symfony/validator": "For using the user password constraint" |
||
1727 | }, |
||
1728 | "type": "library", |
||
1729 | "extra": { |
||
1730 | "branch-alias": { |
||
1731 | "dev-master": "2.6-dev" |
||
1732 | } |
||
1733 | }, |
||
1734 | "autoload": { |
||
1735 | "psr-0": { |
||
1736 | "Symfony\\Component\\Security\\Core\\": "" |
||
1737 | } |
||
1738 | }, |
||
1739 | "notification-url": "https://packagist.org/downloads/", |
||
1740 | "license": [ |
||
1741 | "MIT" |
||
1742 | ], |
||
1743 | "authors": [ |
||
1744 | { |
||
1745 | "name": "Fabien Potencier", |
||
1746 | "email": "[email protected]" |
||
1747 | }, |
||
1748 | { |
||
1749 | "name": "Symfony Community", |
||
1750 | "homepage": "https://symfony.com/contributors" |
||
1751 | } |
||
1752 | ], |
||
1753 | "description": "Symfony Security Component - Core Library", |
||
1754 | "homepage": "https://symfony.com", |
||
1755 | "time": "2016-01-14 09:04:34" |
||
1756 | }, |
||
1757 | { |
||
1758 | "name": "symfony/translation", |
||
1759 | "version": "2.6.x-dev", |
||
1760 | "target-dir": "Symfony/Component/Translation", |
||
1761 | "source": { |
||
1762 | "type": "git", |
||
1763 | "url": "https://github.com/symfony/Translation.git", |
||
1764 | "reference": "d84291215b5892834dd8ca8ee52f9cbdb8274904" |
||
1765 | }, |
||
1766 | "dist": { |
||
1767 | "type": "zip", |
||
1768 | "url": "https://api.github.com/repos/symfony/Translation/zipball/d84291215b5892834dd8ca8ee52f9cbdb8274904", |
||
1769 | "reference": "d84291215b5892834dd8ca8ee52f9cbdb8274904", |
||
1770 | "shasum": "" |
||
1771 | }, |
||
1772 | "require": { |
||
1773 | "php": ">=5.3.3" |
||
1774 | }, |
||
1775 | "require-dev": { |
||
1776 | "psr/log": "~1.0", |
||
1777 | "symfony/config": "~2.3,>=2.3.12", |
||
1778 | "symfony/intl": "~2.3", |
||
1779 | "symfony/phpunit-bridge": "~2.7", |
||
1780 | "symfony/yaml": "~2.2" |
||
1781 | }, |
||
1782 | "suggest": { |
||
1783 | "psr/log": "To use logging capability in translator", |
||
1784 | "symfony/config": "", |
||
1785 | "symfony/yaml": "" |
||
1786 | }, |
||
1787 | "type": "library", |
||
1788 | "extra": { |
||
1789 | "branch-alias": { |
||
1790 | "dev-master": "2.6-dev" |
||
1791 | } |
||
1792 | }, |
||
1793 | "autoload": { |
||
1794 | "psr-0": { |
||
1795 | "Symfony\\Component\\Translation\\": "" |
||
1796 | } |
||
1797 | }, |
||
1798 | "notification-url": "https://packagist.org/downloads/", |
||
1799 | "license": [ |
||
1800 | "MIT" |
||
1801 | ], |
||
1802 | "authors": [ |
||
1803 | { |
||
1804 | "name": "Fabien Potencier", |
||
1805 | "email": "[email protected]" |
||
1806 | }, |
||
1807 | { |
||
1808 | "name": "Symfony Community", |
||
1809 | "homepage": "https://symfony.com/contributors" |
||
1810 | } |
||
1811 | ], |
||
1812 | "description": "Symfony Translation Component", |
||
1813 | "homepage": "https://symfony.com", |
||
1814 | "time": "2015-07-08 05:59:48" |
||
1815 | }, |
||
1816 | { |
||
1817 | "name": "symfony/var-dumper", |
||
1818 | "version": "2.6.x-dev", |
||
1819 | "target-dir": "Symfony/Component/VarDumper", |
||
1820 | "source": { |
||
1821 | "type": "git", |
||
1822 | "url": "https://github.com/symfony/var-dumper.git", |
||
1823 | "reference": "5fba957a30161d8724aade093593cd22f815bea2" |
||
1824 | }, |
||
1825 | "dist": { |
||
1826 | "type": "zip", |
||
1827 | "url": "https://api.github.com/repos/symfony/var-dumper/zipball/5fba957a30161d8724aade093593cd22f815bea2", |
||
1828 | "reference": "5fba957a30161d8724aade093593cd22f815bea2", |
||
1829 | "shasum": "" |
||
1830 | }, |
||
1831 | "require": { |
||
1832 | "php": ">=5.3.3" |
||
1833 | }, |
||
1834 | "require-dev": { |
||
1835 | "symfony/phpunit-bridge": "~2.7" |
||
1836 | }, |
||
1837 | "suggest": { |
||
1838 | "ext-symfony_debug": "" |
||
1839 | }, |
||
1840 | "type": "library", |
||
1841 | "extra": { |
||
1842 | "branch-alias": { |
||
1843 | "dev-master": "2.6-dev" |
||
1844 | } |
||
1845 | }, |
||
1846 | "autoload": { |
||
1847 | "files": [ |
||
1848 | "Resources/functions/dump.php" |
||
1849 | ], |
||
1850 | "psr-0": { |
||
1851 | "Symfony\\Component\\VarDumper\\": "" |
||
1852 | } |
||
1853 | }, |
||
1854 | "notification-url": "https://packagist.org/downloads/", |
||
1855 | "license": [ |
||
1856 | "MIT" |
||
1857 | ], |
||
1858 | "authors": [ |
||
1859 | { |
||
1860 | "name": "Nicolas Grekas", |
||
1861 | "email": "[email protected]" |
||
1862 | }, |
||
1863 | { |
||
1864 | "name": "Symfony Community", |
||
1865 | "homepage": "https://symfony.com/contributors" |
||
1866 | } |
||
1867 | ], |
||
1868 | "description": "Symfony mechanism for exploring and dumping PHP variables", |
||
1869 | "homepage": "https://symfony.com", |
||
1870 | "keywords": [ |
||
1871 | "debug", |
||
1872 | "dump" |
||
1873 | ], |
||
1874 | "time": "2015-07-01 10:03:42" |
||
1875 | }, |
||
1876 | { |
||
1877 | "name": "vlucas/phpdotenv", |
||
1878 | "version": "1.1.x-dev", |
||
1879 | "source": { |
||
1880 | "type": "git", |
||
1881 | "url": "https://github.com/vlucas/phpdotenv.git", |
||
1882 | "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa" |
||
1883 | }, |
||
1884 | "dist": { |
||
1885 | "type": "zip", |
||
1886 | "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa", |
||
1887 | "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa", |
||
1888 | "shasum": "" |
||
1889 | }, |
||
1890 | "require": { |
||
1891 | "php": ">=5.3.2" |
||
1892 | }, |
||
1893 | "require-dev": { |
||
1894 | "phpunit/phpunit": "~4.0" |
||
1895 | }, |
||
1896 | "type": "library", |
||
1897 | "autoload": { |
||
1898 | "psr-0": { |
||
1899 | "Dotenv": "src/" |
||
1900 | } |
||
1901 | }, |
||
1902 | "notification-url": "https://packagist.org/downloads/", |
||
1903 | "license": [ |
||
1904 | "BSD" |
||
1905 | ], |
||
1906 | "authors": [ |
||
1907 | { |
||
1908 | "name": "Vance Lucas", |
||
1909 | "email": "[email protected]", |
||
1910 | "homepage": "http://www.vancelucas.com" |
||
1911 | } |
||
1912 | ], |
||
1913 | "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", |
||
1914 | "homepage": "http://github.com/vlucas/phpdotenv", |
||
1915 | "keywords": [ |
||
1916 | "dotenv", |
||
1917 | "env", |
||
1918 | "environment" |
||
1919 | ], |
||
1920 | "time": "2015-05-30 15:59:26" |
||
1921 | } |
||
1922 | ], |
||
1923 | "packages-dev": [ |
||
1924 | { |
||
1925 | "name": "hamcrest/hamcrest-php", |
||
1926 | "version": "1.2.x-dev", |
||
1927 | "source": { |
||
1928 | "type": "git", |
||
1929 | "url": "https://github.com/hamcrest/hamcrest-php.git", |
||
1930 | "reference": "b72949ccf2f640e7de66ff7dd92d83f577ce782e" |
||
1931 | }, |
||
1932 | "dist": { |
||
1933 | "type": "zip", |
||
1934 | "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b72949ccf2f640e7de66ff7dd92d83f577ce782e", |
||
1935 | "reference": "b72949ccf2f640e7de66ff7dd92d83f577ce782e", |
||
1936 | "shasum": "" |
||
1937 | }, |
||
1938 | "require": { |
||
1939 | "php": "^5.3|^7.0" |
||
1940 | }, |
||
1941 | "replace": { |
||
1942 | "cordoval/hamcrest-php": "*", |
||
1943 | "davedevelopment/hamcrest-php": "*", |
||
1944 | "kodova/hamcrest-php": "*" |
||
1945 | }, |
||
1946 | "require-dev": { |
||
1947 | "phpunit/php-file-iterator": "1.3.3", |
||
1948 | "phpunit/phpunit": "~4.0", |
||
1949 | "satooshi/php-coveralls": "^1.0" |
||
1950 | }, |
||
1951 | "type": "library", |
||
1952 | "extra": { |
||
1953 | "branch-alias": { |
||
1954 | "dev-master": "1.2-dev" |
||
1955 | } |
||
1956 | }, |
||
1957 | "autoload": { |
||
1958 | "classmap": [ |
||
1959 | "hamcrest" |
||
1960 | ], |
||
1961 | "files": [ |
||
1962 | "hamcrest/Hamcrest.php" |
||
1963 | ] |
||
1964 | }, |
||
1965 | "notification-url": "https://packagist.org/downloads/", |
||
1966 | "license": [ |
||
1967 | "BSD" |
||
1968 | ], |
||
1969 | "description": "This is the PHP port of Hamcrest Matchers", |
||
1970 | "keywords": [ |
||
1971 | "test" |
||
1972 | ], |
||
1973 | "time": "2016-01-19 12:08:55" |
||
1974 | }, |
||
1975 | { |
||
1976 | "name": "mockery/mockery", |
||
1977 | "version": "0.9.x-dev", |
||
1978 | "source": { |
||
1979 | "type": "git", |
||
1980 | "url": "https://github.com/padraic/mockery.git", |
||
1981 | "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2" |
||
1982 | }, |
||
1983 | "dist": { |
||
1984 | "type": "zip", |
||
1985 | "url": "https://api.github.com/repos/padraic/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2", |
||
1986 | "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2", |
||
1987 | "shasum": "" |
||
1988 | }, |
||
1989 | "require": { |
||
1990 | "hamcrest/hamcrest-php": "~1.1", |
||
1991 | "lib-pcre": ">=7.0", |
||
1992 | "php": ">=5.3.2" |
||
1993 | }, |
||
1994 | "require-dev": { |
||
1995 | "phpunit/phpunit": "~4.0" |
||
1996 | }, |
||
1997 | "type": "library", |
||
1998 | "extra": { |
||
1999 | "branch-alias": { |
||
2000 | "dev-master": "0.9.x-dev" |
||
2001 | } |
||
2002 | }, |
||
2003 | "autoload": { |
||
2004 | "psr-0": { |
||
2005 | "Mockery": "library/" |
||
2006 | } |
||
2007 | }, |
||
2008 | "notification-url": "https://packagist.org/downloads/", |
||
2009 | "license": [ |
||
2010 | "BSD-3-Clause" |
||
2011 | ], |
||
2012 | "authors": [ |
||
2013 | { |
||
2014 | "name": "Pádraic Brady", |
||
2015 | "email": "[email protected]", |
||
2016 | "homepage": "http://blog.astrumfutura.com" |
||
2017 | }, |
||
2018 | { |
||
2019 | "name": "Dave Marshall", |
||
2020 | "email": "[email protected]", |
||
2021 | "homepage": "http://davedevelopment.co.uk" |
||
2022 | } |
||
2023 | ], |
||
2024 | "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", |
||
2025 | "homepage": "http://github.com/padraic/mockery", |
||
2026 | "keywords": [ |
||
2027 | "BDD", |
||
2028 | "TDD", |
||
2029 | "library", |
||
2030 | "mock", |
||
2031 | "mock objects", |
||
2032 | "mockery", |
||
2033 | "stub", |
||
2034 | "test", |
||
2035 | "test double", |
||
2036 | "testing" |
||
2037 | ], |
||
2038 | "time": "2016-05-22 21:52:33" |
||
2039 | }, |
||
2040 | { |
||
2041 | "name": "orchestra/database", |
||
2042 | "version": "3.0.x-dev", |
||
2043 | "source": { |
||
2044 | "type": "git", |
||
2045 | "url": "https://github.com/orchestral/database.git", |
||
2046 | "reference": "b860a305e7ae9b922d2cac8ebf8b91e93c14e5c6" |
||
2047 | }, |
||
2048 | "dist": { |
||
2049 | "type": "zip", |
||
2050 | "url": "https://api.github.com/repos/orchestral/database/zipball/b860a305e7ae9b922d2cac8ebf8b91e93c14e5c6", |
||
2051 | "reference": "b860a305e7ae9b922d2cac8ebf8b91e93c14e5c6", |
||
2052 | "shasum": "" |
||
2053 | }, |
||
2054 | "require": { |
||
2055 | "illuminate/contracts": "5.0.*", |
||
2056 | "illuminate/database": "5.0.*", |
||
2057 | "php": ">=5.4.0" |
||
2058 | }, |
||
2059 | "type": "library", |
||
2060 | "extra": { |
||
2061 | "branch-alias": { |
||
2062 | "dev-master": "3.2-dev" |
||
2063 | } |
||
2064 | }, |
||
2065 | "autoload": { |
||
2066 | "psr-4": { |
||
2067 | "Orchestra\\Database\\": "" |
||
2068 | } |
||
2069 | }, |
||
2070 | "notification-url": "https://packagist.org/downloads/", |
||
2071 | "license": [ |
||
2072 | "MIT" |
||
2073 | ], |
||
2074 | "authors": [ |
||
2075 | { |
||
2076 | "name": "Mior Muhammad Zaki", |
||
2077 | "email": "[email protected]", |
||
2078 | "homepage": "https://github.com/crynobone" |
||
2079 | }, |
||
2080 | { |
||
2081 | "name": "Taylor Otwell", |
||
2082 | "email": "[email protected]", |
||
2083 | "homepage": "https://github.com/taylorotwell" |
||
2084 | } |
||
2085 | ], |
||
2086 | "description": "Database Component for Orchestra Platform", |
||
2087 | "keywords": [ |
||
2088 | "database", |
||
2089 | "orchestra-platform", |
||
2090 | "orchestral" |
||
2091 | ], |
||
2092 | "time": "2015-05-18 04:50:44" |
||
2093 | }, |
||
2094 | { |
||
2095 | "name": "orchestra/testbench", |
||
2096 | "version": "3.0.x-dev", |
||
2097 | "source": { |
||
2098 | "type": "git", |
||
2099 | "url": "https://github.com/orchestral/testbench.git", |
||
2100 | "reference": "4a370f024b7e4286e4b3f3b93290a4625918a63c" |
||
2101 | }, |
||
2102 | "dist": { |
||
2103 | "type": "zip", |
||
2104 | "url": "https://api.github.com/repos/orchestral/testbench/zipball/4a370f024b7e4286e4b3f3b93290a4625918a63c", |
||
2105 | "reference": "4a370f024b7e4286e4b3f3b93290a4625918a63c", |
||
2106 | "shasum": "" |
||
2107 | }, |
||
2108 | "require": { |
||
2109 | "laravel/framework": "5.0.*", |
||
2110 | "orchestra/database": "3.0.*", |
||
2111 | "php": ">=5.4.0" |
||
2112 | }, |
||
2113 | "require-dev": { |
||
2114 | "behat/behat": "~2.5", |
||
2115 | "mockery/mockery": "0.9.*", |
||
2116 | "phpunit/phpunit": "~4.0" |
||
2117 | }, |
||
2118 | "suggest": { |
||
2119 | "behat/behat": "Allow to use Behat for testing your Laravel Application/Package (~2.5).", |
||
2120 | "phpunit/phpunit": "Allow to use PHPUnit for testing your Laravel Application/Package (~4.0)." |
||
2121 | }, |
||
2122 | "type": "library", |
||
2123 | "extra": { |
||
2124 | "branch-alias": { |
||
2125 | "dev-master": "3.1-dev" |
||
2126 | } |
||
2127 | }, |
||
2128 | "autoload": { |
||
2129 | "psr-4": { |
||
2130 | "Orchestra\\Testbench\\": "src/" |
||
2131 | } |
||
2132 | }, |
||
2133 | "notification-url": "https://packagist.org/downloads/", |
||
2134 | "license": [ |
||
2135 | "MIT" |
||
2136 | ], |
||
2137 | "authors": [ |
||
2138 | { |
||
2139 | "name": "Mior Muhammad Zaki", |
||
2140 | "email": "[email protected]", |
||
2141 | "homepage": "https://github.com/crynobone" |
||
2142 | } |
||
2143 | ], |
||
2144 | "description": "Laravel Package Unit Testing Helper", |
||
2145 | "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/", |
||
2146 | "keywords": [ |
||
2147 | "BDD", |
||
2148 | "TDD", |
||
2149 | "laravel", |
||
2150 | "orchestra-platform", |
||
2151 | "orchestral", |
||
2152 | "testing" |
||
2153 | ], |
||
2154 | "time": "2015-06-21 12:59:38" |
||
2155 | }, |
||
2156 | { |
||
2157 | "name": "phpunit/php-code-coverage", |
||
2158 | "version": "1.2.x-dev", |
||
2159 | "source": { |
||
2160 | "type": "git", |
||
2161 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
2162 | "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b" |
||
2163 | }, |
||
2164 | "dist": { |
||
2165 | "type": "zip", |
||
2166 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", |
||
2167 | "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", |
||
2168 | "shasum": "" |
||
2169 | }, |
||
2170 | "require": { |
||
2171 | "php": ">=5.3.3", |
||
2172 | "phpunit/php-file-iterator": ">=1.3.0@stable", |
||
2173 | "phpunit/php-text-template": ">=1.2.0@stable", |
||
2174 | "phpunit/php-token-stream": ">=1.1.3,<1.3.0" |
||
2175 | }, |
||
2176 | "require-dev": { |
||
2177 | "phpunit/phpunit": "3.7.*@dev" |
||
2178 | }, |
||
2179 | "suggest": { |
||
2180 | "ext-dom": "*", |
||
2181 | "ext-xdebug": ">=2.0.5" |
||
2182 | }, |
||
2183 | "type": "library", |
||
2184 | "extra": { |
||
2185 | "branch-alias": { |
||
2186 | "dev-master": "1.2.x-dev" |
||
2187 | } |
||
2188 | }, |
||
2189 | "autoload": { |
||
2190 | "classmap": [ |
||
2191 | "PHP/" |
||
2192 | ] |
||
2193 | }, |
||
2194 | "notification-url": "https://packagist.org/downloads/", |
||
2195 | "include-path": [ |
||
2196 | "" |
||
2197 | ], |
||
2198 | "license": [ |
||
2199 | "BSD-3-Clause" |
||
2200 | ], |
||
2201 | "authors": [ |
||
2202 | { |
||
2203 | "name": "Sebastian Bergmann", |
||
2204 | "email": "[email protected]", |
||
2205 | "role": "lead" |
||
2206 | } |
||
2207 | ], |
||
2208 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
2209 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
2210 | "keywords": [ |
||
2211 | "coverage", |
||
2212 | "testing", |
||
2213 | "xunit" |
||
2214 | ], |
||
2215 | "time": "2014-09-02 10:13:14" |
||
2216 | }, |
||
2217 | { |
||
2218 | "name": "phpunit/php-file-iterator", |
||
2219 | "version": "dev-master", |
||
2220 | "source": { |
||
2221 | "type": "git", |
||
2222 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
2223 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
2224 | }, |
||
2225 | "dist": { |
||
2226 | "type": "zip", |
||
2227 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
2228 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
2229 | "shasum": "" |
||
2230 | }, |
||
2231 | "require": { |
||
2232 | "php": ">=5.3.3" |
||
2233 | }, |
||
2234 | "type": "library", |
||
2235 | "extra": { |
||
2236 | "branch-alias": { |
||
2237 | "dev-master": "1.4.x-dev" |
||
2238 | } |
||
2239 | }, |
||
2240 | "autoload": { |
||
2241 | "classmap": [ |
||
2242 | "src/" |
||
2243 | ] |
||
2244 | }, |
||
2245 | "notification-url": "https://packagist.org/downloads/", |
||
2246 | "license": [ |
||
2247 | "BSD-3-Clause" |
||
2248 | ], |
||
2249 | "authors": [ |
||
2250 | { |
||
2251 | "name": "Sebastian Bergmann", |
||
2252 | "email": "[email protected]", |
||
2253 | "role": "lead" |
||
2254 | } |
||
2255 | ], |
||
2256 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
2257 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
2258 | "keywords": [ |
||
2259 | "filesystem", |
||
2260 | "iterator" |
||
2261 | ], |
||
2262 | "time": "2015-06-21 13:08:43" |
||
2263 | }, |
||
2264 | { |
||
2265 | "name": "phpunit/php-text-template", |
||
2266 | "version": "1.2.1", |
||
2267 | "source": { |
||
2268 | "type": "git", |
||
2269 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
2270 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
2271 | }, |
||
2272 | "dist": { |
||
2273 | "type": "zip", |
||
2274 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
2275 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
2276 | "shasum": "" |
||
2277 | }, |
||
2278 | "require": { |
||
2279 | "php": ">=5.3.3" |
||
2280 | }, |
||
2281 | "type": "library", |
||
2282 | "autoload": { |
||
2283 | "classmap": [ |
||
2284 | "src/" |
||
2285 | ] |
||
2286 | }, |
||
2287 | "notification-url": "https://packagist.org/downloads/", |
||
2288 | "license": [ |
||
2289 | "BSD-3-Clause" |
||
2290 | ], |
||
2291 | "authors": [ |
||
2292 | { |
||
2293 | "name": "Sebastian Bergmann", |
||
2294 | "email": "[email protected]", |
||
2295 | "role": "lead" |
||
2296 | } |
||
2297 | ], |
||
2298 | "description": "Simple template engine.", |
||
2299 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
2300 | "keywords": [ |
||
2301 | "template" |
||
2302 | ], |
||
2303 | "time": "2015-06-21 13:50:34" |
||
2304 | }, |
||
2305 | { |
||
2306 | "name": "phpunit/php-timer", |
||
2307 | "version": "1.0.8", |
||
2308 | "source": { |
||
2309 | "type": "git", |
||
2310 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
2311 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
2312 | }, |
||
2313 | "dist": { |
||
2314 | "type": "zip", |
||
2315 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
2316 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
2317 | "shasum": "" |
||
2318 | }, |
||
2319 | "require": { |
||
2320 | "php": ">=5.3.3" |
||
2321 | }, |
||
2322 | "require-dev": { |
||
2323 | "phpunit/phpunit": "~4|~5" |
||
2324 | }, |
||
2325 | "type": "library", |
||
2326 | "autoload": { |
||
2327 | "classmap": [ |
||
2328 | "src/" |
||
2329 | ] |
||
2330 | }, |
||
2331 | "notification-url": "https://packagist.org/downloads/", |
||
2332 | "license": [ |
||
2333 | "BSD-3-Clause" |
||
2334 | ], |
||
2335 | "authors": [ |
||
2336 | { |
||
2337 | "name": "Sebastian Bergmann", |
||
2338 | "email": "[email protected]", |
||
2339 | "role": "lead" |
||
2340 | } |
||
2341 | ], |
||
2342 | "description": "Utility class for timing", |
||
2343 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
2344 | "keywords": [ |
||
2345 | "timer" |
||
2346 | ], |
||
2347 | "time": "2016-05-12 18:03:57" |
||
2348 | }, |
||
2349 | { |
||
2350 | "name": "phpunit/php-token-stream", |
||
2351 | "version": "1.2.2", |
||
2352 | "source": { |
||
2353 | "type": "git", |
||
2354 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
2355 | "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32" |
||
2356 | }, |
||
2357 | "dist": { |
||
2358 | "type": "zip", |
||
2359 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32", |
||
2360 | "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32", |
||
2361 | "shasum": "" |
||
2362 | }, |
||
2363 | "require": { |
||
2364 | "ext-tokenizer": "*", |
||
2365 | "php": ">=5.3.3" |
||
2366 | }, |
||
2367 | "type": "library", |
||
2368 | "extra": { |
||
2369 | "branch-alias": { |
||
2370 | "dev-master": "1.2-dev" |
||
2371 | } |
||
2372 | }, |
||
2373 | "autoload": { |
||
2374 | "classmap": [ |
||
2375 | "PHP/" |
||
2376 | ] |
||
2377 | }, |
||
2378 | "notification-url": "https://packagist.org/downloads/", |
||
2379 | "include-path": [ |
||
2380 | "" |
||
2381 | ], |
||
2382 | "license": [ |
||
2383 | "BSD-3-Clause" |
||
2384 | ], |
||
2385 | "authors": [ |
||
2386 | { |
||
2387 | "name": "Sebastian Bergmann", |
||
2388 | "email": "[email protected]", |
||
2389 | "role": "lead" |
||
2390 | } |
||
2391 | ], |
||
2392 | "description": "Wrapper around PHP's tokenizer extension.", |
||
2393 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
2394 | "keywords": [ |
||
2395 | "tokenizer" |
||
2396 | ], |
||
2397 | "time": "2014-03-03 05:10:30" |
||
2398 | }, |
||
2399 | { |
||
2400 | "name": "phpunit/phpunit", |
||
2401 | "version": "3.7.x-dev", |
||
2402 | "source": { |
||
2403 | "type": "git", |
||
2404 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
2405 | "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6" |
||
2406 | }, |
||
2407 | "dist": { |
||
2408 | "type": "zip", |
||
2409 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6", |
||
2410 | "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6", |
||
2411 | "shasum": "" |
||
2412 | }, |
||
2413 | "require": { |
||
2414 | "ext-ctype": "*", |
||
2415 | "ext-dom": "*", |
||
2416 | "ext-json": "*", |
||
2417 | "ext-pcre": "*", |
||
2418 | "ext-reflection": "*", |
||
2419 | "ext-spl": "*", |
||
2420 | "php": ">=5.3.3", |
||
2421 | "phpunit/php-code-coverage": "~1.2", |
||
2422 | "phpunit/php-file-iterator": "~1.3", |
||
2423 | "phpunit/php-text-template": "~1.1", |
||
2424 | "phpunit/php-timer": "~1.0", |
||
2425 | "phpunit/phpunit-mock-objects": "~1.2", |
||
2426 | "symfony/yaml": "~2.0" |
||
2427 | }, |
||
2428 | "require-dev": { |
||
2429 | "pear-pear.php.net/pear": "1.9.4" |
||
2430 | }, |
||
2431 | "suggest": { |
||
2432 | "phpunit/php-invoker": "~1.1" |
||
2433 | }, |
||
2434 | "bin": [ |
||
2435 | "composer/bin/phpunit" |
||
2436 | ], |
||
2437 | "type": "library", |
||
2438 | "extra": { |
||
2439 | "branch-alias": { |
||
2440 | "dev-master": "3.7.x-dev" |
||
2441 | } |
||
2442 | }, |
||
2443 | "autoload": { |
||
2444 | "classmap": [ |
||
2445 | "PHPUnit/" |
||
2446 | ] |
||
2447 | }, |
||
2448 | "notification-url": "https://packagist.org/downloads/", |
||
2449 | "include-path": [ |
||
2450 | "", |
||
2451 | "../../symfony/yaml/" |
||
2452 | ], |
||
2453 | "license": [ |
||
2454 | "BSD-3-Clause" |
||
2455 | ], |
||
2456 | "authors": [ |
||
2457 | { |
||
2458 | "name": "Sebastian Bergmann", |
||
2459 | "email": "[email protected]", |
||
2460 | "role": "lead" |
||
2461 | } |
||
2462 | ], |
||
2463 | "description": "The PHP Unit Testing framework.", |
||
2464 | "homepage": "http://www.phpunit.de/", |
||
2465 | "keywords": [ |
||
2466 | "phpunit", |
||
2467 | "testing", |
||
2468 | "xunit" |
||
2469 | ], |
||
2470 | "time": "2014-10-17 09:04:17" |
||
2471 | }, |
||
2472 | { |
||
2473 | "name": "phpunit/phpunit-mock-objects", |
||
2474 | "version": "1.2.x-dev", |
||
2475 | "source": { |
||
2476 | "type": "git", |
||
2477 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
2478 | "reference": "c39c4511c3b007539eb170c32cbc2af49a07351a" |
||
2479 | }, |
||
2480 | "dist": { |
||
2481 | "type": "zip", |
||
2482 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c39c4511c3b007539eb170c32cbc2af49a07351a", |
||
2483 | "reference": "c39c4511c3b007539eb170c32cbc2af49a07351a", |
||
2484 | "shasum": "" |
||
2485 | }, |
||
2486 | "require": { |
||
2487 | "php": ">=5.3.3", |
||
2488 | "phpunit/php-text-template": ">=1.1.1@stable" |
||
2489 | }, |
||
2490 | "require-dev": { |
||
2491 | "phpunit/phpunit": "3.7.*@dev" |
||
2492 | }, |
||
2493 | "suggest": { |
||
2494 | "ext-soap": "*" |
||
2495 | }, |
||
2496 | "type": "library", |
||
2497 | "extra": { |
||
2498 | "branch-alias": { |
||
2499 | "dev-master": "1.2.x-dev" |
||
2500 | } |
||
2501 | }, |
||
2502 | "autoload": { |
||
2503 | "classmap": [ |
||
2504 | "PHPUnit/" |
||
2505 | ] |
||
2506 | }, |
||
2507 | "notification-url": "https://packagist.org/downloads/", |
||
2508 | "include-path": [ |
||
2509 | "" |
||
2510 | ], |
||
2511 | "license": [ |
||
2512 | "BSD-3-Clause" |
||
2513 | ], |
||
2514 | "authors": [ |
||
2515 | { |
||
2516 | "name": "Sebastian Bergmann", |
||
2517 | "email": "[email protected]", |
||
2518 | "role": "lead" |
||
2519 | } |
||
2520 | ], |
||
2521 | "description": "Mock Object library for PHPUnit", |
||
2522 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
2523 | "keywords": [ |
||
2524 | "mock", |
||
2525 | "xunit" |
||
2526 | ], |
||
2527 | "time": "2014-02-16 12:43:56" |
||
2528 | }, |
||
2529 | { |
||
2530 | "name": "symfony/yaml", |
||
2531 | "version": "2.8.x-dev", |
||
2532 | "source": { |
||
2533 | "type": "git", |
||
2534 | "url": "https://github.com/symfony/yaml.git", |
||
2535 | "reference": "95a2e68dfb974e511431a94ab8b4c9416814e5d1" |
||
2536 | }, |
||
2537 | "dist": { |
||
2538 | "type": "zip", |
||
2539 | "url": "https://api.github.com/repos/symfony/yaml/zipball/95a2e68dfb974e511431a94ab8b4c9416814e5d1", |
||
2540 | "reference": "95a2e68dfb974e511431a94ab8b4c9416814e5d1", |
||
2541 | "shasum": "" |
||
2542 | }, |
||
2543 | "require": { |
||
2544 | "php": ">=5.3.9" |
||
2545 | }, |
||
2546 | "type": "library", |
||
2547 | "extra": { |
||
2548 | "branch-alias": { |
||
2549 | "dev-master": "2.8-dev" |
||
2550 | } |
||
2551 | }, |
||
2552 | "autoload": { |
||
2553 | "psr-4": { |
||
2554 | "Symfony\\Component\\Yaml\\": "" |
||
2555 | }, |
||
2556 | "exclude-from-classmap": [ |
||
2557 | "/Tests/" |
||
2558 | ] |
||
2559 | }, |
||
2560 | "notification-url": "https://packagist.org/downloads/", |
||
2561 | "license": [ |
||
2562 | "MIT" |
||
2563 | ], |
||
2564 | "authors": [ |
||
2565 | { |
||
2566 | "name": "Fabien Potencier", |
||
2567 | "email": "[email protected]" |
||
2568 | }, |
||
2569 | { |
||
2570 | "name": "Symfony Community", |
||
2571 | "homepage": "https://symfony.com/contributors" |
||
2572 | } |
||
2573 | ], |
||
2574 | "description": "Symfony Yaml Component", |
||
2575 | "homepage": "https://symfony.com", |
||
2576 | "time": "2016-06-16 08:10:24" |
||
2577 | } |
||
2578 | ], |
||
2579 | "aliases": [], |
||
2580 | "minimum-stability": "dev", |
||
2581 | "stability-flags": [], |
||
2582 | "prefer-stable": false, |
||
2583 | "prefer-lowest": false, |
||
2584 | "platform": { |
||
2585 | "php": ">=5.4.0" |
||
2586 | }, |
||
2587 | "platform-dev": [] |
||
2588 | } |
||
2589 |