This project does not seem to handle request data directly as such no vulnerable execution paths were found.
include, or for example
via PHP's auto-loading mechanism.
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
| 1 | { |
||
| 2 | "_readme": [ |
||
| 3 | "This file locks the dependencies of your project to a known state", |
||
| 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
| 5 | "This file is @generated automatically" |
||
| 6 | ], |
||
| 7 | "hash": "1b2504042e79a6023d72e0347cbdebc4", |
||
| 8 | "content-hash": "731cc48dc8651cf18988fd21ad032fd9", |
||
| 9 | "packages": [ |
||
| 10 | { |
||
| 11 | "name": "doctrine/annotations", |
||
| 12 | "version": "v1.2.7", |
||
| 13 | "source": { |
||
| 14 | "type": "git", |
||
| 15 | "url": "https://github.com/doctrine/annotations.git", |
||
| 16 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" |
||
| 17 | }, |
||
| 18 | "dist": { |
||
| 19 | "type": "zip", |
||
| 20 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
| 21 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
| 22 | "shasum": "" |
||
| 23 | }, |
||
| 24 | "require": { |
||
| 25 | "doctrine/lexer": "1.*", |
||
| 26 | "php": ">=5.3.2" |
||
| 27 | }, |
||
| 28 | "require-dev": { |
||
| 29 | "doctrine/cache": "1.*", |
||
| 30 | "phpunit/phpunit": "4.*" |
||
| 31 | }, |
||
| 32 | "type": "library", |
||
| 33 | "extra": { |
||
| 34 | "branch-alias": { |
||
| 35 | "dev-master": "1.3.x-dev" |
||
| 36 | } |
||
| 37 | }, |
||
| 38 | "autoload": { |
||
| 39 | "psr-0": { |
||
| 40 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
| 41 | } |
||
| 42 | }, |
||
| 43 | "notification-url": "https://packagist.org/downloads/", |
||
| 44 | "license": [ |
||
| 45 | "MIT" |
||
| 46 | ], |
||
| 47 | "authors": [ |
||
| 48 | { |
||
| 49 | "name": "Roman Borschel", |
||
| 50 | "email": "[email protected]" |
||
| 51 | }, |
||
| 52 | { |
||
| 53 | "name": "Benjamin Eberlei", |
||
| 54 | "email": "[email protected]" |
||
| 55 | }, |
||
| 56 | { |
||
| 57 | "name": "Guilherme Blanco", |
||
| 58 | "email": "[email protected]" |
||
| 59 | }, |
||
| 60 | { |
||
| 61 | "name": "Jonathan Wage", |
||
| 62 | "email": "[email protected]" |
||
| 63 | }, |
||
| 64 | { |
||
| 65 | "name": "Johannes Schmitt", |
||
| 66 | "email": "[email protected]" |
||
| 67 | } |
||
| 68 | ], |
||
| 69 | "description": "Docblock Annotations Parser", |
||
| 70 | "homepage": "http://www.doctrine-project.org", |
||
| 71 | "keywords": [ |
||
| 72 | "annotations", |
||
| 73 | "docblock", |
||
| 74 | "parser" |
||
| 75 | ], |
||
| 76 | "time": "2015-08-31 12:32:49" |
||
| 77 | }, |
||
| 78 | { |
||
| 79 | "name": "doctrine/cache", |
||
| 80 | "version": "v1.6.0", |
||
| 81 | "source": { |
||
| 82 | "type": "git", |
||
| 83 | "url": "https://github.com/doctrine/cache.git", |
||
| 84 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6" |
||
| 85 | }, |
||
| 86 | "dist": { |
||
| 87 | "type": "zip", |
||
| 88 | "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
| 89 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
| 90 | "shasum": "" |
||
| 91 | }, |
||
| 92 | "require": { |
||
| 93 | "php": "~5.5|~7.0" |
||
| 94 | }, |
||
| 95 | "conflict": { |
||
| 96 | "doctrine/common": ">2.2,<2.4" |
||
| 97 | }, |
||
| 98 | "require-dev": { |
||
| 99 | "phpunit/phpunit": "~4.8|~5.0", |
||
| 100 | "predis/predis": "~1.0", |
||
| 101 | "satooshi/php-coveralls": "~0.6" |
||
| 102 | }, |
||
| 103 | "type": "library", |
||
| 104 | "extra": { |
||
| 105 | "branch-alias": { |
||
| 106 | "dev-master": "1.6.x-dev" |
||
| 107 | } |
||
| 108 | }, |
||
| 109 | "autoload": { |
||
| 110 | "psr-4": { |
||
| 111 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
| 112 | } |
||
| 113 | }, |
||
| 114 | "notification-url": "https://packagist.org/downloads/", |
||
| 115 | "license": [ |
||
| 116 | "MIT" |
||
| 117 | ], |
||
| 118 | "authors": [ |
||
| 119 | { |
||
| 120 | "name": "Roman Borschel", |
||
| 121 | "email": "[email protected]" |
||
| 122 | }, |
||
| 123 | { |
||
| 124 | "name": "Benjamin Eberlei", |
||
| 125 | "email": "[email protected]" |
||
| 126 | }, |
||
| 127 | { |
||
| 128 | "name": "Guilherme Blanco", |
||
| 129 | "email": "[email protected]" |
||
| 130 | }, |
||
| 131 | { |
||
| 132 | "name": "Jonathan Wage", |
||
| 133 | "email": "[email protected]" |
||
| 134 | }, |
||
| 135 | { |
||
| 136 | "name": "Johannes Schmitt", |
||
| 137 | "email": "[email protected]" |
||
| 138 | } |
||
| 139 | ], |
||
| 140 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
| 141 | "homepage": "http://www.doctrine-project.org", |
||
| 142 | "keywords": [ |
||
| 143 | "cache", |
||
| 144 | "caching" |
||
| 145 | ], |
||
| 146 | "time": "2015-12-31 16:37:02" |
||
| 147 | }, |
||
| 148 | { |
||
| 149 | "name": "doctrine/lexer", |
||
| 150 | "version": "v1.0.1", |
||
| 151 | "source": { |
||
| 152 | "type": "git", |
||
| 153 | "url": "https://github.com/doctrine/lexer.git", |
||
| 154 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
| 155 | }, |
||
| 156 | "dist": { |
||
| 157 | "type": "zip", |
||
| 158 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 159 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 160 | "shasum": "" |
||
| 161 | }, |
||
| 162 | "require": { |
||
| 163 | "php": ">=5.3.2" |
||
| 164 | }, |
||
| 165 | "type": "library", |
||
| 166 | "extra": { |
||
| 167 | "branch-alias": { |
||
| 168 | "dev-master": "1.0.x-dev" |
||
| 169 | } |
||
| 170 | }, |
||
| 171 | "autoload": { |
||
| 172 | "psr-0": { |
||
| 173 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
| 174 | } |
||
| 175 | }, |
||
| 176 | "notification-url": "https://packagist.org/downloads/", |
||
| 177 | "license": [ |
||
| 178 | "MIT" |
||
| 179 | ], |
||
| 180 | "authors": [ |
||
| 181 | { |
||
| 182 | "name": "Roman Borschel", |
||
| 183 | "email": "[email protected]" |
||
| 184 | }, |
||
| 185 | { |
||
| 186 | "name": "Guilherme Blanco", |
||
| 187 | "email": "[email protected]" |
||
| 188 | }, |
||
| 189 | { |
||
| 190 | "name": "Johannes Schmitt", |
||
| 191 | "email": "[email protected]" |
||
| 192 | } |
||
| 193 | ], |
||
| 194 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
| 195 | "homepage": "http://www.doctrine-project.org", |
||
| 196 | "keywords": [ |
||
| 197 | "lexer", |
||
| 198 | "parser" |
||
| 199 | ], |
||
| 200 | "time": "2014-09-09 13:34:57" |
||
| 201 | }, |
||
| 202 | { |
||
| 203 | "name": "gbprod/domain-event", |
||
| 204 | "version": "v0.1.0", |
||
| 205 | "source": { |
||
| 206 | "type": "git", |
||
| 207 | "url": "https://github.com/gbprod/domain-event.git", |
||
| 208 | "reference": "2ede6c283a33bc07a52708483df011c78ac3f950" |
||
| 209 | }, |
||
| 210 | "dist": { |
||
| 211 | "type": "zip", |
||
| 212 | "url": "https://api.github.com/repos/gbprod/domain-event/zipball/2ede6c283a33bc07a52708483df011c78ac3f950", |
||
| 213 | "reference": "2ede6c283a33bc07a52708483df011c78ac3f950", |
||
| 214 | "shasum": "" |
||
| 215 | }, |
||
| 216 | "require-dev": { |
||
| 217 | "phpunit/phpunit": "4.*" |
||
| 218 | }, |
||
| 219 | "type": "library", |
||
| 220 | "autoload": { |
||
| 221 | "psr-4": { |
||
| 222 | "GBProd\\": "src/", |
||
| 223 | "Tests\\GBProd\\": "tests/" |
||
| 224 | } |
||
| 225 | }, |
||
| 226 | "notification-url": "https://packagist.org/downloads/", |
||
| 227 | "license": [ |
||
| 228 | "MIT" |
||
| 229 | ], |
||
| 230 | "authors": [ |
||
| 231 | { |
||
| 232 | "name": "GBProd", |
||
| 233 | "email": "[email protected]" |
||
| 234 | } |
||
| 235 | ], |
||
| 236 | "description": "Library to manage domain events in a php DDD application", |
||
| 237 | "time": "2016-03-11 18:18:51" |
||
| 238 | }, |
||
| 239 | { |
||
| 240 | "name": "paragonie/random_compat", |
||
| 241 | "version": "v1.2.2", |
||
| 242 | "source": { |
||
| 243 | "type": "git", |
||
| 244 | "url": "https://github.com/paragonie/random_compat.git", |
||
| 245 | "reference": "b3313b618f4edd76523572531d5d7e22fe747430" |
||
| 246 | }, |
||
| 247 | "dist": { |
||
| 248 | "type": "zip", |
||
| 249 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/b3313b618f4edd76523572531d5d7e22fe747430", |
||
| 250 | "reference": "b3313b618f4edd76523572531d5d7e22fe747430", |
||
| 251 | "shasum": "" |
||
| 252 | }, |
||
| 253 | "require": { |
||
| 254 | "php": ">=5.2.0" |
||
| 255 | }, |
||
| 256 | "require-dev": { |
||
| 257 | "phpunit/phpunit": "4.*|5.*" |
||
| 258 | }, |
||
| 259 | "suggest": { |
||
| 260 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
| 261 | }, |
||
| 262 | "type": "library", |
||
| 263 | "autoload": { |
||
| 264 | "files": [ |
||
| 265 | "lib/random.php" |
||
| 266 | ] |
||
| 267 | }, |
||
| 268 | "notification-url": "https://packagist.org/downloads/", |
||
| 269 | "license": [ |
||
| 270 | "MIT" |
||
| 271 | ], |
||
| 272 | "authors": [ |
||
| 273 | { |
||
| 274 | "name": "Paragon Initiative Enterprises", |
||
| 275 | "email": "[email protected]", |
||
| 276 | "homepage": "https://paragonie.com" |
||
| 277 | } |
||
| 278 | ], |
||
| 279 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
| 280 | "keywords": [ |
||
| 281 | "csprng", |
||
| 282 | "pseudorandom", |
||
| 283 | "random" |
||
| 284 | ], |
||
| 285 | "time": "2016-03-11 19:54:08" |
||
| 286 | }, |
||
| 287 | { |
||
| 288 | "name": "psr/log", |
||
| 289 | "version": "1.0.0", |
||
| 290 | "source": { |
||
| 291 | "type": "git", |
||
| 292 | "url": "https://github.com/php-fig/log.git", |
||
| 293 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
| 294 | }, |
||
| 295 | "dist": { |
||
| 296 | "type": "zip", |
||
| 297 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
| 298 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
| 299 | "shasum": "" |
||
| 300 | }, |
||
| 301 | "type": "library", |
||
| 302 | "autoload": { |
||
| 303 | "psr-0": { |
||
| 304 | "Psr\\Log\\": "" |
||
| 305 | } |
||
| 306 | }, |
||
| 307 | "notification-url": "https://packagist.org/downloads/", |
||
| 308 | "license": [ |
||
| 309 | "MIT" |
||
| 310 | ], |
||
| 311 | "authors": [ |
||
| 312 | { |
||
| 313 | "name": "PHP-FIG", |
||
| 314 | "homepage": "http://www.php-fig.org/" |
||
| 315 | } |
||
| 316 | ], |
||
| 317 | "description": "Common interface for logging libraries", |
||
| 318 | "keywords": [ |
||
| 319 | "log", |
||
| 320 | "psr", |
||
| 321 | "psr-3" |
||
| 322 | ], |
||
| 323 | "time": "2012-12-21 11:40:51" |
||
| 324 | }, |
||
| 325 | { |
||
| 326 | "name": "symfony/asset", |
||
| 327 | "version": "v3.0.3", |
||
| 328 | "source": { |
||
| 329 | "type": "git", |
||
| 330 | "url": "https://github.com/symfony/asset.git", |
||
| 331 | "reference": "28150e07a3e997daa016b757e3833e4878e7ab08" |
||
| 332 | }, |
||
| 333 | "dist": { |
||
| 334 | "type": "zip", |
||
| 335 | "url": "https://api.github.com/repos/symfony/asset/zipball/28150e07a3e997daa016b757e3833e4878e7ab08", |
||
| 336 | "reference": "28150e07a3e997daa016b757e3833e4878e7ab08", |
||
| 337 | "shasum": "" |
||
| 338 | }, |
||
| 339 | "require": { |
||
| 340 | "php": ">=5.5.9" |
||
| 341 | }, |
||
| 342 | "require-dev": { |
||
| 343 | "symfony/http-foundation": "~2.8|~3.0" |
||
| 344 | }, |
||
| 345 | "suggest": { |
||
| 346 | "symfony/http-foundation": "" |
||
| 347 | }, |
||
| 348 | "type": "library", |
||
| 349 | "extra": { |
||
| 350 | "branch-alias": { |
||
| 351 | "dev-master": "3.0-dev" |
||
| 352 | } |
||
| 353 | }, |
||
| 354 | "autoload": { |
||
| 355 | "psr-4": { |
||
| 356 | "Symfony\\Component\\Asset\\": "" |
||
| 357 | }, |
||
| 358 | "exclude-from-classmap": [ |
||
| 359 | "/Tests/" |
||
| 360 | ] |
||
| 361 | }, |
||
| 362 | "notification-url": "https://packagist.org/downloads/", |
||
| 363 | "license": [ |
||
| 364 | "MIT" |
||
| 365 | ], |
||
| 366 | "authors": [ |
||
| 367 | { |
||
| 368 | "name": "Fabien Potencier", |
||
| 369 | "email": "[email protected]" |
||
| 370 | }, |
||
| 371 | { |
||
| 372 | "name": "Symfony Community", |
||
| 373 | "homepage": "https://symfony.com/contributors" |
||
| 374 | } |
||
| 375 | ], |
||
| 376 | "description": "Symfony Asset Component", |
||
| 377 | "homepage": "https://symfony.com", |
||
| 378 | "time": "2016-01-20 12:18:23" |
||
| 379 | }, |
||
| 380 | { |
||
| 381 | "name": "symfony/class-loader", |
||
| 382 | "version": "v3.0.3", |
||
| 383 | "source": { |
||
| 384 | "type": "git", |
||
| 385 | "url": "https://github.com/symfony/class-loader.git", |
||
| 386 | "reference": "92e7cf1af2bc1695daabb4ac972db169606e9030" |
||
| 387 | }, |
||
| 388 | "dist": { |
||
| 389 | "type": "zip", |
||
| 390 | "url": "https://api.github.com/repos/symfony/class-loader/zipball/92e7cf1af2bc1695daabb4ac972db169606e9030", |
||
| 391 | "reference": "92e7cf1af2bc1695daabb4ac972db169606e9030", |
||
| 392 | "shasum": "" |
||
| 393 | }, |
||
| 394 | "require": { |
||
| 395 | "php": ">=5.5.9" |
||
| 396 | }, |
||
| 397 | "require-dev": { |
||
| 398 | "symfony/finder": "~2.8|~3.0", |
||
| 399 | "symfony/polyfill-apcu": "~1.1" |
||
| 400 | }, |
||
| 401 | "suggest": { |
||
| 402 | "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM" |
||
| 403 | }, |
||
| 404 | "type": "library", |
||
| 405 | "extra": { |
||
| 406 | "branch-alias": { |
||
| 407 | "dev-master": "3.0-dev" |
||
| 408 | } |
||
| 409 | }, |
||
| 410 | "autoload": { |
||
| 411 | "psr-4": { |
||
| 412 | "Symfony\\Component\\ClassLoader\\": "" |
||
| 413 | }, |
||
| 414 | "exclude-from-classmap": [ |
||
| 415 | "/Tests/" |
||
| 416 | ] |
||
| 417 | }, |
||
| 418 | "notification-url": "https://packagist.org/downloads/", |
||
| 419 | "license": [ |
||
| 420 | "MIT" |
||
| 421 | ], |
||
| 422 | "authors": [ |
||
| 423 | { |
||
| 424 | "name": "Fabien Potencier", |
||
| 425 | "email": "[email protected]" |
||
| 426 | }, |
||
| 427 | { |
||
| 428 | "name": "Symfony Community", |
||
| 429 | "homepage": "https://symfony.com/contributors" |
||
| 430 | } |
||
| 431 | ], |
||
| 432 | "description": "Symfony ClassLoader Component", |
||
| 433 | "homepage": "https://symfony.com", |
||
| 434 | "time": "2016-02-03 09:33:23" |
||
| 435 | }, |
||
| 436 | { |
||
| 437 | "name": "symfony/config", |
||
| 438 | "version": "v3.0.3", |
||
| 439 | "source": { |
||
| 440 | "type": "git", |
||
| 441 | "url": "https://github.com/symfony/config.git", |
||
| 442 | "reference": "79a97025f7bf4bbf8352b5df1905aa136a531066" |
||
| 443 | }, |
||
| 444 | "dist": { |
||
| 445 | "type": "zip", |
||
| 446 | "url": "https://api.github.com/repos/symfony/config/zipball/79a97025f7bf4bbf8352b5df1905aa136a531066", |
||
| 447 | "reference": "79a97025f7bf4bbf8352b5df1905aa136a531066", |
||
| 448 | "shasum": "" |
||
| 449 | }, |
||
| 450 | "require": { |
||
| 451 | "php": ">=5.5.9", |
||
| 452 | "symfony/filesystem": "~2.8|~3.0" |
||
| 453 | }, |
||
| 454 | "suggest": { |
||
| 455 | "symfony/yaml": "To use the yaml reference dumper" |
||
| 456 | }, |
||
| 457 | "type": "library", |
||
| 458 | "extra": { |
||
| 459 | "branch-alias": { |
||
| 460 | "dev-master": "3.0-dev" |
||
| 461 | } |
||
| 462 | }, |
||
| 463 | "autoload": { |
||
| 464 | "psr-4": { |
||
| 465 | "Symfony\\Component\\Config\\": "" |
||
| 466 | }, |
||
| 467 | "exclude-from-classmap": [ |
||
| 468 | "/Tests/" |
||
| 469 | ] |
||
| 470 | }, |
||
| 471 | "notification-url": "https://packagist.org/downloads/", |
||
| 472 | "license": [ |
||
| 473 | "MIT" |
||
| 474 | ], |
||
| 475 | "authors": [ |
||
| 476 | { |
||
| 477 | "name": "Fabien Potencier", |
||
| 478 | "email": "[email protected]" |
||
| 479 | }, |
||
| 480 | { |
||
| 481 | "name": "Symfony Community", |
||
| 482 | "homepage": "https://symfony.com/contributors" |
||
| 483 | } |
||
| 484 | ], |
||
| 485 | "description": "Symfony Config Component", |
||
| 486 | "homepage": "https://symfony.com", |
||
| 487 | "time": "2016-02-23 15:16:06" |
||
| 488 | }, |
||
| 489 | { |
||
| 490 | "name": "symfony/debug", |
||
| 491 | "version": "v3.0.3", |
||
| 492 | "source": { |
||
| 493 | "type": "git", |
||
| 494 | "url": "https://github.com/symfony/debug.git", |
||
| 495 | "reference": "29606049ced1ec715475f88d1bbe587252a3476e" |
||
| 496 | }, |
||
| 497 | "dist": { |
||
| 498 | "type": "zip", |
||
| 499 | "url": "https://api.github.com/repos/symfony/debug/zipball/29606049ced1ec715475f88d1bbe587252a3476e", |
||
| 500 | "reference": "29606049ced1ec715475f88d1bbe587252a3476e", |
||
| 501 | "shasum": "" |
||
| 502 | }, |
||
| 503 | "require": { |
||
| 504 | "php": ">=5.5.9", |
||
| 505 | "psr/log": "~1.0" |
||
| 506 | }, |
||
| 507 | "conflict": { |
||
| 508 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
| 509 | }, |
||
| 510 | "require-dev": { |
||
| 511 | "symfony/class-loader": "~2.8|~3.0", |
||
| 512 | "symfony/http-kernel": "~2.8|~3.0" |
||
| 513 | }, |
||
| 514 | "type": "library", |
||
| 515 | "extra": { |
||
| 516 | "branch-alias": { |
||
| 517 | "dev-master": "3.0-dev" |
||
| 518 | } |
||
| 519 | }, |
||
| 520 | "autoload": { |
||
| 521 | "psr-4": { |
||
| 522 | "Symfony\\Component\\Debug\\": "" |
||
| 523 | }, |
||
| 524 | "exclude-from-classmap": [ |
||
| 525 | "/Tests/" |
||
| 526 | ] |
||
| 527 | }, |
||
| 528 | "notification-url": "https://packagist.org/downloads/", |
||
| 529 | "license": [ |
||
| 530 | "MIT" |
||
| 531 | ], |
||
| 532 | "authors": [ |
||
| 533 | { |
||
| 534 | "name": "Fabien Potencier", |
||
| 535 | "email": "[email protected]" |
||
| 536 | }, |
||
| 537 | { |
||
| 538 | "name": "Symfony Community", |
||
| 539 | "homepage": "https://symfony.com/contributors" |
||
| 540 | } |
||
| 541 | ], |
||
| 542 | "description": "Symfony Debug Component", |
||
| 543 | "homepage": "https://symfony.com", |
||
| 544 | "time": "2016-01-27 05:14:46" |
||
| 545 | }, |
||
| 546 | { |
||
| 547 | "name": "symfony/dependency-injection", |
||
| 548 | "version": "v3.0.3", |
||
| 549 | "source": { |
||
| 550 | "type": "git", |
||
| 551 | "url": "https://github.com/symfony/dependency-injection.git", |
||
| 552 | "reference": "821800ae6753b88dab55a7280811d8734b8112bf" |
||
| 553 | }, |
||
| 554 | "dist": { |
||
| 555 | "type": "zip", |
||
| 556 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/821800ae6753b88dab55a7280811d8734b8112bf", |
||
| 557 | "reference": "821800ae6753b88dab55a7280811d8734b8112bf", |
||
| 558 | "shasum": "" |
||
| 559 | }, |
||
| 560 | "require": { |
||
| 561 | "php": ">=5.5.9" |
||
| 562 | }, |
||
| 563 | "require-dev": { |
||
| 564 | "symfony/config": "~2.8|~3.0", |
||
| 565 | "symfony/expression-language": "~2.8|~3.0", |
||
| 566 | "symfony/yaml": "~2.8|~3.0" |
||
| 567 | }, |
||
| 568 | "suggest": { |
||
| 569 | "symfony/config": "", |
||
| 570 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
| 571 | "symfony/yaml": "" |
||
| 572 | }, |
||
| 573 | "type": "library", |
||
| 574 | "extra": { |
||
| 575 | "branch-alias": { |
||
| 576 | "dev-master": "3.0-dev" |
||
| 577 | } |
||
| 578 | }, |
||
| 579 | "autoload": { |
||
| 580 | "psr-4": { |
||
| 581 | "Symfony\\Component\\DependencyInjection\\": "" |
||
| 582 | }, |
||
| 583 | "exclude-from-classmap": [ |
||
| 584 | "/Tests/" |
||
| 585 | ] |
||
| 586 | }, |
||
| 587 | "notification-url": "https://packagist.org/downloads/", |
||
| 588 | "license": [ |
||
| 589 | "MIT" |
||
| 590 | ], |
||
| 591 | "authors": [ |
||
| 592 | { |
||
| 593 | "name": "Fabien Potencier", |
||
| 594 | "email": "[email protected]" |
||
| 595 | }, |
||
| 596 | { |
||
| 597 | "name": "Symfony Community", |
||
| 598 | "homepage": "https://symfony.com/contributors" |
||
| 599 | } |
||
| 600 | ], |
||
| 601 | "description": "Symfony DependencyInjection Component", |
||
| 602 | "homepage": "https://symfony.com", |
||
| 603 | "time": "2016-02-28 16:50:08" |
||
| 604 | }, |
||
| 605 | { |
||
| 606 | "name": "symfony/event-dispatcher", |
||
| 607 | "version": "v3.0.3", |
||
| 608 | "source": { |
||
| 609 | "type": "git", |
||
| 610 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
| 611 | "reference": "4dd5df31a28c0f82b41cb1e1599b74b5dcdbdafa" |
||
| 612 | }, |
||
| 613 | "dist": { |
||
| 614 | "type": "zip", |
||
| 615 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/4dd5df31a28c0f82b41cb1e1599b74b5dcdbdafa", |
||
| 616 | "reference": "4dd5df31a28c0f82b41cb1e1599b74b5dcdbdafa", |
||
| 617 | "shasum": "" |
||
| 618 | }, |
||
| 619 | "require": { |
||
| 620 | "php": ">=5.5.9" |
||
| 621 | }, |
||
| 622 | "require-dev": { |
||
| 623 | "psr/log": "~1.0", |
||
| 624 | "symfony/config": "~2.8|~3.0", |
||
| 625 | "symfony/dependency-injection": "~2.8|~3.0", |
||
| 626 | "symfony/expression-language": "~2.8|~3.0", |
||
| 627 | "symfony/stopwatch": "~2.8|~3.0" |
||
| 628 | }, |
||
| 629 | "suggest": { |
||
| 630 | "symfony/dependency-injection": "", |
||
| 631 | "symfony/http-kernel": "" |
||
| 632 | }, |
||
| 633 | "type": "library", |
||
| 634 | "extra": { |
||
| 635 | "branch-alias": { |
||
| 636 | "dev-master": "3.0-dev" |
||
| 637 | } |
||
| 638 | }, |
||
| 639 | "autoload": { |
||
| 640 | "psr-4": { |
||
| 641 | "Symfony\\Component\\EventDispatcher\\": "" |
||
| 642 | }, |
||
| 643 | "exclude-from-classmap": [ |
||
| 644 | "/Tests/" |
||
| 645 | ] |
||
| 646 | }, |
||
| 647 | "notification-url": "https://packagist.org/downloads/", |
||
| 648 | "license": [ |
||
| 649 | "MIT" |
||
| 650 | ], |
||
| 651 | "authors": [ |
||
| 652 | { |
||
| 653 | "name": "Fabien Potencier", |
||
| 654 | "email": "[email protected]" |
||
| 655 | }, |
||
| 656 | { |
||
| 657 | "name": "Symfony Community", |
||
| 658 | "homepage": "https://symfony.com/contributors" |
||
| 659 | } |
||
| 660 | ], |
||
| 661 | "description": "Symfony EventDispatcher Component", |
||
| 662 | "homepage": "https://symfony.com", |
||
| 663 | "time": "2016-01-27 05:14:46" |
||
| 664 | }, |
||
| 665 | { |
||
| 666 | "name": "symfony/filesystem", |
||
| 667 | "version": "v3.0.3", |
||
| 668 | "source": { |
||
| 669 | "type": "git", |
||
| 670 | "url": "https://github.com/symfony/filesystem.git", |
||
| 671 | "reference": "23ae8f9648d0a7fe94a47c8e20e5bf37c489a451" |
||
| 672 | }, |
||
| 673 | "dist": { |
||
| 674 | "type": "zip", |
||
| 675 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/23ae8f9648d0a7fe94a47c8e20e5bf37c489a451", |
||
| 676 | "reference": "23ae8f9648d0a7fe94a47c8e20e5bf37c489a451", |
||
| 677 | "shasum": "" |
||
| 678 | }, |
||
| 679 | "require": { |
||
| 680 | "php": ">=5.5.9" |
||
| 681 | }, |
||
| 682 | "type": "library", |
||
| 683 | "extra": { |
||
| 684 | "branch-alias": { |
||
| 685 | "dev-master": "3.0-dev" |
||
| 686 | } |
||
| 687 | }, |
||
| 688 | "autoload": { |
||
| 689 | "psr-4": { |
||
| 690 | "Symfony\\Component\\Filesystem\\": "" |
||
| 691 | }, |
||
| 692 | "exclude-from-classmap": [ |
||
| 693 | "/Tests/" |
||
| 694 | ] |
||
| 695 | }, |
||
| 696 | "notification-url": "https://packagist.org/downloads/", |
||
| 697 | "license": [ |
||
| 698 | "MIT" |
||
| 699 | ], |
||
| 700 | "authors": [ |
||
| 701 | { |
||
| 702 | "name": "Fabien Potencier", |
||
| 703 | "email": "[email protected]" |
||
| 704 | }, |
||
| 705 | { |
||
| 706 | "name": "Symfony Community", |
||
| 707 | "homepage": "https://symfony.com/contributors" |
||
| 708 | } |
||
| 709 | ], |
||
| 710 | "description": "Symfony Filesystem Component", |
||
| 711 | "homepage": "https://symfony.com", |
||
| 712 | "time": "2016-02-23 15:16:06" |
||
| 713 | }, |
||
| 714 | { |
||
| 715 | "name": "symfony/finder", |
||
| 716 | "version": "v3.0.3", |
||
| 717 | "source": { |
||
| 718 | "type": "git", |
||
| 719 | "url": "https://github.com/symfony/finder.git", |
||
| 720 | "reference": "623bda0abd9aa29e529c8e9c08b3b84171914723" |
||
| 721 | }, |
||
| 722 | "dist": { |
||
| 723 | "type": "zip", |
||
| 724 | "url": "https://api.github.com/repos/symfony/finder/zipball/623bda0abd9aa29e529c8e9c08b3b84171914723", |
||
| 725 | "reference": "623bda0abd9aa29e529c8e9c08b3b84171914723", |
||
| 726 | "shasum": "" |
||
| 727 | }, |
||
| 728 | "require": { |
||
| 729 | "php": ">=5.5.9" |
||
| 730 | }, |
||
| 731 | "type": "library", |
||
| 732 | "extra": { |
||
| 733 | "branch-alias": { |
||
| 734 | "dev-master": "3.0-dev" |
||
| 735 | } |
||
| 736 | }, |
||
| 737 | "autoload": { |
||
| 738 | "psr-4": { |
||
| 739 | "Symfony\\Component\\Finder\\": "" |
||
| 740 | }, |
||
| 741 | "exclude-from-classmap": [ |
||
| 742 | "/Tests/" |
||
| 743 | ] |
||
| 744 | }, |
||
| 745 | "notification-url": "https://packagist.org/downloads/", |
||
| 746 | "license": [ |
||
| 747 | "MIT" |
||
| 748 | ], |
||
| 749 | "authors": [ |
||
| 750 | { |
||
| 751 | "name": "Fabien Potencier", |
||
| 752 | "email": "[email protected]" |
||
| 753 | }, |
||
| 754 | { |
||
| 755 | "name": "Symfony Community", |
||
| 756 | "homepage": "https://symfony.com/contributors" |
||
| 757 | } |
||
| 758 | ], |
||
| 759 | "description": "Symfony Finder Component", |
||
| 760 | "homepage": "https://symfony.com", |
||
| 761 | "time": "2016-01-27 05:14:46" |
||
| 762 | }, |
||
| 763 | { |
||
| 764 | "name": "symfony/framework-bundle", |
||
| 765 | "version": "v3.0.3", |
||
| 766 | "source": { |
||
| 767 | "type": "git", |
||
| 768 | "url": "https://github.com/symfony/framework-bundle.git", |
||
| 769 | "reference": "54346b6e9fd1bd07240fa7548e8e86ccc8847a95" |
||
| 770 | }, |
||
| 771 | "dist": { |
||
| 772 | "type": "zip", |
||
| 773 | "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/54346b6e9fd1bd07240fa7548e8e86ccc8847a95", |
||
| 774 | "reference": "54346b6e9fd1bd07240fa7548e8e86ccc8847a95", |
||
| 775 | "shasum": "" |
||
| 776 | }, |
||
| 777 | "require": { |
||
| 778 | "doctrine/annotations": "~1.0", |
||
| 779 | "doctrine/cache": "~1.0", |
||
| 780 | "php": ">=5.5.9", |
||
| 781 | "symfony/asset": "~2.8|~3.0", |
||
| 782 | "symfony/class-loader": "~2.8|~3.0", |
||
| 783 | "symfony/config": "~2.8|~3.0", |
||
| 784 | "symfony/dependency-injection": "~2.8|~3.0", |
||
| 785 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
| 786 | "symfony/filesystem": "~2.8|~3.0", |
||
| 787 | "symfony/finder": "~2.8|~3.0", |
||
| 788 | "symfony/http-foundation": "~2.8|~3.0", |
||
| 789 | "symfony/http-kernel": "~2.8|~3.0", |
||
| 790 | "symfony/polyfill-mbstring": "~1.0", |
||
| 791 | "symfony/routing": "~3.0", |
||
| 792 | "symfony/security-core": "~2.8|~3.0", |
||
| 793 | "symfony/security-csrf": "~2.8|~3.0", |
||
| 794 | "symfony/stopwatch": "~2.8|~3.0", |
||
| 795 | "symfony/templating": "~2.8|~3.0", |
||
| 796 | "symfony/translation": "~2.8|~3.0" |
||
| 797 | }, |
||
| 798 | "require-dev": { |
||
| 799 | "phpdocumentor/reflection": "^1.0.7", |
||
| 800 | "symfony/browser-kit": "~2.8|~3.0", |
||
| 801 | "symfony/console": "~2.8|~3.0", |
||
| 802 | "symfony/css-selector": "~2.8|~3.0", |
||
| 803 | "symfony/dom-crawler": "~2.8|~3.0", |
||
| 804 | "symfony/expression-language": "~2.8|~3.0", |
||
| 805 | "symfony/form": "~2.8|~3.0", |
||
| 806 | "symfony/polyfill-intl-icu": "~1.0", |
||
| 807 | "symfony/process": "~2.8|~3.0", |
||
| 808 | "symfony/property-info": "~2.8|~3.0", |
||
| 809 | "symfony/security": "~2.8|~3.0", |
||
| 810 | "symfony/validator": "~2.8|~3.0", |
||
| 811 | "symfony/yaml": "~2.8|~3.0" |
||
| 812 | }, |
||
| 813 | "suggest": { |
||
| 814 | "symfony/console": "For using the console commands", |
||
| 815 | "symfony/form": "For using forms", |
||
| 816 | "symfony/process": "For using the server:run, server:start, server:stop, and server:status commands", |
||
| 817 | "symfony/property-info": "For using the property_info service", |
||
| 818 | "symfony/serializer": "For using the serializer service", |
||
| 819 | "symfony/validator": "For using validation", |
||
| 820 | "symfony/yaml": "For using the debug:config and lint:yaml commands" |
||
| 821 | }, |
||
| 822 | "type": "symfony-bundle", |
||
| 823 | "extra": { |
||
| 824 | "branch-alias": { |
||
| 825 | "dev-master": "3.0-dev" |
||
| 826 | } |
||
| 827 | }, |
||
| 828 | "autoload": { |
||
| 829 | "psr-4": { |
||
| 830 | "Symfony\\Bundle\\FrameworkBundle\\": "" |
||
| 831 | }, |
||
| 832 | "exclude-from-classmap": [ |
||
| 833 | "/Tests/" |
||
| 834 | ] |
||
| 835 | }, |
||
| 836 | "notification-url": "https://packagist.org/downloads/", |
||
| 837 | "license": [ |
||
| 838 | "MIT" |
||
| 839 | ], |
||
| 840 | "authors": [ |
||
| 841 | { |
||
| 842 | "name": "Fabien Potencier", |
||
| 843 | "email": "[email protected]" |
||
| 844 | }, |
||
| 845 | { |
||
| 846 | "name": "Symfony Community", |
||
| 847 | "homepage": "https://symfony.com/contributors" |
||
| 848 | } |
||
| 849 | ], |
||
| 850 | "description": "Symfony FrameworkBundle", |
||
| 851 | "homepage": "https://symfony.com", |
||
| 852 | "time": "2016-02-28 16:24:34" |
||
| 853 | }, |
||
| 854 | { |
||
| 855 | "name": "symfony/http-foundation", |
||
| 856 | "version": "v3.0.3", |
||
| 857 | "source": { |
||
| 858 | "type": "git", |
||
| 859 | "url": "https://github.com/symfony/http-foundation.git", |
||
| 860 | "reference": "52065702c71743c05d415a8facfcad6d4257e8d7" |
||
| 861 | }, |
||
| 862 | "dist": { |
||
| 863 | "type": "zip", |
||
| 864 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/52065702c71743c05d415a8facfcad6d4257e8d7", |
||
| 865 | "reference": "52065702c71743c05d415a8facfcad6d4257e8d7", |
||
| 866 | "shasum": "" |
||
| 867 | }, |
||
| 868 | "require": { |
||
| 869 | "php": ">=5.5.9" |
||
| 870 | }, |
||
| 871 | "require-dev": { |
||
| 872 | "symfony/expression-language": "~2.8|~3.0" |
||
| 873 | }, |
||
| 874 | "type": "library", |
||
| 875 | "extra": { |
||
| 876 | "branch-alias": { |
||
| 877 | "dev-master": "3.0-dev" |
||
| 878 | } |
||
| 879 | }, |
||
| 880 | "autoload": { |
||
| 881 | "psr-4": { |
||
| 882 | "Symfony\\Component\\HttpFoundation\\": "" |
||
| 883 | }, |
||
| 884 | "exclude-from-classmap": [ |
||
| 885 | "/Tests/" |
||
| 886 | ] |
||
| 887 | }, |
||
| 888 | "notification-url": "https://packagist.org/downloads/", |
||
| 889 | "license": [ |
||
| 890 | "MIT" |
||
| 891 | ], |
||
| 892 | "authors": [ |
||
| 893 | { |
||
| 894 | "name": "Fabien Potencier", |
||
| 895 | "email": "[email protected]" |
||
| 896 | }, |
||
| 897 | { |
||
| 898 | "name": "Symfony Community", |
||
| 899 | "homepage": "https://symfony.com/contributors" |
||
| 900 | } |
||
| 901 | ], |
||
| 902 | "description": "Symfony HttpFoundation Component", |
||
| 903 | "homepage": "https://symfony.com", |
||
| 904 | "time": "2016-02-28 16:24:34" |
||
| 905 | }, |
||
| 906 | { |
||
| 907 | "name": "symfony/http-kernel", |
||
| 908 | "version": "v3.0.3", |
||
| 909 | "source": { |
||
| 910 | "type": "git", |
||
| 911 | "url": "https://github.com/symfony/http-kernel.git", |
||
| 912 | "reference": "59c0a1972e9aad87b7a56bbe1ccee26b7535a0db" |
||
| 913 | }, |
||
| 914 | "dist": { |
||
| 915 | "type": "zip", |
||
| 916 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/59c0a1972e9aad87b7a56bbe1ccee26b7535a0db", |
||
| 917 | "reference": "59c0a1972e9aad87b7a56bbe1ccee26b7535a0db", |
||
| 918 | "shasum": "" |
||
| 919 | }, |
||
| 920 | "require": { |
||
| 921 | "php": ">=5.5.9", |
||
| 922 | "psr/log": "~1.0", |
||
| 923 | "symfony/debug": "~2.8|~3.0", |
||
| 924 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
| 925 | "symfony/http-foundation": "~2.8|~3.0" |
||
| 926 | }, |
||
| 927 | "conflict": { |
||
| 928 | "symfony/config": "<2.8" |
||
| 929 | }, |
||
| 930 | "require-dev": { |
||
| 931 | "symfony/browser-kit": "~2.8|~3.0", |
||
| 932 | "symfony/class-loader": "~2.8|~3.0", |
||
| 933 | "symfony/config": "~2.8|~3.0", |
||
| 934 | "symfony/console": "~2.8|~3.0", |
||
| 935 | "symfony/css-selector": "~2.8|~3.0", |
||
| 936 | "symfony/dependency-injection": "~2.8|~3.0", |
||
| 937 | "symfony/dom-crawler": "~2.8|~3.0", |
||
| 938 | "symfony/expression-language": "~2.8|~3.0", |
||
| 939 | "symfony/finder": "~2.8|~3.0", |
||
| 940 | "symfony/process": "~2.8|~3.0", |
||
| 941 | "symfony/routing": "~2.8|~3.0", |
||
| 942 | "symfony/stopwatch": "~2.8|~3.0", |
||
| 943 | "symfony/templating": "~2.8|~3.0", |
||
| 944 | "symfony/translation": "~2.8|~3.0", |
||
| 945 | "symfony/var-dumper": "~2.8|~3.0" |
||
| 946 | }, |
||
| 947 | "suggest": { |
||
| 948 | "symfony/browser-kit": "", |
||
| 949 | "symfony/class-loader": "", |
||
| 950 | "symfony/config": "", |
||
| 951 | "symfony/console": "", |
||
| 952 | "symfony/dependency-injection": "", |
||
| 953 | "symfony/finder": "", |
||
| 954 | "symfony/var-dumper": "" |
||
| 955 | }, |
||
| 956 | "type": "library", |
||
| 957 | "extra": { |
||
| 958 | "branch-alias": { |
||
| 959 | "dev-master": "3.0-dev" |
||
| 960 | } |
||
| 961 | }, |
||
| 962 | "autoload": { |
||
| 963 | "psr-4": { |
||
| 964 | "Symfony\\Component\\HttpKernel\\": "" |
||
| 965 | }, |
||
| 966 | "exclude-from-classmap": [ |
||
| 967 | "/Tests/" |
||
| 968 | ] |
||
| 969 | }, |
||
| 970 | "notification-url": "https://packagist.org/downloads/", |
||
| 971 | "license": [ |
||
| 972 | "MIT" |
||
| 973 | ], |
||
| 974 | "authors": [ |
||
| 975 | { |
||
| 976 | "name": "Fabien Potencier", |
||
| 977 | "email": "[email protected]" |
||
| 978 | }, |
||
| 979 | { |
||
| 980 | "name": "Symfony Community", |
||
| 981 | "homepage": "https://symfony.com/contributors" |
||
| 982 | } |
||
| 983 | ], |
||
| 984 | "description": "Symfony HttpKernel Component", |
||
| 985 | "homepage": "https://symfony.com", |
||
| 986 | "time": "2016-02-28 21:33:13" |
||
| 987 | }, |
||
| 988 | { |
||
| 989 | "name": "symfony/polyfill-mbstring", |
||
| 990 | "version": "v1.1.1", |
||
| 991 | "source": { |
||
| 992 | "type": "git", |
||
| 993 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
| 994 | "reference": "1289d16209491b584839022f29257ad859b8532d" |
||
| 995 | }, |
||
| 996 | "dist": { |
||
| 997 | "type": "zip", |
||
| 998 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d", |
||
| 999 | "reference": "1289d16209491b584839022f29257ad859b8532d", |
||
| 1000 | "shasum": "" |
||
| 1001 | }, |
||
| 1002 | "require": { |
||
| 1003 | "php": ">=5.3.3" |
||
| 1004 | }, |
||
| 1005 | "suggest": { |
||
| 1006 | "ext-mbstring": "For best performance" |
||
| 1007 | }, |
||
| 1008 | "type": "library", |
||
| 1009 | "extra": { |
||
| 1010 | "branch-alias": { |
||
| 1011 | "dev-master": "1.1-dev" |
||
| 1012 | } |
||
| 1013 | }, |
||
| 1014 | "autoload": { |
||
| 1015 | "psr-4": { |
||
| 1016 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
| 1017 | }, |
||
| 1018 | "files": [ |
||
| 1019 | "bootstrap.php" |
||
| 1020 | ] |
||
| 1021 | }, |
||
| 1022 | "notification-url": "https://packagist.org/downloads/", |
||
| 1023 | "license": [ |
||
| 1024 | "MIT" |
||
| 1025 | ], |
||
| 1026 | "authors": [ |
||
| 1027 | { |
||
| 1028 | "name": "Nicolas Grekas", |
||
| 1029 | "email": "[email protected]" |
||
| 1030 | }, |
||
| 1031 | { |
||
| 1032 | "name": "Symfony Community", |
||
| 1033 | "homepage": "https://symfony.com/contributors" |
||
| 1034 | } |
||
| 1035 | ], |
||
| 1036 | "description": "Symfony polyfill for the Mbstring extension", |
||
| 1037 | "homepage": "https://symfony.com", |
||
| 1038 | "keywords": [ |
||
| 1039 | "compatibility", |
||
| 1040 | "mbstring", |
||
| 1041 | "polyfill", |
||
| 1042 | "portable", |
||
| 1043 | "shim" |
||
| 1044 | ], |
||
| 1045 | "time": "2016-01-20 09:13:37" |
||
| 1046 | }, |
||
| 1047 | { |
||
| 1048 | "name": "symfony/polyfill-php56", |
||
| 1049 | "version": "v1.1.1", |
||
| 1050 | "source": { |
||
| 1051 | "type": "git", |
||
| 1052 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
| 1053 | "reference": "4d891fff050101a53a4caabb03277284942d1ad9" |
||
| 1054 | }, |
||
| 1055 | "dist": { |
||
| 1056 | "type": "zip", |
||
| 1057 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/4d891fff050101a53a4caabb03277284942d1ad9", |
||
| 1058 | "reference": "4d891fff050101a53a4caabb03277284942d1ad9", |
||
| 1059 | "shasum": "" |
||
| 1060 | }, |
||
| 1061 | "require": { |
||
| 1062 | "php": ">=5.3.3", |
||
| 1063 | "symfony/polyfill-util": "~1.0" |
||
| 1064 | }, |
||
| 1065 | "type": "library", |
||
| 1066 | "extra": { |
||
| 1067 | "branch-alias": { |
||
| 1068 | "dev-master": "1.1-dev" |
||
| 1069 | } |
||
| 1070 | }, |
||
| 1071 | "autoload": { |
||
| 1072 | "psr-4": { |
||
| 1073 | "Symfony\\Polyfill\\Php56\\": "" |
||
| 1074 | }, |
||
| 1075 | "files": [ |
||
| 1076 | "bootstrap.php" |
||
| 1077 | ] |
||
| 1078 | }, |
||
| 1079 | "notification-url": "https://packagist.org/downloads/", |
||
| 1080 | "license": [ |
||
| 1081 | "MIT" |
||
| 1082 | ], |
||
| 1083 | "authors": [ |
||
| 1084 | { |
||
| 1085 | "name": "Nicolas Grekas", |
||
| 1086 | "email": "[email protected]" |
||
| 1087 | }, |
||
| 1088 | { |
||
| 1089 | "name": "Symfony Community", |
||
| 1090 | "homepage": "https://symfony.com/contributors" |
||
| 1091 | } |
||
| 1092 | ], |
||
| 1093 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
| 1094 | "homepage": "https://symfony.com", |
||
| 1095 | "keywords": [ |
||
| 1096 | "compatibility", |
||
| 1097 | "polyfill", |
||
| 1098 | "portable", |
||
| 1099 | "shim" |
||
| 1100 | ], |
||
| 1101 | "time": "2016-01-20 09:13:37" |
||
| 1102 | }, |
||
| 1103 | { |
||
| 1104 | "name": "symfony/polyfill-php70", |
||
| 1105 | "version": "v1.1.1", |
||
| 1106 | "source": { |
||
| 1107 | "type": "git", |
||
| 1108 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
| 1109 | "reference": "386c1be9cad3ab531425211919e78c37971be4ce" |
||
| 1110 | }, |
||
| 1111 | "dist": { |
||
| 1112 | "type": "zip", |
||
| 1113 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/386c1be9cad3ab531425211919e78c37971be4ce", |
||
| 1114 | "reference": "386c1be9cad3ab531425211919e78c37971be4ce", |
||
| 1115 | "shasum": "" |
||
| 1116 | }, |
||
| 1117 | "require": { |
||
| 1118 | "paragonie/random_compat": "~1.0", |
||
| 1119 | "php": ">=5.3.3" |
||
| 1120 | }, |
||
| 1121 | "type": "library", |
||
| 1122 | "extra": { |
||
| 1123 | "branch-alias": { |
||
| 1124 | "dev-master": "1.1-dev" |
||
| 1125 | } |
||
| 1126 | }, |
||
| 1127 | "autoload": { |
||
| 1128 | "psr-4": { |
||
| 1129 | "Symfony\\Polyfill\\Php70\\": "" |
||
| 1130 | }, |
||
| 1131 | "files": [ |
||
| 1132 | "bootstrap.php" |
||
| 1133 | ], |
||
| 1134 | "classmap": [ |
||
| 1135 | "Resources/stubs" |
||
| 1136 | ] |
||
| 1137 | }, |
||
| 1138 | "notification-url": "https://packagist.org/downloads/", |
||
| 1139 | "license": [ |
||
| 1140 | "MIT" |
||
| 1141 | ], |
||
| 1142 | "authors": [ |
||
| 1143 | { |
||
| 1144 | "name": "Nicolas Grekas", |
||
| 1145 | "email": "[email protected]" |
||
| 1146 | }, |
||
| 1147 | { |
||
| 1148 | "name": "Symfony Community", |
||
| 1149 | "homepage": "https://symfony.com/contributors" |
||
| 1150 | } |
||
| 1151 | ], |
||
| 1152 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
| 1153 | "homepage": "https://symfony.com", |
||
| 1154 | "keywords": [ |
||
| 1155 | "compatibility", |
||
| 1156 | "polyfill", |
||
| 1157 | "portable", |
||
| 1158 | "shim" |
||
| 1159 | ], |
||
| 1160 | "time": "2016-01-28 22:42:02" |
||
| 1161 | }, |
||
| 1162 | { |
||
| 1163 | "name": "symfony/polyfill-util", |
||
| 1164 | "version": "v1.1.1", |
||
| 1165 | "source": { |
||
| 1166 | "type": "git", |
||
| 1167 | "url": "https://github.com/symfony/polyfill-util.git", |
||
| 1168 | "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4" |
||
| 1169 | }, |
||
| 1170 | "dist": { |
||
| 1171 | "type": "zip", |
||
| 1172 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4", |
||
| 1173 | "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4", |
||
| 1174 | "shasum": "" |
||
| 1175 | }, |
||
| 1176 | "require": { |
||
| 1177 | "php": ">=5.3.3" |
||
| 1178 | }, |
||
| 1179 | "type": "library", |
||
| 1180 | "extra": { |
||
| 1181 | "branch-alias": { |
||
| 1182 | "dev-master": "1.1-dev" |
||
| 1183 | } |
||
| 1184 | }, |
||
| 1185 | "autoload": { |
||
| 1186 | "psr-4": { |
||
| 1187 | "Symfony\\Polyfill\\Util\\": "" |
||
| 1188 | } |
||
| 1189 | }, |
||
| 1190 | "notification-url": "https://packagist.org/downloads/", |
||
| 1191 | "license": [ |
||
| 1192 | "MIT" |
||
| 1193 | ], |
||
| 1194 | "authors": [ |
||
| 1195 | { |
||
| 1196 | "name": "Nicolas Grekas", |
||
| 1197 | "email": "[email protected]" |
||
| 1198 | }, |
||
| 1199 | { |
||
| 1200 | "name": "Symfony Community", |
||
| 1201 | "homepage": "https://symfony.com/contributors" |
||
| 1202 | } |
||
| 1203 | ], |
||
| 1204 | "description": "Symfony utilities for portability of PHP codes", |
||
| 1205 | "homepage": "https://symfony.com", |
||
| 1206 | "keywords": [ |
||
| 1207 | "compat", |
||
| 1208 | "compatibility", |
||
| 1209 | "polyfill", |
||
| 1210 | "shim" |
||
| 1211 | ], |
||
| 1212 | "time": "2016-01-20 09:13:37" |
||
| 1213 | }, |
||
| 1214 | { |
||
| 1215 | "name": "symfony/routing", |
||
| 1216 | "version": "v3.0.3", |
||
| 1217 | "source": { |
||
| 1218 | "type": "git", |
||
| 1219 | "url": "https://github.com/symfony/routing.git", |
||
| 1220 | "reference": "fa1e9a8173cf0077dd995205da453eacd758fdf6" |
||
| 1221 | }, |
||
| 1222 | "dist": { |
||
| 1223 | "type": "zip", |
||
| 1224 | "url": "https://api.github.com/repos/symfony/routing/zipball/fa1e9a8173cf0077dd995205da453eacd758fdf6", |
||
| 1225 | "reference": "fa1e9a8173cf0077dd995205da453eacd758fdf6", |
||
| 1226 | "shasum": "" |
||
| 1227 | }, |
||
| 1228 | "require": { |
||
| 1229 | "php": ">=5.5.9" |
||
| 1230 | }, |
||
| 1231 | "conflict": { |
||
| 1232 | "symfony/config": "<2.8" |
||
| 1233 | }, |
||
| 1234 | "require-dev": { |
||
| 1235 | "doctrine/annotations": "~1.0", |
||
| 1236 | "doctrine/common": "~2.2", |
||
| 1237 | "psr/log": "~1.0", |
||
| 1238 | "symfony/config": "~2.8|~3.0", |
||
| 1239 | "symfony/expression-language": "~2.8|~3.0", |
||
| 1240 | "symfony/http-foundation": "~2.8|~3.0", |
||
| 1241 | "symfony/yaml": "~2.8|~3.0" |
||
| 1242 | }, |
||
| 1243 | "suggest": { |
||
| 1244 | "doctrine/annotations": "For using the annotation loader", |
||
| 1245 | "symfony/config": "For using the all-in-one router or any loader", |
||
| 1246 | "symfony/dependency-injection": "For loading routes from a service", |
||
| 1247 | "symfony/expression-language": "For using expression matching", |
||
| 1248 | "symfony/http-foundation": "For using a Symfony Request object", |
||
| 1249 | "symfony/yaml": "For using the YAML loader" |
||
| 1250 | }, |
||
| 1251 | "type": "library", |
||
| 1252 | "extra": { |
||
| 1253 | "branch-alias": { |
||
| 1254 | "dev-master": "3.0-dev" |
||
| 1255 | } |
||
| 1256 | }, |
||
| 1257 | "autoload": { |
||
| 1258 | "psr-4": { |
||
| 1259 | "Symfony\\Component\\Routing\\": "" |
||
| 1260 | }, |
||
| 1261 | "exclude-from-classmap": [ |
||
| 1262 | "/Tests/" |
||
| 1263 | ] |
||
| 1264 | }, |
||
| 1265 | "notification-url": "https://packagist.org/downloads/", |
||
| 1266 | "license": [ |
||
| 1267 | "MIT" |
||
| 1268 | ], |
||
| 1269 | "authors": [ |
||
| 1270 | { |
||
| 1271 | "name": "Fabien Potencier", |
||
| 1272 | "email": "[email protected]" |
||
| 1273 | }, |
||
| 1274 | { |
||
| 1275 | "name": "Symfony Community", |
||
| 1276 | "homepage": "https://symfony.com/contributors" |
||
| 1277 | } |
||
| 1278 | ], |
||
| 1279 | "description": "Symfony Routing Component", |
||
| 1280 | "homepage": "https://symfony.com", |
||
| 1281 | "keywords": [ |
||
| 1282 | "router", |
||
| 1283 | "routing", |
||
| 1284 | "uri", |
||
| 1285 | "url" |
||
| 1286 | ], |
||
| 1287 | "time": "2016-02-04 13:53:13" |
||
| 1288 | }, |
||
| 1289 | { |
||
| 1290 | "name": "symfony/security-core", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 1291 | "version": "v3.0.3", |
||
| 1292 | "source": { |
||
| 1293 | "type": "git", |
||
| 1294 | "url": "https://github.com/symfony/security-core.git", |
||
| 1295 | "reference": "9720551eeb6724cb29be9f255b49da37242bf092" |
||
| 1296 | }, |
||
| 1297 | "dist": { |
||
| 1298 | "type": "zip", |
||
| 1299 | "url": "https://api.github.com/repos/symfony/security-core/zipball/9720551eeb6724cb29be9f255b49da37242bf092", |
||
| 1300 | "reference": "9720551eeb6724cb29be9f255b49da37242bf092", |
||
| 1301 | "shasum": "" |
||
| 1302 | }, |
||
| 1303 | "require": { |
||
| 1304 | "php": ">=5.5.9", |
||
| 1305 | "symfony/polyfill-php56": "~1.0", |
||
| 1306 | "symfony/polyfill-util": "~1.0" |
||
| 1307 | }, |
||
| 1308 | "require-dev": { |
||
| 1309 | "psr/log": "~1.0", |
||
| 1310 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
| 1311 | "symfony/expression-language": "~2.8|~3.0", |
||
| 1312 | "symfony/http-foundation": "~2.8|~3.0", |
||
| 1313 | "symfony/ldap": "~2.8|~3.0.0", |
||
| 1314 | "symfony/validator": "~2.8|~3.0" |
||
| 1315 | }, |
||
| 1316 | "suggest": { |
||
| 1317 | "symfony/event-dispatcher": "", |
||
| 1318 | "symfony/expression-language": "For using the expression voter", |
||
| 1319 | "symfony/http-foundation": "", |
||
| 1320 | "symfony/ldap": "For using LDAP integration", |
||
| 1321 | "symfony/validator": "For using the user password constraint" |
||
| 1322 | }, |
||
| 1323 | "type": "library", |
||
| 1324 | "extra": { |
||
| 1325 | "branch-alias": { |
||
| 1326 | "dev-master": "3.0-dev" |
||
| 1327 | } |
||
| 1328 | }, |
||
| 1329 | "autoload": { |
||
| 1330 | "psr-4": { |
||
| 1331 | "Symfony\\Component\\Security\\Core\\": "" |
||
| 1332 | }, |
||
| 1333 | "exclude-from-classmap": [ |
||
| 1334 | "/Tests/" |
||
| 1335 | ] |
||
| 1336 | }, |
||
| 1337 | "notification-url": "https://packagist.org/downloads/", |
||
| 1338 | "license": [ |
||
| 1339 | "MIT" |
||
| 1340 | ], |
||
| 1341 | "authors": [ |
||
| 1342 | { |
||
| 1343 | "name": "Fabien Potencier", |
||
| 1344 | "email": "[email protected]" |
||
| 1345 | }, |
||
| 1346 | { |
||
| 1347 | "name": "Symfony Community", |
||
| 1348 | "homepage": "https://symfony.com/contributors" |
||
| 1349 | } |
||
| 1350 | ], |
||
| 1351 | "description": "Symfony Security Component - Core Library", |
||
| 1352 | "homepage": "https://symfony.com", |
||
| 1353 | "time": "2016-02-26 06:05:24" |
||
| 1354 | }, |
||
| 1355 | { |
||
| 1356 | "name": "symfony/security-csrf", |
||
| 1357 | "version": "v3.0.3", |
||
| 1358 | "source": { |
||
| 1359 | "type": "git", |
||
| 1360 | "url": "https://github.com/symfony/security-csrf.git", |
||
| 1361 | "reference": "1e1dc8bec95dc4123034ccd806059b312a7bbef0" |
||
| 1362 | }, |
||
| 1363 | "dist": { |
||
| 1364 | "type": "zip", |
||
| 1365 | "url": "https://api.github.com/repos/symfony/security-csrf/zipball/1e1dc8bec95dc4123034ccd806059b312a7bbef0", |
||
| 1366 | "reference": "1e1dc8bec95dc4123034ccd806059b312a7bbef0", |
||
| 1367 | "shasum": "" |
||
| 1368 | }, |
||
| 1369 | "require": { |
||
| 1370 | "php": ">=5.5.9", |
||
| 1371 | "symfony/polyfill-php56": "~1.0", |
||
| 1372 | "symfony/polyfill-php70": "~1.0", |
||
| 1373 | "symfony/security-core": "~2.8|~3.0" |
||
| 1374 | }, |
||
| 1375 | "require-dev": { |
||
| 1376 | "symfony/http-foundation": "~2.8|~3.0" |
||
| 1377 | }, |
||
| 1378 | "suggest": { |
||
| 1379 | "symfony/http-foundation": "For using the class SessionTokenStorage." |
||
| 1380 | }, |
||
| 1381 | "type": "library", |
||
| 1382 | "extra": { |
||
| 1383 | "branch-alias": { |
||
| 1384 | "dev-master": "3.0-dev" |
||
| 1385 | } |
||
| 1386 | }, |
||
| 1387 | "autoload": { |
||
| 1388 | "psr-4": { |
||
| 1389 | "Symfony\\Component\\Security\\Csrf\\": "" |
||
| 1390 | }, |
||
| 1391 | "exclude-from-classmap": [ |
||
| 1392 | "/Tests/" |
||
| 1393 | ] |
||
| 1394 | }, |
||
| 1395 | "notification-url": "https://packagist.org/downloads/", |
||
| 1396 | "license": [ |
||
| 1397 | "MIT" |
||
| 1398 | ], |
||
| 1399 | "authors": [ |
||
| 1400 | { |
||
| 1401 | "name": "Fabien Potencier", |
||
| 1402 | "email": "[email protected]" |
||
| 1403 | }, |
||
| 1404 | { |
||
| 1405 | "name": "Symfony Community", |
||
| 1406 | "homepage": "https://symfony.com/contributors" |
||
| 1407 | } |
||
| 1408 | ], |
||
| 1409 | "description": "Symfony Security Component - CSRF Library", |
||
| 1410 | "homepage": "https://symfony.com", |
||
| 1411 | "time": "2016-01-03 15:35:16" |
||
| 1412 | }, |
||
| 1413 | { |
||
| 1414 | "name": "symfony/stopwatch", |
||
| 1415 | "version": "v3.0.3", |
||
| 1416 | "source": { |
||
| 1417 | "type": "git", |
||
| 1418 | "url": "https://github.com/symfony/stopwatch.git", |
||
| 1419 | "reference": "4a204804952ff267ace88cf499e0b4bb302a475e" |
||
| 1420 | }, |
||
| 1421 | "dist": { |
||
| 1422 | "type": "zip", |
||
| 1423 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/4a204804952ff267ace88cf499e0b4bb302a475e", |
||
| 1424 | "reference": "4a204804952ff267ace88cf499e0b4bb302a475e", |
||
| 1425 | "shasum": "" |
||
| 1426 | }, |
||
| 1427 | "require": { |
||
| 1428 | "php": ">=5.5.9" |
||
| 1429 | }, |
||
| 1430 | "type": "library", |
||
| 1431 | "extra": { |
||
| 1432 | "branch-alias": { |
||
| 1433 | "dev-master": "3.0-dev" |
||
| 1434 | } |
||
| 1435 | }, |
||
| 1436 | "autoload": { |
||
| 1437 | "psr-4": { |
||
| 1438 | "Symfony\\Component\\Stopwatch\\": "" |
||
| 1439 | }, |
||
| 1440 | "exclude-from-classmap": [ |
||
| 1441 | "/Tests/" |
||
| 1442 | ] |
||
| 1443 | }, |
||
| 1444 | "notification-url": "https://packagist.org/downloads/", |
||
| 1445 | "license": [ |
||
| 1446 | "MIT" |
||
| 1447 | ], |
||
| 1448 | "authors": [ |
||
| 1449 | { |
||
| 1450 | "name": "Fabien Potencier", |
||
| 1451 | "email": "[email protected]" |
||
| 1452 | }, |
||
| 1453 | { |
||
| 1454 | "name": "Symfony Community", |
||
| 1455 | "homepage": "https://symfony.com/contributors" |
||
| 1456 | } |
||
| 1457 | ], |
||
| 1458 | "description": "Symfony Stopwatch Component", |
||
| 1459 | "homepage": "https://symfony.com", |
||
| 1460 | "time": "2016-01-03 15:35:16" |
||
| 1461 | }, |
||
| 1462 | { |
||
| 1463 | "name": "symfony/templating", |
||
| 1464 | "version": "v3.0.3", |
||
| 1465 | "source": { |
||
| 1466 | "type": "git", |
||
| 1467 | "url": "https://github.com/symfony/templating.git", |
||
| 1468 | "reference": "46abddbff3e7cae4d1d5a9f9ad0cd106f3c5c496" |
||
| 1469 | }, |
||
| 1470 | "dist": { |
||
| 1471 | "type": "zip", |
||
| 1472 | "url": "https://api.github.com/repos/symfony/templating/zipball/46abddbff3e7cae4d1d5a9f9ad0cd106f3c5c496", |
||
| 1473 | "reference": "46abddbff3e7cae4d1d5a9f9ad0cd106f3c5c496", |
||
| 1474 | "shasum": "" |
||
| 1475 | }, |
||
| 1476 | "require": { |
||
| 1477 | "php": ">=5.5.9" |
||
| 1478 | }, |
||
| 1479 | "require-dev": { |
||
| 1480 | "psr/log": "~1.0" |
||
| 1481 | }, |
||
| 1482 | "suggest": { |
||
| 1483 | "psr/log": "For using debug logging in loaders" |
||
| 1484 | }, |
||
| 1485 | "type": "library", |
||
| 1486 | "extra": { |
||
| 1487 | "branch-alias": { |
||
| 1488 | "dev-master": "3.0-dev" |
||
| 1489 | } |
||
| 1490 | }, |
||
| 1491 | "autoload": { |
||
| 1492 | "psr-4": { |
||
| 1493 | "Symfony\\Component\\Templating\\": "" |
||
| 1494 | }, |
||
| 1495 | "exclude-from-classmap": [ |
||
| 1496 | "/Tests/" |
||
| 1497 | ] |
||
| 1498 | }, |
||
| 1499 | "notification-url": "https://packagist.org/downloads/", |
||
| 1500 | "license": [ |
||
| 1501 | "MIT" |
||
| 1502 | ], |
||
| 1503 | "authors": [ |
||
| 1504 | { |
||
| 1505 | "name": "Fabien Potencier", |
||
| 1506 | "email": "[email protected]" |
||
| 1507 | }, |
||
| 1508 | { |
||
| 1509 | "name": "Symfony Community", |
||
| 1510 | "homepage": "https://symfony.com/contributors" |
||
| 1511 | } |
||
| 1512 | ], |
||
| 1513 | "description": "Symfony Templating Component", |
||
| 1514 | "homepage": "https://symfony.com", |
||
| 1515 | "time": "2016-01-03 15:35:16" |
||
| 1516 | }, |
||
| 1517 | { |
||
| 1518 | "name": "symfony/translation", |
||
| 1519 | "version": "v3.0.3", |
||
| 1520 | "source": { |
||
| 1521 | "type": "git", |
||
| 1522 | "url": "https://github.com/symfony/translation.git", |
||
| 1523 | "reference": "2de0b6f7ebe43cffd8a06996ebec6aab79ea9e91" |
||
| 1524 | }, |
||
| 1525 | "dist": { |
||
| 1526 | "type": "zip", |
||
| 1527 | "url": "https://api.github.com/repos/symfony/translation/zipball/2de0b6f7ebe43cffd8a06996ebec6aab79ea9e91", |
||
| 1528 | "reference": "2de0b6f7ebe43cffd8a06996ebec6aab79ea9e91", |
||
| 1529 | "shasum": "" |
||
| 1530 | }, |
||
| 1531 | "require": { |
||
| 1532 | "php": ">=5.5.9", |
||
| 1533 | "symfony/polyfill-mbstring": "~1.0" |
||
| 1534 | }, |
||
| 1535 | "conflict": { |
||
| 1536 | "symfony/config": "<2.8" |
||
| 1537 | }, |
||
| 1538 | "require-dev": { |
||
| 1539 | "psr/log": "~1.0", |
||
| 1540 | "symfony/config": "~2.8|~3.0", |
||
| 1541 | "symfony/intl": "~2.8|~3.0", |
||
| 1542 | "symfony/yaml": "~2.8|~3.0" |
||
| 1543 | }, |
||
| 1544 | "suggest": { |
||
| 1545 | "psr/log": "To use logging capability in translator", |
||
| 1546 | "symfony/config": "", |
||
| 1547 | "symfony/yaml": "" |
||
| 1548 | }, |
||
| 1549 | "type": "library", |
||
| 1550 | "extra": { |
||
| 1551 | "branch-alias": { |
||
| 1552 | "dev-master": "3.0-dev" |
||
| 1553 | } |
||
| 1554 | }, |
||
| 1555 | "autoload": { |
||
| 1556 | "psr-4": { |
||
| 1557 | "Symfony\\Component\\Translation\\": "" |
||
| 1558 | }, |
||
| 1559 | "exclude-from-classmap": [ |
||
| 1560 | "/Tests/" |
||
| 1561 | ] |
||
| 1562 | }, |
||
| 1563 | "notification-url": "https://packagist.org/downloads/", |
||
| 1564 | "license": [ |
||
| 1565 | "MIT" |
||
| 1566 | ], |
||
| 1567 | "authors": [ |
||
| 1568 | { |
||
| 1569 | "name": "Fabien Potencier", |
||
| 1570 | "email": "[email protected]" |
||
| 1571 | }, |
||
| 1572 | { |
||
| 1573 | "name": "Symfony Community", |
||
| 1574 | "homepage": "https://symfony.com/contributors" |
||
| 1575 | } |
||
| 1576 | ], |
||
| 1577 | "description": "Symfony Translation Component", |
||
| 1578 | "homepage": "https://symfony.com", |
||
| 1579 | "time": "2016-02-02 13:44:19" |
||
| 1580 | } |
||
| 1581 | ], |
||
| 1582 | "packages-dev": [ |
||
| 1583 | { |
||
| 1584 | "name": "doctrine/instantiator", |
||
| 1585 | "version": "1.0.5", |
||
| 1586 | "source": { |
||
| 1587 | "type": "git", |
||
| 1588 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 1589 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
| 1590 | }, |
||
| 1591 | "dist": { |
||
| 1592 | "type": "zip", |
||
| 1593 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 1594 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 1595 | "shasum": "" |
||
| 1596 | }, |
||
| 1597 | "require": { |
||
| 1598 | "php": ">=5.3,<8.0-DEV" |
||
| 1599 | }, |
||
| 1600 | "require-dev": { |
||
| 1601 | "athletic/athletic": "~0.1.8", |
||
| 1602 | "ext-pdo": "*", |
||
| 1603 | "ext-phar": "*", |
||
| 1604 | "phpunit/phpunit": "~4.0", |
||
| 1605 | "squizlabs/php_codesniffer": "~2.0" |
||
| 1606 | }, |
||
| 1607 | "type": "library", |
||
| 1608 | "extra": { |
||
| 1609 | "branch-alias": { |
||
| 1610 | "dev-master": "1.0.x-dev" |
||
| 1611 | } |
||
| 1612 | }, |
||
| 1613 | "autoload": { |
||
| 1614 | "psr-4": { |
||
| 1615 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
| 1616 | } |
||
| 1617 | }, |
||
| 1618 | "notification-url": "https://packagist.org/downloads/", |
||
| 1619 | "license": [ |
||
| 1620 | "MIT" |
||
| 1621 | ], |
||
| 1622 | "authors": [ |
||
| 1623 | { |
||
| 1624 | "name": "Marco Pivetta", |
||
| 1625 | "email": "[email protected]", |
||
| 1626 | "homepage": "http://ocramius.github.com/" |
||
| 1627 | } |
||
| 1628 | ], |
||
| 1629 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 1630 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 1631 | "keywords": [ |
||
| 1632 | "constructor", |
||
| 1633 | "instantiate" |
||
| 1634 | ], |
||
| 1635 | "time": "2015-06-14 21:17:01" |
||
| 1636 | }, |
||
| 1637 | { |
||
| 1638 | "name": "phpdocumentor/reflection-docblock", |
||
| 1639 | "version": "2.0.4", |
||
| 1640 | "source": { |
||
| 1641 | "type": "git", |
||
| 1642 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
| 1643 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" |
||
| 1644 | }, |
||
| 1645 | "dist": { |
||
| 1646 | "type": "zip", |
||
| 1647 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
| 1648 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
| 1649 | "shasum": "" |
||
| 1650 | }, |
||
| 1651 | "require": { |
||
| 1652 | "php": ">=5.3.3" |
||
| 1653 | }, |
||
| 1654 | "require-dev": { |
||
| 1655 | "phpunit/phpunit": "~4.0" |
||
| 1656 | }, |
||
| 1657 | "suggest": { |
||
| 1658 | "dflydev/markdown": "~1.0", |
||
| 1659 | "erusev/parsedown": "~1.0" |
||
| 1660 | }, |
||
| 1661 | "type": "library", |
||
| 1662 | "extra": { |
||
| 1663 | "branch-alias": { |
||
| 1664 | "dev-master": "2.0.x-dev" |
||
| 1665 | } |
||
| 1666 | }, |
||
| 1667 | "autoload": { |
||
| 1668 | "psr-0": { |
||
| 1669 | "phpDocumentor": [ |
||
| 1670 | "src/" |
||
| 1671 | ] |
||
| 1672 | } |
||
| 1673 | }, |
||
| 1674 | "notification-url": "https://packagist.org/downloads/", |
||
| 1675 | "license": [ |
||
| 1676 | "MIT" |
||
| 1677 | ], |
||
| 1678 | "authors": [ |
||
| 1679 | { |
||
| 1680 | "name": "Mike van Riel", |
||
| 1681 | "email": "[email protected]" |
||
| 1682 | } |
||
| 1683 | ], |
||
| 1684 | "time": "2015-02-03 12:10:50" |
||
| 1685 | }, |
||
| 1686 | { |
||
| 1687 | "name": "phpspec/prophecy", |
||
| 1688 | "version": "v1.6.0", |
||
| 1689 | "source": { |
||
| 1690 | "type": "git", |
||
| 1691 | "url": "https://github.com/phpspec/prophecy.git", |
||
| 1692 | "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972" |
||
| 1693 | }, |
||
| 1694 | "dist": { |
||
| 1695 | "type": "zip", |
||
| 1696 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972", |
||
| 1697 | "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972", |
||
| 1698 | "shasum": "" |
||
| 1699 | }, |
||
| 1700 | "require": { |
||
| 1701 | "doctrine/instantiator": "^1.0.2", |
||
| 1702 | "php": "^5.3|^7.0", |
||
| 1703 | "phpdocumentor/reflection-docblock": "~2.0", |
||
| 1704 | "sebastian/comparator": "~1.1", |
||
| 1705 | "sebastian/recursion-context": "~1.0" |
||
| 1706 | }, |
||
| 1707 | "require-dev": { |
||
| 1708 | "phpspec/phpspec": "~2.0" |
||
| 1709 | }, |
||
| 1710 | "type": "library", |
||
| 1711 | "extra": { |
||
| 1712 | "branch-alias": { |
||
| 1713 | "dev-master": "1.5.x-dev" |
||
| 1714 | } |
||
| 1715 | }, |
||
| 1716 | "autoload": { |
||
| 1717 | "psr-0": { |
||
| 1718 | "Prophecy\\": "src/" |
||
| 1719 | } |
||
| 1720 | }, |
||
| 1721 | "notification-url": "https://packagist.org/downloads/", |
||
| 1722 | "license": [ |
||
| 1723 | "MIT" |
||
| 1724 | ], |
||
| 1725 | "authors": [ |
||
| 1726 | { |
||
| 1727 | "name": "Konstantin Kudryashov", |
||
| 1728 | "email": "[email protected]", |
||
| 1729 | "homepage": "http://everzet.com" |
||
| 1730 | }, |
||
| 1731 | { |
||
| 1732 | "name": "Marcello Duarte", |
||
| 1733 | "email": "[email protected]" |
||
| 1734 | } |
||
| 1735 | ], |
||
| 1736 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
| 1737 | "homepage": "https://github.com/phpspec/prophecy", |
||
| 1738 | "keywords": [ |
||
| 1739 | "Double", |
||
| 1740 | "Dummy", |
||
| 1741 | "fake", |
||
| 1742 | "mock", |
||
| 1743 | "spy", |
||
| 1744 | "stub" |
||
| 1745 | ], |
||
| 1746 | "time": "2016-02-15 07:46:21" |
||
| 1747 | }, |
||
| 1748 | { |
||
| 1749 | "name": "phpunit/php-code-coverage", |
||
| 1750 | "version": "2.2.4", |
||
| 1751 | "source": { |
||
| 1752 | "type": "git", |
||
| 1753 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
| 1754 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" |
||
| 1755 | }, |
||
| 1756 | "dist": { |
||
| 1757 | "type": "zip", |
||
| 1758 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
| 1759 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", |
||
| 1760 | "shasum": "" |
||
| 1761 | }, |
||
| 1762 | "require": { |
||
| 1763 | "php": ">=5.3.3", |
||
| 1764 | "phpunit/php-file-iterator": "~1.3", |
||
| 1765 | "phpunit/php-text-template": "~1.2", |
||
| 1766 | "phpunit/php-token-stream": "~1.3", |
||
| 1767 | "sebastian/environment": "^1.3.2", |
||
| 1768 | "sebastian/version": "~1.0" |
||
| 1769 | }, |
||
| 1770 | "require-dev": { |
||
| 1771 | "ext-xdebug": ">=2.1.4", |
||
| 1772 | "phpunit/phpunit": "~4" |
||
| 1773 | }, |
||
| 1774 | "suggest": { |
||
| 1775 | "ext-dom": "*", |
||
| 1776 | "ext-xdebug": ">=2.2.1", |
||
| 1777 | "ext-xmlwriter": "*" |
||
| 1778 | }, |
||
| 1779 | "type": "library", |
||
| 1780 | "extra": { |
||
| 1781 | "branch-alias": { |
||
| 1782 | "dev-master": "2.2.x-dev" |
||
| 1783 | } |
||
| 1784 | }, |
||
| 1785 | "autoload": { |
||
| 1786 | "classmap": [ |
||
| 1787 | "src/" |
||
| 1788 | ] |
||
| 1789 | }, |
||
| 1790 | "notification-url": "https://packagist.org/downloads/", |
||
| 1791 | "license": [ |
||
| 1792 | "BSD-3-Clause" |
||
| 1793 | ], |
||
| 1794 | "authors": [ |
||
| 1795 | { |
||
| 1796 | "name": "Sebastian Bergmann", |
||
| 1797 | "email": "[email protected]", |
||
| 1798 | "role": "lead" |
||
| 1799 | } |
||
| 1800 | ], |
||
| 1801 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
| 1802 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
| 1803 | "keywords": [ |
||
| 1804 | "coverage", |
||
| 1805 | "testing", |
||
| 1806 | "xunit" |
||
| 1807 | ], |
||
| 1808 | "time": "2015-10-06 15:47:00" |
||
| 1809 | }, |
||
| 1810 | { |
||
| 1811 | "name": "phpunit/php-file-iterator", |
||
| 1812 | "version": "1.4.1", |
||
| 1813 | "source": { |
||
| 1814 | "type": "git", |
||
| 1815 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
| 1816 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
| 1817 | }, |
||
| 1818 | "dist": { |
||
| 1819 | "type": "zip", |
||
| 1820 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
| 1821 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
| 1822 | "shasum": "" |
||
| 1823 | }, |
||
| 1824 | "require": { |
||
| 1825 | "php": ">=5.3.3" |
||
| 1826 | }, |
||
| 1827 | "type": "library", |
||
| 1828 | "extra": { |
||
| 1829 | "branch-alias": { |
||
| 1830 | "dev-master": "1.4.x-dev" |
||
| 1831 | } |
||
| 1832 | }, |
||
| 1833 | "autoload": { |
||
| 1834 | "classmap": [ |
||
| 1835 | "src/" |
||
| 1836 | ] |
||
| 1837 | }, |
||
| 1838 | "notification-url": "https://packagist.org/downloads/", |
||
| 1839 | "license": [ |
||
| 1840 | "BSD-3-Clause" |
||
| 1841 | ], |
||
| 1842 | "authors": [ |
||
| 1843 | { |
||
| 1844 | "name": "Sebastian Bergmann", |
||
| 1845 | "email": "[email protected]", |
||
| 1846 | "role": "lead" |
||
| 1847 | } |
||
| 1848 | ], |
||
| 1849 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
| 1850 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
| 1851 | "keywords": [ |
||
| 1852 | "filesystem", |
||
| 1853 | "iterator" |
||
| 1854 | ], |
||
| 1855 | "time": "2015-06-21 13:08:43" |
||
| 1856 | }, |
||
| 1857 | { |
||
| 1858 | "name": "phpunit/php-text-template", |
||
| 1859 | "version": "1.2.1", |
||
| 1860 | "source": { |
||
| 1861 | "type": "git", |
||
| 1862 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
| 1863 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
| 1864 | }, |
||
| 1865 | "dist": { |
||
| 1866 | "type": "zip", |
||
| 1867 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 1868 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 1869 | "shasum": "" |
||
| 1870 | }, |
||
| 1871 | "require": { |
||
| 1872 | "php": ">=5.3.3" |
||
| 1873 | }, |
||
| 1874 | "type": "library", |
||
| 1875 | "autoload": { |
||
| 1876 | "classmap": [ |
||
| 1877 | "src/" |
||
| 1878 | ] |
||
| 1879 | }, |
||
| 1880 | "notification-url": "https://packagist.org/downloads/", |
||
| 1881 | "license": [ |
||
| 1882 | "BSD-3-Clause" |
||
| 1883 | ], |
||
| 1884 | "authors": [ |
||
| 1885 | { |
||
| 1886 | "name": "Sebastian Bergmann", |
||
| 1887 | "email": "[email protected]", |
||
| 1888 | "role": "lead" |
||
| 1889 | } |
||
| 1890 | ], |
||
| 1891 | "description": "Simple template engine.", |
||
| 1892 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
| 1893 | "keywords": [ |
||
| 1894 | "template" |
||
| 1895 | ], |
||
| 1896 | "time": "2015-06-21 13:50:34" |
||
| 1897 | }, |
||
| 1898 | { |
||
| 1899 | "name": "phpunit/php-timer", |
||
| 1900 | "version": "1.0.7", |
||
| 1901 | "source": { |
||
| 1902 | "type": "git", |
||
| 1903 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
| 1904 | "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" |
||
| 1905 | }, |
||
| 1906 | "dist": { |
||
| 1907 | "type": "zip", |
||
| 1908 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", |
||
| 1909 | "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", |
||
| 1910 | "shasum": "" |
||
| 1911 | }, |
||
| 1912 | "require": { |
||
| 1913 | "php": ">=5.3.3" |
||
| 1914 | }, |
||
| 1915 | "type": "library", |
||
| 1916 | "autoload": { |
||
| 1917 | "classmap": [ |
||
| 1918 | "src/" |
||
| 1919 | ] |
||
| 1920 | }, |
||
| 1921 | "notification-url": "https://packagist.org/downloads/", |
||
| 1922 | "license": [ |
||
| 1923 | "BSD-3-Clause" |
||
| 1924 | ], |
||
| 1925 | "authors": [ |
||
| 1926 | { |
||
| 1927 | "name": "Sebastian Bergmann", |
||
| 1928 | "email": "[email protected]", |
||
| 1929 | "role": "lead" |
||
| 1930 | } |
||
| 1931 | ], |
||
| 1932 | "description": "Utility class for timing", |
||
| 1933 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
| 1934 | "keywords": [ |
||
| 1935 | "timer" |
||
| 1936 | ], |
||
| 1937 | "time": "2015-06-21 08:01:12" |
||
| 1938 | }, |
||
| 1939 | { |
||
| 1940 | "name": "phpunit/php-token-stream", |
||
| 1941 | "version": "1.4.8", |
||
| 1942 | "source": { |
||
| 1943 | "type": "git", |
||
| 1944 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
| 1945 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" |
||
| 1946 | }, |
||
| 1947 | "dist": { |
||
| 1948 | "type": "zip", |
||
| 1949 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
| 1950 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
| 1951 | "shasum": "" |
||
| 1952 | }, |
||
| 1953 | "require": { |
||
| 1954 | "ext-tokenizer": "*", |
||
| 1955 | "php": ">=5.3.3" |
||
| 1956 | }, |
||
| 1957 | "require-dev": { |
||
| 1958 | "phpunit/phpunit": "~4.2" |
||
| 1959 | }, |
||
| 1960 | "type": "library", |
||
| 1961 | "extra": { |
||
| 1962 | "branch-alias": { |
||
| 1963 | "dev-master": "1.4-dev" |
||
| 1964 | } |
||
| 1965 | }, |
||
| 1966 | "autoload": { |
||
| 1967 | "classmap": [ |
||
| 1968 | "src/" |
||
| 1969 | ] |
||
| 1970 | }, |
||
| 1971 | "notification-url": "https://packagist.org/downloads/", |
||
| 1972 | "license": [ |
||
| 1973 | "BSD-3-Clause" |
||
| 1974 | ], |
||
| 1975 | "authors": [ |
||
| 1976 | { |
||
| 1977 | "name": "Sebastian Bergmann", |
||
| 1978 | "email": "[email protected]" |
||
| 1979 | } |
||
| 1980 | ], |
||
| 1981 | "description": "Wrapper around PHP's tokenizer extension.", |
||
| 1982 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
| 1983 | "keywords": [ |
||
| 1984 | "tokenizer" |
||
| 1985 | ], |
||
| 1986 | "time": "2015-09-15 10:49:45" |
||
| 1987 | }, |
||
| 1988 | { |
||
| 1989 | "name": "phpunit/phpunit", |
||
| 1990 | "version": "4.8.23", |
||
| 1991 | "source": { |
||
| 1992 | "type": "git", |
||
| 1993 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
| 1994 | "reference": "6e351261f9cd33daf205a131a1ba61c6d33bd483" |
||
| 1995 | }, |
||
| 1996 | "dist": { |
||
| 1997 | "type": "zip", |
||
| 1998 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6e351261f9cd33daf205a131a1ba61c6d33bd483", |
||
| 1999 | "reference": "6e351261f9cd33daf205a131a1ba61c6d33bd483", |
||
| 2000 | "shasum": "" |
||
| 2001 | }, |
||
| 2002 | "require": { |
||
| 2003 | "ext-dom": "*", |
||
| 2004 | "ext-json": "*", |
||
| 2005 | "ext-pcre": "*", |
||
| 2006 | "ext-reflection": "*", |
||
| 2007 | "ext-spl": "*", |
||
| 2008 | "php": ">=5.3.3", |
||
| 2009 | "phpspec/prophecy": "^1.3.1", |
||
| 2010 | "phpunit/php-code-coverage": "~2.1", |
||
| 2011 | "phpunit/php-file-iterator": "~1.4", |
||
| 2012 | "phpunit/php-text-template": "~1.2", |
||
| 2013 | "phpunit/php-timer": ">=1.0.6", |
||
| 2014 | "phpunit/phpunit-mock-objects": "~2.3", |
||
| 2015 | "sebastian/comparator": "~1.1", |
||
| 2016 | "sebastian/diff": "~1.2", |
||
| 2017 | "sebastian/environment": "~1.3", |
||
| 2018 | "sebastian/exporter": "~1.2", |
||
| 2019 | "sebastian/global-state": "~1.0", |
||
| 2020 | "sebastian/version": "~1.0", |
||
| 2021 | "symfony/yaml": "~2.1|~3.0" |
||
| 2022 | }, |
||
| 2023 | "suggest": { |
||
| 2024 | "phpunit/php-invoker": "~1.1" |
||
| 2025 | }, |
||
| 2026 | "bin": [ |
||
| 2027 | "phpunit" |
||
| 2028 | ], |
||
| 2029 | "type": "library", |
||
| 2030 | "extra": { |
||
| 2031 | "branch-alias": { |
||
| 2032 | "dev-master": "4.8.x-dev" |
||
| 2033 | } |
||
| 2034 | }, |
||
| 2035 | "autoload": { |
||
| 2036 | "classmap": [ |
||
| 2037 | "src/" |
||
| 2038 | ] |
||
| 2039 | }, |
||
| 2040 | "notification-url": "https://packagist.org/downloads/", |
||
| 2041 | "license": [ |
||
| 2042 | "BSD-3-Clause" |
||
| 2043 | ], |
||
| 2044 | "authors": [ |
||
| 2045 | { |
||
| 2046 | "name": "Sebastian Bergmann", |
||
| 2047 | "email": "[email protected]", |
||
| 2048 | "role": "lead" |
||
| 2049 | } |
||
| 2050 | ], |
||
| 2051 | "description": "The PHP Unit Testing framework.", |
||
| 2052 | "homepage": "https://phpunit.de/", |
||
| 2053 | "keywords": [ |
||
| 2054 | "phpunit", |
||
| 2055 | "testing", |
||
| 2056 | "xunit" |
||
| 2057 | ], |
||
| 2058 | "time": "2016-02-11 14:56:33" |
||
| 2059 | }, |
||
| 2060 | { |
||
| 2061 | "name": "phpunit/phpunit-mock-objects", |
||
| 2062 | "version": "2.3.8", |
||
| 2063 | "source": { |
||
| 2064 | "type": "git", |
||
| 2065 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
| 2066 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" |
||
| 2067 | }, |
||
| 2068 | "dist": { |
||
| 2069 | "type": "zip", |
||
| 2070 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
| 2071 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", |
||
| 2072 | "shasum": "" |
||
| 2073 | }, |
||
| 2074 | "require": { |
||
| 2075 | "doctrine/instantiator": "^1.0.2", |
||
| 2076 | "php": ">=5.3.3", |
||
| 2077 | "phpunit/php-text-template": "~1.2", |
||
| 2078 | "sebastian/exporter": "~1.2" |
||
| 2079 | }, |
||
| 2080 | "require-dev": { |
||
| 2081 | "phpunit/phpunit": "~4.4" |
||
| 2082 | }, |
||
| 2083 | "suggest": { |
||
| 2084 | "ext-soap": "*" |
||
| 2085 | }, |
||
| 2086 | "type": "library", |
||
| 2087 | "extra": { |
||
| 2088 | "branch-alias": { |
||
| 2089 | "dev-master": "2.3.x-dev" |
||
| 2090 | } |
||
| 2091 | }, |
||
| 2092 | "autoload": { |
||
| 2093 | "classmap": [ |
||
| 2094 | "src/" |
||
| 2095 | ] |
||
| 2096 | }, |
||
| 2097 | "notification-url": "https://packagist.org/downloads/", |
||
| 2098 | "license": [ |
||
| 2099 | "BSD-3-Clause" |
||
| 2100 | ], |
||
| 2101 | "authors": [ |
||
| 2102 | { |
||
| 2103 | "name": "Sebastian Bergmann", |
||
| 2104 | "email": "[email protected]", |
||
| 2105 | "role": "lead" |
||
| 2106 | } |
||
| 2107 | ], |
||
| 2108 | "description": "Mock Object library for PHPUnit", |
||
| 2109 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
| 2110 | "keywords": [ |
||
| 2111 | "mock", |
||
| 2112 | "xunit" |
||
| 2113 | ], |
||
| 2114 | "time": "2015-10-02 06:51:40" |
||
| 2115 | }, |
||
| 2116 | { |
||
| 2117 | "name": "sebastian/comparator", |
||
| 2118 | "version": "1.2.0", |
||
| 2119 | "source": { |
||
| 2120 | "type": "git", |
||
| 2121 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
| 2122 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
| 2123 | }, |
||
| 2124 | "dist": { |
||
| 2125 | "type": "zip", |
||
| 2126 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
| 2127 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
| 2128 | "shasum": "" |
||
| 2129 | }, |
||
| 2130 | "require": { |
||
| 2131 | "php": ">=5.3.3", |
||
| 2132 | "sebastian/diff": "~1.2", |
||
| 2133 | "sebastian/exporter": "~1.2" |
||
| 2134 | }, |
||
| 2135 | "require-dev": { |
||
| 2136 | "phpunit/phpunit": "~4.4" |
||
| 2137 | }, |
||
| 2138 | "type": "library", |
||
| 2139 | "extra": { |
||
| 2140 | "branch-alias": { |
||
| 2141 | "dev-master": "1.2.x-dev" |
||
| 2142 | } |
||
| 2143 | }, |
||
| 2144 | "autoload": { |
||
| 2145 | "classmap": [ |
||
| 2146 | "src/" |
||
| 2147 | ] |
||
| 2148 | }, |
||
| 2149 | "notification-url": "https://packagist.org/downloads/", |
||
| 2150 | "license": [ |
||
| 2151 | "BSD-3-Clause" |
||
| 2152 | ], |
||
| 2153 | "authors": [ |
||
| 2154 | { |
||
| 2155 | "name": "Jeff Welch", |
||
| 2156 | "email": "[email protected]" |
||
| 2157 | }, |
||
| 2158 | { |
||
| 2159 | "name": "Volker Dusch", |
||
| 2160 | "email": "[email protected]" |
||
| 2161 | }, |
||
| 2162 | { |
||
| 2163 | "name": "Bernhard Schussek", |
||
| 2164 | "email": "[email protected]" |
||
| 2165 | }, |
||
| 2166 | { |
||
| 2167 | "name": "Sebastian Bergmann", |
||
| 2168 | "email": "[email protected]" |
||
| 2169 | } |
||
| 2170 | ], |
||
| 2171 | "description": "Provides the functionality to compare PHP values for equality", |
||
| 2172 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
| 2173 | "keywords": [ |
||
| 2174 | "comparator", |
||
| 2175 | "compare", |
||
| 2176 | "equality" |
||
| 2177 | ], |
||
| 2178 | "time": "2015-07-26 15:48:44" |
||
| 2179 | }, |
||
| 2180 | { |
||
| 2181 | "name": "sebastian/diff", |
||
| 2182 | "version": "1.4.1", |
||
| 2183 | "source": { |
||
| 2184 | "type": "git", |
||
| 2185 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
| 2186 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
| 2187 | }, |
||
| 2188 | "dist": { |
||
| 2189 | "type": "zip", |
||
| 2190 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
| 2191 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
| 2192 | "shasum": "" |
||
| 2193 | }, |
||
| 2194 | "require": { |
||
| 2195 | "php": ">=5.3.3" |
||
| 2196 | }, |
||
| 2197 | "require-dev": { |
||
| 2198 | "phpunit/phpunit": "~4.8" |
||
| 2199 | }, |
||
| 2200 | "type": "library", |
||
| 2201 | "extra": { |
||
| 2202 | "branch-alias": { |
||
| 2203 | "dev-master": "1.4-dev" |
||
| 2204 | } |
||
| 2205 | }, |
||
| 2206 | "autoload": { |
||
| 2207 | "classmap": [ |
||
| 2208 | "src/" |
||
| 2209 | ] |
||
| 2210 | }, |
||
| 2211 | "notification-url": "https://packagist.org/downloads/", |
||
| 2212 | "license": [ |
||
| 2213 | "BSD-3-Clause" |
||
| 2214 | ], |
||
| 2215 | "authors": [ |
||
| 2216 | { |
||
| 2217 | "name": "Kore Nordmann", |
||
| 2218 | "email": "[email protected]" |
||
| 2219 | }, |
||
| 2220 | { |
||
| 2221 | "name": "Sebastian Bergmann", |
||
| 2222 | "email": "[email protected]" |
||
| 2223 | } |
||
| 2224 | ], |
||
| 2225 | "description": "Diff implementation", |
||
| 2226 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
| 2227 | "keywords": [ |
||
| 2228 | "diff" |
||
| 2229 | ], |
||
| 2230 | "time": "2015-12-08 07:14:41" |
||
| 2231 | }, |
||
| 2232 | { |
||
| 2233 | "name": "sebastian/environment", |
||
| 2234 | "version": "1.3.5", |
||
| 2235 | "source": { |
||
| 2236 | "type": "git", |
||
| 2237 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
| 2238 | "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf" |
||
| 2239 | }, |
||
| 2240 | "dist": { |
||
| 2241 | "type": "zip", |
||
| 2242 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf", |
||
| 2243 | "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf", |
||
| 2244 | "shasum": "" |
||
| 2245 | }, |
||
| 2246 | "require": { |
||
| 2247 | "php": ">=5.3.3" |
||
| 2248 | }, |
||
| 2249 | "require-dev": { |
||
| 2250 | "phpunit/phpunit": "~4.4" |
||
| 2251 | }, |
||
| 2252 | "type": "library", |
||
| 2253 | "extra": { |
||
| 2254 | "branch-alias": { |
||
| 2255 | "dev-master": "1.3.x-dev" |
||
| 2256 | } |
||
| 2257 | }, |
||
| 2258 | "autoload": { |
||
| 2259 | "classmap": [ |
||
| 2260 | "src/" |
||
| 2261 | ] |
||
| 2262 | }, |
||
| 2263 | "notification-url": "https://packagist.org/downloads/", |
||
| 2264 | "license": [ |
||
| 2265 | "BSD-3-Clause" |
||
| 2266 | ], |
||
| 2267 | "authors": [ |
||
| 2268 | { |
||
| 2269 | "name": "Sebastian Bergmann", |
||
| 2270 | "email": "[email protected]" |
||
| 2271 | } |
||
| 2272 | ], |
||
| 2273 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
| 2274 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
| 2275 | "keywords": [ |
||
| 2276 | "Xdebug", |
||
| 2277 | "environment", |
||
| 2278 | "hhvm" |
||
| 2279 | ], |
||
| 2280 | "time": "2016-02-26 18:40:46" |
||
| 2281 | }, |
||
| 2282 | { |
||
| 2283 | "name": "sebastian/exporter", |
||
| 2284 | "version": "1.2.1", |
||
| 2285 | "source": { |
||
| 2286 | "type": "git", |
||
| 2287 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
| 2288 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e" |
||
| 2289 | }, |
||
| 2290 | "dist": { |
||
| 2291 | "type": "zip", |
||
| 2292 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e", |
||
| 2293 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e", |
||
| 2294 | "shasum": "" |
||
| 2295 | }, |
||
| 2296 | "require": { |
||
| 2297 | "php": ">=5.3.3", |
||
| 2298 | "sebastian/recursion-context": "~1.0" |
||
| 2299 | }, |
||
| 2300 | "require-dev": { |
||
| 2301 | "phpunit/phpunit": "~4.4" |
||
| 2302 | }, |
||
| 2303 | "type": "library", |
||
| 2304 | "extra": { |
||
| 2305 | "branch-alias": { |
||
| 2306 | "dev-master": "1.2.x-dev" |
||
| 2307 | } |
||
| 2308 | }, |
||
| 2309 | "autoload": { |
||
| 2310 | "classmap": [ |
||
| 2311 | "src/" |
||
| 2312 | ] |
||
| 2313 | }, |
||
| 2314 | "notification-url": "https://packagist.org/downloads/", |
||
| 2315 | "license": [ |
||
| 2316 | "BSD-3-Clause" |
||
| 2317 | ], |
||
| 2318 | "authors": [ |
||
| 2319 | { |
||
| 2320 | "name": "Jeff Welch", |
||
| 2321 | "email": "[email protected]" |
||
| 2322 | }, |
||
| 2323 | { |
||
| 2324 | "name": "Volker Dusch", |
||
| 2325 | "email": "[email protected]" |
||
| 2326 | }, |
||
| 2327 | { |
||
| 2328 | "name": "Bernhard Schussek", |
||
| 2329 | "email": "[email protected]" |
||
| 2330 | }, |
||
| 2331 | { |
||
| 2332 | "name": "Sebastian Bergmann", |
||
| 2333 | "email": "[email protected]" |
||
| 2334 | }, |
||
| 2335 | { |
||
| 2336 | "name": "Adam Harvey", |
||
| 2337 | "email": "[email protected]" |
||
| 2338 | } |
||
| 2339 | ], |
||
| 2340 | "description": "Provides the functionality to export PHP variables for visualization", |
||
| 2341 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
| 2342 | "keywords": [ |
||
| 2343 | "export", |
||
| 2344 | "exporter" |
||
| 2345 | ], |
||
| 2346 | "time": "2015-06-21 07:55:53" |
||
| 2347 | }, |
||
| 2348 | { |
||
| 2349 | "name": "sebastian/global-state", |
||
| 2350 | "version": "1.1.1", |
||
| 2351 | "source": { |
||
| 2352 | "type": "git", |
||
| 2353 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
| 2354 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
| 2355 | }, |
||
| 2356 | "dist": { |
||
| 2357 | "type": "zip", |
||
| 2358 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
| 2359 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
| 2360 | "shasum": "" |
||
| 2361 | }, |
||
| 2362 | "require": { |
||
| 2363 | "php": ">=5.3.3" |
||
| 2364 | }, |
||
| 2365 | "require-dev": { |
||
| 2366 | "phpunit/phpunit": "~4.2" |
||
| 2367 | }, |
||
| 2368 | "suggest": { |
||
| 2369 | "ext-uopz": "*" |
||
| 2370 | }, |
||
| 2371 | "type": "library", |
||
| 2372 | "extra": { |
||
| 2373 | "branch-alias": { |
||
| 2374 | "dev-master": "1.0-dev" |
||
| 2375 | } |
||
| 2376 | }, |
||
| 2377 | "autoload": { |
||
| 2378 | "classmap": [ |
||
| 2379 | "src/" |
||
| 2380 | ] |
||
| 2381 | }, |
||
| 2382 | "notification-url": "https://packagist.org/downloads/", |
||
| 2383 | "license": [ |
||
| 2384 | "BSD-3-Clause" |
||
| 2385 | ], |
||
| 2386 | "authors": [ |
||
| 2387 | { |
||
| 2388 | "name": "Sebastian Bergmann", |
||
| 2389 | "email": "[email protected]" |
||
| 2390 | } |
||
| 2391 | ], |
||
| 2392 | "description": "Snapshotting of global state", |
||
| 2393 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
| 2394 | "keywords": [ |
||
| 2395 | "global state" |
||
| 2396 | ], |
||
| 2397 | "time": "2015-10-12 03:26:01" |
||
| 2398 | }, |
||
| 2399 | { |
||
| 2400 | "name": "sebastian/recursion-context", |
||
| 2401 | "version": "1.0.2", |
||
| 2402 | "source": { |
||
| 2403 | "type": "git", |
||
| 2404 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
| 2405 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
||
| 2406 | }, |
||
| 2407 | "dist": { |
||
| 2408 | "type": "zip", |
||
| 2409 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
||
| 2410 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
||
| 2411 | "shasum": "" |
||
| 2412 | }, |
||
| 2413 | "require": { |
||
| 2414 | "php": ">=5.3.3" |
||
| 2415 | }, |
||
| 2416 | "require-dev": { |
||
| 2417 | "phpunit/phpunit": "~4.4" |
||
| 2418 | }, |
||
| 2419 | "type": "library", |
||
| 2420 | "extra": { |
||
| 2421 | "branch-alias": { |
||
| 2422 | "dev-master": "1.0.x-dev" |
||
| 2423 | } |
||
| 2424 | }, |
||
| 2425 | "autoload": { |
||
| 2426 | "classmap": [ |
||
| 2427 | "src/" |
||
| 2428 | ] |
||
| 2429 | }, |
||
| 2430 | "notification-url": "https://packagist.org/downloads/", |
||
| 2431 | "license": [ |
||
| 2432 | "BSD-3-Clause" |
||
| 2433 | ], |
||
| 2434 | "authors": [ |
||
| 2435 | { |
||
| 2436 | "name": "Jeff Welch", |
||
| 2437 | "email": "[email protected]" |
||
| 2438 | }, |
||
| 2439 | { |
||
| 2440 | "name": "Sebastian Bergmann", |
||
| 2441 | "email": "[email protected]" |
||
| 2442 | }, |
||
| 2443 | { |
||
| 2444 | "name": "Adam Harvey", |
||
| 2445 | "email": "[email protected]" |
||
| 2446 | } |
||
| 2447 | ], |
||
| 2448 | "description": "Provides functionality to recursively process PHP variables", |
||
| 2449 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
| 2450 | "time": "2015-11-11 19:50:13" |
||
| 2451 | }, |
||
| 2452 | { |
||
| 2453 | "name": "sebastian/version", |
||
| 2454 | "version": "1.0.6", |
||
| 2455 | "source": { |
||
| 2456 | "type": "git", |
||
| 2457 | "url": "https://github.com/sebastianbergmann/version.git", |
||
| 2458 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" |
||
| 2459 | }, |
||
| 2460 | "dist": { |
||
| 2461 | "type": "zip", |
||
| 2462 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
| 2463 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", |
||
| 2464 | "shasum": "" |
||
| 2465 | }, |
||
| 2466 | "type": "library", |
||
| 2467 | "autoload": { |
||
| 2468 | "classmap": [ |
||
| 2469 | "src/" |
||
| 2470 | ] |
||
| 2471 | }, |
||
| 2472 | "notification-url": "https://packagist.org/downloads/", |
||
| 2473 | "license": [ |
||
| 2474 | "BSD-3-Clause" |
||
| 2475 | ], |
||
| 2476 | "authors": [ |
||
| 2477 | { |
||
| 2478 | "name": "Sebastian Bergmann", |
||
| 2479 | "email": "[email protected]", |
||
| 2480 | "role": "lead" |
||
| 2481 | } |
||
| 2482 | ], |
||
| 2483 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
| 2484 | "homepage": "https://github.com/sebastianbergmann/version", |
||
| 2485 | "time": "2015-06-21 13:59:46" |
||
| 2486 | }, |
||
| 2487 | { |
||
| 2488 | "name": "symfony/yaml", |
||
| 2489 | "version": "v3.0.3", |
||
| 2490 | "source": { |
||
| 2491 | "type": "git", |
||
| 2492 | "url": "https://github.com/symfony/yaml.git", |
||
| 2493 | "reference": "b5ba64cd67ecd6887f63868fa781ca094bd1377c" |
||
| 2494 | }, |
||
| 2495 | "dist": { |
||
| 2496 | "type": "zip", |
||
| 2497 | "url": "https://api.github.com/repos/symfony/yaml/zipball/b5ba64cd67ecd6887f63868fa781ca094bd1377c", |
||
| 2498 | "reference": "b5ba64cd67ecd6887f63868fa781ca094bd1377c", |
||
| 2499 | "shasum": "" |
||
| 2500 | }, |
||
| 2501 | "require": { |
||
| 2502 | "php": ">=5.5.9" |
||
| 2503 | }, |
||
| 2504 | "type": "library", |
||
| 2505 | "extra": { |
||
| 2506 | "branch-alias": { |
||
| 2507 | "dev-master": "3.0-dev" |
||
| 2508 | } |
||
| 2509 | }, |
||
| 2510 | "autoload": { |
||
| 2511 | "psr-4": { |
||
| 2512 | "Symfony\\Component\\Yaml\\": "" |
||
| 2513 | }, |
||
| 2514 | "exclude-from-classmap": [ |
||
| 2515 | "/Tests/" |
||
| 2516 | ] |
||
| 2517 | }, |
||
| 2518 | "notification-url": "https://packagist.org/downloads/", |
||
| 2519 | "license": [ |
||
| 2520 | "MIT" |
||
| 2521 | ], |
||
| 2522 | "authors": [ |
||
| 2523 | { |
||
| 2524 | "name": "Fabien Potencier", |
||
| 2525 | "email": "[email protected]" |
||
| 2526 | }, |
||
| 2527 | { |
||
| 2528 | "name": "Symfony Community", |
||
| 2529 | "homepage": "https://symfony.com/contributors" |
||
| 2530 | } |
||
| 2531 | ], |
||
| 2532 | "description": "Symfony Yaml Component", |
||
| 2533 | "homepage": "https://symfony.com", |
||
| 2534 | "time": "2016-02-23 15:16:06" |
||
| 2535 | } |
||
| 2536 | ], |
||
| 2537 | "aliases": [], |
||
| 2538 | "minimum-stability": "stable", |
||
| 2539 | "stability-flags": [], |
||
| 2540 | "prefer-stable": false, |
||
| 2541 | "prefer-lowest": false, |
||
| 2542 | "platform": [], |
||
| 2543 | "platform-dev": [] |
||
| 2544 | } |
||
| 2545 |