NukaCode /
users
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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
| 5 | "This file is @generated automatically" |
||
| 6 | ], |
||
| 7 | "hash": "251b9b7fdd01e38b97f6e73240305433", |
||
| 8 | "packages": [ |
||
| 9 | { |
||
| 10 | "name": "classpreloader/classpreloader", |
||
| 11 | "version": "1.2.0", |
||
| 12 | "source": { |
||
| 13 | "type": "git", |
||
| 14 | "url": "https://github.com/ClassPreloader/ClassPreloader.git", |
||
| 15 | "reference": "f0bfbf71fb3335c9473f695d4d966ba2fb879a9f" |
||
| 16 | }, |
||
| 17 | "dist": { |
||
| 18 | "type": "zip", |
||
| 19 | "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/f0bfbf71fb3335c9473f695d4d966ba2fb879a9f", |
||
| 20 | "reference": "f0bfbf71fb3335c9473f695d4d966ba2fb879a9f", |
||
| 21 | "shasum": "" |
||
| 22 | }, |
||
| 23 | "require": { |
||
| 24 | "nikic/php-parser": "~1.0", |
||
| 25 | "php": ">=5.3.3", |
||
| 26 | "symfony/console": "~2.1", |
||
| 27 | "symfony/filesystem": "~2.1", |
||
| 28 | "symfony/finder": "~2.1" |
||
| 29 | }, |
||
| 30 | "require-dev": { |
||
| 31 | "phpunit/phpunit": "~4.0" |
||
| 32 | }, |
||
| 33 | "bin": [ |
||
| 34 | "classpreloader.php" |
||
| 35 | ], |
||
| 36 | "type": "library", |
||
| 37 | "extra": { |
||
| 38 | "branch-alias": { |
||
| 39 | "dev-master": "1.2-dev" |
||
| 40 | } |
||
| 41 | }, |
||
| 42 | "autoload": { |
||
| 43 | "psr-4": { |
||
| 44 | "ClassPreloader\\": "src/" |
||
| 45 | } |
||
| 46 | }, |
||
| 47 | "notification-url": "https://packagist.org/downloads/", |
||
| 48 | "license": [ |
||
| 49 | "MIT" |
||
| 50 | ], |
||
| 51 | "authors": [ |
||
| 52 | { |
||
| 53 | "name": "Graham Campbell", |
||
| 54 | "email": "[email protected]" |
||
| 55 | }, |
||
| 56 | { |
||
| 57 | "name": "Michael Dowling", |
||
| 58 | "email": "[email protected]" |
||
| 59 | } |
||
| 60 | ], |
||
| 61 | "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case", |
||
| 62 | "keywords": [ |
||
| 63 | "autoload", |
||
| 64 | "class", |
||
| 65 | "preload" |
||
| 66 | ], |
||
| 67 | "time": "2015-01-26 22:06:19" |
||
| 68 | }, |
||
| 69 | { |
||
| 70 | "name": "danielstjules/stringy", |
||
| 71 | "version": "1.9.0", |
||
| 72 | "source": { |
||
| 73 | "type": "git", |
||
| 74 | "url": "https://github.com/danielstjules/Stringy.git", |
||
| 75 | "reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b" |
||
| 76 | }, |
||
| 77 | "dist": { |
||
| 78 | "type": "zip", |
||
| 79 | "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/3cf18e9e424a6dedc38b7eb7ef580edb0929461b", |
||
| 80 | "reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b", |
||
| 81 | "shasum": "" |
||
| 82 | }, |
||
| 83 | "require": { |
||
| 84 | "ext-mbstring": "*", |
||
| 85 | "php": ">=5.3.0" |
||
| 86 | }, |
||
| 87 | "require-dev": { |
||
| 88 | "phpunit/phpunit": "~4.0" |
||
| 89 | }, |
||
| 90 | "type": "library", |
||
| 91 | "autoload": { |
||
| 92 | "psr-4": { |
||
| 93 | "Stringy\\": "src/" |
||
| 94 | }, |
||
| 95 | "files": [ |
||
| 96 | "src/Create.php" |
||
| 97 | ] |
||
| 98 | }, |
||
| 99 | "notification-url": "https://packagist.org/downloads/", |
||
| 100 | "license": [ |
||
| 101 | "MIT" |
||
| 102 | ], |
||
| 103 | "authors": [ |
||
| 104 | { |
||
| 105 | "name": "Daniel St. Jules", |
||
| 106 | "email": "[email protected]", |
||
| 107 | "homepage": "http://www.danielstjules.com" |
||
| 108 | } |
||
| 109 | ], |
||
| 110 | "description": "A string manipulation library with multibyte support", |
||
| 111 | "homepage": "https://github.com/danielstjules/Stringy", |
||
| 112 | "keywords": [ |
||
| 113 | "UTF", |
||
| 114 | "helpers", |
||
| 115 | "manipulation", |
||
| 116 | "methods", |
||
| 117 | "multibyte", |
||
| 118 | "string", |
||
| 119 | "utf-8", |
||
| 120 | "utility", |
||
| 121 | "utils" |
||
| 122 | ], |
||
| 123 | "time": "2015-02-10 06:19:18" |
||
| 124 | }, |
||
| 125 | { |
||
| 126 | "name": "dnoegel/php-xdg-base-dir", |
||
| 127 | "version": "0.1", |
||
| 128 | "source": { |
||
| 129 | "type": "git", |
||
| 130 | "url": "https://github.com/dnoegel/php-xdg-base-dir.git", |
||
| 131 | "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" |
||
| 132 | }, |
||
| 133 | "dist": { |
||
| 134 | "type": "zip", |
||
| 135 | "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", |
||
| 136 | "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", |
||
| 137 | "shasum": "" |
||
| 138 | }, |
||
| 139 | "require": { |
||
| 140 | "php": ">=5.3.2" |
||
| 141 | }, |
||
| 142 | "require-dev": { |
||
| 143 | "phpunit/phpunit": "@stable" |
||
| 144 | }, |
||
| 145 | "type": "project", |
||
| 146 | "autoload": { |
||
| 147 | "psr-4": { |
||
| 148 | "XdgBaseDir\\": "src/" |
||
| 149 | } |
||
| 150 | }, |
||
| 151 | "notification-url": "https://packagist.org/downloads/", |
||
| 152 | "license": [ |
||
| 153 | "MIT" |
||
| 154 | ], |
||
| 155 | "description": "implementation of xdg base directory specification for php", |
||
| 156 | "time": "2014-10-24 07:27:01" |
||
| 157 | }, |
||
| 158 | { |
||
| 159 | "name": "doctrine/annotations", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 160 | "version": "v1.2.3", |
||
| 161 | "source": { |
||
| 162 | "type": "git", |
||
| 163 | "url": "https://github.com/doctrine/annotations.git", |
||
| 164 | "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4" |
||
| 165 | }, |
||
| 166 | "dist": { |
||
| 167 | "type": "zip", |
||
| 168 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/eeda578cbe24a170331a1cfdf78be723412df7a4", |
||
| 169 | "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4", |
||
| 170 | "shasum": "" |
||
| 171 | }, |
||
| 172 | "require": { |
||
| 173 | "doctrine/lexer": "1.*", |
||
| 174 | "php": ">=5.3.2" |
||
| 175 | }, |
||
| 176 | "require-dev": { |
||
| 177 | "doctrine/cache": "1.*", |
||
| 178 | "phpunit/phpunit": "4.*" |
||
| 179 | }, |
||
| 180 | "type": "library", |
||
| 181 | "extra": { |
||
| 182 | "branch-alias": { |
||
| 183 | "dev-master": "1.3.x-dev" |
||
| 184 | } |
||
| 185 | }, |
||
| 186 | "autoload": { |
||
| 187 | "psr-0": { |
||
| 188 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
| 189 | } |
||
| 190 | }, |
||
| 191 | "notification-url": "https://packagist.org/downloads/", |
||
| 192 | "license": [ |
||
| 193 | "MIT" |
||
| 194 | ], |
||
| 195 | "authors": [ |
||
| 196 | { |
||
| 197 | "name": "Roman Borschel", |
||
| 198 | "email": "[email protected]" |
||
| 199 | }, |
||
| 200 | { |
||
| 201 | "name": "Benjamin Eberlei", |
||
| 202 | "email": "[email protected]" |
||
| 203 | }, |
||
| 204 | { |
||
| 205 | "name": "Guilherme Blanco", |
||
| 206 | "email": "[email protected]" |
||
| 207 | }, |
||
| 208 | { |
||
| 209 | "name": "Jonathan Wage", |
||
| 210 | "email": "[email protected]" |
||
| 211 | }, |
||
| 212 | { |
||
| 213 | "name": "Johannes Schmitt", |
||
| 214 | "email": "[email protected]" |
||
| 215 | } |
||
| 216 | ], |
||
| 217 | "description": "Docblock Annotations Parser", |
||
| 218 | "homepage": "http://www.doctrine-project.org", |
||
| 219 | "keywords": [ |
||
| 220 | "annotations", |
||
| 221 | "docblock", |
||
| 222 | "parser" |
||
| 223 | ], |
||
| 224 | "time": "2014-12-20 20:49:38" |
||
| 225 | }, |
||
| 226 | { |
||
| 227 | "name": "doctrine/cache", |
||
|
0 ignored issues
–
show
There is a security advisory for your installed version of doctrine/cache:
Security Misconfiguration Vulnerability in various Doctrine projects Loading history...
|
|||
| 228 | "version": "v1.4.0", |
||
| 229 | "source": { |
||
| 230 | "type": "git", |
||
| 231 | "url": "https://github.com/doctrine/cache.git", |
||
| 232 | "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8" |
||
| 233 | }, |
||
| 234 | "dist": { |
||
| 235 | "type": "zip", |
||
| 236 | "url": "https://api.github.com/repos/doctrine/cache/zipball/2346085d2b027b233ae1d5de59b07440b9f288c8", |
||
| 237 | "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8", |
||
| 238 | "shasum": "" |
||
| 239 | }, |
||
| 240 | "require": { |
||
| 241 | "php": ">=5.3.2" |
||
| 242 | }, |
||
| 243 | "conflict": { |
||
| 244 | "doctrine/common": ">2.2,<2.4" |
||
| 245 | }, |
||
| 246 | "require-dev": { |
||
| 247 | "phpunit/phpunit": ">=3.7", |
||
| 248 | "predis/predis": "~0.8", |
||
| 249 | "satooshi/php-coveralls": "~0.6" |
||
| 250 | }, |
||
| 251 | "type": "library", |
||
| 252 | "extra": { |
||
| 253 | "branch-alias": { |
||
| 254 | "dev-master": "1.4.x-dev" |
||
| 255 | } |
||
| 256 | }, |
||
| 257 | "autoload": { |
||
| 258 | "psr-0": { |
||
| 259 | "Doctrine\\Common\\Cache\\": "lib/" |
||
| 260 | } |
||
| 261 | }, |
||
| 262 | "notification-url": "https://packagist.org/downloads/", |
||
| 263 | "license": [ |
||
| 264 | "MIT" |
||
| 265 | ], |
||
| 266 | "authors": [ |
||
| 267 | { |
||
| 268 | "name": "Roman Borschel", |
||
| 269 | "email": "[email protected]" |
||
| 270 | }, |
||
| 271 | { |
||
| 272 | "name": "Benjamin Eberlei", |
||
| 273 | "email": "[email protected]" |
||
| 274 | }, |
||
| 275 | { |
||
| 276 | "name": "Guilherme Blanco", |
||
| 277 | "email": "[email protected]" |
||
| 278 | }, |
||
| 279 | { |
||
| 280 | "name": "Jonathan Wage", |
||
| 281 | "email": "[email protected]" |
||
| 282 | }, |
||
| 283 | { |
||
| 284 | "name": "Johannes Schmitt", |
||
| 285 | "email": "[email protected]" |
||
| 286 | } |
||
| 287 | ], |
||
| 288 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
| 289 | "homepage": "http://www.doctrine-project.org", |
||
| 290 | "keywords": [ |
||
| 291 | "cache", |
||
| 292 | "caching" |
||
| 293 | ], |
||
| 294 | "time": "2015-01-15 20:38:55" |
||
| 295 | }, |
||
| 296 | { |
||
| 297 | "name": "doctrine/collections", |
||
| 298 | "version": "v1.2", |
||
| 299 | "source": { |
||
| 300 | "type": "git", |
||
| 301 | "url": "https://github.com/doctrine/collections.git", |
||
| 302 | "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2" |
||
| 303 | }, |
||
| 304 | "dist": { |
||
| 305 | "type": "zip", |
||
| 306 | "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2", |
||
| 307 | "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2", |
||
| 308 | "shasum": "" |
||
| 309 | }, |
||
| 310 | "require": { |
||
| 311 | "php": ">=5.3.2" |
||
| 312 | }, |
||
| 313 | "type": "library", |
||
| 314 | "extra": { |
||
| 315 | "branch-alias": { |
||
| 316 | "dev-master": "1.2.x-dev" |
||
| 317 | } |
||
| 318 | }, |
||
| 319 | "autoload": { |
||
| 320 | "psr-0": { |
||
| 321 | "Doctrine\\Common\\Collections\\": "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": "https://github.com/schmittjoh", |
||
| 352 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 353 | } |
||
| 354 | ], |
||
| 355 | "description": "Collections Abstraction library", |
||
| 356 | "homepage": "http://www.doctrine-project.org", |
||
| 357 | "keywords": [ |
||
| 358 | "array", |
||
| 359 | "collections", |
||
| 360 | "iterator" |
||
| 361 | ], |
||
| 362 | "time": "2014-02-03 23:07:43" |
||
| 363 | }, |
||
| 364 | { |
||
| 365 | "name": "doctrine/common", |
||
|
0 ignored issues
–
show
There is a security advisory for your installed version of doctrine/common:
Security Misconfiguration Vulnerability in various Doctrine projects Loading history...
|
|||
| 366 | "version": "v2.4.2", |
||
| 367 | "source": { |
||
| 368 | "type": "git", |
||
| 369 | "url": "https://github.com/doctrine/common.git", |
||
| 370 | "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b" |
||
| 371 | }, |
||
| 372 | "dist": { |
||
| 373 | "type": "zip", |
||
| 374 | "url": "https://api.github.com/repos/doctrine/common/zipball/5db6ab40e4c531f14dad4ca96a394dfce5d4255b", |
||
| 375 | "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b", |
||
| 376 | "shasum": "" |
||
| 377 | }, |
||
| 378 | "require": { |
||
| 379 | "doctrine/annotations": "1.*", |
||
| 380 | "doctrine/cache": "1.*", |
||
| 381 | "doctrine/collections": "1.*", |
||
| 382 | "doctrine/inflector": "1.*", |
||
| 383 | "doctrine/lexer": "1.*", |
||
| 384 | "php": ">=5.3.2" |
||
| 385 | }, |
||
| 386 | "require-dev": { |
||
| 387 | "phpunit/phpunit": "~3.7" |
||
| 388 | }, |
||
| 389 | "type": "library", |
||
| 390 | "extra": { |
||
| 391 | "branch-alias": { |
||
| 392 | "dev-master": "2.4.x-dev" |
||
| 393 | } |
||
| 394 | }, |
||
| 395 | "autoload": { |
||
| 396 | "psr-0": { |
||
| 397 | "Doctrine\\Common\\": "lib/" |
||
| 398 | } |
||
| 399 | }, |
||
| 400 | "notification-url": "https://packagist.org/downloads/", |
||
| 401 | "license": [ |
||
| 402 | "MIT" |
||
| 403 | ], |
||
| 404 | "authors": [ |
||
| 405 | { |
||
| 406 | "name": "Jonathan Wage", |
||
| 407 | "email": "[email protected]", |
||
| 408 | "homepage": "http://www.jwage.com/", |
||
| 409 | "role": "Creator" |
||
| 410 | }, |
||
| 411 | { |
||
| 412 | "name": "Guilherme Blanco", |
||
| 413 | "email": "[email protected]", |
||
| 414 | "homepage": "http://www.instaclick.com" |
||
| 415 | }, |
||
| 416 | { |
||
| 417 | "name": "Roman Borschel", |
||
| 418 | "email": "[email protected]" |
||
| 419 | }, |
||
| 420 | { |
||
| 421 | "name": "Benjamin Eberlei", |
||
| 422 | "email": "[email protected]" |
||
| 423 | }, |
||
| 424 | { |
||
| 425 | "name": "Johannes Schmitt", |
||
| 426 | "email": "[email protected]", |
||
| 427 | "homepage": "https://github.com/schmittjoh", |
||
| 428 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 429 | } |
||
| 430 | ], |
||
| 431 | "description": "Common Library for Doctrine projects", |
||
| 432 | "homepage": "http://www.doctrine-project.org", |
||
| 433 | "keywords": [ |
||
| 434 | "annotations", |
||
| 435 | "collections", |
||
| 436 | "eventmanager", |
||
| 437 | "persistence", |
||
| 438 | "spl" |
||
| 439 | ], |
||
| 440 | "time": "2014-05-21 19:28:51" |
||
| 441 | }, |
||
| 442 | { |
||
| 443 | "name": "doctrine/dbal", |
||
| 444 | "version": "v2.4.2", |
||
| 445 | "source": { |
||
| 446 | "type": "git", |
||
| 447 | "url": "https://github.com/doctrine/dbal.git", |
||
| 448 | "reference": "fec965d330c958e175c39e61c3f6751955af32d0" |
||
| 449 | }, |
||
| 450 | "dist": { |
||
| 451 | "type": "zip", |
||
| 452 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/fec965d330c958e175c39e61c3f6751955af32d0", |
||
| 453 | "reference": "fec965d330c958e175c39e61c3f6751955af32d0", |
||
| 454 | "shasum": "" |
||
| 455 | }, |
||
| 456 | "require": { |
||
| 457 | "doctrine/common": "~2.4", |
||
| 458 | "php": ">=5.3.2" |
||
| 459 | }, |
||
| 460 | "require-dev": { |
||
| 461 | "phpunit/phpunit": "3.7.*", |
||
| 462 | "symfony/console": "~2.0" |
||
| 463 | }, |
||
| 464 | "suggest": { |
||
| 465 | "symfony/console": "Allows use of the command line interface" |
||
| 466 | }, |
||
| 467 | "type": "library", |
||
| 468 | "autoload": { |
||
| 469 | "psr-0": { |
||
| 470 | "Doctrine\\DBAL\\": "lib/" |
||
| 471 | } |
||
| 472 | }, |
||
| 473 | "notification-url": "https://packagist.org/downloads/", |
||
| 474 | "license": [ |
||
| 475 | "MIT" |
||
| 476 | ], |
||
| 477 | "authors": [ |
||
| 478 | { |
||
| 479 | "name": "Jonathan Wage", |
||
| 480 | "email": "[email protected]", |
||
| 481 | "homepage": "http://www.jwage.com/", |
||
| 482 | "role": "Creator" |
||
| 483 | }, |
||
| 484 | { |
||
| 485 | "name": "Guilherme Blanco", |
||
| 486 | "email": "[email protected]", |
||
| 487 | "homepage": "http://www.instaclick.com" |
||
| 488 | }, |
||
| 489 | { |
||
| 490 | "name": "Roman Borschel", |
||
| 491 | "email": "[email protected]" |
||
| 492 | }, |
||
| 493 | { |
||
| 494 | "name": "Benjamin Eberlei", |
||
| 495 | "email": "[email protected]" |
||
| 496 | } |
||
| 497 | ], |
||
| 498 | "description": "Database Abstraction Layer", |
||
| 499 | "homepage": "http://www.doctrine-project.org", |
||
| 500 | "keywords": [ |
||
| 501 | "database", |
||
| 502 | "dbal", |
||
| 503 | "persistence", |
||
| 504 | "queryobject" |
||
| 505 | ], |
||
| 506 | "time": "2014-01-01 16:43:57" |
||
| 507 | }, |
||
| 508 | { |
||
| 509 | "name": "doctrine/inflector", |
||
| 510 | "version": "v1.0.1", |
||
| 511 | "source": { |
||
| 512 | "type": "git", |
||
| 513 | "url": "https://github.com/doctrine/inflector.git", |
||
| 514 | "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604" |
||
| 515 | }, |
||
| 516 | "dist": { |
||
| 517 | "type": "zip", |
||
| 518 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604", |
||
| 519 | "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604", |
||
| 520 | "shasum": "" |
||
| 521 | }, |
||
| 522 | "require": { |
||
| 523 | "php": ">=5.3.2" |
||
| 524 | }, |
||
| 525 | "require-dev": { |
||
| 526 | "phpunit/phpunit": "4.*" |
||
| 527 | }, |
||
| 528 | "type": "library", |
||
| 529 | "extra": { |
||
| 530 | "branch-alias": { |
||
| 531 | "dev-master": "1.0.x-dev" |
||
| 532 | } |
||
| 533 | }, |
||
| 534 | "autoload": { |
||
| 535 | "psr-0": { |
||
| 536 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
| 537 | } |
||
| 538 | }, |
||
| 539 | "notification-url": "https://packagist.org/downloads/", |
||
| 540 | "license": [ |
||
| 541 | "MIT" |
||
| 542 | ], |
||
| 543 | "authors": [ |
||
| 544 | { |
||
| 545 | "name": "Roman Borschel", |
||
| 546 | "email": "[email protected]" |
||
| 547 | }, |
||
| 548 | { |
||
| 549 | "name": "Benjamin Eberlei", |
||
| 550 | "email": "[email protected]" |
||
| 551 | }, |
||
| 552 | { |
||
| 553 | "name": "Guilherme Blanco", |
||
| 554 | "email": "[email protected]" |
||
| 555 | }, |
||
| 556 | { |
||
| 557 | "name": "Jonathan Wage", |
||
| 558 | "email": "[email protected]" |
||
| 559 | }, |
||
| 560 | { |
||
| 561 | "name": "Johannes Schmitt", |
||
| 562 | "email": "[email protected]" |
||
| 563 | } |
||
| 564 | ], |
||
| 565 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
| 566 | "homepage": "http://www.doctrine-project.org", |
||
| 567 | "keywords": [ |
||
| 568 | "inflection", |
||
| 569 | "pluralize", |
||
| 570 | "singularize", |
||
| 571 | "string" |
||
| 572 | ], |
||
| 573 | "time": "2014-12-20 21:24:13" |
||
| 574 | }, |
||
| 575 | { |
||
| 576 | "name": "doctrine/lexer", |
||
| 577 | "version": "v1.0.1", |
||
| 578 | "source": { |
||
| 579 | "type": "git", |
||
| 580 | "url": "https://github.com/doctrine/lexer.git", |
||
| 581 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
| 582 | }, |
||
| 583 | "dist": { |
||
| 584 | "type": "zip", |
||
| 585 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 586 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 587 | "shasum": "" |
||
| 588 | }, |
||
| 589 | "require": { |
||
| 590 | "php": ">=5.3.2" |
||
| 591 | }, |
||
| 592 | "type": "library", |
||
| 593 | "extra": { |
||
| 594 | "branch-alias": { |
||
| 595 | "dev-master": "1.0.x-dev" |
||
| 596 | } |
||
| 597 | }, |
||
| 598 | "autoload": { |
||
| 599 | "psr-0": { |
||
| 600 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
| 601 | } |
||
| 602 | }, |
||
| 603 | "notification-url": "https://packagist.org/downloads/", |
||
| 604 | "license": [ |
||
| 605 | "MIT" |
||
| 606 | ], |
||
| 607 | "authors": [ |
||
| 608 | { |
||
| 609 | "name": "Roman Borschel", |
||
| 610 | "email": "[email protected]" |
||
| 611 | }, |
||
| 612 | { |
||
| 613 | "name": "Guilherme Blanco", |
||
| 614 | "email": "[email protected]" |
||
| 615 | }, |
||
| 616 | { |
||
| 617 | "name": "Johannes Schmitt", |
||
| 618 | "email": "[email protected]" |
||
| 619 | } |
||
| 620 | ], |
||
| 621 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
| 622 | "homepage": "http://www.doctrine-project.org", |
||
| 623 | "keywords": [ |
||
| 624 | "lexer", |
||
| 625 | "parser" |
||
| 626 | ], |
||
| 627 | "time": "2014-09-09 13:34:57" |
||
| 628 | }, |
||
| 629 | { |
||
| 630 | "name": "ircmaxell/password-compat", |
||
| 631 | "version": "v1.0.4", |
||
| 632 | "source": { |
||
| 633 | "type": "git", |
||
| 634 | "url": "https://github.com/ircmaxell/password_compat.git", |
||
| 635 | "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" |
||
| 636 | }, |
||
| 637 | "dist": { |
||
| 638 | "type": "zip", |
||
| 639 | "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", |
||
| 640 | "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", |
||
| 641 | "shasum": "" |
||
| 642 | }, |
||
| 643 | "require-dev": { |
||
| 644 | "phpunit/phpunit": "4.*" |
||
| 645 | }, |
||
| 646 | "type": "library", |
||
| 647 | "autoload": { |
||
| 648 | "files": [ |
||
| 649 | "lib/password.php" |
||
| 650 | ] |
||
| 651 | }, |
||
| 652 | "notification-url": "https://packagist.org/downloads/", |
||
| 653 | "license": [ |
||
| 654 | "MIT" |
||
| 655 | ], |
||
| 656 | "authors": [ |
||
| 657 | { |
||
| 658 | "name": "Anthony Ferrara", |
||
| 659 | "email": "[email protected]", |
||
| 660 | "homepage": "http://blog.ircmaxell.com" |
||
| 661 | } |
||
| 662 | ], |
||
| 663 | "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", |
||
| 664 | "homepage": "https://github.com/ircmaxell/password_compat", |
||
| 665 | "keywords": [ |
||
| 666 | "hashing", |
||
| 667 | "password" |
||
| 668 | ], |
||
| 669 | "time": "2014-11-20 16:49:30" |
||
| 670 | }, |
||
| 671 | { |
||
| 672 | "name": "jakub-onderka/php-console-color", |
||
| 673 | "version": "0.1", |
||
| 674 | "source": { |
||
| 675 | "type": "git", |
||
| 676 | "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", |
||
| 677 | "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1" |
||
| 678 | }, |
||
| 679 | "dist": { |
||
| 680 | "type": "zip", |
||
| 681 | "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1", |
||
| 682 | "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1", |
||
| 683 | "shasum": "" |
||
| 684 | }, |
||
| 685 | "require": { |
||
| 686 | "php": ">=5.3.2" |
||
| 687 | }, |
||
| 688 | "require-dev": { |
||
| 689 | "jakub-onderka/php-code-style": "1.0", |
||
| 690 | "jakub-onderka/php-parallel-lint": "0.*", |
||
| 691 | "jakub-onderka/php-var-dump-check": "0.*", |
||
| 692 | "phpunit/phpunit": "3.7.*", |
||
| 693 | "squizlabs/php_codesniffer": "1.*" |
||
| 694 | }, |
||
| 695 | "type": "library", |
||
| 696 | "autoload": { |
||
| 697 | "psr-0": { |
||
| 698 | "JakubOnderka\\PhpConsoleColor": "src/" |
||
| 699 | } |
||
| 700 | }, |
||
| 701 | "notification-url": "https://packagist.org/downloads/", |
||
| 702 | "license": [ |
||
| 703 | "BSD-2-Clause" |
||
| 704 | ], |
||
| 705 | "authors": [ |
||
| 706 | { |
||
| 707 | "name": "Jakub Onderka", |
||
| 708 | "email": "[email protected]", |
||
| 709 | "homepage": "http://www.acci.cz" |
||
| 710 | } |
||
| 711 | ], |
||
| 712 | "time": "2014-04-08 15:00:19" |
||
| 713 | }, |
||
| 714 | { |
||
| 715 | "name": "jakub-onderka/php-console-highlighter", |
||
| 716 | "version": "v0.3.1", |
||
| 717 | "source": { |
||
| 718 | "type": "git", |
||
| 719 | "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", |
||
| 720 | "reference": "05bce997da20acf873e6bf396276798f3cd2c76a" |
||
| 721 | }, |
||
| 722 | "dist": { |
||
| 723 | "type": "zip", |
||
| 724 | "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/05bce997da20acf873e6bf396276798f3cd2c76a", |
||
| 725 | "reference": "05bce997da20acf873e6bf396276798f3cd2c76a", |
||
| 726 | "shasum": "" |
||
| 727 | }, |
||
| 728 | "require": { |
||
| 729 | "jakub-onderka/php-console-color": "~0.1", |
||
| 730 | "php": ">=5.3.0" |
||
| 731 | }, |
||
| 732 | "require-dev": { |
||
| 733 | "jakub-onderka/php-code-style": "~1.0", |
||
| 734 | "jakub-onderka/php-parallel-lint": "~0.5", |
||
| 735 | "phpunit/phpunit": "~4.0", |
||
| 736 | "squizlabs/php_codesniffer": "~1.5" |
||
| 737 | }, |
||
| 738 | "type": "library", |
||
| 739 | "autoload": { |
||
| 740 | "psr-0": { |
||
| 741 | "JakubOnderka\\PhpConsoleHighlighter": "src/" |
||
| 742 | } |
||
| 743 | }, |
||
| 744 | "notification-url": "https://packagist.org/downloads/", |
||
| 745 | "license": [ |
||
| 746 | "MIT" |
||
| 747 | ], |
||
| 748 | "authors": [ |
||
| 749 | { |
||
| 750 | "name": "Jakub Onderka", |
||
| 751 | "email": "[email protected]", |
||
| 752 | "homepage": "http://www.acci.cz/" |
||
| 753 | } |
||
| 754 | ], |
||
| 755 | "time": "2014-07-14 20:59:35" |
||
| 756 | }, |
||
| 757 | { |
||
| 758 | "name": "jeremeamia/SuperClosure", |
||
| 759 | "version": "2.0.0", |
||
| 760 | "source": { |
||
| 761 | "type": "git", |
||
| 762 | "url": "https://github.com/jeremeamia/super_closure.git", |
||
| 763 | "reference": "ac4394c7e21777ac48543190fb0872b2fc7f17af" |
||
| 764 | }, |
||
| 765 | "dist": { |
||
| 766 | "type": "zip", |
||
| 767 | "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/ac4394c7e21777ac48543190fb0872b2fc7f17af", |
||
| 768 | "reference": "ac4394c7e21777ac48543190fb0872b2fc7f17af", |
||
| 769 | "shasum": "" |
||
| 770 | }, |
||
| 771 | "require": { |
||
| 772 | "nikic/php-parser": "~1.0", |
||
| 773 | "php": ">=5.4" |
||
| 774 | }, |
||
| 775 | "require-dev": { |
||
| 776 | "codeclimate/php-test-reporter": "~0.1.2", |
||
| 777 | "phpunit/phpunit": "~4.0" |
||
| 778 | }, |
||
| 779 | "type": "library", |
||
| 780 | "extra": { |
||
| 781 | "branch-alias": { |
||
| 782 | "dev-master": "2.0-dev" |
||
| 783 | } |
||
| 784 | }, |
||
| 785 | "autoload": { |
||
| 786 | "psr-4": { |
||
| 787 | "SuperClosure\\": "src/" |
||
| 788 | } |
||
| 789 | }, |
||
| 790 | "notification-url": "https://packagist.org/downloads/", |
||
| 791 | "license": [ |
||
| 792 | "MIT" |
||
| 793 | ], |
||
| 794 | "authors": [ |
||
| 795 | { |
||
| 796 | "name": "Jeremy Lindblom", |
||
| 797 | "email": "[email protected]", |
||
| 798 | "homepage": "https://github.com/jeremeamia", |
||
| 799 | "role": "Developer" |
||
| 800 | } |
||
| 801 | ], |
||
| 802 | "description": "Serialize Closure objects, including their context and binding", |
||
| 803 | "homepage": "https://github.com/jeremeamia/super_closure", |
||
| 804 | "keywords": [ |
||
| 805 | "closure", |
||
| 806 | "function", |
||
| 807 | "lambda", |
||
| 808 | "parser", |
||
| 809 | "serializable", |
||
| 810 | "serialize", |
||
| 811 | "tokenizer" |
||
| 812 | ], |
||
| 813 | "time": "2015-01-26 23:07:39" |
||
| 814 | }, |
||
| 815 | { |
||
| 816 | "name": "laracasts/presenter", |
||
| 817 | "version": "0.2.0", |
||
| 818 | "source": { |
||
| 819 | "type": "git", |
||
| 820 | "url": "https://github.com/laracasts/Presenter.git", |
||
| 821 | "reference": "b284f3137f990efd6e95df49d254f1ccc4541e92" |
||
| 822 | }, |
||
| 823 | "dist": { |
||
| 824 | "type": "zip", |
||
| 825 | "url": "https://api.github.com/repos/laracasts/Presenter/zipball/b284f3137f990efd6e95df49d254f1ccc4541e92", |
||
| 826 | "reference": "b284f3137f990efd6e95df49d254f1ccc4541e92", |
||
| 827 | "shasum": "" |
||
| 828 | }, |
||
| 829 | "require": { |
||
| 830 | "illuminate/support": "~5.0", |
||
| 831 | "php": ">=5.4.0" |
||
| 832 | }, |
||
| 833 | "require-dev": { |
||
| 834 | "mockery/mockery": "~0.9", |
||
| 835 | "phpspec/phpspec": "~2.0" |
||
| 836 | }, |
||
| 837 | "type": "library", |
||
| 838 | "autoload": { |
||
| 839 | "psr-0": { |
||
| 840 | "Laracasts\\Presenter": "src/" |
||
| 841 | } |
||
| 842 | }, |
||
| 843 | "notification-url": "https://packagist.org/downloads/", |
||
| 844 | "license": [ |
||
| 845 | "MIT" |
||
| 846 | ], |
||
| 847 | "authors": [ |
||
| 848 | { |
||
| 849 | "name": "Jeffrey Way", |
||
| 850 | "email": "[email protected]" |
||
| 851 | } |
||
| 852 | ], |
||
| 853 | "description": "Simple view presenters", |
||
| 854 | "keywords": [ |
||
| 855 | "laravel", |
||
| 856 | "presenter", |
||
| 857 | "view" |
||
| 858 | ], |
||
| 859 | "time": "2014-09-13 13:18:07" |
||
| 860 | }, |
||
| 861 | { |
||
| 862 | "name": "laravel/framework", |
||
| 863 | "version": "v5.0.5", |
||
| 864 | "source": { |
||
| 865 | "type": "git", |
||
| 866 | "url": "https://github.com/laravel/framework.git", |
||
| 867 | "reference": "b1aea041cbc0cd54563e2d3709a54a71eed57653" |
||
| 868 | }, |
||
| 869 | "dist": { |
||
| 870 | "type": "zip", |
||
| 871 | "url": "https://api.github.com/repos/laravel/framework/zipball/b1aea041cbc0cd54563e2d3709a54a71eed57653", |
||
| 872 | "reference": "b1aea041cbc0cd54563e2d3709a54a71eed57653", |
||
| 873 | "shasum": "" |
||
| 874 | }, |
||
| 875 | "require": { |
||
| 876 | "classpreloader/classpreloader": "~1.2", |
||
| 877 | "danielstjules/stringy": "~1.8", |
||
| 878 | "doctrine/inflector": "~1.0", |
||
| 879 | "ext-mbstring": "*", |
||
| 880 | "ext-mcrypt": "*", |
||
| 881 | "ext-openssl": "*", |
||
| 882 | "ircmaxell/password-compat": "~1.0", |
||
| 883 | "jeremeamia/superclosure": "~2.0", |
||
| 884 | "league/flysystem": "~1.0", |
||
| 885 | "monolog/monolog": "~1.11", |
||
| 886 | "mtdowling/cron-expression": "~1.0", |
||
| 887 | "nesbot/carbon": "~1.0", |
||
| 888 | "php": ">=5.4.0", |
||
| 889 | "psy/psysh": "0.3.*", |
||
| 890 | "swiftmailer/swiftmailer": "~5.1", |
||
| 891 | "symfony/console": "2.6.*", |
||
| 892 | "symfony/debug": "2.6.*", |
||
| 893 | "symfony/finder": "2.6.*", |
||
| 894 | "symfony/http-foundation": "2.6.*", |
||
| 895 | "symfony/http-kernel": "2.6.*", |
||
| 896 | "symfony/process": "2.6.*", |
||
| 897 | "symfony/routing": "2.6.*", |
||
| 898 | "symfony/security-core": "2.6.*", |
||
| 899 | "symfony/translation": "2.6.*", |
||
| 900 | "symfony/var-dumper": "2.6.*", |
||
| 901 | "vlucas/phpdotenv": "~1.0" |
||
| 902 | }, |
||
| 903 | "replace": { |
||
| 904 | "illuminate/auth": "self.version", |
||
| 905 | "illuminate/bus": "self.version", |
||
| 906 | "illuminate/cache": "self.version", |
||
| 907 | "illuminate/config": "self.version", |
||
| 908 | "illuminate/console": "self.version", |
||
| 909 | "illuminate/container": "self.version", |
||
| 910 | "illuminate/contracts": "self.version", |
||
| 911 | "illuminate/cookie": "self.version", |
||
| 912 | "illuminate/database": "self.version", |
||
| 913 | "illuminate/encryption": "self.version", |
||
| 914 | "illuminate/events": "self.version", |
||
| 915 | "illuminate/exception": "self.version", |
||
| 916 | "illuminate/filesystem": "self.version", |
||
| 917 | "illuminate/foundation": "self.version", |
||
| 918 | "illuminate/hashing": "self.version", |
||
| 919 | "illuminate/http": "self.version", |
||
| 920 | "illuminate/log": "self.version", |
||
| 921 | "illuminate/mail": "self.version", |
||
| 922 | "illuminate/pagination": "self.version", |
||
| 923 | "illuminate/pipeline": "self.version", |
||
| 924 | "illuminate/queue": "self.version", |
||
| 925 | "illuminate/redis": "self.version", |
||
| 926 | "illuminate/routing": "self.version", |
||
| 927 | "illuminate/session": "self.version", |
||
| 928 | "illuminate/support": "self.version", |
||
| 929 | "illuminate/translation": "self.version", |
||
| 930 | "illuminate/validation": "self.version", |
||
| 931 | "illuminate/view": "self.version" |
||
| 932 | }, |
||
| 933 | "require-dev": { |
||
| 934 | "aws/aws-sdk-php": "~2.4", |
||
| 935 | "iron-io/iron_mq": "~1.5", |
||
| 936 | "mockery/mockery": "~0.9", |
||
| 937 | "pda/pheanstalk": "~3.0", |
||
| 938 | "phpunit/phpunit": "~4.0", |
||
| 939 | "predis/predis": "~1.0" |
||
| 940 | }, |
||
| 941 | "suggest": { |
||
| 942 | "aws/aws-sdk-php": "Required to use the SQS queue driver (~2.4).", |
||
| 943 | "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).", |
||
| 944 | "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (~5.0).", |
||
| 945 | "iron-io/iron_mq": "Required to use the iron queue driver (~1.5).", |
||
| 946 | "league/flysystem-aws-s3-v2": "Required to use the Flysystem S3 driver (~1.0).", |
||
| 947 | "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", |
||
| 948 | "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).", |
||
| 949 | "predis/predis": "Required to use the redis cache and queue drivers (~1.0)." |
||
| 950 | }, |
||
| 951 | "type": "library", |
||
| 952 | "extra": { |
||
| 953 | "branch-alias": { |
||
| 954 | "dev-master": "5.0-dev" |
||
| 955 | } |
||
| 956 | }, |
||
| 957 | "autoload": { |
||
| 958 | "classmap": [ |
||
| 959 | "src/Illuminate/Queue/IlluminateQueueClosure.php" |
||
| 960 | ], |
||
| 961 | "files": [ |
||
| 962 | "src/Illuminate/Foundation/helpers.php", |
||
| 963 | "src/Illuminate/Support/helpers.php" |
||
| 964 | ], |
||
| 965 | "psr-4": { |
||
| 966 | "Illuminate\\": "src/Illuminate/" |
||
| 967 | } |
||
| 968 | }, |
||
| 969 | "notification-url": "https://packagist.org/downloads/", |
||
| 970 | "license": [ |
||
| 971 | "MIT" |
||
| 972 | ], |
||
| 973 | "authors": [ |
||
| 974 | { |
||
| 975 | "name": "Taylor Otwell", |
||
| 976 | "email": "[email protected]" |
||
| 977 | } |
||
| 978 | ], |
||
| 979 | "description": "The Laravel Framework.", |
||
| 980 | "keywords": [ |
||
| 981 | "framework", |
||
| 982 | "laravel" |
||
| 983 | ], |
||
| 984 | "time": "2015-02-13 19:10:59" |
||
| 985 | }, |
||
| 986 | { |
||
| 987 | "name": "league/flysystem", |
||
| 988 | "version": "1.0.1", |
||
| 989 | "source": { |
||
| 990 | "type": "git", |
||
| 991 | "url": "https://github.com/thephpleague/flysystem.git", |
||
| 992 | "reference": "efa1d394bb45b0984a863854c608c607b9c2a9a4" |
||
| 993 | }, |
||
| 994 | "dist": { |
||
| 995 | "type": "zip", |
||
| 996 | "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/efa1d394bb45b0984a863854c608c607b9c2a9a4", |
||
| 997 | "reference": "efa1d394bb45b0984a863854c608c607b9c2a9a4", |
||
| 998 | "shasum": "" |
||
| 999 | }, |
||
| 1000 | "require": { |
||
| 1001 | "php": ">=5.4.0" |
||
| 1002 | }, |
||
| 1003 | "require-dev": { |
||
| 1004 | "ext-fileinfo": "*", |
||
| 1005 | "league/phpunit-coverage-listener": "~1.1", |
||
| 1006 | "mockery/mockery": "~0.9", |
||
| 1007 | "phpspec/phpspec": "~2.0.0", |
||
| 1008 | "phpspec/prophecy-phpunit": "~1.0", |
||
| 1009 | "phpunit/phpunit": "~4.0", |
||
| 1010 | "predis/predis": "~1.0", |
||
| 1011 | "tedivm/stash": "~0.12.0" |
||
| 1012 | }, |
||
| 1013 | "suggest": { |
||
| 1014 | "ext-fileinfo": "Required for MimeType", |
||
| 1015 | "league/flysystem-aws-s3-v2": "Use S3 storage with AWS SDK v2", |
||
| 1016 | "league/flysystem-aws-s3-v3": "Use S3 storage with AWS SDK v3", |
||
| 1017 | "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", |
||
| 1018 | "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", |
||
| 1019 | "league/flysystem-copy": "Allows you to use Copy.com storage", |
||
| 1020 | "league/flysystem-dropbox": "Use Dropbox storage", |
||
| 1021 | "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", |
||
| 1022 | "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", |
||
| 1023 | "league/flysystem-sftp": "Allows SFTP server storage via phpseclib", |
||
| 1024 | "league/flysystem-webdav": "Allows you to use WebDAV storage", |
||
| 1025 | "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", |
||
| 1026 | "predis/predis": "Allows you to use Predis for caching" |
||
| 1027 | }, |
||
| 1028 | "type": "library", |
||
| 1029 | "extra": { |
||
| 1030 | "branch-alias": { |
||
| 1031 | "dev-master": "1.1-dev" |
||
| 1032 | } |
||
| 1033 | }, |
||
| 1034 | "autoload": { |
||
| 1035 | "psr-4": { |
||
| 1036 | "League\\Flysystem\\": "src/" |
||
| 1037 | } |
||
| 1038 | }, |
||
| 1039 | "notification-url": "https://packagist.org/downloads/", |
||
| 1040 | "license": [ |
||
| 1041 | "MIT" |
||
| 1042 | ], |
||
| 1043 | "authors": [ |
||
| 1044 | { |
||
| 1045 | "name": "Frank de Jonge", |
||
| 1046 | "email": "[email protected]" |
||
| 1047 | } |
||
| 1048 | ], |
||
| 1049 | "description": "Many filesystems, one API.", |
||
| 1050 | "keywords": [ |
||
| 1051 | "Cloud Files", |
||
| 1052 | "WebDAV", |
||
| 1053 | "aws", |
||
| 1054 | "cloud", |
||
| 1055 | "copy.com", |
||
| 1056 | "dropbox", |
||
| 1057 | "file systems", |
||
| 1058 | "files", |
||
| 1059 | "filesystem", |
||
| 1060 | "ftp", |
||
| 1061 | "rackspace", |
||
| 1062 | "remote", |
||
| 1063 | "s3", |
||
| 1064 | "sftp", |
||
| 1065 | "storage" |
||
| 1066 | ], |
||
| 1067 | "time": "2015-01-23 09:43:34" |
||
| 1068 | }, |
||
| 1069 | { |
||
| 1070 | "name": "monolog/monolog", |
||
| 1071 | "version": "1.12.0", |
||
| 1072 | "source": { |
||
| 1073 | "type": "git", |
||
| 1074 | "url": "https://github.com/Seldaek/monolog.git", |
||
| 1075 | "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f" |
||
| 1076 | }, |
||
| 1077 | "dist": { |
||
| 1078 | "type": "zip", |
||
| 1079 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1fbe8c2641f2b163addf49cc5e18f144bec6b19f", |
||
| 1080 | "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f", |
||
| 1081 | "shasum": "" |
||
| 1082 | }, |
||
| 1083 | "require": { |
||
| 1084 | "php": ">=5.3.0", |
||
| 1085 | "psr/log": "~1.0" |
||
| 1086 | }, |
||
| 1087 | "provide": { |
||
| 1088 | "psr/log-implementation": "1.0.0" |
||
| 1089 | }, |
||
| 1090 | "require-dev": { |
||
| 1091 | "aws/aws-sdk-php": "~2.4, >2.4.8", |
||
| 1092 | "doctrine/couchdb": "~1.0@dev", |
||
| 1093 | "graylog2/gelf-php": "~1.0", |
||
| 1094 | "phpunit/phpunit": "~4.0", |
||
| 1095 | "raven/raven": "~0.5", |
||
| 1096 | "ruflin/elastica": "0.90.*", |
||
| 1097 | "videlalvaro/php-amqplib": "~2.4" |
||
| 1098 | }, |
||
| 1099 | "suggest": { |
||
| 1100 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
| 1101 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
| 1102 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
| 1103 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
| 1104 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
| 1105 | "raven/raven": "Allow sending log messages to a Sentry server", |
||
| 1106 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
| 1107 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
| 1108 | "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib" |
||
| 1109 | }, |
||
| 1110 | "type": "library", |
||
| 1111 | "extra": { |
||
| 1112 | "branch-alias": { |
||
| 1113 | "dev-master": "1.12.x-dev" |
||
| 1114 | } |
||
| 1115 | }, |
||
| 1116 | "autoload": { |
||
| 1117 | "psr-4": { |
||
| 1118 | "Monolog\\": "src/Monolog" |
||
| 1119 | } |
||
| 1120 | }, |
||
| 1121 | "notification-url": "https://packagist.org/downloads/", |
||
| 1122 | "license": [ |
||
| 1123 | "MIT" |
||
| 1124 | ], |
||
| 1125 | "authors": [ |
||
| 1126 | { |
||
| 1127 | "name": "Jordi Boggiano", |
||
| 1128 | "email": "[email protected]", |
||
| 1129 | "homepage": "http://seld.be" |
||
| 1130 | } |
||
| 1131 | ], |
||
| 1132 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
| 1133 | "homepage": "http://github.com/Seldaek/monolog", |
||
| 1134 | "keywords": [ |
||
| 1135 | "log", |
||
| 1136 | "logging", |
||
| 1137 | "psr-3" |
||
| 1138 | ], |
||
| 1139 | "time": "2014-12-29 21:29:35" |
||
| 1140 | }, |
||
| 1141 | { |
||
| 1142 | "name": "mtdowling/cron-expression", |
||
| 1143 | "version": "v1.0.4", |
||
| 1144 | "source": { |
||
| 1145 | "type": "git", |
||
| 1146 | "url": "https://github.com/mtdowling/cron-expression.git", |
||
| 1147 | "reference": "fd92e883195e5dfa77720b1868cf084b08be4412" |
||
| 1148 | }, |
||
| 1149 | "dist": { |
||
| 1150 | "type": "zip", |
||
| 1151 | "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/fd92e883195e5dfa77720b1868cf084b08be4412", |
||
| 1152 | "reference": "fd92e883195e5dfa77720b1868cf084b08be4412", |
||
| 1153 | "shasum": "" |
||
| 1154 | }, |
||
| 1155 | "require": { |
||
| 1156 | "php": ">=5.3.2" |
||
| 1157 | }, |
||
| 1158 | "require-dev": { |
||
| 1159 | "phpunit/phpunit": "4.*" |
||
| 1160 | }, |
||
| 1161 | "type": "library", |
||
| 1162 | "autoload": { |
||
| 1163 | "psr-0": { |
||
| 1164 | "Cron": "src/" |
||
| 1165 | } |
||
| 1166 | }, |
||
| 1167 | "notification-url": "https://packagist.org/downloads/", |
||
| 1168 | "license": [ |
||
| 1169 | "MIT" |
||
| 1170 | ], |
||
| 1171 | "authors": [ |
||
| 1172 | { |
||
| 1173 | "name": "Michael Dowling", |
||
| 1174 | "email": "[email protected]", |
||
| 1175 | "homepage": "https://github.com/mtdowling" |
||
| 1176 | } |
||
| 1177 | ], |
||
| 1178 | "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", |
||
| 1179 | "keywords": [ |
||
| 1180 | "cron", |
||
| 1181 | "schedule" |
||
| 1182 | ], |
||
| 1183 | "time": "2015-01-11 23:07:46" |
||
| 1184 | }, |
||
| 1185 | { |
||
| 1186 | "name": "nesbot/carbon", |
||
| 1187 | "version": "1.14.0", |
||
| 1188 | "source": { |
||
| 1189 | "type": "git", |
||
| 1190 | "url": "https://github.com/briannesbitt/Carbon.git", |
||
| 1191 | "reference": "bb87460c995d97fe55b39e65f6ffb7f64b0a941e" |
||
| 1192 | }, |
||
| 1193 | "dist": { |
||
| 1194 | "type": "zip", |
||
| 1195 | "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bb87460c995d97fe55b39e65f6ffb7f64b0a941e", |
||
| 1196 | "reference": "bb87460c995d97fe55b39e65f6ffb7f64b0a941e", |
||
| 1197 | "shasum": "" |
||
| 1198 | }, |
||
| 1199 | "require": { |
||
| 1200 | "php": ">=5.3.0" |
||
| 1201 | }, |
||
| 1202 | "require-dev": { |
||
| 1203 | "phpunit/phpunit": "~4.0" |
||
| 1204 | }, |
||
| 1205 | "type": "library", |
||
| 1206 | "autoload": { |
||
| 1207 | "psr-0": { |
||
| 1208 | "Carbon": "src" |
||
| 1209 | } |
||
| 1210 | }, |
||
| 1211 | "notification-url": "https://packagist.org/downloads/", |
||
| 1212 | "license": [ |
||
| 1213 | "MIT" |
||
| 1214 | ], |
||
| 1215 | "authors": [ |
||
| 1216 | { |
||
| 1217 | "name": "Brian Nesbitt", |
||
| 1218 | "email": "[email protected]", |
||
| 1219 | "homepage": "http://nesbot.com" |
||
| 1220 | } |
||
| 1221 | ], |
||
| 1222 | "description": "A simple API extension for DateTime.", |
||
| 1223 | "homepage": "https://github.com/briannesbitt/Carbon", |
||
| 1224 | "keywords": [ |
||
| 1225 | "date", |
||
| 1226 | "datetime", |
||
| 1227 | "time" |
||
| 1228 | ], |
||
| 1229 | "time": "2015-02-06 05:07:29" |
||
| 1230 | }, |
||
| 1231 | { |
||
| 1232 | "name": "nikic/php-parser", |
||
| 1233 | "version": "v1.1.0", |
||
| 1234 | "source": { |
||
| 1235 | "type": "git", |
||
| 1236 | "url": "https://github.com/nikic/PHP-Parser.git", |
||
| 1237 | "reference": "ac05ef6f95bf8361549604b6031c115f92f39528" |
||
| 1238 | }, |
||
| 1239 | "dist": { |
||
| 1240 | "type": "zip", |
||
| 1241 | "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ac05ef6f95bf8361549604b6031c115f92f39528", |
||
| 1242 | "reference": "ac05ef6f95bf8361549604b6031c115f92f39528", |
||
| 1243 | "shasum": "" |
||
| 1244 | }, |
||
| 1245 | "require": { |
||
| 1246 | "ext-tokenizer": "*", |
||
| 1247 | "php": ">=5.3" |
||
| 1248 | }, |
||
| 1249 | "type": "library", |
||
| 1250 | "extra": { |
||
| 1251 | "branch-alias": { |
||
| 1252 | "dev-master": "1.0-dev" |
||
| 1253 | } |
||
| 1254 | }, |
||
| 1255 | "autoload": { |
||
| 1256 | "files": [ |
||
| 1257 | "lib/bootstrap.php" |
||
| 1258 | ] |
||
| 1259 | }, |
||
| 1260 | "notification-url": "https://packagist.org/downloads/", |
||
| 1261 | "license": [ |
||
| 1262 | "BSD-3-Clause" |
||
| 1263 | ], |
||
| 1264 | "authors": [ |
||
| 1265 | { |
||
| 1266 | "name": "Nikita Popov" |
||
| 1267 | } |
||
| 1268 | ], |
||
| 1269 | "description": "A PHP parser written in PHP", |
||
| 1270 | "keywords": [ |
||
| 1271 | "parser", |
||
| 1272 | "php" |
||
| 1273 | ], |
||
| 1274 | "time": "2015-01-18 11:29:59" |
||
| 1275 | }, |
||
| 1276 | { |
||
| 1277 | "name": "nukacode/core", |
||
| 1278 | "version": "2.0.1", |
||
| 1279 | "source": { |
||
| 1280 | "type": "git", |
||
| 1281 | "url": "https://github.com/NukaCode/core.git", |
||
| 1282 | "reference": "9ec51b2a3f0623f0ceeb345b9882e2e127b04569" |
||
| 1283 | }, |
||
| 1284 | "dist": { |
||
| 1285 | "type": "zip", |
||
| 1286 | "url": "https://api.github.com/repos/NukaCode/core/zipball/9ec51b2a3f0623f0ceeb345b9882e2e127b04569", |
||
| 1287 | "reference": "9ec51b2a3f0623f0ceeb345b9882e2e127b04569", |
||
| 1288 | "shasum": "" |
||
| 1289 | }, |
||
| 1290 | "require": { |
||
| 1291 | "doctrine/dbal": "2.4.2", |
||
| 1292 | "laracasts/presenter": "0.2.0", |
||
| 1293 | "laravel/framework": "~5.0" |
||
| 1294 | }, |
||
| 1295 | "require-dev": { |
||
| 1296 | "henrikbjorn/phpspec-code-coverage": "~0.2", |
||
| 1297 | "phpspec/phpspec": "~2.1" |
||
| 1298 | }, |
||
| 1299 | "suggest": { |
||
| 1300 | "nukacode/front-end-bootstrap": "Helpers and views based around Twitter Bootstrap.", |
||
| 1301 | "nukacode/menu": "Full featured menu system." |
||
| 1302 | }, |
||
| 1303 | "type": "library", |
||
| 1304 | "autoload": { |
||
| 1305 | "classmap": [ |
||
| 1306 | "src/database/migrations" |
||
| 1307 | ], |
||
| 1308 | "psr-4": { |
||
| 1309 | "NukaCode\\Core\\": "src/NukaCode/Core" |
||
| 1310 | } |
||
| 1311 | }, |
||
| 1312 | "notification-url": "https://packagist.org/downloads/", |
||
| 1313 | "license": [ |
||
| 1314 | "MIT" |
||
| 1315 | ], |
||
| 1316 | "authors": [ |
||
| 1317 | { |
||
| 1318 | "name": "Stygian", |
||
| 1319 | "email": "[email protected]" |
||
| 1320 | }, |
||
| 1321 | { |
||
| 1322 | "name": "Riddles", |
||
| 1323 | "email": "[email protected]" |
||
| 1324 | } |
||
| 1325 | ], |
||
| 1326 | "description": "A core set of features for laravel sites.", |
||
| 1327 | "time": "2015-02-13 15:32:01" |
||
| 1328 | }, |
||
| 1329 | { |
||
| 1330 | "name": "psr/log", |
||
| 1331 | "version": "1.0.0", |
||
| 1332 | "source": { |
||
| 1333 | "type": "git", |
||
| 1334 | "url": "https://github.com/php-fig/log.git", |
||
| 1335 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
| 1336 | }, |
||
| 1337 | "dist": { |
||
| 1338 | "type": "zip", |
||
| 1339 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
| 1340 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
| 1341 | "shasum": "" |
||
| 1342 | }, |
||
| 1343 | "type": "library", |
||
| 1344 | "autoload": { |
||
| 1345 | "psr-0": { |
||
| 1346 | "Psr\\Log\\": "" |
||
| 1347 | } |
||
| 1348 | }, |
||
| 1349 | "notification-url": "https://packagist.org/downloads/", |
||
| 1350 | "license": [ |
||
| 1351 | "MIT" |
||
| 1352 | ], |
||
| 1353 | "authors": [ |
||
| 1354 | { |
||
| 1355 | "name": "PHP-FIG", |
||
| 1356 | "homepage": "http://www.php-fig.org/" |
||
| 1357 | } |
||
| 1358 | ], |
||
| 1359 | "description": "Common interface for logging libraries", |
||
| 1360 | "keywords": [ |
||
| 1361 | "log", |
||
| 1362 | "psr", |
||
| 1363 | "psr-3" |
||
| 1364 | ], |
||
| 1365 | "time": "2012-12-21 11:40:51" |
||
| 1366 | }, |
||
| 1367 | { |
||
| 1368 | "name": "psy/psysh", |
||
| 1369 | "version": "v0.3.5", |
||
| 1370 | "source": { |
||
| 1371 | "type": "git", |
||
| 1372 | "url": "https://github.com/bobthecow/psysh.git", |
||
| 1373 | "reference": "2ce0e8f3020fd292c2ad2a496c5d83939823f642" |
||
| 1374 | }, |
||
| 1375 | "dist": { |
||
| 1376 | "type": "zip", |
||
| 1377 | "url": "https://api.github.com/repos/bobthecow/psysh/zipball/2ce0e8f3020fd292c2ad2a496c5d83939823f642", |
||
| 1378 | "reference": "2ce0e8f3020fd292c2ad2a496c5d83939823f642", |
||
| 1379 | "shasum": "" |
||
| 1380 | }, |
||
| 1381 | "require": { |
||
| 1382 | "dnoegel/php-xdg-base-dir": "0.1", |
||
| 1383 | "jakub-onderka/php-console-highlighter": "0.3.*", |
||
| 1384 | "nikic/php-parser": "~1.0", |
||
| 1385 | "php": ">=5.3.0", |
||
| 1386 | "symfony/console": "~2.3.10|~2.4.2|~2.5" |
||
| 1387 | }, |
||
| 1388 | "require-dev": { |
||
| 1389 | "fabpot/php-cs-fixer": "~1.3", |
||
| 1390 | "phpunit/phpunit": "~3.7|~4.0", |
||
| 1391 | "squizlabs/php_codesniffer": "~2.0", |
||
| 1392 | "symfony/finder": "~2.1" |
||
| 1393 | }, |
||
| 1394 | "suggest": { |
||
| 1395 | "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", |
||
| 1396 | "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", |
||
| 1397 | "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." |
||
| 1398 | }, |
||
| 1399 | "bin": [ |
||
| 1400 | "bin/psysh" |
||
| 1401 | ], |
||
| 1402 | "type": "library", |
||
| 1403 | "extra": { |
||
| 1404 | "branch-alias": { |
||
| 1405 | "dev-develop": "0.3.x-dev" |
||
| 1406 | } |
||
| 1407 | }, |
||
| 1408 | "autoload": { |
||
| 1409 | "files": [ |
||
| 1410 | "src/Psy/functions.php" |
||
| 1411 | ], |
||
| 1412 | "psr-0": { |
||
| 1413 | "Psy\\": "src/" |
||
| 1414 | } |
||
| 1415 | }, |
||
| 1416 | "notification-url": "https://packagist.org/downloads/", |
||
| 1417 | "license": [ |
||
| 1418 | "MIT" |
||
| 1419 | ], |
||
| 1420 | "authors": [ |
||
| 1421 | { |
||
| 1422 | "name": "Justin Hileman", |
||
| 1423 | "email": "[email protected]", |
||
| 1424 | "homepage": "http://justinhileman.com" |
||
| 1425 | } |
||
| 1426 | ], |
||
| 1427 | "description": "An interactive shell for modern PHP.", |
||
| 1428 | "homepage": "http://psysh.org", |
||
| 1429 | "keywords": [ |
||
| 1430 | "REPL", |
||
| 1431 | "console", |
||
| 1432 | "interactive", |
||
| 1433 | "shell" |
||
| 1434 | ], |
||
| 1435 | "time": "2015-02-12 19:35:52" |
||
| 1436 | }, |
||
| 1437 | { |
||
| 1438 | "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 Loading history...
|
|||
| 1439 | "version": "v5.3.1", |
||
| 1440 | "source": { |
||
| 1441 | "type": "git", |
||
| 1442 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
| 1443 | "reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a" |
||
| 1444 | }, |
||
| 1445 | "dist": { |
||
| 1446 | "type": "zip", |
||
| 1447 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/c5f963e7f9d6f6438fda4f22d5cc2db296ec621a", |
||
| 1448 | "reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a", |
||
| 1449 | "shasum": "" |
||
| 1450 | }, |
||
| 1451 | "require": { |
||
| 1452 | "php": ">=5.3.3" |
||
| 1453 | }, |
||
| 1454 | "require-dev": { |
||
| 1455 | "mockery/mockery": "~0.9.1" |
||
| 1456 | }, |
||
| 1457 | "type": "library", |
||
| 1458 | "extra": { |
||
| 1459 | "branch-alias": { |
||
| 1460 | "dev-master": "5.3-dev" |
||
| 1461 | } |
||
| 1462 | }, |
||
| 1463 | "autoload": { |
||
| 1464 | "files": [ |
||
| 1465 | "lib/swift_required.php" |
||
| 1466 | ] |
||
| 1467 | }, |
||
| 1468 | "notification-url": "https://packagist.org/downloads/", |
||
| 1469 | "license": [ |
||
| 1470 | "MIT" |
||
| 1471 | ], |
||
| 1472 | "authors": [ |
||
| 1473 | { |
||
| 1474 | "name": "Chris Corbyn" |
||
| 1475 | }, |
||
| 1476 | { |
||
| 1477 | "name": "Fabien Potencier", |
||
| 1478 | "email": "[email protected]" |
||
| 1479 | } |
||
| 1480 | ], |
||
| 1481 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
| 1482 | "homepage": "http://swiftmailer.org", |
||
| 1483 | "keywords": [ |
||
| 1484 | "mail", |
||
| 1485 | "mailer" |
||
| 1486 | ], |
||
| 1487 | "time": "2014-12-05 14:17:14" |
||
| 1488 | }, |
||
| 1489 | { |
||
| 1490 | "name": "symfony/console", |
||
| 1491 | "version": "v2.6.4", |
||
| 1492 | "target-dir": "Symfony/Component/Console", |
||
| 1493 | "source": { |
||
| 1494 | "type": "git", |
||
| 1495 | "url": "https://github.com/symfony/Console.git", |
||
| 1496 | "reference": "e44154bfe3e41e8267d7a3794cd9da9a51cfac34" |
||
| 1497 | }, |
||
| 1498 | "dist": { |
||
| 1499 | "type": "zip", |
||
| 1500 | "url": "https://api.github.com/repos/symfony/Console/zipball/e44154bfe3e41e8267d7a3794cd9da9a51cfac34", |
||
| 1501 | "reference": "e44154bfe3e41e8267d7a3794cd9da9a51cfac34", |
||
| 1502 | "shasum": "" |
||
| 1503 | }, |
||
| 1504 | "require": { |
||
| 1505 | "php": ">=5.3.3" |
||
| 1506 | }, |
||
| 1507 | "require-dev": { |
||
| 1508 | "psr/log": "~1.0", |
||
| 1509 | "symfony/event-dispatcher": "~2.1", |
||
| 1510 | "symfony/process": "~2.1" |
||
| 1511 | }, |
||
| 1512 | "suggest": { |
||
| 1513 | "psr/log": "For using the console logger", |
||
| 1514 | "symfony/event-dispatcher": "", |
||
| 1515 | "symfony/process": "" |
||
| 1516 | }, |
||
| 1517 | "type": "library", |
||
| 1518 | "extra": { |
||
| 1519 | "branch-alias": { |
||
| 1520 | "dev-master": "2.6-dev" |
||
| 1521 | } |
||
| 1522 | }, |
||
| 1523 | "autoload": { |
||
| 1524 | "psr-0": { |
||
| 1525 | "Symfony\\Component\\Console\\": "" |
||
| 1526 | } |
||
| 1527 | }, |
||
| 1528 | "notification-url": "https://packagist.org/downloads/", |
||
| 1529 | "license": [ |
||
| 1530 | "MIT" |
||
| 1531 | ], |
||
| 1532 | "authors": [ |
||
| 1533 | { |
||
| 1534 | "name": "Symfony Community", |
||
| 1535 | "homepage": "http://symfony.com/contributors" |
||
| 1536 | }, |
||
| 1537 | { |
||
| 1538 | "name": "Fabien Potencier", |
||
| 1539 | "email": "[email protected]" |
||
| 1540 | } |
||
| 1541 | ], |
||
| 1542 | "description": "Symfony Console Component", |
||
| 1543 | "homepage": "http://symfony.com", |
||
| 1544 | "time": "2015-01-25 04:39:26" |
||
| 1545 | }, |
||
| 1546 | { |
||
| 1547 | "name": "symfony/debug", |
||
| 1548 | "version": "v2.6.4", |
||
| 1549 | "target-dir": "Symfony/Component/Debug", |
||
| 1550 | "source": { |
||
| 1551 | "type": "git", |
||
| 1552 | "url": "https://github.com/symfony/Debug.git", |
||
| 1553 | "reference": "150c80059c3ccf68f96a4fceb513eb6b41f23300" |
||
| 1554 | }, |
||
| 1555 | "dist": { |
||
| 1556 | "type": "zip", |
||
| 1557 | "url": "https://api.github.com/repos/symfony/Debug/zipball/150c80059c3ccf68f96a4fceb513eb6b41f23300", |
||
| 1558 | "reference": "150c80059c3ccf68f96a4fceb513eb6b41f23300", |
||
| 1559 | "shasum": "" |
||
| 1560 | }, |
||
| 1561 | "require": { |
||
| 1562 | "php": ">=5.3.3", |
||
| 1563 | "psr/log": "~1.0" |
||
| 1564 | }, |
||
| 1565 | "conflict": { |
||
| 1566 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
| 1567 | }, |
||
| 1568 | "require-dev": { |
||
| 1569 | "symfony/class-loader": "~2.2", |
||
| 1570 | "symfony/http-foundation": "~2.1", |
||
| 1571 | "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2" |
||
| 1572 | }, |
||
| 1573 | "suggest": { |
||
| 1574 | "symfony/http-foundation": "", |
||
| 1575 | "symfony/http-kernel": "" |
||
| 1576 | }, |
||
| 1577 | "type": "library", |
||
| 1578 | "extra": { |
||
| 1579 | "branch-alias": { |
||
| 1580 | "dev-master": "2.6-dev" |
||
| 1581 | } |
||
| 1582 | }, |
||
| 1583 | "autoload": { |
||
| 1584 | "psr-0": { |
||
| 1585 | "Symfony\\Component\\Debug\\": "" |
||
| 1586 | } |
||
| 1587 | }, |
||
| 1588 | "notification-url": "https://packagist.org/downloads/", |
||
| 1589 | "license": [ |
||
| 1590 | "MIT" |
||
| 1591 | ], |
||
| 1592 | "authors": [ |
||
| 1593 | { |
||
| 1594 | "name": "Symfony Community", |
||
| 1595 | "homepage": "http://symfony.com/contributors" |
||
| 1596 | }, |
||
| 1597 | { |
||
| 1598 | "name": "Fabien Potencier", |
||
| 1599 | "email": "[email protected]" |
||
| 1600 | } |
||
| 1601 | ], |
||
| 1602 | "description": "Symfony Debug Component", |
||
| 1603 | "homepage": "http://symfony.com", |
||
| 1604 | "time": "2015-01-21 20:57:55" |
||
| 1605 | }, |
||
| 1606 | { |
||
| 1607 | "name": "symfony/event-dispatcher", |
||
| 1608 | "version": "v2.6.4", |
||
| 1609 | "target-dir": "Symfony/Component/EventDispatcher", |
||
| 1610 | "source": { |
||
| 1611 | "type": "git", |
||
| 1612 | "url": "https://github.com/symfony/EventDispatcher.git", |
||
| 1613 | "reference": "f75989f3ab2743a82fe0b03ded2598a2b1546813" |
||
| 1614 | }, |
||
| 1615 | "dist": { |
||
| 1616 | "type": "zip", |
||
| 1617 | "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/f75989f3ab2743a82fe0b03ded2598a2b1546813", |
||
| 1618 | "reference": "f75989f3ab2743a82fe0b03ded2598a2b1546813", |
||
| 1619 | "shasum": "" |
||
| 1620 | }, |
||
| 1621 | "require": { |
||
| 1622 | "php": ">=5.3.3" |
||
| 1623 | }, |
||
| 1624 | "require-dev": { |
||
| 1625 | "psr/log": "~1.0", |
||
| 1626 | "symfony/config": "~2.0,>=2.0.5", |
||
| 1627 | "symfony/dependency-injection": "~2.6", |
||
| 1628 | "symfony/expression-language": "~2.6", |
||
| 1629 | "symfony/stopwatch": "~2.3" |
||
| 1630 | }, |
||
| 1631 | "suggest": { |
||
| 1632 | "symfony/dependency-injection": "", |
||
| 1633 | "symfony/http-kernel": "" |
||
| 1634 | }, |
||
| 1635 | "type": "library", |
||
| 1636 | "extra": { |
||
| 1637 | "branch-alias": { |
||
| 1638 | "dev-master": "2.6-dev" |
||
| 1639 | } |
||
| 1640 | }, |
||
| 1641 | "autoload": { |
||
| 1642 | "psr-0": { |
||
| 1643 | "Symfony\\Component\\EventDispatcher\\": "" |
||
| 1644 | } |
||
| 1645 | }, |
||
| 1646 | "notification-url": "https://packagist.org/downloads/", |
||
| 1647 | "license": [ |
||
| 1648 | "MIT" |
||
| 1649 | ], |
||
| 1650 | "authors": [ |
||
| 1651 | { |
||
| 1652 | "name": "Symfony Community", |
||
| 1653 | "homepage": "http://symfony.com/contributors" |
||
| 1654 | }, |
||
| 1655 | { |
||
| 1656 | "name": "Fabien Potencier", |
||
| 1657 | "email": "[email protected]" |
||
| 1658 | } |
||
| 1659 | ], |
||
| 1660 | "description": "Symfony EventDispatcher Component", |
||
| 1661 | "homepage": "http://symfony.com", |
||
| 1662 | "time": "2015-02-01 16:10:57" |
||
| 1663 | }, |
||
| 1664 | { |
||
| 1665 | "name": "symfony/filesystem", |
||
| 1666 | "version": "v2.6.4", |
||
| 1667 | "target-dir": "Symfony/Component/Filesystem", |
||
| 1668 | "source": { |
||
| 1669 | "type": "git", |
||
| 1670 | "url": "https://github.com/symfony/Filesystem.git", |
||
| 1671 | "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7" |
||
| 1672 | }, |
||
| 1673 | "dist": { |
||
| 1674 | "type": "zip", |
||
| 1675 | "url": "https://api.github.com/repos/symfony/Filesystem/zipball/a1f566d1f92e142fa1593f4555d6d89e3044a9b7", |
||
| 1676 | "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7", |
||
| 1677 | "shasum": "" |
||
| 1678 | }, |
||
| 1679 | "require": { |
||
| 1680 | "php": ">=5.3.3" |
||
| 1681 | }, |
||
| 1682 | "type": "library", |
||
| 1683 | "extra": { |
||
| 1684 | "branch-alias": { |
||
| 1685 | "dev-master": "2.6-dev" |
||
| 1686 | } |
||
| 1687 | }, |
||
| 1688 | "autoload": { |
||
| 1689 | "psr-0": { |
||
| 1690 | "Symfony\\Component\\Filesystem\\": "" |
||
| 1691 | } |
||
| 1692 | }, |
||
| 1693 | "notification-url": "https://packagist.org/downloads/", |
||
| 1694 | "license": [ |
||
| 1695 | "MIT" |
||
| 1696 | ], |
||
| 1697 | "authors": [ |
||
| 1698 | { |
||
| 1699 | "name": "Symfony Community", |
||
| 1700 | "homepage": "http://symfony.com/contributors" |
||
| 1701 | }, |
||
| 1702 | { |
||
| 1703 | "name": "Fabien Potencier", |
||
| 1704 | "email": "[email protected]" |
||
| 1705 | } |
||
| 1706 | ], |
||
| 1707 | "description": "Symfony Filesystem Component", |
||
| 1708 | "homepage": "http://symfony.com", |
||
| 1709 | "time": "2015-01-03 21:13:09" |
||
| 1710 | }, |
||
| 1711 | { |
||
| 1712 | "name": "symfony/finder", |
||
| 1713 | "version": "v2.6.4", |
||
| 1714 | "target-dir": "Symfony/Component/Finder", |
||
| 1715 | "source": { |
||
| 1716 | "type": "git", |
||
| 1717 | "url": "https://github.com/symfony/Finder.git", |
||
| 1718 | "reference": "16513333bca64186c01609961a2bb1b95b5e1355" |
||
| 1719 | }, |
||
| 1720 | "dist": { |
||
| 1721 | "type": "zip", |
||
| 1722 | "url": "https://api.github.com/repos/symfony/Finder/zipball/16513333bca64186c01609961a2bb1b95b5e1355", |
||
| 1723 | "reference": "16513333bca64186c01609961a2bb1b95b5e1355", |
||
| 1724 | "shasum": "" |
||
| 1725 | }, |
||
| 1726 | "require": { |
||
| 1727 | "php": ">=5.3.3" |
||
| 1728 | }, |
||
| 1729 | "type": "library", |
||
| 1730 | "extra": { |
||
| 1731 | "branch-alias": { |
||
| 1732 | "dev-master": "2.6-dev" |
||
| 1733 | } |
||
| 1734 | }, |
||
| 1735 | "autoload": { |
||
| 1736 | "psr-0": { |
||
| 1737 | "Symfony\\Component\\Finder\\": "" |
||
| 1738 | } |
||
| 1739 | }, |
||
| 1740 | "notification-url": "https://packagist.org/downloads/", |
||
| 1741 | "license": [ |
||
| 1742 | "MIT" |
||
| 1743 | ], |
||
| 1744 | "authors": [ |
||
| 1745 | { |
||
| 1746 | "name": "Symfony Community", |
||
| 1747 | "homepage": "http://symfony.com/contributors" |
||
| 1748 | }, |
||
| 1749 | { |
||
| 1750 | "name": "Fabien Potencier", |
||
| 1751 | "email": "[email protected]" |
||
| 1752 | } |
||
| 1753 | ], |
||
| 1754 | "description": "Symfony Finder Component", |
||
| 1755 | "homepage": "http://symfony.com", |
||
| 1756 | "time": "2015-01-03 08:01:59" |
||
| 1757 | }, |
||
| 1758 | { |
||
| 1759 | "name": "symfony/http-foundation", |
||
|
0 ignored issues
–
show
There is a security advisory for your installed version of symfony/http-foundation:
Unsafe methods in the Request class Loading history...
|
|||
| 1760 | "version": "v2.6.4", |
||
| 1761 | "target-dir": "Symfony/Component/HttpFoundation", |
||
| 1762 | "source": { |
||
| 1763 | "type": "git", |
||
| 1764 | "url": "https://github.com/symfony/HttpFoundation.git", |
||
| 1765 | "reference": "8fa63d614d56ccfe033e30411d90913cfc483ff6" |
||
| 1766 | }, |
||
| 1767 | "dist": { |
||
| 1768 | "type": "zip", |
||
| 1769 | "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/8fa63d614d56ccfe033e30411d90913cfc483ff6", |
||
| 1770 | "reference": "8fa63d614d56ccfe033e30411d90913cfc483ff6", |
||
| 1771 | "shasum": "" |
||
| 1772 | }, |
||
| 1773 | "require": { |
||
| 1774 | "php": ">=5.3.3" |
||
| 1775 | }, |
||
| 1776 | "require-dev": { |
||
| 1777 | "symfony/expression-language": "~2.4" |
||
| 1778 | }, |
||
| 1779 | "type": "library", |
||
| 1780 | "extra": { |
||
| 1781 | "branch-alias": { |
||
| 1782 | "dev-master": "2.6-dev" |
||
| 1783 | } |
||
| 1784 | }, |
||
| 1785 | "autoload": { |
||
| 1786 | "psr-0": { |
||
| 1787 | "Symfony\\Component\\HttpFoundation\\": "" |
||
| 1788 | }, |
||
| 1789 | "classmap": [ |
||
| 1790 | "Symfony/Component/HttpFoundation/Resources/stubs" |
||
| 1791 | ] |
||
| 1792 | }, |
||
| 1793 | "notification-url": "https://packagist.org/downloads/", |
||
| 1794 | "license": [ |
||
| 1795 | "MIT" |
||
| 1796 | ], |
||
| 1797 | "authors": [ |
||
| 1798 | { |
||
| 1799 | "name": "Symfony Community", |
||
| 1800 | "homepage": "http://symfony.com/contributors" |
||
| 1801 | }, |
||
| 1802 | { |
||
| 1803 | "name": "Fabien Potencier", |
||
| 1804 | "email": "[email protected]" |
||
| 1805 | } |
||
| 1806 | ], |
||
| 1807 | "description": "Symfony HttpFoundation Component", |
||
| 1808 | "homepage": "http://symfony.com", |
||
| 1809 | "time": "2015-02-01 16:10:57" |
||
| 1810 | }, |
||
| 1811 | { |
||
| 1812 | "name": "symfony/http-kernel", |
||
|
0 ignored issues
–
show
There are 2 security advisories for your installed version of symfony/http-kernel:
- CVE-2015-4050: ESI unauthorized access - Esi Code Injection Loading history...
|
|||
| 1813 | "version": "v2.6.4", |
||
| 1814 | "target-dir": "Symfony/Component/HttpKernel", |
||
| 1815 | "source": { |
||
| 1816 | "type": "git", |
||
| 1817 | "url": "https://github.com/symfony/HttpKernel.git", |
||
| 1818 | "reference": "27abf3106d8bd08562070dd4e2438c279792c434" |
||
| 1819 | }, |
||
| 1820 | "dist": { |
||
| 1821 | "type": "zip", |
||
| 1822 | "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/27abf3106d8bd08562070dd4e2438c279792c434", |
||
| 1823 | "reference": "27abf3106d8bd08562070dd4e2438c279792c434", |
||
| 1824 | "shasum": "" |
||
| 1825 | }, |
||
| 1826 | "require": { |
||
| 1827 | "php": ">=5.3.3", |
||
| 1828 | "psr/log": "~1.0", |
||
| 1829 | "symfony/debug": "~2.6,>=2.6.2", |
||
| 1830 | "symfony/event-dispatcher": "~2.5.9|~2.6,>=2.6.2", |
||
| 1831 | "symfony/http-foundation": "~2.5,>=2.5.4" |
||
| 1832 | }, |
||
| 1833 | "require-dev": { |
||
| 1834 | "symfony/browser-kit": "~2.3", |
||
| 1835 | "symfony/class-loader": "~2.1", |
||
| 1836 | "symfony/config": "~2.0,>=2.0.5", |
||
| 1837 | "symfony/console": "~2.3", |
||
| 1838 | "symfony/css-selector": "~2.0,>=2.0.5", |
||
| 1839 | "symfony/dependency-injection": "~2.2", |
||
| 1840 | "symfony/dom-crawler": "~2.0,>=2.0.5", |
||
| 1841 | "symfony/expression-language": "~2.4", |
||
| 1842 | "symfony/finder": "~2.0,>=2.0.5", |
||
| 1843 | "symfony/process": "~2.0,>=2.0.5", |
||
| 1844 | "symfony/routing": "~2.2", |
||
| 1845 | "symfony/stopwatch": "~2.3", |
||
| 1846 | "symfony/templating": "~2.2", |
||
| 1847 | "symfony/translation": "~2.0,>=2.0.5", |
||
| 1848 | "symfony/var-dumper": "~2.6" |
||
| 1849 | }, |
||
| 1850 | "suggest": { |
||
| 1851 | "symfony/browser-kit": "", |
||
| 1852 | "symfony/class-loader": "", |
||
| 1853 | "symfony/config": "", |
||
| 1854 | "symfony/console": "", |
||
| 1855 | "symfony/dependency-injection": "", |
||
| 1856 | "symfony/finder": "", |
||
| 1857 | "symfony/var-dumper": "" |
||
| 1858 | }, |
||
| 1859 | "type": "library", |
||
| 1860 | "extra": { |
||
| 1861 | "branch-alias": { |
||
| 1862 | "dev-master": "2.6-dev" |
||
| 1863 | } |
||
| 1864 | }, |
||
| 1865 | "autoload": { |
||
| 1866 | "psr-0": { |
||
| 1867 | "Symfony\\Component\\HttpKernel\\": "" |
||
| 1868 | } |
||
| 1869 | }, |
||
| 1870 | "notification-url": "https://packagist.org/downloads/", |
||
| 1871 | "license": [ |
||
| 1872 | "MIT" |
||
| 1873 | ], |
||
| 1874 | "authors": [ |
||
| 1875 | { |
||
| 1876 | "name": "Symfony Community", |
||
| 1877 | "homepage": "http://symfony.com/contributors" |
||
| 1878 | }, |
||
| 1879 | { |
||
| 1880 | "name": "Fabien Potencier", |
||
| 1881 | "email": "[email protected]" |
||
| 1882 | } |
||
| 1883 | ], |
||
| 1884 | "description": "Symfony HttpKernel Component", |
||
| 1885 | "homepage": "http://symfony.com", |
||
| 1886 | "time": "2015-02-02 18:02:30" |
||
| 1887 | }, |
||
| 1888 | { |
||
| 1889 | "name": "symfony/process", |
||
| 1890 | "version": "v2.6.4", |
||
| 1891 | "target-dir": "Symfony/Component/Process", |
||
| 1892 | "source": { |
||
| 1893 | "type": "git", |
||
| 1894 | "url": "https://github.com/symfony/Process.git", |
||
| 1895 | "reference": "ecfc23e89d9967999fa5f60a1e9af7384396e9ae" |
||
| 1896 | }, |
||
| 1897 | "dist": { |
||
| 1898 | "type": "zip", |
||
| 1899 | "url": "https://api.github.com/repos/symfony/Process/zipball/ecfc23e89d9967999fa5f60a1e9af7384396e9ae", |
||
| 1900 | "reference": "ecfc23e89d9967999fa5f60a1e9af7384396e9ae", |
||
| 1901 | "shasum": "" |
||
| 1902 | }, |
||
| 1903 | "require": { |
||
| 1904 | "php": ">=5.3.3" |
||
| 1905 | }, |
||
| 1906 | "type": "library", |
||
| 1907 | "extra": { |
||
| 1908 | "branch-alias": { |
||
| 1909 | "dev-master": "2.6-dev" |
||
| 1910 | } |
||
| 1911 | }, |
||
| 1912 | "autoload": { |
||
| 1913 | "psr-0": { |
||
| 1914 | "Symfony\\Component\\Process\\": "" |
||
| 1915 | } |
||
| 1916 | }, |
||
| 1917 | "notification-url": "https://packagist.org/downloads/", |
||
| 1918 | "license": [ |
||
| 1919 | "MIT" |
||
| 1920 | ], |
||
| 1921 | "authors": [ |
||
| 1922 | { |
||
| 1923 | "name": "Symfony Community", |
||
| 1924 | "homepage": "http://symfony.com/contributors" |
||
| 1925 | }, |
||
| 1926 | { |
||
| 1927 | "name": "Fabien Potencier", |
||
| 1928 | "email": "[email protected]" |
||
| 1929 | } |
||
| 1930 | ], |
||
| 1931 | "description": "Symfony Process Component", |
||
| 1932 | "homepage": "http://symfony.com", |
||
| 1933 | "time": "2015-01-25 04:39:26" |
||
| 1934 | }, |
||
| 1935 | { |
||
| 1936 | "name": "symfony/routing", |
||
| 1937 | "version": "v2.6.4", |
||
| 1938 | "target-dir": "Symfony/Component/Routing", |
||
| 1939 | "source": { |
||
| 1940 | "type": "git", |
||
| 1941 | "url": "https://github.com/symfony/Routing.git", |
||
| 1942 | "reference": "bda1c3c67f2a33bbeabb1d321feaf626a0ca5698" |
||
| 1943 | }, |
||
| 1944 | "dist": { |
||
| 1945 | "type": "zip", |
||
| 1946 | "url": "https://api.github.com/repos/symfony/Routing/zipball/bda1c3c67f2a33bbeabb1d321feaf626a0ca5698", |
||
| 1947 | "reference": "bda1c3c67f2a33bbeabb1d321feaf626a0ca5698", |
||
| 1948 | "shasum": "" |
||
| 1949 | }, |
||
| 1950 | "require": { |
||
| 1951 | "php": ">=5.3.3" |
||
| 1952 | }, |
||
| 1953 | "require-dev": { |
||
| 1954 | "doctrine/annotations": "~1.0", |
||
| 1955 | "doctrine/common": "~2.2", |
||
| 1956 | "psr/log": "~1.0", |
||
| 1957 | "symfony/config": "~2.2", |
||
| 1958 | "symfony/expression-language": "~2.4", |
||
| 1959 | "symfony/http-foundation": "~2.3", |
||
| 1960 | "symfony/yaml": "~2.0,>=2.0.5" |
||
| 1961 | }, |
||
| 1962 | "suggest": { |
||
| 1963 | "doctrine/annotations": "For using the annotation loader", |
||
| 1964 | "symfony/config": "For using the all-in-one router or any loader", |
||
| 1965 | "symfony/expression-language": "For using expression matching", |
||
| 1966 | "symfony/yaml": "For using the YAML loader" |
||
| 1967 | }, |
||
| 1968 | "type": "library", |
||
| 1969 | "extra": { |
||
| 1970 | "branch-alias": { |
||
| 1971 | "dev-master": "2.6-dev" |
||
| 1972 | } |
||
| 1973 | }, |
||
| 1974 | "autoload": { |
||
| 1975 | "psr-0": { |
||
| 1976 | "Symfony\\Component\\Routing\\": "" |
||
| 1977 | } |
||
| 1978 | }, |
||
| 1979 | "notification-url": "https://packagist.org/downloads/", |
||
| 1980 | "license": [ |
||
| 1981 | "MIT" |
||
| 1982 | ], |
||
| 1983 | "authors": [ |
||
| 1984 | { |
||
| 1985 | "name": "Symfony Community", |
||
| 1986 | "homepage": "http://symfony.com/contributors" |
||
| 1987 | }, |
||
| 1988 | { |
||
| 1989 | "name": "Fabien Potencier", |
||
| 1990 | "email": "[email protected]" |
||
| 1991 | } |
||
| 1992 | ], |
||
| 1993 | "description": "Symfony Routing Component", |
||
| 1994 | "homepage": "http://symfony.com", |
||
| 1995 | "keywords": [ |
||
| 1996 | "router", |
||
| 1997 | "routing", |
||
| 1998 | "uri", |
||
| 1999 | "url" |
||
| 2000 | ], |
||
| 2001 | "time": "2015-01-15 12:15:12" |
||
| 2002 | }, |
||
| 2003 | { |
||
| 2004 | "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...
|
|||
| 2005 | "version": "v2.6.4", |
||
| 2006 | "target-dir": "Symfony/Component/Security/Core", |
||
| 2007 | "source": { |
||
| 2008 | "type": "git", |
||
| 2009 | "url": "https://github.com/symfony/security-core.git", |
||
| 2010 | "reference": "4603bcc66e20e23f018c67f7f9f3f8146a100c11" |
||
| 2011 | }, |
||
| 2012 | "dist": { |
||
| 2013 | "type": "zip", |
||
| 2014 | "url": "https://api.github.com/repos/symfony/security-core/zipball/4603bcc66e20e23f018c67f7f9f3f8146a100c11", |
||
| 2015 | "reference": "4603bcc66e20e23f018c67f7f9f3f8146a100c11", |
||
| 2016 | "shasum": "" |
||
| 2017 | }, |
||
| 2018 | "require": { |
||
| 2019 | "php": ">=5.3.3" |
||
| 2020 | }, |
||
| 2021 | "require-dev": { |
||
| 2022 | "ircmaxell/password-compat": "1.0.*", |
||
| 2023 | "psr/log": "~1.0", |
||
| 2024 | "symfony/event-dispatcher": "~2.1", |
||
| 2025 | "symfony/expression-language": "~2.6", |
||
| 2026 | "symfony/http-foundation": "~2.4", |
||
| 2027 | "symfony/translation": "~2.0,>=2.0.5", |
||
| 2028 | "symfony/validator": "~2.5,>=2.5.5" |
||
| 2029 | }, |
||
| 2030 | "suggest": { |
||
| 2031 | "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5", |
||
| 2032 | "symfony/event-dispatcher": "", |
||
| 2033 | "symfony/expression-language": "For using the expression voter", |
||
| 2034 | "symfony/http-foundation": "", |
||
| 2035 | "symfony/validator": "For using the user password constraint" |
||
| 2036 | }, |
||
| 2037 | "type": "library", |
||
| 2038 | "extra": { |
||
| 2039 | "branch-alias": { |
||
| 2040 | "dev-master": "2.6-dev" |
||
| 2041 | } |
||
| 2042 | }, |
||
| 2043 | "autoload": { |
||
| 2044 | "psr-0": { |
||
| 2045 | "Symfony\\Component\\Security\\Core\\": "" |
||
| 2046 | } |
||
| 2047 | }, |
||
| 2048 | "notification-url": "https://packagist.org/downloads/", |
||
| 2049 | "license": [ |
||
| 2050 | "MIT" |
||
| 2051 | ], |
||
| 2052 | "authors": [ |
||
| 2053 | { |
||
| 2054 | "name": "Symfony Community", |
||
| 2055 | "homepage": "http://symfony.com/contributors" |
||
| 2056 | }, |
||
| 2057 | { |
||
| 2058 | "name": "Fabien Potencier", |
||
| 2059 | "email": "[email protected]" |
||
| 2060 | } |
||
| 2061 | ], |
||
| 2062 | "description": "Symfony Security Component - Core Library", |
||
| 2063 | "homepage": "http://symfony.com", |
||
| 2064 | "time": "2015-01-25 04:39:26" |
||
| 2065 | }, |
||
| 2066 | { |
||
| 2067 | "name": "symfony/translation", |
||
| 2068 | "version": "v2.6.4", |
||
| 2069 | "target-dir": "Symfony/Component/Translation", |
||
| 2070 | "source": { |
||
| 2071 | "type": "git", |
||
| 2072 | "url": "https://github.com/symfony/Translation.git", |
||
| 2073 | "reference": "f289cdf8179d32058c1e1cbac723106a5ff6fa39" |
||
| 2074 | }, |
||
| 2075 | "dist": { |
||
| 2076 | "type": "zip", |
||
| 2077 | "url": "https://api.github.com/repos/symfony/Translation/zipball/f289cdf8179d32058c1e1cbac723106a5ff6fa39", |
||
| 2078 | "reference": "f289cdf8179d32058c1e1cbac723106a5ff6fa39", |
||
| 2079 | "shasum": "" |
||
| 2080 | }, |
||
| 2081 | "require": { |
||
| 2082 | "php": ">=5.3.3" |
||
| 2083 | }, |
||
| 2084 | "require-dev": { |
||
| 2085 | "psr/log": "~1.0", |
||
| 2086 | "symfony/config": "~2.3,>=2.3.12", |
||
| 2087 | "symfony/intl": "~2.3", |
||
| 2088 | "symfony/yaml": "~2.2" |
||
| 2089 | }, |
||
| 2090 | "suggest": { |
||
| 2091 | "psr/log": "To use logging capability in translator", |
||
| 2092 | "symfony/config": "", |
||
| 2093 | "symfony/yaml": "" |
||
| 2094 | }, |
||
| 2095 | "type": "library", |
||
| 2096 | "extra": { |
||
| 2097 | "branch-alias": { |
||
| 2098 | "dev-master": "2.6-dev" |
||
| 2099 | } |
||
| 2100 | }, |
||
| 2101 | "autoload": { |
||
| 2102 | "psr-0": { |
||
| 2103 | "Symfony\\Component\\Translation\\": "" |
||
| 2104 | } |
||
| 2105 | }, |
||
| 2106 | "notification-url": "https://packagist.org/downloads/", |
||
| 2107 | "license": [ |
||
| 2108 | "MIT" |
||
| 2109 | ], |
||
| 2110 | "authors": [ |
||
| 2111 | { |
||
| 2112 | "name": "Symfony Community", |
||
| 2113 | "homepage": "http://symfony.com/contributors" |
||
| 2114 | }, |
||
| 2115 | { |
||
| 2116 | "name": "Fabien Potencier", |
||
| 2117 | "email": "[email protected]" |
||
| 2118 | } |
||
| 2119 | ], |
||
| 2120 | "description": "Symfony Translation Component", |
||
| 2121 | "homepage": "http://symfony.com", |
||
| 2122 | "time": "2015-01-03 15:33:07" |
||
| 2123 | }, |
||
| 2124 | { |
||
| 2125 | "name": "symfony/var-dumper", |
||
| 2126 | "version": "v2.6.4", |
||
| 2127 | "target-dir": "Symfony/Component/VarDumper", |
||
| 2128 | "source": { |
||
| 2129 | "type": "git", |
||
| 2130 | "url": "https://github.com/symfony/var-dumper.git", |
||
| 2131 | "reference": "c3d5a36c3e3298bd8b070488fba5537174647353" |
||
| 2132 | }, |
||
| 2133 | "dist": { |
||
| 2134 | "type": "zip", |
||
| 2135 | "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c3d5a36c3e3298bd8b070488fba5537174647353", |
||
| 2136 | "reference": "c3d5a36c3e3298bd8b070488fba5537174647353", |
||
| 2137 | "shasum": "" |
||
| 2138 | }, |
||
| 2139 | "require": { |
||
| 2140 | "php": ">=5.3.3" |
||
| 2141 | }, |
||
| 2142 | "suggest": { |
||
| 2143 | "ext-symfony_debug": "" |
||
| 2144 | }, |
||
| 2145 | "type": "library", |
||
| 2146 | "extra": { |
||
| 2147 | "branch-alias": { |
||
| 2148 | "dev-master": "2.6-dev" |
||
| 2149 | } |
||
| 2150 | }, |
||
| 2151 | "autoload": { |
||
| 2152 | "files": [ |
||
| 2153 | "Resources/functions/dump.php" |
||
| 2154 | ], |
||
| 2155 | "psr-0": { |
||
| 2156 | "Symfony\\Component\\VarDumper\\": "" |
||
| 2157 | } |
||
| 2158 | }, |
||
| 2159 | "notification-url": "https://packagist.org/downloads/", |
||
| 2160 | "license": [ |
||
| 2161 | "MIT" |
||
| 2162 | ], |
||
| 2163 | "authors": [ |
||
| 2164 | { |
||
| 2165 | "name": "Symfony Community", |
||
| 2166 | "homepage": "http://symfony.com/contributors" |
||
| 2167 | }, |
||
| 2168 | { |
||
| 2169 | "name": "Nicolas Grekas", |
||
| 2170 | "email": "[email protected]" |
||
| 2171 | } |
||
| 2172 | ], |
||
| 2173 | "description": "Symfony mechanism for exploring and dumping PHP variables", |
||
| 2174 | "homepage": "http://symfony.com", |
||
| 2175 | "keywords": [ |
||
| 2176 | "debug", |
||
| 2177 | "dump" |
||
| 2178 | ], |
||
| 2179 | "time": "2015-02-02 16:32:08" |
||
| 2180 | }, |
||
| 2181 | { |
||
| 2182 | "name": "vlucas/phpdotenv", |
||
| 2183 | "version": "v1.1.0", |
||
| 2184 | "source": { |
||
| 2185 | "type": "git", |
||
| 2186 | "url": "https://github.com/vlucas/phpdotenv.git", |
||
| 2187 | "reference": "732d2adb7d916c9593b9d58c3b0d9ebefead07aa" |
||
| 2188 | }, |
||
| 2189 | "dist": { |
||
| 2190 | "type": "zip", |
||
| 2191 | "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/732d2adb7d916c9593b9d58c3b0d9ebefead07aa", |
||
| 2192 | "reference": "732d2adb7d916c9593b9d58c3b0d9ebefead07aa", |
||
| 2193 | "shasum": "" |
||
| 2194 | }, |
||
| 2195 | "require": { |
||
| 2196 | "php": ">=5.3.2" |
||
| 2197 | }, |
||
| 2198 | "require-dev": { |
||
| 2199 | "phpunit/phpunit": "~4.0" |
||
| 2200 | }, |
||
| 2201 | "type": "library", |
||
| 2202 | "extra": { |
||
| 2203 | "branch-alias": { |
||
| 2204 | "dev-master": "1.0-dev" |
||
| 2205 | } |
||
| 2206 | }, |
||
| 2207 | "autoload": { |
||
| 2208 | "psr-0": { |
||
| 2209 | "Dotenv": "src/" |
||
| 2210 | } |
||
| 2211 | }, |
||
| 2212 | "notification-url": "https://packagist.org/downloads/", |
||
| 2213 | "license": [ |
||
| 2214 | "BSD" |
||
| 2215 | ], |
||
| 2216 | "authors": [ |
||
| 2217 | { |
||
| 2218 | "name": "Vance Lucas", |
||
| 2219 | "email": "[email protected]", |
||
| 2220 | "homepage": "http://www.vancelucas.com" |
||
| 2221 | } |
||
| 2222 | ], |
||
| 2223 | "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", |
||
| 2224 | "homepage": "http://github.com/vlucas/phpdotenv", |
||
| 2225 | "keywords": [ |
||
| 2226 | "dotenv", |
||
| 2227 | "env", |
||
| 2228 | "environment" |
||
| 2229 | ], |
||
| 2230 | "time": "2014-12-05 15:19:21" |
||
| 2231 | } |
||
| 2232 | ], |
||
| 2233 | "packages-dev": [ |
||
| 2234 | { |
||
| 2235 | "name": "doctrine/instantiator", |
||
| 2236 | "version": "1.0.4", |
||
| 2237 | "source": { |
||
| 2238 | "type": "git", |
||
| 2239 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 2240 | "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119" |
||
| 2241 | }, |
||
| 2242 | "dist": { |
||
| 2243 | "type": "zip", |
||
| 2244 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119", |
||
| 2245 | "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119", |
||
| 2246 | "shasum": "" |
||
| 2247 | }, |
||
| 2248 | "require": { |
||
| 2249 | "php": ">=5.3,<8.0-DEV" |
||
| 2250 | }, |
||
| 2251 | "require-dev": { |
||
| 2252 | "athletic/athletic": "~0.1.8", |
||
| 2253 | "ext-pdo": "*", |
||
| 2254 | "ext-phar": "*", |
||
| 2255 | "phpunit/phpunit": "~4.0", |
||
| 2256 | "squizlabs/php_codesniffer": "2.0.*@ALPHA" |
||
| 2257 | }, |
||
| 2258 | "type": "library", |
||
| 2259 | "extra": { |
||
| 2260 | "branch-alias": { |
||
| 2261 | "dev-master": "1.0.x-dev" |
||
| 2262 | } |
||
| 2263 | }, |
||
| 2264 | "autoload": { |
||
| 2265 | "psr-0": { |
||
| 2266 | "Doctrine\\Instantiator\\": "src" |
||
| 2267 | } |
||
| 2268 | }, |
||
| 2269 | "notification-url": "https://packagist.org/downloads/", |
||
| 2270 | "license": [ |
||
| 2271 | "MIT" |
||
| 2272 | ], |
||
| 2273 | "authors": [ |
||
| 2274 | { |
||
| 2275 | "name": "Marco Pivetta", |
||
| 2276 | "email": "[email protected]", |
||
| 2277 | "homepage": "http://ocramius.github.com/" |
||
| 2278 | } |
||
| 2279 | ], |
||
| 2280 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 2281 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 2282 | "keywords": [ |
||
| 2283 | "constructor", |
||
| 2284 | "instantiate" |
||
| 2285 | ], |
||
| 2286 | "time": "2014-10-13 12:58:55" |
||
| 2287 | }, |
||
| 2288 | { |
||
| 2289 | "name": "henrikbjorn/phpspec-code-coverage", |
||
| 2290 | "version": "0.2.0", |
||
| 2291 | "source": { |
||
| 2292 | "type": "git", |
||
| 2293 | "url": "https://github.com/henrikbjorn/PhpSpecCodeCoverageExtension.git", |
||
| 2294 | "reference": "987be21438b4e2905563d74634ee36cf73290f40" |
||
| 2295 | }, |
||
| 2296 | "dist": { |
||
| 2297 | "type": "zip", |
||
| 2298 | "url": "https://api.github.com/repos/henrikbjorn/PhpSpecCodeCoverageExtension/zipball/987be21438b4e2905563d74634ee36cf73290f40", |
||
| 2299 | "reference": "987be21438b4e2905563d74634ee36cf73290f40", |
||
| 2300 | "shasum": "" |
||
| 2301 | }, |
||
| 2302 | "require": { |
||
| 2303 | "ext-xdebug": ">=2.1.4", |
||
| 2304 | "php": ">=5.3.3", |
||
| 2305 | "phpspec/phpspec": "~2.0", |
||
| 2306 | "phpunit/php-code-coverage": "~2.0" |
||
| 2307 | }, |
||
| 2308 | "require-dev": { |
||
| 2309 | "bossa/phpspec2-expect": "~1.0" |
||
| 2310 | }, |
||
| 2311 | "type": "library", |
||
| 2312 | "extra": { |
||
| 2313 | "branch-alias": { |
||
| 2314 | "dev-master": "1.0.x-dev" |
||
| 2315 | } |
||
| 2316 | }, |
||
| 2317 | "autoload": { |
||
| 2318 | "psr-0": { |
||
| 2319 | "PhpSpec\\Extension\\": "src" |
||
| 2320 | } |
||
| 2321 | }, |
||
| 2322 | "notification-url": "https://packagist.org/downloads/", |
||
| 2323 | "license": [ |
||
| 2324 | "MIT" |
||
| 2325 | ], |
||
| 2326 | "description": "Integrates CodeCoverage with PhpSpec", |
||
| 2327 | "time": "2014-07-04 11:53:55" |
||
| 2328 | }, |
||
| 2329 | { |
||
| 2330 | "name": "phpdocumentor/reflection-docblock", |
||
| 2331 | "version": "2.0.4", |
||
| 2332 | "source": { |
||
| 2333 | "type": "git", |
||
| 2334 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
| 2335 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" |
||
| 2336 | }, |
||
| 2337 | "dist": { |
||
| 2338 | "type": "zip", |
||
| 2339 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
| 2340 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
| 2341 | "shasum": "" |
||
| 2342 | }, |
||
| 2343 | "require": { |
||
| 2344 | "php": ">=5.3.3" |
||
| 2345 | }, |
||
| 2346 | "require-dev": { |
||
| 2347 | "phpunit/phpunit": "~4.0" |
||
| 2348 | }, |
||
| 2349 | "suggest": { |
||
| 2350 | "dflydev/markdown": "~1.0", |
||
| 2351 | "erusev/parsedown": "~1.0" |
||
| 2352 | }, |
||
| 2353 | "type": "library", |
||
| 2354 | "extra": { |
||
| 2355 | "branch-alias": { |
||
| 2356 | "dev-master": "2.0.x-dev" |
||
| 2357 | } |
||
| 2358 | }, |
||
| 2359 | "autoload": { |
||
| 2360 | "psr-0": { |
||
| 2361 | "phpDocumentor": [ |
||
| 2362 | "src/" |
||
| 2363 | ] |
||
| 2364 | } |
||
| 2365 | }, |
||
| 2366 | "notification-url": "https://packagist.org/downloads/", |
||
| 2367 | "license": [ |
||
| 2368 | "MIT" |
||
| 2369 | ], |
||
| 2370 | "authors": [ |
||
| 2371 | { |
||
| 2372 | "name": "Mike van Riel", |
||
| 2373 | "email": "[email protected]" |
||
| 2374 | } |
||
| 2375 | ], |
||
| 2376 | "time": "2015-02-03 12:10:50" |
||
| 2377 | }, |
||
| 2378 | { |
||
| 2379 | "name": "phpspec/php-diff", |
||
| 2380 | "version": "v1.0.2", |
||
| 2381 | "source": { |
||
| 2382 | "type": "git", |
||
| 2383 | "url": "https://github.com/phpspec/php-diff.git", |
||
| 2384 | "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a" |
||
| 2385 | }, |
||
| 2386 | "dist": { |
||
| 2387 | "type": "zip", |
||
| 2388 | "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a", |
||
| 2389 | "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a", |
||
| 2390 | "shasum": "" |
||
| 2391 | }, |
||
| 2392 | "type": "library", |
||
| 2393 | "autoload": { |
||
| 2394 | "psr-0": { |
||
| 2395 | "Diff": "lib/" |
||
| 2396 | } |
||
| 2397 | }, |
||
| 2398 | "notification-url": "https://packagist.org/downloads/", |
||
| 2399 | "license": [ |
||
| 2400 | "BSD-3-Clause" |
||
| 2401 | ], |
||
| 2402 | "authors": [ |
||
| 2403 | { |
||
| 2404 | "name": "Chris Boulton", |
||
| 2405 | "homepage": "http://github.com/chrisboulton", |
||
| 2406 | "role": "Original developer" |
||
| 2407 | } |
||
| 2408 | ], |
||
| 2409 | "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", |
||
| 2410 | "time": "2013-11-01 13:02:21" |
||
| 2411 | }, |
||
| 2412 | { |
||
| 2413 | "name": "phpspec/phpspec", |
||
| 2414 | "version": "2.1.1", |
||
| 2415 | "source": { |
||
| 2416 | "type": "git", |
||
| 2417 | "url": "https://github.com/phpspec/phpspec.git", |
||
| 2418 | "reference": "66a1df93099282b1514e9e001fcf6e9393f7783d" |
||
| 2419 | }, |
||
| 2420 | "dist": { |
||
| 2421 | "type": "zip", |
||
| 2422 | "url": "https://api.github.com/repos/phpspec/phpspec/zipball/66a1df93099282b1514e9e001fcf6e9393f7783d", |
||
| 2423 | "reference": "66a1df93099282b1514e9e001fcf6e9393f7783d", |
||
| 2424 | "shasum": "" |
||
| 2425 | }, |
||
| 2426 | "require": { |
||
| 2427 | "doctrine/instantiator": "~1.0,>=1.0.1", |
||
| 2428 | "php": ">=5.3.3", |
||
| 2429 | "phpspec/php-diff": "~1.0.0", |
||
| 2430 | "phpspec/prophecy": "~1.1", |
||
| 2431 | "sebastian/exporter": "~1.0", |
||
| 2432 | "symfony/console": "~2.3", |
||
| 2433 | "symfony/event-dispatcher": "~2.1", |
||
| 2434 | "symfony/finder": "~2.1", |
||
| 2435 | "symfony/process": "~2.1", |
||
| 2436 | "symfony/yaml": "~2.1" |
||
| 2437 | }, |
||
| 2438 | "require-dev": { |
||
| 2439 | "behat/behat": "~3.0,>=3.0.11", |
||
| 2440 | "bossa/phpspec2-expect": "~1.0", |
||
| 2441 | "symfony/filesystem": "~2.1" |
||
| 2442 | }, |
||
| 2443 | "suggest": { |
||
| 2444 | "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters" |
||
| 2445 | }, |
||
| 2446 | "bin": [ |
||
| 2447 | "bin/phpspec" |
||
| 2448 | ], |
||
| 2449 | "type": "library", |
||
| 2450 | "extra": { |
||
| 2451 | "branch-alias": { |
||
| 2452 | "dev-master": "2.1.x-dev" |
||
| 2453 | } |
||
| 2454 | }, |
||
| 2455 | "autoload": { |
||
| 2456 | "psr-0": { |
||
| 2457 | "PhpSpec": "src/" |
||
| 2458 | } |
||
| 2459 | }, |
||
| 2460 | "notification-url": "https://packagist.org/downloads/", |
||
| 2461 | "license": [ |
||
| 2462 | "MIT" |
||
| 2463 | ], |
||
| 2464 | "authors": [ |
||
| 2465 | { |
||
| 2466 | "name": "Konstantin Kudryashov", |
||
| 2467 | "email": "[email protected]", |
||
| 2468 | "homepage": "http://everzet.com" |
||
| 2469 | }, |
||
| 2470 | { |
||
| 2471 | "name": "Marcello Duarte", |
||
| 2472 | "homepage": "http://marcelloduarte.net/" |
||
| 2473 | } |
||
| 2474 | ], |
||
| 2475 | "description": "Specification-oriented BDD framework for PHP 5.3+", |
||
| 2476 | "homepage": "http://phpspec.net/", |
||
| 2477 | "keywords": [ |
||
| 2478 | "BDD", |
||
| 2479 | "SpecBDD", |
||
| 2480 | "TDD", |
||
| 2481 | "spec", |
||
| 2482 | "specification", |
||
| 2483 | "testing", |
||
| 2484 | "tests" |
||
| 2485 | ], |
||
| 2486 | "time": "2015-01-09 13:21:45" |
||
| 2487 | }, |
||
| 2488 | { |
||
| 2489 | "name": "phpspec/prophecy", |
||
| 2490 | "version": "v1.3.1", |
||
| 2491 | "source": { |
||
| 2492 | "type": "git", |
||
| 2493 | "url": "https://github.com/phpspec/prophecy.git", |
||
| 2494 | "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9" |
||
| 2495 | }, |
||
| 2496 | "dist": { |
||
| 2497 | "type": "zip", |
||
| 2498 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/9ca52329bcdd1500de24427542577ebf3fc2f1c9", |
||
| 2499 | "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9", |
||
| 2500 | "shasum": "" |
||
| 2501 | }, |
||
| 2502 | "require": { |
||
| 2503 | "doctrine/instantiator": "~1.0,>=1.0.2", |
||
| 2504 | "phpdocumentor/reflection-docblock": "~2.0" |
||
| 2505 | }, |
||
| 2506 | "require-dev": { |
||
| 2507 | "phpspec/phpspec": "~2.0" |
||
| 2508 | }, |
||
| 2509 | "type": "library", |
||
| 2510 | "extra": { |
||
| 2511 | "branch-alias": { |
||
| 2512 | "dev-master": "1.2.x-dev" |
||
| 2513 | } |
||
| 2514 | }, |
||
| 2515 | "autoload": { |
||
| 2516 | "psr-0": { |
||
| 2517 | "Prophecy\\": "src/" |
||
| 2518 | } |
||
| 2519 | }, |
||
| 2520 | "notification-url": "https://packagist.org/downloads/", |
||
| 2521 | "license": [ |
||
| 2522 | "MIT" |
||
| 2523 | ], |
||
| 2524 | "authors": [ |
||
| 2525 | { |
||
| 2526 | "name": "Konstantin Kudryashov", |
||
| 2527 | "email": "[email protected]", |
||
| 2528 | "homepage": "http://everzet.com" |
||
| 2529 | }, |
||
| 2530 | { |
||
| 2531 | "name": "Marcello Duarte", |
||
| 2532 | "email": "[email protected]" |
||
| 2533 | } |
||
| 2534 | ], |
||
| 2535 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
| 2536 | "homepage": "http://phpspec.org", |
||
| 2537 | "keywords": [ |
||
| 2538 | "Double", |
||
| 2539 | "Dummy", |
||
| 2540 | "fake", |
||
| 2541 | "mock", |
||
| 2542 | "spy", |
||
| 2543 | "stub" |
||
| 2544 | ], |
||
| 2545 | "time": "2014-11-17 16:23:49" |
||
| 2546 | }, |
||
| 2547 | { |
||
| 2548 | "name": "phpunit/php-code-coverage", |
||
| 2549 | "version": "2.0.15", |
||
| 2550 | "source": { |
||
| 2551 | "type": "git", |
||
| 2552 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
| 2553 | "reference": "34cc484af1ca149188d0d9e91412191e398e0b67" |
||
| 2554 | }, |
||
| 2555 | "dist": { |
||
| 2556 | "type": "zip", |
||
| 2557 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/34cc484af1ca149188d0d9e91412191e398e0b67", |
||
| 2558 | "reference": "34cc484af1ca149188d0d9e91412191e398e0b67", |
||
| 2559 | "shasum": "" |
||
| 2560 | }, |
||
| 2561 | "require": { |
||
| 2562 | "php": ">=5.3.3", |
||
| 2563 | "phpunit/php-file-iterator": "~1.3", |
||
| 2564 | "phpunit/php-text-template": "~1.2", |
||
| 2565 | "phpunit/php-token-stream": "~1.3", |
||
| 2566 | "sebastian/environment": "~1.0", |
||
| 2567 | "sebastian/version": "~1.0" |
||
| 2568 | }, |
||
| 2569 | "require-dev": { |
||
| 2570 | "ext-xdebug": ">=2.1.4", |
||
| 2571 | "phpunit/phpunit": "~4" |
||
| 2572 | }, |
||
| 2573 | "suggest": { |
||
| 2574 | "ext-dom": "*", |
||
| 2575 | "ext-xdebug": ">=2.2.1", |
||
| 2576 | "ext-xmlwriter": "*" |
||
| 2577 | }, |
||
| 2578 | "type": "library", |
||
| 2579 | "extra": { |
||
| 2580 | "branch-alias": { |
||
| 2581 | "dev-master": "2.0.x-dev" |
||
| 2582 | } |
||
| 2583 | }, |
||
| 2584 | "autoload": { |
||
| 2585 | "classmap": [ |
||
| 2586 | "src/" |
||
| 2587 | ] |
||
| 2588 | }, |
||
| 2589 | "notification-url": "https://packagist.org/downloads/", |
||
| 2590 | "license": [ |
||
| 2591 | "BSD-3-Clause" |
||
| 2592 | ], |
||
| 2593 | "authors": [ |
||
| 2594 | { |
||
| 2595 | "name": "Sebastian Bergmann", |
||
| 2596 | "email": "[email protected]", |
||
| 2597 | "role": "lead" |
||
| 2598 | } |
||
| 2599 | ], |
||
| 2600 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
| 2601 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
| 2602 | "keywords": [ |
||
| 2603 | "coverage", |
||
| 2604 | "testing", |
||
| 2605 | "xunit" |
||
| 2606 | ], |
||
| 2607 | "time": "2015-01-24 10:06:35" |
||
| 2608 | }, |
||
| 2609 | { |
||
| 2610 | "name": "phpunit/php-file-iterator", |
||
| 2611 | "version": "1.3.4", |
||
| 2612 | "source": { |
||
| 2613 | "type": "git", |
||
| 2614 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
| 2615 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" |
||
| 2616 | }, |
||
| 2617 | "dist": { |
||
| 2618 | "type": "zip", |
||
| 2619 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", |
||
| 2620 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", |
||
| 2621 | "shasum": "" |
||
| 2622 | }, |
||
| 2623 | "require": { |
||
| 2624 | "php": ">=5.3.3" |
||
| 2625 | }, |
||
| 2626 | "type": "library", |
||
| 2627 | "autoload": { |
||
| 2628 | "classmap": [ |
||
| 2629 | "File/" |
||
| 2630 | ] |
||
| 2631 | }, |
||
| 2632 | "notification-url": "https://packagist.org/downloads/", |
||
| 2633 | "include-path": [ |
||
| 2634 | "" |
||
| 2635 | ], |
||
| 2636 | "license": [ |
||
| 2637 | "BSD-3-Clause" |
||
| 2638 | ], |
||
| 2639 | "authors": [ |
||
| 2640 | { |
||
| 2641 | "name": "Sebastian Bergmann", |
||
| 2642 | "email": "[email protected]", |
||
| 2643 | "role": "lead" |
||
| 2644 | } |
||
| 2645 | ], |
||
| 2646 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
| 2647 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
| 2648 | "keywords": [ |
||
| 2649 | "filesystem", |
||
| 2650 | "iterator" |
||
| 2651 | ], |
||
| 2652 | "time": "2013-10-10 15:34:57" |
||
| 2653 | }, |
||
| 2654 | { |
||
| 2655 | "name": "phpunit/php-text-template", |
||
| 2656 | "version": "1.2.0", |
||
| 2657 | "source": { |
||
| 2658 | "type": "git", |
||
| 2659 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
| 2660 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" |
||
| 2661 | }, |
||
| 2662 | "dist": { |
||
| 2663 | "type": "zip", |
||
| 2664 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
||
| 2665 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
||
| 2666 | "shasum": "" |
||
| 2667 | }, |
||
| 2668 | "require": { |
||
| 2669 | "php": ">=5.3.3" |
||
| 2670 | }, |
||
| 2671 | "type": "library", |
||
| 2672 | "autoload": { |
||
| 2673 | "classmap": [ |
||
| 2674 | "Text/" |
||
| 2675 | ] |
||
| 2676 | }, |
||
| 2677 | "notification-url": "https://packagist.org/downloads/", |
||
| 2678 | "include-path": [ |
||
| 2679 | "" |
||
| 2680 | ], |
||
| 2681 | "license": [ |
||
| 2682 | "BSD-3-Clause" |
||
| 2683 | ], |
||
| 2684 | "authors": [ |
||
| 2685 | { |
||
| 2686 | "name": "Sebastian Bergmann", |
||
| 2687 | "email": "[email protected]", |
||
| 2688 | "role": "lead" |
||
| 2689 | } |
||
| 2690 | ], |
||
| 2691 | "description": "Simple template engine.", |
||
| 2692 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
| 2693 | "keywords": [ |
||
| 2694 | "template" |
||
| 2695 | ], |
||
| 2696 | "time": "2014-01-30 17:20:04" |
||
| 2697 | }, |
||
| 2698 | { |
||
| 2699 | "name": "phpunit/php-token-stream", |
||
| 2700 | "version": "1.4.0", |
||
| 2701 | "source": { |
||
| 2702 | "type": "git", |
||
| 2703 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
| 2704 | "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74" |
||
| 2705 | }, |
||
| 2706 | "dist": { |
||
| 2707 | "type": "zip", |
||
| 2708 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/db32c18eba00b121c145575fcbcd4d4d24e6db74", |
||
| 2709 | "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74", |
||
| 2710 | "shasum": "" |
||
| 2711 | }, |
||
| 2712 | "require": { |
||
| 2713 | "ext-tokenizer": "*", |
||
| 2714 | "php": ">=5.3.3" |
||
| 2715 | }, |
||
| 2716 | "require-dev": { |
||
| 2717 | "phpunit/phpunit": "~4.2" |
||
| 2718 | }, |
||
| 2719 | "type": "library", |
||
| 2720 | "extra": { |
||
| 2721 | "branch-alias": { |
||
| 2722 | "dev-master": "1.4-dev" |
||
| 2723 | } |
||
| 2724 | }, |
||
| 2725 | "autoload": { |
||
| 2726 | "classmap": [ |
||
| 2727 | "src/" |
||
| 2728 | ] |
||
| 2729 | }, |
||
| 2730 | "notification-url": "https://packagist.org/downloads/", |
||
| 2731 | "license": [ |
||
| 2732 | "BSD-3-Clause" |
||
| 2733 | ], |
||
| 2734 | "authors": [ |
||
| 2735 | { |
||
| 2736 | "name": "Sebastian Bergmann", |
||
| 2737 | "email": "[email protected]" |
||
| 2738 | } |
||
| 2739 | ], |
||
| 2740 | "description": "Wrapper around PHP's tokenizer extension.", |
||
| 2741 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
| 2742 | "keywords": [ |
||
| 2743 | "tokenizer" |
||
| 2744 | ], |
||
| 2745 | "time": "2015-01-17 09:51:32" |
||
| 2746 | }, |
||
| 2747 | { |
||
| 2748 | "name": "sebastian/environment", |
||
| 2749 | "version": "1.2.1", |
||
| 2750 | "source": { |
||
| 2751 | "type": "git", |
||
| 2752 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
| 2753 | "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7" |
||
| 2754 | }, |
||
| 2755 | "dist": { |
||
| 2756 | "type": "zip", |
||
| 2757 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e6c71d918088c251b181ba8b3088af4ac336dd7", |
||
| 2758 | "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7", |
||
| 2759 | "shasum": "" |
||
| 2760 | }, |
||
| 2761 | "require": { |
||
| 2762 | "php": ">=5.3.3" |
||
| 2763 | }, |
||
| 2764 | "require-dev": { |
||
| 2765 | "phpunit/phpunit": "~4.3" |
||
| 2766 | }, |
||
| 2767 | "type": "library", |
||
| 2768 | "extra": { |
||
| 2769 | "branch-alias": { |
||
| 2770 | "dev-master": "1.2.x-dev" |
||
| 2771 | } |
||
| 2772 | }, |
||
| 2773 | "autoload": { |
||
| 2774 | "classmap": [ |
||
| 2775 | "src/" |
||
| 2776 | ] |
||
| 2777 | }, |
||
| 2778 | "notification-url": "https://packagist.org/downloads/", |
||
| 2779 | "license": [ |
||
| 2780 | "BSD-3-Clause" |
||
| 2781 | ], |
||
| 2782 | "authors": [ |
||
| 2783 | { |
||
| 2784 | "name": "Sebastian Bergmann", |
||
| 2785 | "email": "[email protected]" |
||
| 2786 | } |
||
| 2787 | ], |
||
| 2788 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
| 2789 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
| 2790 | "keywords": [ |
||
| 2791 | "Xdebug", |
||
| 2792 | "environment", |
||
| 2793 | "hhvm" |
||
| 2794 | ], |
||
| 2795 | "time": "2014-10-25 08:00:45" |
||
| 2796 | }, |
||
| 2797 | { |
||
| 2798 | "name": "sebastian/exporter", |
||
| 2799 | "version": "1.2.0", |
||
| 2800 | "source": { |
||
| 2801 | "type": "git", |
||
| 2802 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
| 2803 | "reference": "84839970d05254c73cde183a721c7af13aede943" |
||
| 2804 | }, |
||
| 2805 | "dist": { |
||
| 2806 | "type": "zip", |
||
| 2807 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943", |
||
| 2808 | "reference": "84839970d05254c73cde183a721c7af13aede943", |
||
| 2809 | "shasum": "" |
||
| 2810 | }, |
||
| 2811 | "require": { |
||
| 2812 | "php": ">=5.3.3", |
||
| 2813 | "sebastian/recursion-context": "~1.0" |
||
| 2814 | }, |
||
| 2815 | "require-dev": { |
||
| 2816 | "phpunit/phpunit": "~4.4" |
||
| 2817 | }, |
||
| 2818 | "type": "library", |
||
| 2819 | "extra": { |
||
| 2820 | "branch-alias": { |
||
| 2821 | "dev-master": "1.2.x-dev" |
||
| 2822 | } |
||
| 2823 | }, |
||
| 2824 | "autoload": { |
||
| 2825 | "classmap": [ |
||
| 2826 | "src/" |
||
| 2827 | ] |
||
| 2828 | }, |
||
| 2829 | "notification-url": "https://packagist.org/downloads/", |
||
| 2830 | "license": [ |
||
| 2831 | "BSD-3-Clause" |
||
| 2832 | ], |
||
| 2833 | "authors": [ |
||
| 2834 | { |
||
| 2835 | "name": "Jeff Welch", |
||
| 2836 | "email": "[email protected]" |
||
| 2837 | }, |
||
| 2838 | { |
||
| 2839 | "name": "Volker Dusch", |
||
| 2840 | "email": "[email protected]" |
||
| 2841 | }, |
||
| 2842 | { |
||
| 2843 | "name": "Bernhard Schussek", |
||
| 2844 | "email": "[email protected]" |
||
| 2845 | }, |
||
| 2846 | { |
||
| 2847 | "name": "Sebastian Bergmann", |
||
| 2848 | "email": "[email protected]" |
||
| 2849 | }, |
||
| 2850 | { |
||
| 2851 | "name": "Adam Harvey", |
||
| 2852 | "email": "[email protected]" |
||
| 2853 | } |
||
| 2854 | ], |
||
| 2855 | "description": "Provides the functionality to export PHP variables for visualization", |
||
| 2856 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
| 2857 | "keywords": [ |
||
| 2858 | "export", |
||
| 2859 | "exporter" |
||
| 2860 | ], |
||
| 2861 | "time": "2015-01-27 07:23:06" |
||
| 2862 | }, |
||
| 2863 | { |
||
| 2864 | "name": "sebastian/recursion-context", |
||
| 2865 | "version": "1.0.0", |
||
| 2866 | "source": { |
||
| 2867 | "type": "git", |
||
| 2868 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
| 2869 | "reference": "3989662bbb30a29d20d9faa04a846af79b276252" |
||
| 2870 | }, |
||
| 2871 | "dist": { |
||
| 2872 | "type": "zip", |
||
| 2873 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252", |
||
| 2874 | "reference": "3989662bbb30a29d20d9faa04a846af79b276252", |
||
| 2875 | "shasum": "" |
||
| 2876 | }, |
||
| 2877 | "require": { |
||
| 2878 | "php": ">=5.3.3" |
||
| 2879 | }, |
||
| 2880 | "require-dev": { |
||
| 2881 | "phpunit/phpunit": "~4.4" |
||
| 2882 | }, |
||
| 2883 | "type": "library", |
||
| 2884 | "extra": { |
||
| 2885 | "branch-alias": { |
||
| 2886 | "dev-master": "1.0.x-dev" |
||
| 2887 | } |
||
| 2888 | }, |
||
| 2889 | "autoload": { |
||
| 2890 | "classmap": [ |
||
| 2891 | "src/" |
||
| 2892 | ] |
||
| 2893 | }, |
||
| 2894 | "notification-url": "https://packagist.org/downloads/", |
||
| 2895 | "license": [ |
||
| 2896 | "BSD-3-Clause" |
||
| 2897 | ], |
||
| 2898 | "authors": [ |
||
| 2899 | { |
||
| 2900 | "name": "Jeff Welch", |
||
| 2901 | "email": "[email protected]" |
||
| 2902 | }, |
||
| 2903 | { |
||
| 2904 | "name": "Sebastian Bergmann", |
||
| 2905 | "email": "[email protected]" |
||
| 2906 | }, |
||
| 2907 | { |
||
| 2908 | "name": "Adam Harvey", |
||
| 2909 | "email": "[email protected]" |
||
| 2910 | } |
||
| 2911 | ], |
||
| 2912 | "description": "Provides functionality to recursively process PHP variables", |
||
| 2913 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
| 2914 | "time": "2015-01-24 09:48:32" |
||
| 2915 | }, |
||
| 2916 | { |
||
| 2917 | "name": "sebastian/version", |
||
| 2918 | "version": "1.0.4", |
||
| 2919 | "source": { |
||
| 2920 | "type": "git", |
||
| 2921 | "url": "https://github.com/sebastianbergmann/version.git", |
||
| 2922 | "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b" |
||
| 2923 | }, |
||
| 2924 | "dist": { |
||
| 2925 | "type": "zip", |
||
| 2926 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/a77d9123f8e809db3fbdea15038c27a95da4058b", |
||
| 2927 | "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b", |
||
| 2928 | "shasum": "" |
||
| 2929 | }, |
||
| 2930 | "type": "library", |
||
| 2931 | "autoload": { |
||
| 2932 | "classmap": [ |
||
| 2933 | "src/" |
||
| 2934 | ] |
||
| 2935 | }, |
||
| 2936 | "notification-url": "https://packagist.org/downloads/", |
||
| 2937 | "license": [ |
||
| 2938 | "BSD-3-Clause" |
||
| 2939 | ], |
||
| 2940 | "authors": [ |
||
| 2941 | { |
||
| 2942 | "name": "Sebastian Bergmann", |
||
| 2943 | "email": "[email protected]", |
||
| 2944 | "role": "lead" |
||
| 2945 | } |
||
| 2946 | ], |
||
| 2947 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
| 2948 | "homepage": "https://github.com/sebastianbergmann/version", |
||
| 2949 | "time": "2014-12-15 14:25:24" |
||
| 2950 | }, |
||
| 2951 | { |
||
| 2952 | "name": "symfony/yaml", |
||
| 2953 | "version": "v2.6.4", |
||
| 2954 | "target-dir": "Symfony/Component/Yaml", |
||
| 2955 | "source": { |
||
| 2956 | "type": "git", |
||
| 2957 | "url": "https://github.com/symfony/Yaml.git", |
||
| 2958 | "reference": "60ed7751671113cf1ee7d7778e691642c2e9acd8" |
||
| 2959 | }, |
||
| 2960 | "dist": { |
||
| 2961 | "type": "zip", |
||
| 2962 | "url": "https://api.github.com/repos/symfony/Yaml/zipball/60ed7751671113cf1ee7d7778e691642c2e9acd8", |
||
| 2963 | "reference": "60ed7751671113cf1ee7d7778e691642c2e9acd8", |
||
| 2964 | "shasum": "" |
||
| 2965 | }, |
||
| 2966 | "require": { |
||
| 2967 | "php": ">=5.3.3" |
||
| 2968 | }, |
||
| 2969 | "type": "library", |
||
| 2970 | "extra": { |
||
| 2971 | "branch-alias": { |
||
| 2972 | "dev-master": "2.6-dev" |
||
| 2973 | } |
||
| 2974 | }, |
||
| 2975 | "autoload": { |
||
| 2976 | "psr-0": { |
||
| 2977 | "Symfony\\Component\\Yaml\\": "" |
||
| 2978 | } |
||
| 2979 | }, |
||
| 2980 | "notification-url": "https://packagist.org/downloads/", |
||
| 2981 | "license": [ |
||
| 2982 | "MIT" |
||
| 2983 | ], |
||
| 2984 | "authors": [ |
||
| 2985 | { |
||
| 2986 | "name": "Symfony Community", |
||
| 2987 | "homepage": "http://symfony.com/contributors" |
||
| 2988 | }, |
||
| 2989 | { |
||
| 2990 | "name": "Fabien Potencier", |
||
| 2991 | "email": "[email protected]" |
||
| 2992 | } |
||
| 2993 | ], |
||
| 2994 | "description": "Symfony Yaml Component", |
||
| 2995 | "homepage": "http://symfony.com", |
||
| 2996 | "time": "2015-01-25 04:39:26" |
||
| 2997 | } |
||
| 2998 | ], |
||
| 2999 | "aliases": [], |
||
| 3000 | "minimum-stability": "stable", |
||
| 3001 | "stability-flags": [], |
||
| 3002 | "prefer-stable": false, |
||
| 3003 | "prefer-lowest": false, |
||
| 3004 | "platform": [], |
||
| 3005 | "platform-dev": [] |
||
| 3006 | } |
||
| 3007 |