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