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