github.com/symfony-cli/symfony-cli@v0.0.0-20240514161054-ece2df437dfa/commands/tests/composer_packages/lock/composer.lock (about) 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 "content-hash": "07f076a1448db3e332220ba0715cc42e", 8 "packages": [ 9 { 10 "name": "doctrine/annotations", 11 "version": "v1.6.0", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/doctrine/annotations.git", 15 "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", 20 "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", 21 "shasum": "" 22 }, 23 "require": { 24 "doctrine/lexer": "1.*", 25 "php": "^7.1" 26 }, 27 "require-dev": { 28 "doctrine/cache": "1.*", 29 "phpunit/phpunit": "^6.4" 30 }, 31 "type": "library", 32 "extra": { 33 "branch-alias": { 34 "dev-master": "1.6.x-dev" 35 } 36 }, 37 "autoload": { 38 "psr-4": { 39 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" 40 } 41 }, 42 "notification-url": "https://packagist.org/downloads/", 43 "license": [ 44 "MIT" 45 ], 46 "authors": [ 47 { 48 "name": "Roman Borschel", 49 "email": "roman@code-factory.org" 50 }, 51 { 52 "name": "Benjamin Eberlei", 53 "email": "kontakt@beberlei.de" 54 }, 55 { 56 "name": "Guilherme Blanco", 57 "email": "guilhermeblanco@gmail.com" 58 }, 59 { 60 "name": "Jonathan Wage", 61 "email": "jonwage@gmail.com" 62 }, 63 { 64 "name": "Johannes Schmitt", 65 "email": "schmittjoh@gmail.com" 66 } 67 ], 68 "description": "Docblock Annotations Parser", 69 "homepage": "http://www.doctrine-project.org", 70 "keywords": [ 71 "annotations", 72 "docblock", 73 "parser" 74 ], 75 "time": "2017-12-06T07:11:42+00:00" 76 }, 77 { 78 "name": "doctrine/cache", 79 "version": "v1.7.1", 80 "source": { 81 "type": "git", 82 "url": "https://github.com/doctrine/cache.git", 83 "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a" 84 }, 85 "dist": { 86 "type": "zip", 87 "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a", 88 "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a", 89 "shasum": "" 90 }, 91 "require": { 92 "php": "~7.1" 93 }, 94 "conflict": { 95 "doctrine/common": ">2.2,<2.4" 96 }, 97 "require-dev": { 98 "alcaeus/mongo-php-adapter": "^1.1", 99 "mongodb/mongodb": "^1.1", 100 "phpunit/phpunit": "^5.7", 101 "predis/predis": "~1.0" 102 }, 103 "suggest": { 104 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" 105 }, 106 "type": "library", 107 "extra": { 108 "branch-alias": { 109 "dev-master": "1.7.x-dev" 110 } 111 }, 112 "autoload": { 113 "psr-4": { 114 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" 115 } 116 }, 117 "notification-url": "https://packagist.org/downloads/", 118 "license": [ 119 "MIT" 120 ], 121 "authors": [ 122 { 123 "name": "Roman Borschel", 124 "email": "roman@code-factory.org" 125 }, 126 { 127 "name": "Benjamin Eberlei", 128 "email": "kontakt@beberlei.de" 129 }, 130 { 131 "name": "Guilherme Blanco", 132 "email": "guilhermeblanco@gmail.com" 133 }, 134 { 135 "name": "Jonathan Wage", 136 "email": "jonwage@gmail.com" 137 }, 138 { 139 "name": "Johannes Schmitt", 140 "email": "schmittjoh@gmail.com" 141 } 142 ], 143 "description": "Caching library offering an object-oriented API for many cache backends", 144 "homepage": "http://www.doctrine-project.org", 145 "keywords": [ 146 "cache", 147 "caching" 148 ], 149 "time": "2017-08-25T07:02:50+00:00" 150 }, 151 { 152 "name": "doctrine/collections", 153 "version": "v1.5.0", 154 "source": { 155 "type": "git", 156 "url": "https://github.com/doctrine/collections.git", 157 "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf" 158 }, 159 "dist": { 160 "type": "zip", 161 "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf", 162 "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf", 163 "shasum": "" 164 }, 165 "require": { 166 "php": "^7.1" 167 }, 168 "require-dev": { 169 "doctrine/coding-standard": "~0.1@dev", 170 "phpunit/phpunit": "^5.7" 171 }, 172 "type": "library", 173 "extra": { 174 "branch-alias": { 175 "dev-master": "1.3.x-dev" 176 } 177 }, 178 "autoload": { 179 "psr-0": { 180 "Doctrine\\Common\\Collections\\": "lib/" 181 } 182 }, 183 "notification-url": "https://packagist.org/downloads/", 184 "license": [ 185 "MIT" 186 ], 187 "authors": [ 188 { 189 "name": "Roman Borschel", 190 "email": "roman@code-factory.org" 191 }, 192 { 193 "name": "Benjamin Eberlei", 194 "email": "kontakt@beberlei.de" 195 }, 196 { 197 "name": "Guilherme Blanco", 198 "email": "guilhermeblanco@gmail.com" 199 }, 200 { 201 "name": "Jonathan Wage", 202 "email": "jonwage@gmail.com" 203 }, 204 { 205 "name": "Johannes Schmitt", 206 "email": "schmittjoh@gmail.com" 207 } 208 ], 209 "description": "Collections Abstraction library", 210 "homepage": "http://www.doctrine-project.org", 211 "keywords": [ 212 "array", 213 "collections", 214 "iterator" 215 ], 216 "time": "2017-07-22T10:37:32+00:00" 217 }, 218 { 219 "name": "doctrine/common", 220 "version": "v2.8.1", 221 "source": { 222 "type": "git", 223 "url": "https://github.com/doctrine/common.git", 224 "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66" 225 }, 226 "dist": { 227 "type": "zip", 228 "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", 229 "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", 230 "shasum": "" 231 }, 232 "require": { 233 "doctrine/annotations": "1.*", 234 "doctrine/cache": "1.*", 235 "doctrine/collections": "1.*", 236 "doctrine/inflector": "1.*", 237 "doctrine/lexer": "1.*", 238 "php": "~7.1" 239 }, 240 "require-dev": { 241 "phpunit/phpunit": "^5.7" 242 }, 243 "type": "library", 244 "extra": { 245 "branch-alias": { 246 "dev-master": "2.8.x-dev" 247 } 248 }, 249 "autoload": { 250 "psr-4": { 251 "Doctrine\\Common\\": "lib/Doctrine/Common" 252 } 253 }, 254 "notification-url": "https://packagist.org/downloads/", 255 "license": [ 256 "MIT" 257 ], 258 "authors": [ 259 { 260 "name": "Roman Borschel", 261 "email": "roman@code-factory.org" 262 }, 263 { 264 "name": "Benjamin Eberlei", 265 "email": "kontakt@beberlei.de" 266 }, 267 { 268 "name": "Guilherme Blanco", 269 "email": "guilhermeblanco@gmail.com" 270 }, 271 { 272 "name": "Jonathan Wage", 273 "email": "jonwage@gmail.com" 274 }, 275 { 276 "name": "Johannes Schmitt", 277 "email": "schmittjoh@gmail.com" 278 } 279 ], 280 "description": "Common Library for Doctrine projects", 281 "homepage": "http://www.doctrine-project.org", 282 "keywords": [ 283 "annotations", 284 "collections", 285 "eventmanager", 286 "persistence", 287 "spl" 288 ], 289 "time": "2017-08-31T08:43:38+00:00" 290 }, 291 { 292 "name": "doctrine/dbal", 293 "version": "v2.7.1", 294 "source": { 295 "type": "git", 296 "url": "https://github.com/doctrine/dbal.git", 297 "reference": "11037b4352c008373561dc6fc836834eed80c3b5" 298 }, 299 "dist": { 300 "type": "zip", 301 "url": "https://api.github.com/repos/doctrine/dbal/zipball/11037b4352c008373561dc6fc836834eed80c3b5", 302 "reference": "11037b4352c008373561dc6fc836834eed80c3b5", 303 "shasum": "" 304 }, 305 "require": { 306 "doctrine/common": "^2.7.1", 307 "ext-pdo": "*", 308 "php": "^7.1" 309 }, 310 "require-dev": { 311 "doctrine/coding-standard": "^4.0", 312 "phpunit/phpunit": "^7.0", 313 "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", 314 "symfony/console": "^2.0.5||^3.0", 315 "symfony/phpunit-bridge": "^3.4.5|^4.0.5" 316 }, 317 "suggest": { 318 "symfony/console": "For helpful console commands such as SQL execution and import of files." 319 }, 320 "bin": [ 321 "bin/doctrine-dbal" 322 ], 323 "type": "library", 324 "extra": { 325 "branch-alias": { 326 "dev-master": "2.7.x-dev" 327 } 328 }, 329 "autoload": { 330 "psr-0": { 331 "Doctrine\\DBAL\\": "lib/" 332 } 333 }, 334 "notification-url": "https://packagist.org/downloads/", 335 "license": [ 336 "MIT" 337 ], 338 "authors": [ 339 { 340 "name": "Roman Borschel", 341 "email": "roman@code-factory.org" 342 }, 343 { 344 "name": "Benjamin Eberlei", 345 "email": "kontakt@beberlei.de" 346 }, 347 { 348 "name": "Guilherme Blanco", 349 "email": "guilhermeblanco@gmail.com" 350 }, 351 { 352 "name": "Jonathan Wage", 353 "email": "jonwage@gmail.com" 354 } 355 ], 356 "description": "Database Abstraction Layer", 357 "homepage": "http://www.doctrine-project.org", 358 "keywords": [ 359 "database", 360 "dbal", 361 "persistence", 362 "queryobject" 363 ], 364 "time": "2018-04-07T18:44:18+00:00" 365 }, 366 { 367 "name": "doctrine/doctrine-bundle", 368 "version": "1.8.1", 369 "source": { 370 "type": "git", 371 "url": "https://github.com/doctrine/DoctrineBundle.git", 372 "reference": "eb6e4fb904a459be28872765ab6e2d246aac7c87" 373 }, 374 "dist": { 375 "type": "zip", 376 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/eb6e4fb904a459be28872765ab6e2d246aac7c87", 377 "reference": "eb6e4fb904a459be28872765ab6e2d246aac7c87", 378 "shasum": "" 379 }, 380 "require": { 381 "doctrine/dbal": "^2.5.12", 382 "doctrine/doctrine-cache-bundle": "~1.2", 383 "jdorn/sql-formatter": "^1.2.16", 384 "php": "^5.5.9|^7.0", 385 "symfony/console": "~2.7|~3.0|~4.0", 386 "symfony/dependency-injection": "~2.7|~3.0|~4.0", 387 "symfony/doctrine-bridge": "~2.7|~3.0|~4.0", 388 "symfony/framework-bundle": "~2.7|~3.0|~4.0" 389 }, 390 "conflict": { 391 "symfony/http-foundation": "<2.6" 392 }, 393 "require-dev": { 394 "doctrine/orm": "~2.3", 395 "phpunit/phpunit": "^4.8.36|^5.7|^6.4", 396 "satooshi/php-coveralls": "^1.0", 397 "symfony/phpunit-bridge": "~2.7|~3.0|~4.0", 398 "symfony/property-info": "~2.8|~3.0|~4.0", 399 "symfony/validator": "~2.7|~3.0|~4.0", 400 "symfony/web-profiler-bundle": "~2.7|~3.0|~4.0", 401 "symfony/yaml": "~2.7|~3.0|~4.0", 402 "twig/twig": "~1.26|~2.0" 403 }, 404 "suggest": { 405 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", 406 "symfony/web-profiler-bundle": "To use the data collector." 407 }, 408 "type": "symfony-bundle", 409 "extra": { 410 "branch-alias": { 411 "dev-master": "1.8.x-dev" 412 } 413 }, 414 "autoload": { 415 "psr-4": { 416 "Doctrine\\Bundle\\DoctrineBundle\\": "" 417 } 418 }, 419 "notification-url": "https://packagist.org/downloads/", 420 "license": [ 421 "MIT" 422 ], 423 "authors": [ 424 { 425 "name": "Symfony Community", 426 "homepage": "http://symfony.com/contributors" 427 }, 428 { 429 "name": "Benjamin Eberlei", 430 "email": "kontakt@beberlei.de" 431 }, 432 { 433 "name": "Doctrine Project", 434 "homepage": "http://www.doctrine-project.org/" 435 }, 436 { 437 "name": "Fabien Potencier", 438 "email": "fabien@symfony.com" 439 } 440 ], 441 "description": "Symfony DoctrineBundle", 442 "homepage": "http://www.doctrine-project.org", 443 "keywords": [ 444 "database", 445 "dbal", 446 "orm", 447 "persistence" 448 ], 449 "time": "2017-11-24T13:09:19+00:00" 450 }, 451 { 452 "name": "doctrine/doctrine-cache-bundle", 453 "version": "1.3.3", 454 "source": { 455 "type": "git", 456 "url": "https://github.com/doctrine/DoctrineCacheBundle.git", 457 "reference": "4c8e363f96427924e7e519c5b5119b4f54512697" 458 }, 459 "dist": { 460 "type": "zip", 461 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/4c8e363f96427924e7e519c5b5119b4f54512697", 462 "reference": "4c8e363f96427924e7e519c5b5119b4f54512697", 463 "shasum": "" 464 }, 465 "require": { 466 "doctrine/cache": "^1.4.2", 467 "doctrine/inflector": "~1.0", 468 "php": ">=5.3.2", 469 "symfony/doctrine-bridge": "~2.7|~3.3|~4.0" 470 }, 471 "require-dev": { 472 "instaclick/coding-standard": "~1.1", 473 "instaclick/object-calisthenics-sniffs": "dev-master", 474 "instaclick/symfony2-coding-standard": "dev-remaster", 475 "phpunit/phpunit": "~4|~5", 476 "predis/predis": "~0.8", 477 "satooshi/php-coveralls": "^1.0", 478 "squizlabs/php_codesniffer": "~1.5", 479 "symfony/console": "~2.7|~3.3|~4.0", 480 "symfony/finder": "~2.7|~3.3|~4.0", 481 "symfony/framework-bundle": "~2.7|~3.3|~4.0", 482 "symfony/phpunit-bridge": "~2.7|~3.3|~4.0", 483 "symfony/security-acl": "~2.7|~3.3", 484 "symfony/validator": "~2.7|~3.3|~4.0", 485 "symfony/yaml": "~2.7|~3.3|~4.0" 486 }, 487 "suggest": { 488 "symfony/security-acl": "For using this bundle to cache ACLs" 489 }, 490 "type": "symfony-bundle", 491 "extra": { 492 "branch-alias": { 493 "dev-master": "1.3.x-dev" 494 } 495 }, 496 "autoload": { 497 "psr-4": { 498 "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" 499 } 500 }, 501 "notification-url": "https://packagist.org/downloads/", 502 "license": [ 503 "MIT" 504 ], 505 "authors": [ 506 { 507 "name": "Symfony Community", 508 "homepage": "http://symfony.com/contributors" 509 }, 510 { 511 "name": "Benjamin Eberlei", 512 "email": "kontakt@beberlei.de" 513 }, 514 { 515 "name": "Fabio B. Silva", 516 "email": "fabio.bat.silva@gmail.com" 517 }, 518 { 519 "name": "Guilherme Blanco", 520 "email": "guilhermeblanco@hotmail.com" 521 }, 522 { 523 "name": "Doctrine Project", 524 "homepage": "http://www.doctrine-project.org/" 525 }, 526 { 527 "name": "Fabien Potencier", 528 "email": "fabien@symfony.com" 529 } 530 ], 531 "description": "Symfony Bundle for Doctrine Cache", 532 "homepage": "http://www.doctrine-project.org", 533 "keywords": [ 534 "cache", 535 "caching" 536 ], 537 "time": "2018-03-27T09:22:12+00:00" 538 }, 539 { 540 "name": "doctrine/inflector", 541 "version": "v1.3.0", 542 "source": { 543 "type": "git", 544 "url": "https://github.com/doctrine/inflector.git", 545 "reference": "5527a48b7313d15261292c149e55e26eae771b0a" 546 }, 547 "dist": { 548 "type": "zip", 549 "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a", 550 "reference": "5527a48b7313d15261292c149e55e26eae771b0a", 551 "shasum": "" 552 }, 553 "require": { 554 "php": "^7.1" 555 }, 556 "require-dev": { 557 "phpunit/phpunit": "^6.2" 558 }, 559 "type": "library", 560 "extra": { 561 "branch-alias": { 562 "dev-master": "1.3.x-dev" 563 } 564 }, 565 "autoload": { 566 "psr-4": { 567 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" 568 } 569 }, 570 "notification-url": "https://packagist.org/downloads/", 571 "license": [ 572 "MIT" 573 ], 574 "authors": [ 575 { 576 "name": "Roman Borschel", 577 "email": "roman@code-factory.org" 578 }, 579 { 580 "name": "Benjamin Eberlei", 581 "email": "kontakt@beberlei.de" 582 }, 583 { 584 "name": "Guilherme Blanco", 585 "email": "guilhermeblanco@gmail.com" 586 }, 587 { 588 "name": "Jonathan Wage", 589 "email": "jonwage@gmail.com" 590 }, 591 { 592 "name": "Johannes Schmitt", 593 "email": "schmittjoh@gmail.com" 594 } 595 ], 596 "description": "Common String Manipulations with regard to casing and singular/plural rules.", 597 "homepage": "http://www.doctrine-project.org", 598 "keywords": [ 599 "inflection", 600 "pluralize", 601 "singularize", 602 "string" 603 ], 604 "time": "2018-01-09T20:05:19+00:00" 605 }, 606 { 607 "name": "doctrine/instantiator", 608 "version": "1.1.0", 609 "source": { 610 "type": "git", 611 "url": "https://github.com/doctrine/instantiator.git", 612 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" 613 }, 614 "dist": { 615 "type": "zip", 616 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", 617 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", 618 "shasum": "" 619 }, 620 "require": { 621 "php": "^7.1" 622 }, 623 "require-dev": { 624 "athletic/athletic": "~0.1.8", 625 "ext-pdo": "*", 626 "ext-phar": "*", 627 "phpunit/phpunit": "^6.2.3", 628 "squizlabs/php_codesniffer": "^3.0.2" 629 }, 630 "type": "library", 631 "extra": { 632 "branch-alias": { 633 "dev-master": "1.2.x-dev" 634 } 635 }, 636 "autoload": { 637 "psr-4": { 638 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 639 } 640 }, 641 "notification-url": "https://packagist.org/downloads/", 642 "license": [ 643 "MIT" 644 ], 645 "authors": [ 646 { 647 "name": "Marco Pivetta", 648 "email": "ocramius@gmail.com", 649 "homepage": "http://ocramius.github.com/" 650 } 651 ], 652 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 653 "homepage": "https://github.com/doctrine/instantiator", 654 "keywords": [ 655 "constructor", 656 "instantiate" 657 ], 658 "time": "2017-07-22T11:58:36+00:00" 659 }, 660 { 661 "name": "doctrine/lexer", 662 "version": "v1.0.1", 663 "source": { 664 "type": "git", 665 "url": "https://github.com/doctrine/lexer.git", 666 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" 667 }, 668 "dist": { 669 "type": "zip", 670 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", 671 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", 672 "shasum": "" 673 }, 674 "require": { 675 "php": ">=5.3.2" 676 }, 677 "type": "library", 678 "extra": { 679 "branch-alias": { 680 "dev-master": "1.0.x-dev" 681 } 682 }, 683 "autoload": { 684 "psr-0": { 685 "Doctrine\\Common\\Lexer\\": "lib/" 686 } 687 }, 688 "notification-url": "https://packagist.org/downloads/", 689 "license": [ 690 "MIT" 691 ], 692 "authors": [ 693 { 694 "name": "Roman Borschel", 695 "email": "roman@code-factory.org" 696 }, 697 { 698 "name": "Guilherme Blanco", 699 "email": "guilhermeblanco@gmail.com" 700 }, 701 { 702 "name": "Johannes Schmitt", 703 "email": "schmittjoh@gmail.com" 704 } 705 ], 706 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", 707 "homepage": "http://www.doctrine-project.org", 708 "keywords": [ 709 "lexer", 710 "parser" 711 ], 712 "time": "2014-09-09T13:34:57+00:00" 713 }, 714 { 715 "name": "doctrine/orm", 716 "version": "v2.6.1", 717 "source": { 718 "type": "git", 719 "url": "https://github.com/doctrine/doctrine2.git", 720 "reference": "87ee409783a4a322b5597ebaae558661404055a7" 721 }, 722 "dist": { 723 "type": "zip", 724 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/87ee409783a4a322b5597ebaae558661404055a7", 725 "reference": "87ee409783a4a322b5597ebaae558661404055a7", 726 "shasum": "" 727 }, 728 "require": { 729 "doctrine/annotations": "~1.5", 730 "doctrine/cache": "~1.6", 731 "doctrine/collections": "^1.4", 732 "doctrine/common": "^2.7.1", 733 "doctrine/dbal": "^2.6", 734 "doctrine/instantiator": "~1.1", 735 "ext-pdo": "*", 736 "php": "^7.1", 737 "symfony/console": "~3.0|~4.0" 738 }, 739 "require-dev": { 740 "doctrine/coding-standard": "^1.0", 741 "phpunit/phpunit": "^6.5", 742 "squizlabs/php_codesniffer": "^3.2", 743 "symfony/yaml": "~3.4|~4.0" 744 }, 745 "suggest": { 746 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" 747 }, 748 "bin": [ 749 "bin/doctrine" 750 ], 751 "type": "library", 752 "extra": { 753 "branch-alias": { 754 "dev-master": "2.6.x-dev" 755 } 756 }, 757 "autoload": { 758 "psr-4": { 759 "Doctrine\\ORM\\": "lib/Doctrine/ORM" 760 } 761 }, 762 "notification-url": "https://packagist.org/downloads/", 763 "license": [ 764 "MIT" 765 ], 766 "authors": [ 767 { 768 "name": "Roman Borschel", 769 "email": "roman@code-factory.org" 770 }, 771 { 772 "name": "Benjamin Eberlei", 773 "email": "kontakt@beberlei.de" 774 }, 775 { 776 "name": "Guilherme Blanco", 777 "email": "guilhermeblanco@gmail.com" 778 }, 779 { 780 "name": "Jonathan Wage", 781 "email": "jonwage@gmail.com" 782 }, 783 { 784 "name": "Marco Pivetta", 785 "email": "ocramius@gmail.com" 786 } 787 ], 788 "description": "Object-Relational-Mapper for PHP", 789 "homepage": "http://www.doctrine-project.org", 790 "keywords": [ 791 "database", 792 "orm" 793 ], 794 "time": "2018-02-27T07:30:56+00:00" 795 }, 796 { 797 "name": "egulias/email-validator", 798 "version": "2.1.4", 799 "source": { 800 "type": "git", 801 "url": "https://github.com/egulias/EmailValidator.git", 802 "reference": "8790f594151ca6a2010c6218e09d96df67173ad3" 803 }, 804 "dist": { 805 "type": "zip", 806 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/8790f594151ca6a2010c6218e09d96df67173ad3", 807 "reference": "8790f594151ca6a2010c6218e09d96df67173ad3", 808 "shasum": "" 809 }, 810 "require": { 811 "doctrine/lexer": "^1.0.1", 812 "php": ">= 5.5" 813 }, 814 "require-dev": { 815 "dominicsayers/isemail": "dev-master", 816 "phpunit/phpunit": "^4.8.35||^5.7||^6.0", 817 "satooshi/php-coveralls": "^1.0.1" 818 }, 819 "suggest": { 820 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" 821 }, 822 "type": "library", 823 "extra": { 824 "branch-alias": { 825 "dev-master": "2.0.x-dev" 826 } 827 }, 828 "autoload": { 829 "psr-4": { 830 "Egulias\\EmailValidator\\": "EmailValidator" 831 } 832 }, 833 "notification-url": "https://packagist.org/downloads/", 834 "license": [ 835 "MIT" 836 ], 837 "authors": [ 838 { 839 "name": "Eduardo Gulias Davis" 840 } 841 ], 842 "description": "A library for validating emails against several RFCs", 843 "homepage": "https://github.com/egulias/EmailValidator", 844 "keywords": [ 845 "email", 846 "emailvalidation", 847 "emailvalidator", 848 "validation", 849 "validator" 850 ], 851 "time": "2018-04-10T10:11:19+00:00" 852 }, 853 { 854 "name": "erusev/parsedown", 855 "version": "1.7.1", 856 "source": { 857 "type": "git", 858 "url": "https://github.com/erusev/parsedown.git", 859 "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1" 860 }, 861 "dist": { 862 "type": "zip", 863 "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", 864 "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", 865 "shasum": "" 866 }, 867 "require": { 868 "ext-mbstring": "*", 869 "php": ">=5.3.0" 870 }, 871 "require-dev": { 872 "phpunit/phpunit": "^4.8.35" 873 }, 874 "type": "library", 875 "autoload": { 876 "psr-0": { 877 "Parsedown": "" 878 } 879 }, 880 "notification-url": "https://packagist.org/downloads/", 881 "license": [ 882 "MIT" 883 ], 884 "authors": [ 885 { 886 "name": "Emanuil Rusev", 887 "email": "hello@erusev.com", 888 "homepage": "http://erusev.com" 889 } 890 ], 891 "description": "Parser for Markdown.", 892 "homepage": "http://parsedown.org", 893 "keywords": [ 894 "markdown", 895 "parser" 896 ], 897 "time": "2018-03-08T01:11:30+00:00" 898 }, 899 { 900 "name": "ezyang/htmlpurifier", 901 "version": "v4.10.0", 902 "source": { 903 "type": "git", 904 "url": "https://github.com/ezyang/htmlpurifier.git", 905 "reference": "d85d39da4576a6934b72480be6978fb10c860021" 906 }, 907 "dist": { 908 "type": "zip", 909 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021", 910 "reference": "d85d39da4576a6934b72480be6978fb10c860021", 911 "shasum": "" 912 }, 913 "require": { 914 "php": ">=5.2" 915 }, 916 "require-dev": { 917 "simpletest/simpletest": "^1.1" 918 }, 919 "type": "library", 920 "autoload": { 921 "psr-0": { 922 "HTMLPurifier": "library/" 923 }, 924 "files": [ 925 "library/HTMLPurifier.composer.php" 926 ] 927 }, 928 "notification-url": "https://packagist.org/downloads/", 929 "license": [ 930 "LGPL" 931 ], 932 "authors": [ 933 { 934 "name": "Edward Z. Yang", 935 "email": "admin@htmlpurifier.org", 936 "homepage": "http://ezyang.com" 937 } 938 ], 939 "description": "Standards compliant HTML filter written in PHP", 940 "homepage": "http://htmlpurifier.org/", 941 "keywords": [ 942 "html" 943 ], 944 "time": "2018-02-23T01:58:20+00:00" 945 }, 946 { 947 "name": "fig/link-util", 948 "version": "1.0.0", 949 "source": { 950 "type": "git", 951 "url": "https://github.com/php-fig/link-util.git", 952 "reference": "1a07821801a148be4add11ab0603e4af55a72fac" 953 }, 954 "dist": { 955 "type": "zip", 956 "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac", 957 "reference": "1a07821801a148be4add11ab0603e4af55a72fac", 958 "shasum": "" 959 }, 960 "require": { 961 "php": ">=5.5.0", 962 "psr/link": "~1.0@dev" 963 }, 964 "require-dev": { 965 "phpunit/phpunit": "^5.1", 966 "squizlabs/php_codesniffer": "^2.3.1" 967 }, 968 "type": "library", 969 "extra": { 970 "branch-alias": { 971 "dev-master": "1.0.x-dev" 972 } 973 }, 974 "autoload": { 975 "psr-4": { 976 "Fig\\Link\\": "src/" 977 } 978 }, 979 "notification-url": "https://packagist.org/downloads/", 980 "license": [ 981 "MIT" 982 ], 983 "authors": [ 984 { 985 "name": "PHP-FIG", 986 "homepage": "http://www.php-fig.org/" 987 } 988 ], 989 "description": "Common utility implementations for HTTP links", 990 "keywords": [ 991 "http", 992 "http-link", 993 "link", 994 "psr", 995 "psr-13", 996 "rest" 997 ], 998 "time": "2016-10-17T18:31:11+00:00" 999 }, 1000 { 1001 "name": "guzzlehttp/psr7", 1002 "version": "1.4.2", 1003 "source": { 1004 "type": "git", 1005 "url": "https://github.com/guzzle/psr7.git", 1006 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" 1007 }, 1008 "dist": { 1009 "type": "zip", 1010 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", 1011 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", 1012 "shasum": "" 1013 }, 1014 "require": { 1015 "php": ">=5.4.0", 1016 "psr/http-message": "~1.0" 1017 }, 1018 "provide": { 1019 "psr/http-message-implementation": "1.0" 1020 }, 1021 "require-dev": { 1022 "phpunit/phpunit": "~4.0" 1023 }, 1024 "type": "library", 1025 "extra": { 1026 "branch-alias": { 1027 "dev-master": "1.4-dev" 1028 } 1029 }, 1030 "autoload": { 1031 "psr-4": { 1032 "GuzzleHttp\\Psr7\\": "src/" 1033 }, 1034 "files": [ 1035 "src/functions_include.php" 1036 ] 1037 }, 1038 "notification-url": "https://packagist.org/downloads/", 1039 "license": [ 1040 "MIT" 1041 ], 1042 "authors": [ 1043 { 1044 "name": "Michael Dowling", 1045 "email": "mtdowling@gmail.com", 1046 "homepage": "https://github.com/mtdowling" 1047 }, 1048 { 1049 "name": "Tobias Schultze", 1050 "homepage": "https://github.com/Tobion" 1051 } 1052 ], 1053 "description": "PSR-7 message implementation that also provides common utility methods", 1054 "keywords": [ 1055 "http", 1056 "message", 1057 "request", 1058 "response", 1059 "stream", 1060 "uri", 1061 "url" 1062 ], 1063 "time": "2017-03-20T17:10:46+00:00" 1064 }, 1065 { 1066 "name": "jdorn/sql-formatter", 1067 "version": "v1.2.17", 1068 "source": { 1069 "type": "git", 1070 "url": "https://github.com/jdorn/sql-formatter.git", 1071 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" 1072 }, 1073 "dist": { 1074 "type": "zip", 1075 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", 1076 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", 1077 "shasum": "" 1078 }, 1079 "require": { 1080 "php": ">=5.2.4" 1081 }, 1082 "require-dev": { 1083 "phpunit/phpunit": "3.7.*" 1084 }, 1085 "type": "library", 1086 "extra": { 1087 "branch-alias": { 1088 "dev-master": "1.3.x-dev" 1089 } 1090 }, 1091 "autoload": { 1092 "classmap": [ 1093 "lib" 1094 ] 1095 }, 1096 "notification-url": "https://packagist.org/downloads/", 1097 "license": [ 1098 "MIT" 1099 ], 1100 "authors": [ 1101 { 1102 "name": "Jeremy Dorn", 1103 "email": "jeremy@jeremydorn.com", 1104 "homepage": "http://jeremydorn.com/" 1105 } 1106 ], 1107 "description": "a PHP SQL highlighting library", 1108 "homepage": "https://github.com/jdorn/sql-formatter/", 1109 "keywords": [ 1110 "highlight", 1111 "sql" 1112 ], 1113 "time": "2014-01-12T16:20:24+00:00" 1114 }, 1115 { 1116 "name": "kriswallsmith/buzz", 1117 "version": "v0.16.1", 1118 "source": { 1119 "type": "git", 1120 "url": "https://github.com/kriswallsmith/Buzz.git", 1121 "reference": "4977b7d44dbef49cdc641f14be6512fdcfe32f12" 1122 }, 1123 "dist": { 1124 "type": "zip", 1125 "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/4977b7d44dbef49cdc641f14be6512fdcfe32f12", 1126 "reference": "4977b7d44dbef49cdc641f14be6512fdcfe32f12", 1127 "shasum": "" 1128 }, 1129 "require": { 1130 "guzzlehttp/psr7": "^1.4", 1131 "php": "^5.4 || ^7.0" 1132 }, 1133 "require-dev": { 1134 "php-http/client-integration-tests": "^0.6.2", 1135 "symfony/phpunit-bridge": "^3.4 || ^4.0" 1136 }, 1137 "suggest": { 1138 "ext-curl": "*" 1139 }, 1140 "type": "library", 1141 "autoload": { 1142 "psr-4": { 1143 "Buzz\\": "lib/Buzz" 1144 } 1145 }, 1146 "notification-url": "https://packagist.org/downloads/", 1147 "license": [ 1148 "MIT" 1149 ], 1150 "authors": [ 1151 { 1152 "name": "Kris Wallsmith", 1153 "email": "kris.wallsmith@gmail.com", 1154 "homepage": "http://kriswallsmith.net/" 1155 } 1156 ], 1157 "description": "Lightweight HTTP client", 1158 "homepage": "https://github.com/kriswallsmith/Buzz", 1159 "keywords": [ 1160 "curl", 1161 "http client" 1162 ], 1163 "time": "2018-03-19T10:34:40+00:00" 1164 }, 1165 { 1166 "name": "monolog/monolog", 1167 "version": "1.23.0", 1168 "source": { 1169 "type": "git", 1170 "url": "https://github.com/Seldaek/monolog.git", 1171 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" 1172 }, 1173 "dist": { 1174 "type": "zip", 1175 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", 1176 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", 1177 "shasum": "" 1178 }, 1179 "require": { 1180 "php": ">=5.3.0", 1181 "psr/log": "~1.0" 1182 }, 1183 "provide": { 1184 "psr/log-implementation": "1.0.0" 1185 }, 1186 "require-dev": { 1187 "aws/aws-sdk-php": "^2.4.9 || ^3.0", 1188 "doctrine/couchdb": "~1.0@dev", 1189 "graylog2/gelf-php": "~1.0", 1190 "jakub-onderka/php-parallel-lint": "0.9", 1191 "php-amqplib/php-amqplib": "~2.4", 1192 "php-console/php-console": "^3.1.3", 1193 "phpunit/phpunit": "~4.5", 1194 "phpunit/phpunit-mock-objects": "2.3.0", 1195 "ruflin/elastica": ">=0.90 <3.0", 1196 "sentry/sentry": "^0.13", 1197 "swiftmailer/swiftmailer": "^5.3|^6.0" 1198 }, 1199 "suggest": { 1200 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", 1201 "doctrine/couchdb": "Allow sending log messages to a CouchDB server", 1202 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", 1203 "ext-mongo": "Allow sending log messages to a MongoDB server", 1204 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", 1205 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", 1206 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", 1207 "php-console/php-console": "Allow sending log messages to Google Chrome", 1208 "rollbar/rollbar": "Allow sending log messages to Rollbar", 1209 "ruflin/elastica": "Allow sending log messages to an Elastic Search server", 1210 "sentry/sentry": "Allow sending log messages to a Sentry server" 1211 }, 1212 "type": "library", 1213 "extra": { 1214 "branch-alias": { 1215 "dev-master": "2.0.x-dev" 1216 } 1217 }, 1218 "autoload": { 1219 "psr-4": { 1220 "Monolog\\": "src/Monolog" 1221 } 1222 }, 1223 "notification-url": "https://packagist.org/downloads/", 1224 "license": [ 1225 "MIT" 1226 ], 1227 "authors": [ 1228 { 1229 "name": "Jordi Boggiano", 1230 "email": "j.boggiano@seld.be", 1231 "homepage": "http://seld.be" 1232 } 1233 ], 1234 "description": "Sends your logs to files, sockets, inboxes, databases and various web services", 1235 "homepage": "http://github.com/Seldaek/monolog", 1236 "keywords": [ 1237 "log", 1238 "logging", 1239 "psr-3" 1240 ], 1241 "time": "2017-06-19T01:22:40+00:00" 1242 }, 1243 { 1244 "name": "psr/cache", 1245 "version": "1.0.1", 1246 "source": { 1247 "type": "git", 1248 "url": "https://github.com/php-fig/cache.git", 1249 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" 1250 }, 1251 "dist": { 1252 "type": "zip", 1253 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", 1254 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", 1255 "shasum": "" 1256 }, 1257 "require": { 1258 "php": ">=5.3.0" 1259 }, 1260 "type": "library", 1261 "extra": { 1262 "branch-alias": { 1263 "dev-master": "1.0.x-dev" 1264 } 1265 }, 1266 "autoload": { 1267 "psr-4": { 1268 "Psr\\Cache\\": "src/" 1269 } 1270 }, 1271 "notification-url": "https://packagist.org/downloads/", 1272 "license": [ 1273 "MIT" 1274 ], 1275 "authors": [ 1276 { 1277 "name": "PHP-FIG", 1278 "homepage": "http://www.php-fig.org/" 1279 } 1280 ], 1281 "description": "Common interface for caching libraries", 1282 "keywords": [ 1283 "cache", 1284 "psr", 1285 "psr-6" 1286 ], 1287 "time": "2016-08-06T20:24:11+00:00" 1288 }, 1289 { 1290 "name": "psr/container", 1291 "version": "1.0.0", 1292 "source": { 1293 "type": "git", 1294 "url": "https://github.com/php-fig/container.git", 1295 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" 1296 }, 1297 "dist": { 1298 "type": "zip", 1299 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", 1300 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", 1301 "shasum": "" 1302 }, 1303 "require": { 1304 "php": ">=5.3.0" 1305 }, 1306 "type": "library", 1307 "extra": { 1308 "branch-alias": { 1309 "dev-master": "1.0.x-dev" 1310 } 1311 }, 1312 "autoload": { 1313 "psr-4": { 1314 "Psr\\Container\\": "src/" 1315 } 1316 }, 1317 "notification-url": "https://packagist.org/downloads/", 1318 "license": [ 1319 "MIT" 1320 ], 1321 "authors": [ 1322 { 1323 "name": "PHP-FIG", 1324 "homepage": "http://www.php-fig.org/" 1325 } 1326 ], 1327 "description": "Common Container Interface (PHP FIG PSR-11)", 1328 "homepage": "https://github.com/php-fig/container", 1329 "keywords": [ 1330 "PSR-11", 1331 "container", 1332 "container-interface", 1333 "container-interop", 1334 "psr" 1335 ], 1336 "time": "2017-02-14T16:28:37+00:00" 1337 }, 1338 { 1339 "name": "psr/http-message", 1340 "version": "1.0.1", 1341 "source": { 1342 "type": "git", 1343 "url": "https://github.com/php-fig/http-message.git", 1344 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" 1345 }, 1346 "dist": { 1347 "type": "zip", 1348 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", 1349 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", 1350 "shasum": "" 1351 }, 1352 "require": { 1353 "php": ">=5.3.0" 1354 }, 1355 "type": "library", 1356 "extra": { 1357 "branch-alias": { 1358 "dev-master": "1.0.x-dev" 1359 } 1360 }, 1361 "autoload": { 1362 "psr-4": { 1363 "Psr\\Http\\Message\\": "src/" 1364 } 1365 }, 1366 "notification-url": "https://packagist.org/downloads/", 1367 "license": [ 1368 "MIT" 1369 ], 1370 "authors": [ 1371 { 1372 "name": "PHP-FIG", 1373 "homepage": "http://www.php-fig.org/" 1374 } 1375 ], 1376 "description": "Common interface for HTTP messages", 1377 "homepage": "https://github.com/php-fig/http-message", 1378 "keywords": [ 1379 "http", 1380 "http-message", 1381 "psr", 1382 "psr-7", 1383 "request", 1384 "response" 1385 ], 1386 "time": "2016-08-06T14:39:51+00:00" 1387 }, 1388 { 1389 "name": "psr/link", 1390 "version": "1.0.0", 1391 "source": { 1392 "type": "git", 1393 "url": "https://github.com/php-fig/link.git", 1394 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562" 1395 }, 1396 "dist": { 1397 "type": "zip", 1398 "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562", 1399 "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562", 1400 "shasum": "" 1401 }, 1402 "require": { 1403 "php": ">=5.3.0" 1404 }, 1405 "type": "library", 1406 "extra": { 1407 "branch-alias": { 1408 "dev-master": "1.0.x-dev" 1409 } 1410 }, 1411 "autoload": { 1412 "psr-4": { 1413 "Psr\\Link\\": "src/" 1414 } 1415 }, 1416 "notification-url": "https://packagist.org/downloads/", 1417 "license": [ 1418 "MIT" 1419 ], 1420 "authors": [ 1421 { 1422 "name": "PHP-FIG", 1423 "homepage": "http://www.php-fig.org/" 1424 } 1425 ], 1426 "description": "Common interfaces for HTTP links", 1427 "keywords": [ 1428 "http", 1429 "http-link", 1430 "link", 1431 "psr", 1432 "psr-13", 1433 "rest" 1434 ], 1435 "time": "2016-10-28T16:06:13+00:00" 1436 }, 1437 { 1438 "name": "psr/log", 1439 "version": "1.0.2", 1440 "source": { 1441 "type": "git", 1442 "url": "https://github.com/php-fig/log.git", 1443 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" 1444 }, 1445 "dist": { 1446 "type": "zip", 1447 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", 1448 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", 1449 "shasum": "" 1450 }, 1451 "require": { 1452 "php": ">=5.3.0" 1453 }, 1454 "type": "library", 1455 "extra": { 1456 "branch-alias": { 1457 "dev-master": "1.0.x-dev" 1458 } 1459 }, 1460 "autoload": { 1461 "psr-4": { 1462 "Psr\\Log\\": "Psr/Log/" 1463 } 1464 }, 1465 "notification-url": "https://packagist.org/downloads/", 1466 "license": [ 1467 "MIT" 1468 ], 1469 "authors": [ 1470 { 1471 "name": "PHP-FIG", 1472 "homepage": "http://www.php-fig.org/" 1473 } 1474 ], 1475 "description": "Common interface for logging libraries", 1476 "homepage": "https://github.com/php-fig/log", 1477 "keywords": [ 1478 "log", 1479 "psr", 1480 "psr-3" 1481 ], 1482 "time": "2016-10-10T12:19:37+00:00" 1483 }, 1484 { 1485 "name": "psr/simple-cache", 1486 "version": "1.0.1", 1487 "source": { 1488 "type": "git", 1489 "url": "https://github.com/php-fig/simple-cache.git", 1490 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" 1491 }, 1492 "dist": { 1493 "type": "zip", 1494 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", 1495 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", 1496 "shasum": "" 1497 }, 1498 "require": { 1499 "php": ">=5.3.0" 1500 }, 1501 "type": "library", 1502 "extra": { 1503 "branch-alias": { 1504 "dev-master": "1.0.x-dev" 1505 } 1506 }, 1507 "autoload": { 1508 "psr-4": { 1509 "Psr\\SimpleCache\\": "src/" 1510 } 1511 }, 1512 "notification-url": "https://packagist.org/downloads/", 1513 "license": [ 1514 "MIT" 1515 ], 1516 "authors": [ 1517 { 1518 "name": "PHP-FIG", 1519 "homepage": "http://www.php-fig.org/" 1520 } 1521 ], 1522 "description": "Common interfaces for simple caching", 1523 "keywords": [ 1524 "cache", 1525 "caching", 1526 "psr", 1527 "psr-16", 1528 "simple-cache" 1529 ], 1530 "time": "2017-10-23T01:57:42+00:00" 1531 }, 1532 { 1533 "name": "raven/raven", 1534 "version": "0.15.0", 1535 "source": { 1536 "type": "git", 1537 "url": "https://github.com/getsentry/raven-php.git", 1538 "reference": "d544c531a34a1b0f69271a11a887b775be12b3d2" 1539 }, 1540 "dist": { 1541 "type": "zip", 1542 "url": "https://api.github.com/repos/getsentry/raven-php/zipball/d544c531a34a1b0f69271a11a887b775be12b3d2", 1543 "reference": "d544c531a34a1b0f69271a11a887b775be12b3d2", 1544 "shasum": "" 1545 }, 1546 "require": { 1547 "ext-curl": "*", 1548 "php": ">=5.2.4" 1549 }, 1550 "require-dev": { 1551 "fabpot/php-cs-fixer": "^1.8.0", 1552 "phpunit/phpunit": "^4.6.6" 1553 }, 1554 "bin": [ 1555 "bin/raven" 1556 ], 1557 "type": "library", 1558 "extra": { 1559 "branch-alias": { 1560 "dev-master": "0.14.x-dev" 1561 } 1562 }, 1563 "autoload": { 1564 "psr-0": { 1565 "Raven_": "lib/" 1566 } 1567 }, 1568 "notification-url": "https://packagist.org/downloads/", 1569 "license": [ 1570 "BSD-3-Clause" 1571 ], 1572 "authors": [ 1573 { 1574 "name": "David Cramer", 1575 "email": "dcramer@gmail.com" 1576 } 1577 ], 1578 "description": "A PHP client for Sentry (http://getsentry.com)", 1579 "homepage": "http://getsentry.com", 1580 "keywords": [ 1581 "log", 1582 "logging" 1583 ], 1584 "abandoned": "sentry/sentry", 1585 "time": "2016-04-29T11:50:04+00:00" 1586 }, 1587 { 1588 "name": "sensio/framework-extra-bundle", 1589 "version": "v5.1.6", 1590 "source": { 1591 "type": "git", 1592 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", 1593 "reference": "bf4940572e43af679aaa13be98f3446a1c237bd8" 1594 }, 1595 "dist": { 1596 "type": "zip", 1597 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/bf4940572e43af679aaa13be98f3446a1c237bd8", 1598 "reference": "bf4940572e43af679aaa13be98f3446a1c237bd8", 1599 "shasum": "" 1600 }, 1601 "require": { 1602 "doctrine/common": "^2.2", 1603 "symfony/config": "^3.3|^4.0", 1604 "symfony/dependency-injection": "^3.3|^4.0", 1605 "symfony/framework-bundle": "^3.3|^4.0", 1606 "symfony/http-kernel": "^3.3|^4.0" 1607 }, 1608 "require-dev": { 1609 "doctrine/doctrine-bundle": "^1.6", 1610 "doctrine/orm": "^2.5", 1611 "symfony/browser-kit": "^3.3|^4.0", 1612 "symfony/dom-crawler": "^3.3|^4.0", 1613 "symfony/expression-language": "^3.3|^4.0", 1614 "symfony/finder": "^3.3|^4.0", 1615 "symfony/phpunit-bridge": "^3.3|^4.0", 1616 "symfony/psr-http-message-bridge": "^0.3", 1617 "symfony/security-bundle": "^3.3|^4.0", 1618 "symfony/twig-bundle": "^3.3|^4.0", 1619 "symfony/yaml": "^3.3|^4.0", 1620 "twig/twig": "~1.12|~2.0", 1621 "zendframework/zend-diactoros": "^1.3" 1622 }, 1623 "suggest": { 1624 "symfony/expression-language": "", 1625 "symfony/psr-http-message-bridge": "To use the PSR-7 converters", 1626 "symfony/security-bundle": "" 1627 }, 1628 "type": "symfony-bundle", 1629 "extra": { 1630 "branch-alias": { 1631 "dev-master": "5.1.x-dev" 1632 } 1633 }, 1634 "autoload": { 1635 "psr-4": { 1636 "Sensio\\Bundle\\FrameworkExtraBundle\\": "" 1637 } 1638 }, 1639 "notification-url": "https://packagist.org/downloads/", 1640 "license": [ 1641 "MIT" 1642 ], 1643 "authors": [ 1644 { 1645 "name": "Fabien Potencier", 1646 "email": "fabien@symfony.com" 1647 } 1648 ], 1649 "description": "This bundle provides a way to configure your controllers with annotations", 1650 "keywords": [ 1651 "annotations", 1652 "controllers" 1653 ], 1654 "time": "2018-02-14T08:40:54+00:00" 1655 }, 1656 { 1657 "name": "sensiolabs/connect", 1658 "version": "v4.2.2", 1659 "source": { 1660 "type": "git", 1661 "url": "https://github.com/sensiolabs/connect.git", 1662 "reference": "5cb0c661c4516241286f49431b04c3da046cfee1" 1663 }, 1664 "dist": { 1665 "type": "zip", 1666 "url": "https://api.github.com/repos/sensiolabs/connect/zipball/5cb0c661c4516241286f49431b04c3da046cfee1", 1667 "reference": "5cb0c661c4516241286f49431b04c3da046cfee1", 1668 "shasum": "" 1669 }, 1670 "require": { 1671 "kriswallsmith/buzz": ">=0.8,<0.17", 1672 "psr/log": "^1.0" 1673 }, 1674 "require-dev": { 1675 "symfony/form": "^2.1|^3.0|^4.0", 1676 "symfony/phpunit-bridge": "^4.0", 1677 "symfony/security": "^2.3|^3.0|^4.0" 1678 }, 1679 "suggest": { 1680 "symfony/security": "To use in a Symfony environment" 1681 }, 1682 "type": "library", 1683 "extra": { 1684 "branch-alias": { 1685 "dev-master": "4.x-dev" 1686 } 1687 }, 1688 "autoload": { 1689 "psr-0": { 1690 "SensioLabs": [ 1691 "src/" 1692 ] 1693 } 1694 }, 1695 "notification-url": "https://packagist.org/downloads/", 1696 "license": [ 1697 "MIT" 1698 ], 1699 "authors": [ 1700 { 1701 "name": "Marc Weistroff", 1702 "email": "marc.weistroff@sensiolabs.com", 1703 "homepage": "http://sensiolabs.com" 1704 } 1705 ], 1706 "description": "SensioLabs Connect SDK", 1707 "homepage": "https://github.com/sensiolabs/connect", 1708 "keywords": [ 1709 "SensioLabs Connect", 1710 "sdk" 1711 ], 1712 "time": "2018-04-04T08:18:55+00:00" 1713 }, 1714 { 1715 "name": "sensiolabs/connect-bundle", 1716 "version": "v4.3.10", 1717 "target-dir": "SensioLabs/Bundle/ConnectBundle", 1718 "source": { 1719 "type": "git", 1720 "url": "https://github.com/sensiolabs/SensioLabsConnectBundle.git", 1721 "reference": "211244656af62a59f69243e6efefc4d573581280" 1722 }, 1723 "dist": { 1724 "type": "zip", 1725 "url": "https://api.github.com/repos/sensiolabs/SensioLabsConnectBundle/zipball/211244656af62a59f69243e6efefc4d573581280", 1726 "reference": "211244656af62a59f69243e6efefc4d573581280", 1727 "shasum": "" 1728 }, 1729 "require": { 1730 "php": ">=5.3.2", 1731 "sensiolabs/connect": "~4.2" 1732 }, 1733 "type": "symfony-bundle", 1734 "extra": { 1735 "branch-alias": { 1736 "dev-master": "4.x-dev" 1737 } 1738 }, 1739 "autoload": { 1740 "psr-0": { 1741 "SensioLabs\\Bundle\\ConnectBundle": "" 1742 } 1743 }, 1744 "notification-url": "https://packagist.org/downloads/", 1745 "license": [ 1746 "MIT" 1747 ], 1748 "authors": [ 1749 { 1750 "name": "SensioLabs", 1751 "email": "contact@sensiolabs.com" 1752 } 1753 ], 1754 "description": "Official bundle for the SensioLabs Connect SDK", 1755 "homepage": "https://github.com/sensiolabs/SensioConnectBundle", 1756 "keywords": [ 1757 "SensioLabs Connect" 1758 ], 1759 "time": "2018-01-17T19:49:47+00:00" 1760 }, 1761 { 1762 "name": "sensiolabs/connect-internal", 1763 "version": "v5.0.2", 1764 "source": { 1765 "type": "git", 1766 "url": "git@github.com:sensiolabs/connect-internal", 1767 "reference": "4fea4b1e6cfb31e888ede663957458abfcda1c0e" 1768 }, 1769 "require": { 1770 "sensiolabs/connect": "~4.0|~5.0" 1771 }, 1772 "require-dev": { 1773 "symfony/form": "~2.1" 1774 }, 1775 "type": "library", 1776 "extra": { 1777 "branch-alias": { 1778 "dev-master": "5.x-dev" 1779 } 1780 }, 1781 "autoload": { 1782 "psr-0": { 1783 "SensioLabs": [ 1784 "src/" 1785 ] 1786 } 1787 }, 1788 "license": [ 1789 "proprietary" 1790 ], 1791 "authors": [ 1792 { 1793 "name": "Marc Weistrof", 1794 "email": "marc.weistroff@sensiolabs.com" 1795 } 1796 ], 1797 "description": "SensioLabs Private SDK", 1798 "time": "2018-02-26T04:55:03+00:00" 1799 }, 1800 { 1801 "name": "sensiolabs/connect-internal-bundle", 1802 "version": "v4.2.1", 1803 "target-dir": "SensioLabs/Internal/Bundle/ConnectBundle", 1804 "source": { 1805 "type": "git", 1806 "url": "git@github.com:sensiolabs/SensioLabsInternalConnectBundle", 1807 "reference": "f8db6409dfdb6b186ad8366b17353a986bc18a46" 1808 }, 1809 "require": { 1810 "php": ">=5.3.2", 1811 "sensiolabs/connect-bundle": "~4.0", 1812 "sensiolabs/connect-internal": "~4.0|~5.0" 1813 }, 1814 "type": "symfony-bundle", 1815 "extra": { 1816 "branch-alias": { 1817 "dev-master": "4.x-dev" 1818 } 1819 }, 1820 "autoload": { 1821 "psr-0": { 1822 "SensioLabs\\Internal\\Bundle\\ConnectBundle": "" 1823 } 1824 }, 1825 "license": [ 1826 "MIT" 1827 ], 1828 "authors": [ 1829 { 1830 "name": "SensioLabs", 1831 "email": "contact@sensiolabs.com" 1832 } 1833 ], 1834 "description": "Internal bundle for the SensioLabs Connect SDK", 1835 "homepage": "https://github.com/sensiolabs/SensioLabsInternalConnectBundle", 1836 "keywords": [ 1837 "sensiolabs connect" 1838 ], 1839 "time": "2018-02-21T05:00:54+00:00" 1840 }, 1841 { 1842 "name": "swiftmailer/swiftmailer", 1843 "version": "v6.0.2", 1844 "source": { 1845 "type": "git", 1846 "url": "https://github.com/swiftmailer/swiftmailer.git", 1847 "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc" 1848 }, 1849 "dist": { 1850 "type": "zip", 1851 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc", 1852 "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc", 1853 "shasum": "" 1854 }, 1855 "require": { 1856 "egulias/email-validator": "~2.0", 1857 "php": ">=7.0.0" 1858 }, 1859 "require-dev": { 1860 "mockery/mockery": "~0.9.1", 1861 "symfony/phpunit-bridge": "~3.3@dev" 1862 }, 1863 "type": "library", 1864 "extra": { 1865 "branch-alias": { 1866 "dev-master": "6.0-dev" 1867 } 1868 }, 1869 "autoload": { 1870 "files": [ 1871 "lib/swift_required.php" 1872 ] 1873 }, 1874 "notification-url": "https://packagist.org/downloads/", 1875 "license": [ 1876 "MIT" 1877 ], 1878 "authors": [ 1879 { 1880 "name": "Chris Corbyn" 1881 }, 1882 { 1883 "name": "Fabien Potencier", 1884 "email": "fabien@symfony.com" 1885 } 1886 ], 1887 "description": "Swiftmailer, free feature-rich PHP mailer", 1888 "homepage": "http://swiftmailer.symfony.com", 1889 "keywords": [ 1890 "email", 1891 "mail", 1892 "mailer" 1893 ], 1894 "time": "2017-09-30T22:39:41+00:00" 1895 }, 1896 { 1897 "name": "symfony/asset", 1898 "version": "v3.4.8", 1899 "source": { 1900 "type": "git", 1901 "url": "https://github.com/symfony/asset.git", 1902 "reference": "89e9267bf33a8214efceb1ead12fb73504e81089" 1903 }, 1904 "dist": { 1905 "type": "zip", 1906 "url": "https://api.github.com/repos/symfony/asset/zipball/89e9267bf33a8214efceb1ead12fb73504e81089", 1907 "reference": "89e9267bf33a8214efceb1ead12fb73504e81089", 1908 "shasum": "" 1909 }, 1910 "require": { 1911 "php": "^5.5.9|>=7.0.8" 1912 }, 1913 "require-dev": { 1914 "symfony/http-foundation": "~2.8|~3.0|~4.0", 1915 "symfony/http-kernel": "~2.8|~3.0|~4.0" 1916 }, 1917 "suggest": { 1918 "symfony/http-foundation": "" 1919 }, 1920 "type": "library", 1921 "extra": { 1922 "branch-alias": { 1923 "dev-master": "3.4-dev" 1924 } 1925 }, 1926 "autoload": { 1927 "psr-4": { 1928 "Symfony\\Component\\Asset\\": "" 1929 }, 1930 "exclude-from-classmap": [ 1931 "/Tests/" 1932 ] 1933 }, 1934 "notification-url": "https://packagist.org/downloads/", 1935 "license": [ 1936 "MIT" 1937 ], 1938 "authors": [ 1939 { 1940 "name": "Fabien Potencier", 1941 "email": "fabien@symfony.com" 1942 }, 1943 { 1944 "name": "Symfony Community", 1945 "homepage": "https://symfony.com/contributors" 1946 } 1947 ], 1948 "description": "Symfony Asset Component", 1949 "homepage": "https://symfony.com", 1950 "time": "2018-01-03T07:37:34+00:00" 1951 }, 1952 { 1953 "name": "symfony/cache", 1954 "version": "v3.4.8", 1955 "source": { 1956 "type": "git", 1957 "url": "https://github.com/symfony/cache.git", 1958 "reference": "13255ddd056e49f3154747943f8ee175d555d394" 1959 }, 1960 "dist": { 1961 "type": "zip", 1962 "url": "https://api.github.com/repos/symfony/cache/zipball/13255ddd056e49f3154747943f8ee175d555d394", 1963 "reference": "13255ddd056e49f3154747943f8ee175d555d394", 1964 "shasum": "" 1965 }, 1966 "require": { 1967 "php": "^5.5.9|>=7.0.8", 1968 "psr/cache": "~1.0", 1969 "psr/log": "~1.0", 1970 "psr/simple-cache": "^1.0", 1971 "symfony/polyfill-apcu": "~1.1" 1972 }, 1973 "conflict": { 1974 "symfony/var-dumper": "<3.3" 1975 }, 1976 "provide": { 1977 "psr/cache-implementation": "1.0", 1978 "psr/simple-cache-implementation": "1.0" 1979 }, 1980 "require-dev": { 1981 "cache/integration-tests": "dev-master", 1982 "doctrine/cache": "~1.6", 1983 "doctrine/dbal": "~2.4", 1984 "predis/predis": "~1.0" 1985 }, 1986 "type": "library", 1987 "extra": { 1988 "branch-alias": { 1989 "dev-master": "3.4-dev" 1990 } 1991 }, 1992 "autoload": { 1993 "psr-4": { 1994 "Symfony\\Component\\Cache\\": "" 1995 }, 1996 "exclude-from-classmap": [ 1997 "/Tests/" 1998 ] 1999 }, 2000 "notification-url": "https://packagist.org/downloads/", 2001 "license": [ 2002 "MIT" 2003 ], 2004 "authors": [ 2005 { 2006 "name": "Nicolas Grekas", 2007 "email": "p@tchwork.com" 2008 }, 2009 { 2010 "name": "Symfony Community", 2011 "homepage": "https://symfony.com/contributors" 2012 } 2013 ], 2014 "description": "Symfony Cache component with PSR-6, PSR-16, and tags", 2015 "homepage": "https://symfony.com", 2016 "keywords": [ 2017 "caching", 2018 "psr6" 2019 ], 2020 "time": "2018-04-02T14:35:16+00:00" 2021 }, 2022 { 2023 "name": "symfony/class-loader", 2024 "version": "v3.4.8", 2025 "source": { 2026 "type": "git", 2027 "url": "https://github.com/symfony/class-loader.git", 2028 "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e" 2029 }, 2030 "dist": { 2031 "type": "zip", 2032 "url": "https://api.github.com/repos/symfony/class-loader/zipball/e63c12699822bb3b667e7216ba07fbcc3a3e203e", 2033 "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e", 2034 "shasum": "" 2035 }, 2036 "require": { 2037 "php": "^5.5.9|>=7.0.8" 2038 }, 2039 "require-dev": { 2040 "symfony/finder": "~2.8|~3.0|~4.0", 2041 "symfony/polyfill-apcu": "~1.1" 2042 }, 2043 "suggest": { 2044 "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM" 2045 }, 2046 "type": "library", 2047 "extra": { 2048 "branch-alias": { 2049 "dev-master": "3.4-dev" 2050 } 2051 }, 2052 "autoload": { 2053 "psr-4": { 2054 "Symfony\\Component\\ClassLoader\\": "" 2055 }, 2056 "exclude-from-classmap": [ 2057 "/Tests/" 2058 ] 2059 }, 2060 "notification-url": "https://packagist.org/downloads/", 2061 "license": [ 2062 "MIT" 2063 ], 2064 "authors": [ 2065 { 2066 "name": "Fabien Potencier", 2067 "email": "fabien@symfony.com" 2068 }, 2069 { 2070 "name": "Symfony Community", 2071 "homepage": "https://symfony.com/contributors" 2072 } 2073 ], 2074 "description": "Symfony ClassLoader Component", 2075 "homepage": "https://symfony.com", 2076 "time": "2018-01-03T07:37:34+00:00" 2077 }, 2078 { 2079 "name": "symfony/config", 2080 "version": "v3.4.8", 2081 "source": { 2082 "type": "git", 2083 "url": "https://github.com/symfony/config.git", 2084 "reference": "7c2a9d44f4433863e9bca682e7f03609234657f9" 2085 }, 2086 "dist": { 2087 "type": "zip", 2088 "url": "https://api.github.com/repos/symfony/config/zipball/7c2a9d44f4433863e9bca682e7f03609234657f9", 2089 "reference": "7c2a9d44f4433863e9bca682e7f03609234657f9", 2090 "shasum": "" 2091 }, 2092 "require": { 2093 "php": "^5.5.9|>=7.0.8", 2094 "symfony/filesystem": "~2.8|~3.0|~4.0" 2095 }, 2096 "conflict": { 2097 "symfony/dependency-injection": "<3.3", 2098 "symfony/finder": "<3.3" 2099 }, 2100 "require-dev": { 2101 "symfony/dependency-injection": "~3.3|~4.0", 2102 "symfony/event-dispatcher": "~3.3|~4.0", 2103 "symfony/finder": "~3.3|~4.0", 2104 "symfony/yaml": "~3.0|~4.0" 2105 }, 2106 "suggest": { 2107 "symfony/yaml": "To use the yaml reference dumper" 2108 }, 2109 "type": "library", 2110 "extra": { 2111 "branch-alias": { 2112 "dev-master": "3.4-dev" 2113 } 2114 }, 2115 "autoload": { 2116 "psr-4": { 2117 "Symfony\\Component\\Config\\": "" 2118 }, 2119 "exclude-from-classmap": [ 2120 "/Tests/" 2121 ] 2122 }, 2123 "notification-url": "https://packagist.org/downloads/", 2124 "license": [ 2125 "MIT" 2126 ], 2127 "authors": [ 2128 { 2129 "name": "Fabien Potencier", 2130 "email": "fabien@symfony.com" 2131 }, 2132 { 2133 "name": "Symfony Community", 2134 "homepage": "https://symfony.com/contributors" 2135 } 2136 ], 2137 "description": "Symfony Config Component", 2138 "homepage": "https://symfony.com", 2139 "time": "2018-03-19T22:32:39+00:00" 2140 }, 2141 { 2142 "name": "symfony/console", 2143 "version": "v3.4.8", 2144 "source": { 2145 "type": "git", 2146 "url": "https://github.com/symfony/console.git", 2147 "reference": "d4bb70fa24d540c309d88a9d6e43fb2d339b1fbf" 2148 }, 2149 "dist": { 2150 "type": "zip", 2151 "url": "https://api.github.com/repos/symfony/console/zipball/d4bb70fa24d540c309d88a9d6e43fb2d339b1fbf", 2152 "reference": "d4bb70fa24d540c309d88a9d6e43fb2d339b1fbf", 2153 "shasum": "" 2154 }, 2155 "require": { 2156 "php": "^5.5.9|>=7.0.8", 2157 "symfony/debug": "~2.8|~3.0|~4.0", 2158 "symfony/polyfill-mbstring": "~1.0" 2159 }, 2160 "conflict": { 2161 "symfony/dependency-injection": "<3.4", 2162 "symfony/process": "<3.3" 2163 }, 2164 "require-dev": { 2165 "psr/log": "~1.0", 2166 "symfony/config": "~3.3|~4.0", 2167 "symfony/dependency-injection": "~3.4|~4.0", 2168 "symfony/event-dispatcher": "~2.8|~3.0|~4.0", 2169 "symfony/lock": "~3.4|~4.0", 2170 "symfony/process": "~3.3|~4.0" 2171 }, 2172 "suggest": { 2173 "psr/log": "For using the console logger", 2174 "symfony/event-dispatcher": "", 2175 "symfony/lock": "", 2176 "symfony/process": "" 2177 }, 2178 "type": "library", 2179 "extra": { 2180 "branch-alias": { 2181 "dev-master": "3.4-dev" 2182 } 2183 }, 2184 "autoload": { 2185 "psr-4": { 2186 "Symfony\\Component\\Console\\": "" 2187 }, 2188 "exclude-from-classmap": [ 2189 "/Tests/" 2190 ] 2191 }, 2192 "notification-url": "https://packagist.org/downloads/", 2193 "license": [ 2194 "MIT" 2195 ], 2196 "authors": [ 2197 { 2198 "name": "Fabien Potencier", 2199 "email": "fabien@symfony.com" 2200 }, 2201 { 2202 "name": "Symfony Community", 2203 "homepage": "https://symfony.com/contributors" 2204 } 2205 ], 2206 "description": "Symfony Console Component", 2207 "homepage": "https://symfony.com", 2208 "time": "2018-04-03T05:22:50+00:00" 2209 }, 2210 { 2211 "name": "symfony/debug", 2212 "version": "v3.4.8", 2213 "source": { 2214 "type": "git", 2215 "url": "https://github.com/symfony/debug.git", 2216 "reference": "9cf7c2271cfb89ef9727db1b740ca77be57bf9d7" 2217 }, 2218 "dist": { 2219 "type": "zip", 2220 "url": "https://api.github.com/repos/symfony/debug/zipball/9cf7c2271cfb89ef9727db1b740ca77be57bf9d7", 2221 "reference": "9cf7c2271cfb89ef9727db1b740ca77be57bf9d7", 2222 "shasum": "" 2223 }, 2224 "require": { 2225 "php": "^5.5.9|>=7.0.8", 2226 "psr/log": "~1.0" 2227 }, 2228 "conflict": { 2229 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" 2230 }, 2231 "require-dev": { 2232 "symfony/http-kernel": "~2.8|~3.0|~4.0" 2233 }, 2234 "type": "library", 2235 "extra": { 2236 "branch-alias": { 2237 "dev-master": "3.4-dev" 2238 } 2239 }, 2240 "autoload": { 2241 "psr-4": { 2242 "Symfony\\Component\\Debug\\": "" 2243 }, 2244 "exclude-from-classmap": [ 2245 "/Tests/" 2246 ] 2247 }, 2248 "notification-url": "https://packagist.org/downloads/", 2249 "license": [ 2250 "MIT" 2251 ], 2252 "authors": [ 2253 { 2254 "name": "Fabien Potencier", 2255 "email": "fabien@symfony.com" 2256 }, 2257 { 2258 "name": "Symfony Community", 2259 "homepage": "https://symfony.com/contributors" 2260 } 2261 ], 2262 "description": "Symfony Debug Component", 2263 "homepage": "https://symfony.com", 2264 "time": "2018-04-03T05:22:50+00:00" 2265 }, 2266 { 2267 "name": "symfony/dependency-injection", 2268 "version": "v3.4.8", 2269 "source": { 2270 "type": "git", 2271 "url": "https://github.com/symfony/dependency-injection.git", 2272 "reference": "24a68710c6ddc1e3d159a110cef94cedfcf3c611" 2273 }, 2274 "dist": { 2275 "type": "zip", 2276 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/24a68710c6ddc1e3d159a110cef94cedfcf3c611", 2277 "reference": "24a68710c6ddc1e3d159a110cef94cedfcf3c611", 2278 "shasum": "" 2279 }, 2280 "require": { 2281 "php": "^5.5.9|>=7.0.8", 2282 "psr/container": "^1.0" 2283 }, 2284 "conflict": { 2285 "symfony/config": "<3.3.7", 2286 "symfony/finder": "<3.3", 2287 "symfony/proxy-manager-bridge": "<3.4", 2288 "symfony/yaml": "<3.4" 2289 }, 2290 "provide": { 2291 "psr/container-implementation": "1.0" 2292 }, 2293 "require-dev": { 2294 "symfony/config": "~3.3|~4.0", 2295 "symfony/expression-language": "~2.8|~3.0|~4.0", 2296 "symfony/yaml": "~3.4|~4.0" 2297 }, 2298 "suggest": { 2299 "symfony/config": "", 2300 "symfony/expression-language": "For using expressions in service container configuration", 2301 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", 2302 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", 2303 "symfony/yaml": "" 2304 }, 2305 "type": "library", 2306 "extra": { 2307 "branch-alias": { 2308 "dev-master": "3.4-dev" 2309 } 2310 }, 2311 "autoload": { 2312 "psr-4": { 2313 "Symfony\\Component\\DependencyInjection\\": "" 2314 }, 2315 "exclude-from-classmap": [ 2316 "/Tests/" 2317 ] 2318 }, 2319 "notification-url": "https://packagist.org/downloads/", 2320 "license": [ 2321 "MIT" 2322 ], 2323 "authors": [ 2324 { 2325 "name": "Fabien Potencier", 2326 "email": "fabien@symfony.com" 2327 }, 2328 { 2329 "name": "Symfony Community", 2330 "homepage": "https://symfony.com/contributors" 2331 } 2332 ], 2333 "description": "Symfony DependencyInjection Component", 2334 "homepage": "https://symfony.com", 2335 "time": "2018-03-29T11:25:31+00:00" 2336 }, 2337 { 2338 "name": "symfony/doctrine-bridge", 2339 "version": "v3.4.8", 2340 "source": { 2341 "type": "git", 2342 "url": "https://github.com/symfony/doctrine-bridge.git", 2343 "reference": "bc11a3f84a49f6de173131aaf5b8db2464b57e00" 2344 }, 2345 "dist": { 2346 "type": "zip", 2347 "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/bc11a3f84a49f6de173131aaf5b8db2464b57e00", 2348 "reference": "bc11a3f84a49f6de173131aaf5b8db2464b57e00", 2349 "shasum": "" 2350 }, 2351 "require": { 2352 "doctrine/common": "~2.4", 2353 "php": "^5.5.9|>=7.0.8", 2354 "symfony/polyfill-mbstring": "~1.0" 2355 }, 2356 "conflict": { 2357 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", 2358 "symfony/dependency-injection": "<3.4" 2359 }, 2360 "require-dev": { 2361 "doctrine/data-fixtures": "1.0.*", 2362 "doctrine/dbal": "~2.4", 2363 "doctrine/orm": "^2.4.5", 2364 "symfony/dependency-injection": "~3.4|~4.0", 2365 "symfony/expression-language": "~2.8|~3.0|~4.0", 2366 "symfony/form": "^3.3.10|~4.0", 2367 "symfony/http-kernel": "~2.8|~3.0|~4.0", 2368 "symfony/property-access": "~2.8|~3.0|~4.0", 2369 "symfony/property-info": "~2.8|3.0|~4.0", 2370 "symfony/proxy-manager-bridge": "~2.8|~3.0|~4.0", 2371 "symfony/security": "~2.8|~3.0|~4.0", 2372 "symfony/stopwatch": "~2.8|~3.0|~4.0", 2373 "symfony/translation": "~2.8|~3.0|~4.0", 2374 "symfony/validator": "^3.2.5|~4.0" 2375 }, 2376 "suggest": { 2377 "doctrine/data-fixtures": "", 2378 "doctrine/dbal": "", 2379 "doctrine/orm": "", 2380 "symfony/form": "", 2381 "symfony/property-info": "", 2382 "symfony/validator": "" 2383 }, 2384 "type": "symfony-bridge", 2385 "extra": { 2386 "branch-alias": { 2387 "dev-master": "3.4-dev" 2388 } 2389 }, 2390 "autoload": { 2391 "psr-4": { 2392 "Symfony\\Bridge\\Doctrine\\": "" 2393 }, 2394 "exclude-from-classmap": [ 2395 "/Tests/" 2396 ] 2397 }, 2398 "notification-url": "https://packagist.org/downloads/", 2399 "license": [ 2400 "MIT" 2401 ], 2402 "authors": [ 2403 { 2404 "name": "Fabien Potencier", 2405 "email": "fabien@symfony.com" 2406 }, 2407 { 2408 "name": "Symfony Community", 2409 "homepage": "https://symfony.com/contributors" 2410 } 2411 ], 2412 "description": "Symfony Doctrine Bridge", 2413 "homepage": "https://symfony.com", 2414 "time": "2018-03-19T22:32:39+00:00" 2415 }, 2416 { 2417 "name": "symfony/event-dispatcher", 2418 "version": "v3.4.8", 2419 "source": { 2420 "type": "git", 2421 "url": "https://github.com/symfony/event-dispatcher.git", 2422 "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8" 2423 }, 2424 "dist": { 2425 "type": "zip", 2426 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fdd5abcebd1061ec647089c6c41a07ed60af09f8", 2427 "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8", 2428 "shasum": "" 2429 }, 2430 "require": { 2431 "php": "^5.5.9|>=7.0.8" 2432 }, 2433 "conflict": { 2434 "symfony/dependency-injection": "<3.3" 2435 }, 2436 "require-dev": { 2437 "psr/log": "~1.0", 2438 "symfony/config": "~2.8|~3.0|~4.0", 2439 "symfony/dependency-injection": "~3.3|~4.0", 2440 "symfony/expression-language": "~2.8|~3.0|~4.0", 2441 "symfony/stopwatch": "~2.8|~3.0|~4.0" 2442 }, 2443 "suggest": { 2444 "symfony/dependency-injection": "", 2445 "symfony/http-kernel": "" 2446 }, 2447 "type": "library", 2448 "extra": { 2449 "branch-alias": { 2450 "dev-master": "3.4-dev" 2451 } 2452 }, 2453 "autoload": { 2454 "psr-4": { 2455 "Symfony\\Component\\EventDispatcher\\": "" 2456 }, 2457 "exclude-from-classmap": [ 2458 "/Tests/" 2459 ] 2460 }, 2461 "notification-url": "https://packagist.org/downloads/", 2462 "license": [ 2463 "MIT" 2464 ], 2465 "authors": [ 2466 { 2467 "name": "Fabien Potencier", 2468 "email": "fabien@symfony.com" 2469 }, 2470 { 2471 "name": "Symfony Community", 2472 "homepage": "https://symfony.com/contributors" 2473 } 2474 ], 2475 "description": "Symfony EventDispatcher Component", 2476 "homepage": "https://symfony.com", 2477 "time": "2018-04-06T07:35:25+00:00" 2478 }, 2479 { 2480 "name": "symfony/expression-language", 2481 "version": "v3.4.8", 2482 "source": { 2483 "type": "git", 2484 "url": "https://github.com/symfony/expression-language.git", 2485 "reference": "867e4d1f5d4e52435a8ffff6b24fd6a801582241" 2486 }, 2487 "dist": { 2488 "type": "zip", 2489 "url": "https://api.github.com/repos/symfony/expression-language/zipball/867e4d1f5d4e52435a8ffff6b24fd6a801582241", 2490 "reference": "867e4d1f5d4e52435a8ffff6b24fd6a801582241", 2491 "shasum": "" 2492 }, 2493 "require": { 2494 "php": "^5.5.9|>=7.0.8", 2495 "symfony/cache": "~3.1|~4.0" 2496 }, 2497 "type": "library", 2498 "extra": { 2499 "branch-alias": { 2500 "dev-master": "3.4-dev" 2501 } 2502 }, 2503 "autoload": { 2504 "psr-4": { 2505 "Symfony\\Component\\ExpressionLanguage\\": "" 2506 }, 2507 "exclude-from-classmap": [ 2508 "/Tests/" 2509 ] 2510 }, 2511 "notification-url": "https://packagist.org/downloads/", 2512 "license": [ 2513 "MIT" 2514 ], 2515 "authors": [ 2516 { 2517 "name": "Fabien Potencier", 2518 "email": "fabien@symfony.com" 2519 }, 2520 { 2521 "name": "Symfony Community", 2522 "homepage": "https://symfony.com/contributors" 2523 } 2524 ], 2525 "description": "Symfony ExpressionLanguage Component", 2526 "homepage": "https://symfony.com", 2527 "time": "2018-01-03T07:37:34+00:00" 2528 }, 2529 { 2530 "name": "symfony/filesystem", 2531 "version": "v3.4.8", 2532 "source": { 2533 "type": "git", 2534 "url": "https://github.com/symfony/filesystem.git", 2535 "reference": "253a4490b528597aa14d2bf5aeded6f5e5e4a541" 2536 }, 2537 "dist": { 2538 "type": "zip", 2539 "url": "https://api.github.com/repos/symfony/filesystem/zipball/253a4490b528597aa14d2bf5aeded6f5e5e4a541", 2540 "reference": "253a4490b528597aa14d2bf5aeded6f5e5e4a541", 2541 "shasum": "" 2542 }, 2543 "require": { 2544 "php": "^5.5.9|>=7.0.8" 2545 }, 2546 "type": "library", 2547 "extra": { 2548 "branch-alias": { 2549 "dev-master": "3.4-dev" 2550 } 2551 }, 2552 "autoload": { 2553 "psr-4": { 2554 "Symfony\\Component\\Filesystem\\": "" 2555 }, 2556 "exclude-from-classmap": [ 2557 "/Tests/" 2558 ] 2559 }, 2560 "notification-url": "https://packagist.org/downloads/", 2561 "license": [ 2562 "MIT" 2563 ], 2564 "authors": [ 2565 { 2566 "name": "Fabien Potencier", 2567 "email": "fabien@symfony.com" 2568 }, 2569 { 2570 "name": "Symfony Community", 2571 "homepage": "https://symfony.com/contributors" 2572 } 2573 ], 2574 "description": "Symfony Filesystem Component", 2575 "homepage": "https://symfony.com", 2576 "time": "2018-02-22T10:48:49+00:00" 2577 }, 2578 { 2579 "name": "symfony/finder", 2580 "version": "v3.4.8", 2581 "source": { 2582 "type": "git", 2583 "url": "https://github.com/symfony/finder.git", 2584 "reference": "bd14efe8b1fabc4de82bf50dce62f05f9a102433" 2585 }, 2586 "dist": { 2587 "type": "zip", 2588 "url": "https://api.github.com/repos/symfony/finder/zipball/bd14efe8b1fabc4de82bf50dce62f05f9a102433", 2589 "reference": "bd14efe8b1fabc4de82bf50dce62f05f9a102433", 2590 "shasum": "" 2591 }, 2592 "require": { 2593 "php": "^5.5.9|>=7.0.8" 2594 }, 2595 "type": "library", 2596 "extra": { 2597 "branch-alias": { 2598 "dev-master": "3.4-dev" 2599 } 2600 }, 2601 "autoload": { 2602 "psr-4": { 2603 "Symfony\\Component\\Finder\\": "" 2604 }, 2605 "exclude-from-classmap": [ 2606 "/Tests/" 2607 ] 2608 }, 2609 "notification-url": "https://packagist.org/downloads/", 2610 "license": [ 2611 "MIT" 2612 ], 2613 "authors": [ 2614 { 2615 "name": "Fabien Potencier", 2616 "email": "fabien@symfony.com" 2617 }, 2618 { 2619 "name": "Symfony Community", 2620 "homepage": "https://symfony.com/contributors" 2621 } 2622 ], 2623 "description": "Symfony Finder Component", 2624 "homepage": "https://symfony.com", 2625 "time": "2018-04-04T05:07:11+00:00" 2626 }, 2627 { 2628 "name": "symfony/flex", 2629 "version": "v1.0.78", 2630 "source": { 2631 "type": "git", 2632 "url": "https://github.com/symfony/flex.git", 2633 "reference": "eead30b31db70691cd1fd1e7225190c818a1a5f6" 2634 }, 2635 "dist": { 2636 "type": "zip", 2637 "url": "https://api.github.com/repos/symfony/flex/zipball/eead30b31db70691cd1fd1e7225190c818a1a5f6", 2638 "reference": "eead30b31db70691cd1fd1e7225190c818a1a5f6", 2639 "shasum": "" 2640 }, 2641 "require": { 2642 "composer-plugin-api": "^1.0", 2643 "php": "^7.0" 2644 }, 2645 "require-dev": { 2646 "composer/composer": "^1.0.2", 2647 "symfony/phpunit-bridge": "^3.2.8" 2648 }, 2649 "type": "composer-plugin", 2650 "extra": { 2651 "branch-alias": { 2652 "dev-master": "1.0-dev" 2653 }, 2654 "class": "Symfony\\Flex\\Flex" 2655 }, 2656 "autoload": { 2657 "psr-4": { 2658 "Symfony\\Flex\\": "src" 2659 } 2660 }, 2661 "notification-url": "https://packagist.org/downloads/", 2662 "license": [ 2663 "MIT" 2664 ], 2665 "authors": [ 2666 { 2667 "name": "Fabien Potencier", 2668 "email": "fabien.potencier@gmail.com" 2669 } 2670 ], 2671 "time": "2018-03-27T10:04:58+00:00" 2672 }, 2673 { 2674 "name": "symfony/form", 2675 "version": "v3.4.8", 2676 "source": { 2677 "type": "git", 2678 "url": "https://github.com/symfony/form.git", 2679 "reference": "048f802b52bdc1c32b6ee315626df49179135422" 2680 }, 2681 "dist": { 2682 "type": "zip", 2683 "url": "https://api.github.com/repos/symfony/form/zipball/048f802b52bdc1c32b6ee315626df49179135422", 2684 "reference": "048f802b52bdc1c32b6ee315626df49179135422", 2685 "shasum": "" 2686 }, 2687 "require": { 2688 "php": "^5.5.9|>=7.0.8", 2689 "symfony/event-dispatcher": "~2.8|~3.0|~4.0", 2690 "symfony/intl": "^2.8.18|^3.2.5|~4.0", 2691 "symfony/options-resolver": "~3.4|~4.0", 2692 "symfony/polyfill-mbstring": "~1.0", 2693 "symfony/property-access": "~2.8|~3.0|~4.0" 2694 }, 2695 "conflict": { 2696 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", 2697 "symfony/dependency-injection": "<3.3", 2698 "symfony/doctrine-bridge": "<2.7", 2699 "symfony/framework-bundle": "<3.4", 2700 "symfony/http-kernel": "<3.3.5", 2701 "symfony/twig-bridge": "<3.4.5|<4.0.5,>=4.0" 2702 }, 2703 "require-dev": { 2704 "doctrine/collections": "~1.0", 2705 "symfony/config": "~2.7|~3.0|~4.0", 2706 "symfony/console": "~3.4|~4.0", 2707 "symfony/dependency-injection": "~3.3|~4.0", 2708 "symfony/http-foundation": "~2.8|~3.0|~4.0", 2709 "symfony/http-kernel": "^3.3.5|~4.0", 2710 "symfony/security-csrf": "~2.8|~3.0|~4.0", 2711 "symfony/translation": "~2.8|~3.0|~4.0", 2712 "symfony/validator": "^3.2.5|~4.0", 2713 "symfony/var-dumper": "~3.3.11|~3.4|~4.0" 2714 }, 2715 "suggest": { 2716 "symfony/framework-bundle": "For templating with PHP.", 2717 "symfony/security-csrf": "For protecting forms against CSRF attacks.", 2718 "symfony/twig-bridge": "For templating with Twig.", 2719 "symfony/validator": "For form validation." 2720 }, 2721 "type": "library", 2722 "extra": { 2723 "branch-alias": { 2724 "dev-master": "3.4-dev" 2725 } 2726 }, 2727 "autoload": { 2728 "psr-4": { 2729 "Symfony\\Component\\Form\\": "" 2730 }, 2731 "exclude-from-classmap": [ 2732 "/Tests/" 2733 ] 2734 }, 2735 "notification-url": "https://packagist.org/downloads/", 2736 "license": [ 2737 "MIT" 2738 ], 2739 "authors": [ 2740 { 2741 "name": "Fabien Potencier", 2742 "email": "fabien@symfony.com" 2743 }, 2744 { 2745 "name": "Symfony Community", 2746 "homepage": "https://symfony.com/contributors" 2747 } 2748 ], 2749 "description": "Symfony Form Component", 2750 "homepage": "https://symfony.com", 2751 "time": "2018-04-06T07:35:25+00:00" 2752 }, 2753 { 2754 "name": "symfony/framework-bundle", 2755 "version": "v3.4.8", 2756 "source": { 2757 "type": "git", 2758 "url": "https://github.com/symfony/framework-bundle.git", 2759 "reference": "ab19033db282fd56be8f4c444c1d07b11999fc48" 2760 }, 2761 "dist": { 2762 "type": "zip", 2763 "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/ab19033db282fd56be8f4c444c1d07b11999fc48", 2764 "reference": "ab19033db282fd56be8f4c444c1d07b11999fc48", 2765 "shasum": "" 2766 }, 2767 "require": { 2768 "ext-xml": "*", 2769 "php": "^5.5.9|>=7.0.8", 2770 "symfony/cache": "~3.4|~4.0", 2771 "symfony/class-loader": "~3.2", 2772 "symfony/config": "~3.4|~4.0", 2773 "symfony/dependency-injection": "^3.4.3|^4.0.3", 2774 "symfony/event-dispatcher": "~3.4|~4.0", 2775 "symfony/filesystem": "~2.8|~3.0|~4.0", 2776 "symfony/finder": "~2.8|~3.0|~4.0", 2777 "symfony/http-foundation": "^3.3.11|~4.0", 2778 "symfony/http-kernel": "~3.4|~4.0", 2779 "symfony/polyfill-mbstring": "~1.0", 2780 "symfony/routing": "^3.4.5|^4.0.5" 2781 }, 2782 "conflict": { 2783 "phpdocumentor/reflection-docblock": "<3.0", 2784 "phpdocumentor/type-resolver": "<0.2.1", 2785 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", 2786 "symfony/asset": "<3.3", 2787 "symfony/console": "<3.4", 2788 "symfony/form": "<3.4", 2789 "symfony/property-info": "<3.3", 2790 "symfony/serializer": "<3.3", 2791 "symfony/stopwatch": "<3.4", 2792 "symfony/translation": "<3.4", 2793 "symfony/validator": "<3.4", 2794 "symfony/workflow": "<3.3" 2795 }, 2796 "require-dev": { 2797 "doctrine/annotations": "~1.0", 2798 "doctrine/cache": "~1.0", 2799 "fig/link-util": "^1.0", 2800 "phpdocumentor/reflection-docblock": "^3.0|^4.0", 2801 "symfony/asset": "~3.3|~4.0", 2802 "symfony/browser-kit": "~2.8|~3.0|~4.0", 2803 "symfony/console": "~3.4|~4.0", 2804 "symfony/css-selector": "~2.8|~3.0|~4.0", 2805 "symfony/dom-crawler": "~2.8|~3.0|~4.0", 2806 "symfony/expression-language": "~2.8|~3.0|~4.0", 2807 "symfony/form": "~3.4|~4.0", 2808 "symfony/lock": "~3.4|~4.0", 2809 "symfony/polyfill-intl-icu": "~1.0", 2810 "symfony/process": "~2.8|~3.0|~4.0", 2811 "symfony/property-info": "~3.3|~4.0", 2812 "symfony/security": "~2.8|~3.0|~4.0", 2813 "symfony/security-core": "~3.2|~4.0", 2814 "symfony/security-csrf": "~2.8|~3.0|~4.0", 2815 "symfony/serializer": "~3.3|~4.0", 2816 "symfony/stopwatch": "~3.4|~4.0", 2817 "symfony/templating": "~2.8|~3.0|~4.0", 2818 "symfony/translation": "~3.4|~4.0", 2819 "symfony/validator": "~3.4|~4.0", 2820 "symfony/var-dumper": "~3.3|~4.0", 2821 "symfony/web-link": "~3.3|~4.0", 2822 "symfony/workflow": "~3.3|~4.0", 2823 "symfony/yaml": "~3.2|~4.0", 2824 "twig/twig": "~1.34|~2.4" 2825 }, 2826 "suggest": { 2827 "ext-apcu": "For best performance of the system caches", 2828 "symfony/console": "For using the console commands", 2829 "symfony/form": "For using forms", 2830 "symfony/property-info": "For using the property_info service", 2831 "symfony/serializer": "For using the serializer service", 2832 "symfony/validator": "For using validation", 2833 "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering", 2834 "symfony/yaml": "For using the debug:config and lint:yaml commands" 2835 }, 2836 "type": "symfony-bundle", 2837 "extra": { 2838 "branch-alias": { 2839 "dev-master": "3.4-dev" 2840 } 2841 }, 2842 "autoload": { 2843 "psr-4": { 2844 "Symfony\\Bundle\\FrameworkBundle\\": "" 2845 }, 2846 "exclude-from-classmap": [ 2847 "/Tests/" 2848 ] 2849 }, 2850 "notification-url": "https://packagist.org/downloads/", 2851 "license": [ 2852 "MIT" 2853 ], 2854 "authors": [ 2855 { 2856 "name": "Fabien Potencier", 2857 "email": "fabien@symfony.com" 2858 }, 2859 { 2860 "name": "Symfony Community", 2861 "homepage": "https://symfony.com/contributors" 2862 } 2863 ], 2864 "description": "Symfony FrameworkBundle", 2865 "homepage": "https://symfony.com", 2866 "time": "2018-04-04T17:20:26+00:00" 2867 }, 2868 { 2869 "name": "symfony/http-foundation", 2870 "version": "v3.4.8", 2871 "source": { 2872 "type": "git", 2873 "url": "https://github.com/symfony/http-foundation.git", 2874 "reference": "b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e" 2875 }, 2876 "dist": { 2877 "type": "zip", 2878 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e", 2879 "reference": "b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e", 2880 "shasum": "" 2881 }, 2882 "require": { 2883 "php": "^5.5.9|>=7.0.8", 2884 "symfony/polyfill-mbstring": "~1.1", 2885 "symfony/polyfill-php70": "~1.6" 2886 }, 2887 "require-dev": { 2888 "symfony/expression-language": "~2.8|~3.0|~4.0" 2889 }, 2890 "type": "library", 2891 "extra": { 2892 "branch-alias": { 2893 "dev-master": "3.4-dev" 2894 } 2895 }, 2896 "autoload": { 2897 "psr-4": { 2898 "Symfony\\Component\\HttpFoundation\\": "" 2899 }, 2900 "exclude-from-classmap": [ 2901 "/Tests/" 2902 ] 2903 }, 2904 "notification-url": "https://packagist.org/downloads/", 2905 "license": [ 2906 "MIT" 2907 ], 2908 "authors": [ 2909 { 2910 "name": "Fabien Potencier", 2911 "email": "fabien@symfony.com" 2912 }, 2913 { 2914 "name": "Symfony Community", 2915 "homepage": "https://symfony.com/contributors" 2916 } 2917 ], 2918 "description": "Symfony HttpFoundation Component", 2919 "homepage": "https://symfony.com", 2920 "time": "2018-04-03T05:22:50+00:00" 2921 }, 2922 { 2923 "name": "symfony/http-kernel", 2924 "version": "v3.4.8", 2925 "source": { 2926 "type": "git", 2927 "url": "https://github.com/symfony/http-kernel.git", 2928 "reference": "3cc2d4374aa9590c09277ad68657671cf49dbbf4" 2929 }, 2930 "dist": { 2931 "type": "zip", 2932 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3cc2d4374aa9590c09277ad68657671cf49dbbf4", 2933 "reference": "3cc2d4374aa9590c09277ad68657671cf49dbbf4", 2934 "shasum": "" 2935 }, 2936 "require": { 2937 "php": "^5.5.9|>=7.0.8", 2938 "psr/log": "~1.0", 2939 "symfony/debug": "~2.8|~3.0|~4.0", 2940 "symfony/event-dispatcher": "~2.8|~3.0|~4.0", 2941 "symfony/http-foundation": "^3.4.4|^4.0.4" 2942 }, 2943 "conflict": { 2944 "symfony/config": "<2.8", 2945 "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4", 2946 "symfony/var-dumper": "<3.3", 2947 "twig/twig": "<1.34|<2.4,>=2" 2948 }, 2949 "provide": { 2950 "psr/log-implementation": "1.0" 2951 }, 2952 "require-dev": { 2953 "psr/cache": "~1.0", 2954 "symfony/browser-kit": "~2.8|~3.0|~4.0", 2955 "symfony/class-loader": "~2.8|~3.0", 2956 "symfony/config": "~2.8|~3.0|~4.0", 2957 "symfony/console": "~2.8|~3.0|~4.0", 2958 "symfony/css-selector": "~2.8|~3.0|~4.0", 2959 "symfony/dependency-injection": "^3.4.5|^4.0.5", 2960 "symfony/dom-crawler": "~2.8|~3.0|~4.0", 2961 "symfony/expression-language": "~2.8|~3.0|~4.0", 2962 "symfony/finder": "~2.8|~3.0|~4.0", 2963 "symfony/process": "~2.8|~3.0|~4.0", 2964 "symfony/routing": "~3.4|~4.0", 2965 "symfony/stopwatch": "~2.8|~3.0|~4.0", 2966 "symfony/templating": "~2.8|~3.0|~4.0", 2967 "symfony/translation": "~2.8|~3.0|~4.0", 2968 "symfony/var-dumper": "~3.3|~4.0" 2969 }, 2970 "suggest": { 2971 "symfony/browser-kit": "", 2972 "symfony/config": "", 2973 "symfony/console": "", 2974 "symfony/dependency-injection": "", 2975 "symfony/finder": "", 2976 "symfony/var-dumper": "" 2977 }, 2978 "type": "library", 2979 "extra": { 2980 "branch-alias": { 2981 "dev-master": "3.4-dev" 2982 } 2983 }, 2984 "autoload": { 2985 "psr-4": { 2986 "Symfony\\Component\\HttpKernel\\": "" 2987 }, 2988 "exclude-from-classmap": [ 2989 "/Tests/" 2990 ] 2991 }, 2992 "notification-url": "https://packagist.org/downloads/", 2993 "license": [ 2994 "MIT" 2995 ], 2996 "authors": [ 2997 { 2998 "name": "Fabien Potencier", 2999 "email": "fabien@symfony.com" 3000 }, 3001 { 3002 "name": "Symfony Community", 3003 "homepage": "https://symfony.com/contributors" 3004 } 3005 ], 3006 "description": "Symfony HttpKernel Component", 3007 "homepage": "https://symfony.com", 3008 "time": "2018-04-06T15:19:48+00:00" 3009 }, 3010 { 3011 "name": "symfony/inflector", 3012 "version": "v3.4.8", 3013 "source": { 3014 "type": "git", 3015 "url": "https://github.com/symfony/inflector.git", 3016 "reference": "217fa0f0e8fce417bd225e4195b12c56e87273a8" 3017 }, 3018 "dist": { 3019 "type": "zip", 3020 "url": "https://api.github.com/repos/symfony/inflector/zipball/217fa0f0e8fce417bd225e4195b12c56e87273a8", 3021 "reference": "217fa0f0e8fce417bd225e4195b12c56e87273a8", 3022 "shasum": "" 3023 }, 3024 "require": { 3025 "php": "^5.5.9|>=7.0.8" 3026 }, 3027 "type": "library", 3028 "extra": { 3029 "branch-alias": { 3030 "dev-master": "3.4-dev" 3031 } 3032 }, 3033 "autoload": { 3034 "psr-4": { 3035 "Symfony\\Component\\Inflector\\": "" 3036 }, 3037 "exclude-from-classmap": [ 3038 "/Tests/" 3039 ] 3040 }, 3041 "notification-url": "https://packagist.org/downloads/", 3042 "license": [ 3043 "MIT" 3044 ], 3045 "authors": [ 3046 { 3047 "name": "Bernhard Schussek", 3048 "email": "bschussek@gmail.com" 3049 }, 3050 { 3051 "name": "Symfony Community", 3052 "homepage": "https://symfony.com/contributors" 3053 } 3054 ], 3055 "description": "Symfony Inflector Component", 3056 "homepage": "https://symfony.com", 3057 "keywords": [ 3058 "inflection", 3059 "pluralize", 3060 "singularize", 3061 "string", 3062 "symfony", 3063 "words" 3064 ], 3065 "time": "2018-01-03T17:14:19+00:00" 3066 }, 3067 { 3068 "name": "symfony/intl", 3069 "version": "v3.4.8", 3070 "source": { 3071 "type": "git", 3072 "url": "https://github.com/symfony/intl.git", 3073 "reference": "e0e9ba72447d2006a5b1b602c6ca3151824b8747" 3074 }, 3075 "dist": { 3076 "type": "zip", 3077 "url": "https://api.github.com/repos/symfony/intl/zipball/e0e9ba72447d2006a5b1b602c6ca3151824b8747", 3078 "reference": "e0e9ba72447d2006a5b1b602c6ca3151824b8747", 3079 "shasum": "" 3080 }, 3081 "require": { 3082 "php": "^5.5.9|>=7.0.8", 3083 "symfony/polyfill-intl-icu": "~1.0" 3084 }, 3085 "require-dev": { 3086 "symfony/filesystem": "~2.8|~3.0|~4.0" 3087 }, 3088 "suggest": { 3089 "ext-intl": "to use the component with locales other than \"en\"" 3090 }, 3091 "type": "library", 3092 "extra": { 3093 "branch-alias": { 3094 "dev-master": "3.4-dev" 3095 } 3096 }, 3097 "autoload": { 3098 "psr-4": { 3099 "Symfony\\Component\\Intl\\": "" 3100 }, 3101 "classmap": [ 3102 "Resources/stubs" 3103 ], 3104 "exclude-from-classmap": [ 3105 "/Tests/" 3106 ] 3107 }, 3108 "notification-url": "https://packagist.org/downloads/", 3109 "license": [ 3110 "MIT" 3111 ], 3112 "authors": [ 3113 { 3114 "name": "Bernhard Schussek", 3115 "email": "bschussek@gmail.com" 3116 }, 3117 { 3118 "name": "Eriksen Costa", 3119 "email": "eriksen.costa@infranology.com.br" 3120 }, 3121 { 3122 "name": "Igor Wiedler", 3123 "email": "igor@wiedler.ch" 3124 }, 3125 { 3126 "name": "Symfony Community", 3127 "homepage": "https://symfony.com/contributors" 3128 } 3129 ], 3130 "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", 3131 "homepage": "https://symfony.com", 3132 "keywords": [ 3133 "i18n", 3134 "icu", 3135 "internationalization", 3136 "intl", 3137 "l10n", 3138 "localization" 3139 ], 3140 "time": "2018-03-28T18:23:39+00:00" 3141 }, 3142 { 3143 "name": "symfony/lts", 3144 "version": "v3", 3145 "source": { 3146 "type": "git", 3147 "url": "https://github.com/symfony/lts.git", 3148 "reference": "3a4e88df038e3197e6b66d091d2495fd7d255c0b" 3149 }, 3150 "dist": { 3151 "type": "zip", 3152 "url": "https://api.github.com/repos/symfony/lts/zipball/3a4e88df038e3197e6b66d091d2495fd7d255c0b", 3153 "reference": "3a4e88df038e3197e6b66d091d2495fd7d255c0b", 3154 "shasum": "" 3155 }, 3156 "conflict": { 3157 "symfony/asset": ">=4", 3158 "symfony/browser-kit": ">=4", 3159 "symfony/cache": ">=4", 3160 "symfony/class-loader": ">=4", 3161 "symfony/config": ">=4", 3162 "symfony/console": ">=4", 3163 "symfony/css-selector": ">=4", 3164 "symfony/debug": ">=4", 3165 "symfony/debug-bundle": ">=4", 3166 "symfony/dependency-injection": ">=4", 3167 "symfony/doctrine-bridge": ">=4", 3168 "symfony/dom-crawler": ">=4", 3169 "symfony/dotenv": ">=4", 3170 "symfony/event-dispatcher": ">=4", 3171 "symfony/expression-language": ">=4", 3172 "symfony/filesystem": ">=4", 3173 "symfony/finder": ">=4", 3174 "symfony/form": ">=4", 3175 "symfony/framework-bundle": ">=4", 3176 "symfony/http-foundation": ">=4", 3177 "symfony/http-kernel": ">=4", 3178 "symfony/inflector": ">=4", 3179 "symfony/intl": ">=4", 3180 "symfony/ldap": ">=4", 3181 "symfony/lock": ">=4", 3182 "symfony/monolog-bridge": ">=4", 3183 "symfony/options-resolver": ">=4", 3184 "symfony/process": ">=4", 3185 "symfony/property-access": ">=4", 3186 "symfony/property-info": ">=4", 3187 "symfony/proxy-manager-bridge": ">=4", 3188 "symfony/routing": ">=4", 3189 "symfony/security": ">=4", 3190 "symfony/security-bundle": ">=4", 3191 "symfony/security-core": ">=4", 3192 "symfony/security-csrf": ">=4", 3193 "symfony/security-guard": ">=4", 3194 "symfony/security-http": ">=4", 3195 "symfony/serializer": ">=4", 3196 "symfony/stopwatch": ">=4", 3197 "symfony/symfony": ">=4", 3198 "symfony/templating": ">=4", 3199 "symfony/translation": ">=4", 3200 "symfony/twig-bridge": ">=4", 3201 "symfony/twig-bundle": ">=4", 3202 "symfony/validator": ">=4", 3203 "symfony/var-dumper": ">=4", 3204 "symfony/web-link": ">=4", 3205 "symfony/web-profiler-bundle": ">=4", 3206 "symfony/web-server-bundle": ">=4", 3207 "symfony/workflow": ">=4", 3208 "symfony/yaml": ">=4" 3209 }, 3210 "type": "metapackage", 3211 "extra": { 3212 "branch-alias": { 3213 "dev-master": "3-dev" 3214 } 3215 }, 3216 "notification-url": "https://packagist.org/downloads/", 3217 "license": [ 3218 "MIT" 3219 ], 3220 "authors": [ 3221 { 3222 "name": "Fabien Potencier", 3223 "email": "fabien@symfony.com" 3224 }, 3225 { 3226 "name": "Symfony Community", 3227 "homepage": "https://symfony.com/contributors" 3228 } 3229 ], 3230 "description": "Enforces Long Term Supported versions of Symfony components", 3231 "homepage": "https://symfony.com", 3232 "time": "2017-10-19T02:02:36+00:00" 3233 }, 3234 { 3235 "name": "symfony/monolog-bridge", 3236 "version": "v3.4.8", 3237 "source": { 3238 "type": "git", 3239 "url": "https://github.com/symfony/monolog-bridge.git", 3240 "reference": "7d208fe9223e60a0196dbe8b90e9f697f248b9d6" 3241 }, 3242 "dist": { 3243 "type": "zip", 3244 "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/7d208fe9223e60a0196dbe8b90e9f697f248b9d6", 3245 "reference": "7d208fe9223e60a0196dbe8b90e9f697f248b9d6", 3246 "shasum": "" 3247 }, 3248 "require": { 3249 "monolog/monolog": "~1.19", 3250 "php": "^5.5.9|>=7.0.8", 3251 "symfony/http-kernel": "~2.8|~3.0|~4.0" 3252 }, 3253 "conflict": { 3254 "symfony/http-foundation": "<3.3" 3255 }, 3256 "require-dev": { 3257 "symfony/console": "~2.8|~3.0|~4.0", 3258 "symfony/event-dispatcher": "~2.8|~3.0|~4.0", 3259 "symfony/security-core": "~2.8|~3.0|~4.0", 3260 "symfony/var-dumper": "~3.3|~4.0" 3261 }, 3262 "suggest": { 3263 "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings. You need version ~2.3 of the console for it.", 3264 "symfony/event-dispatcher": "Needed when using log messages in console commands.", 3265 "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.", 3266 "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler." 3267 }, 3268 "type": "symfony-bridge", 3269 "extra": { 3270 "branch-alias": { 3271 "dev-master": "3.4-dev" 3272 } 3273 }, 3274 "autoload": { 3275 "psr-4": { 3276 "Symfony\\Bridge\\Monolog\\": "" 3277 }, 3278 "exclude-from-classmap": [ 3279 "/Tests/" 3280 ] 3281 }, 3282 "notification-url": "https://packagist.org/downloads/", 3283 "license": [ 3284 "MIT" 3285 ], 3286 "authors": [ 3287 { 3288 "name": "Fabien Potencier", 3289 "email": "fabien@symfony.com" 3290 }, 3291 { 3292 "name": "Symfony Community", 3293 "homepage": "https://symfony.com/contributors" 3294 } 3295 ], 3296 "description": "Symfony Monolog Bridge", 3297 "homepage": "https://symfony.com", 3298 "time": "2018-02-01T06:11:27+00:00" 3299 }, 3300 { 3301 "name": "symfony/monolog-bundle", 3302 "version": "v3.2.0", 3303 "source": { 3304 "type": "git", 3305 "url": "https://github.com/symfony/monolog-bundle.git", 3306 "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd" 3307 }, 3308 "dist": { 3309 "type": "zip", 3310 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/8781649349fe418d51d194f8c9d212c0b97c40dd", 3311 "reference": "8781649349fe418d51d194f8c9d212c0b97c40dd", 3312 "shasum": "" 3313 }, 3314 "require": { 3315 "monolog/monolog": "~1.22", 3316 "php": ">=5.3.2", 3317 "symfony/config": "~2.7|~3.0|~4.0", 3318 "symfony/dependency-injection": "~2.7|~3.0|~4.0", 3319 "symfony/http-kernel": "~2.7|~3.0|~4.0", 3320 "symfony/monolog-bridge": "~2.7|~3.0|~4.0" 3321 }, 3322 "require-dev": { 3323 "symfony/console": "~2.3|~3.0|~4.0", 3324 "symfony/phpunit-bridge": "^3.3|^4.0", 3325 "symfony/yaml": "~2.3|~3.0|~4.0" 3326 }, 3327 "type": "symfony-bundle", 3328 "extra": { 3329 "branch-alias": { 3330 "dev-master": "3.x-dev" 3331 } 3332 }, 3333 "autoload": { 3334 "psr-4": { 3335 "Symfony\\Bundle\\MonologBundle\\": "" 3336 }, 3337 "exclude-from-classmap": [ 3338 "/Tests/" 3339 ] 3340 }, 3341 "notification-url": "https://packagist.org/downloads/", 3342 "license": [ 3343 "MIT" 3344 ], 3345 "authors": [ 3346 { 3347 "name": "Symfony Community", 3348 "homepage": "http://symfony.com/contributors" 3349 }, 3350 { 3351 "name": "Fabien Potencier", 3352 "email": "fabien@symfony.com" 3353 } 3354 ], 3355 "description": "Symfony MonologBundle", 3356 "homepage": "http://symfony.com", 3357 "keywords": [ 3358 "log", 3359 "logging" 3360 ], 3361 "time": "2018-03-05T14:51:36+00:00" 3362 }, 3363 { 3364 "name": "symfony/options-resolver", 3365 "version": "v3.4.8", 3366 "source": { 3367 "type": "git", 3368 "url": "https://github.com/symfony/options-resolver.git", 3369 "reference": "f3109a6aedd20e35c3a33190e932c2b063b7b50e" 3370 }, 3371 "dist": { 3372 "type": "zip", 3373 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/f3109a6aedd20e35c3a33190e932c2b063b7b50e", 3374 "reference": "f3109a6aedd20e35c3a33190e932c2b063b7b50e", 3375 "shasum": "" 3376 }, 3377 "require": { 3378 "php": "^5.5.9|>=7.0.8" 3379 }, 3380 "type": "library", 3381 "extra": { 3382 "branch-alias": { 3383 "dev-master": "3.4-dev" 3384 } 3385 }, 3386 "autoload": { 3387 "psr-4": { 3388 "Symfony\\Component\\OptionsResolver\\": "" 3389 }, 3390 "exclude-from-classmap": [ 3391 "/Tests/" 3392 ] 3393 }, 3394 "notification-url": "https://packagist.org/downloads/", 3395 "license": [ 3396 "MIT" 3397 ], 3398 "authors": [ 3399 { 3400 "name": "Fabien Potencier", 3401 "email": "fabien@symfony.com" 3402 }, 3403 { 3404 "name": "Symfony Community", 3405 "homepage": "https://symfony.com/contributors" 3406 } 3407 ], 3408 "description": "Symfony OptionsResolver Component", 3409 "homepage": "https://symfony.com", 3410 "keywords": [ 3411 "config", 3412 "configuration", 3413 "options" 3414 ], 3415 "time": "2018-01-11T07:56:07+00:00" 3416 }, 3417 { 3418 "name": "symfony/polyfill-intl-icu", 3419 "version": "v1.7.0", 3420 "source": { 3421 "type": "git", 3422 "url": "https://github.com/symfony/polyfill-intl-icu.git", 3423 "reference": "254919c03761d46c29291616576ed003f10e91c1" 3424 }, 3425 "dist": { 3426 "type": "zip", 3427 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/254919c03761d46c29291616576ed003f10e91c1", 3428 "reference": "254919c03761d46c29291616576ed003f10e91c1", 3429 "shasum": "" 3430 }, 3431 "require": { 3432 "php": ">=5.3.3", 3433 "symfony/intl": "~2.3|~3.0|~4.0" 3434 }, 3435 "suggest": { 3436 "ext-intl": "For best performance" 3437 }, 3438 "type": "library", 3439 "extra": { 3440 "branch-alias": { 3441 "dev-master": "1.7-dev" 3442 } 3443 }, 3444 "autoload": { 3445 "files": [ 3446 "bootstrap.php" 3447 ] 3448 }, 3449 "notification-url": "https://packagist.org/downloads/", 3450 "license": [ 3451 "MIT" 3452 ], 3453 "authors": [ 3454 { 3455 "name": "Nicolas Grekas", 3456 "email": "p@tchwork.com" 3457 }, 3458 { 3459 "name": "Symfony Community", 3460 "homepage": "https://symfony.com/contributors" 3461 } 3462 ], 3463 "description": "Symfony polyfill for intl's ICU-related data and classes", 3464 "homepage": "https://symfony.com", 3465 "keywords": [ 3466 "compatibility", 3467 "icu", 3468 "intl", 3469 "polyfill", 3470 "portable", 3471 "shim" 3472 ], 3473 "time": "2018-01-30T19:27:44+00:00" 3474 }, 3475 { 3476 "name": "symfony/process", 3477 "version": "v3.4.8", 3478 "source": { 3479 "type": "git", 3480 "url": "https://github.com/symfony/process.git", 3481 "reference": "4b7d64e852886319e93ddfdecff0d744ab87658b" 3482 }, 3483 "dist": { 3484 "type": "zip", 3485 "url": "https://api.github.com/repos/symfony/process/zipball/4b7d64e852886319e93ddfdecff0d744ab87658b", 3486 "reference": "4b7d64e852886319e93ddfdecff0d744ab87658b", 3487 "shasum": "" 3488 }, 3489 "require": { 3490 "php": "^5.5.9|>=7.0.8" 3491 }, 3492 "type": "library", 3493 "extra": { 3494 "branch-alias": { 3495 "dev-master": "3.4-dev" 3496 } 3497 }, 3498 "autoload": { 3499 "psr-4": { 3500 "Symfony\\Component\\Process\\": "" 3501 }, 3502 "exclude-from-classmap": [ 3503 "/Tests/" 3504 ] 3505 }, 3506 "notification-url": "https://packagist.org/downloads/", 3507 "license": [ 3508 "MIT" 3509 ], 3510 "authors": [ 3511 { 3512 "name": "Fabien Potencier", 3513 "email": "fabien@symfony.com" 3514 }, 3515 { 3516 "name": "Symfony Community", 3517 "homepage": "https://symfony.com/contributors" 3518 } 3519 ], 3520 "description": "Symfony Process Component", 3521 "homepage": "https://symfony.com", 3522 "time": "2018-04-03T05:22:50+00:00" 3523 }, 3524 { 3525 "name": "symfony/property-access", 3526 "version": "v3.4.8", 3527 "source": { 3528 "type": "git", 3529 "url": "https://github.com/symfony/property-access.git", 3530 "reference": "a6e8c778b220dfd5cd5f5dcb09f87ee232dd608a" 3531 }, 3532 "dist": { 3533 "type": "zip", 3534 "url": "https://api.github.com/repos/symfony/property-access/zipball/a6e8c778b220dfd5cd5f5dcb09f87ee232dd608a", 3535 "reference": "a6e8c778b220dfd5cd5f5dcb09f87ee232dd608a", 3536 "shasum": "" 3537 }, 3538 "require": { 3539 "php": "^5.5.9|>=7.0.8", 3540 "symfony/inflector": "~3.1|~4.0", 3541 "symfony/polyfill-php70": "~1.0" 3542 }, 3543 "require-dev": { 3544 "symfony/cache": "~3.1|~4.0" 3545 }, 3546 "suggest": { 3547 "psr/cache-implementation": "To cache access methods." 3548 }, 3549 "type": "library", 3550 "extra": { 3551 "branch-alias": { 3552 "dev-master": "3.4-dev" 3553 } 3554 }, 3555 "autoload": { 3556 "psr-4": { 3557 "Symfony\\Component\\PropertyAccess\\": "" 3558 }, 3559 "exclude-from-classmap": [ 3560 "/Tests/" 3561 ] 3562 }, 3563 "notification-url": "https://packagist.org/downloads/", 3564 "license": [ 3565 "MIT" 3566 ], 3567 "authors": [ 3568 { 3569 "name": "Fabien Potencier", 3570 "email": "fabien@symfony.com" 3571 }, 3572 { 3573 "name": "Symfony Community", 3574 "homepage": "https://symfony.com/contributors" 3575 } 3576 ], 3577 "description": "Symfony PropertyAccess Component", 3578 "homepage": "https://symfony.com", 3579 "keywords": [ 3580 "access", 3581 "array", 3582 "extraction", 3583 "index", 3584 "injection", 3585 "object", 3586 "property", 3587 "property path", 3588 "reflection" 3589 ], 3590 "time": "2018-01-03T07:37:34+00:00" 3591 }, 3592 { 3593 "name": "symfony/routing", 3594 "version": "v3.4.8", 3595 "source": { 3596 "type": "git", 3597 "url": "https://github.com/symfony/routing.git", 3598 "reference": "50f333b707bef9f6972ad04e6df3ec8875c9a67c" 3599 }, 3600 "dist": { 3601 "type": "zip", 3602 "url": "https://api.github.com/repos/symfony/routing/zipball/50f333b707bef9f6972ad04e6df3ec8875c9a67c", 3603 "reference": "50f333b707bef9f6972ad04e6df3ec8875c9a67c", 3604 "shasum": "" 3605 }, 3606 "require": { 3607 "php": "^5.5.9|>=7.0.8" 3608 }, 3609 "conflict": { 3610 "symfony/config": "<3.3.1", 3611 "symfony/dependency-injection": "<3.3", 3612 "symfony/yaml": "<3.4" 3613 }, 3614 "require-dev": { 3615 "doctrine/annotations": "~1.0", 3616 "doctrine/common": "~2.2", 3617 "psr/log": "~1.0", 3618 "symfony/config": "^3.3.1|~4.0", 3619 "symfony/dependency-injection": "~3.3|~4.0", 3620 "symfony/expression-language": "~2.8|~3.0|~4.0", 3621 "symfony/http-foundation": "~2.8|~3.0|~4.0", 3622 "symfony/yaml": "~3.4|~4.0" 3623 }, 3624 "suggest": { 3625 "doctrine/annotations": "For using the annotation loader", 3626 "symfony/config": "For using the all-in-one router or any loader", 3627 "symfony/dependency-injection": "For loading routes from a service", 3628 "symfony/expression-language": "For using expression matching", 3629 "symfony/http-foundation": "For using a Symfony Request object", 3630 "symfony/yaml": "For using the YAML loader" 3631 }, 3632 "type": "library", 3633 "extra": { 3634 "branch-alias": { 3635 "dev-master": "3.4-dev" 3636 } 3637 }, 3638 "autoload": { 3639 "psr-4": { 3640 "Symfony\\Component\\Routing\\": "" 3641 }, 3642 "exclude-from-classmap": [ 3643 "/Tests/" 3644 ] 3645 }, 3646 "notification-url": "https://packagist.org/downloads/", 3647 "license": [ 3648 "MIT" 3649 ], 3650 "authors": [ 3651 { 3652 "name": "Fabien Potencier", 3653 "email": "fabien@symfony.com" 3654 }, 3655 { 3656 "name": "Symfony Community", 3657 "homepage": "https://symfony.com/contributors" 3658 } 3659 ], 3660 "description": "Symfony Routing Component", 3661 "homepage": "https://symfony.com", 3662 "keywords": [ 3663 "router", 3664 "routing", 3665 "uri", 3666 "url" 3667 ], 3668 "time": "2018-04-04T13:22:16+00:00" 3669 }, 3670 { 3671 "name": "symfony/security", 3672 "version": "v3.4.8", 3673 "source": { 3674 "type": "git", 3675 "url": "https://github.com/symfony/security.git", 3676 "reference": "67aeceb471baf282aadde8e8bc1a8f2320ac8a90" 3677 }, 3678 "dist": { 3679 "type": "zip", 3680 "url": "https://api.github.com/repos/symfony/security/zipball/67aeceb471baf282aadde8e8bc1a8f2320ac8a90", 3681 "reference": "67aeceb471baf282aadde8e8bc1a8f2320ac8a90", 3682 "shasum": "" 3683 }, 3684 "require": { 3685 "php": "^5.5.9|>=7.0.8", 3686 "symfony/event-dispatcher": "~2.8|~3.0|~4.0", 3687 "symfony/http-foundation": "^2.8.31|~3.3.13|~3.4|~4.0", 3688 "symfony/http-kernel": "~3.3|~4.0", 3689 "symfony/polyfill-php56": "~1.0", 3690 "symfony/polyfill-php70": "~1.0", 3691 "symfony/property-access": "~2.8|~3.0|~4.0" 3692 }, 3693 "replace": { 3694 "symfony/security-core": "self.version", 3695 "symfony/security-csrf": "self.version", 3696 "symfony/security-guard": "self.version", 3697 "symfony/security-http": "self.version" 3698 }, 3699 "require-dev": { 3700 "psr/container": "^1.0", 3701 "psr/log": "~1.0", 3702 "symfony/expression-language": "~2.8|~3.0|~4.0", 3703 "symfony/finder": "~2.8|~3.0|~4.0", 3704 "symfony/ldap": "~3.1|~4.0", 3705 "symfony/polyfill-intl-icu": "~1.0", 3706 "symfony/routing": "~2.8|~3.0|~4.0", 3707 "symfony/validator": "^3.2.5|~4.0" 3708 }, 3709 "suggest": { 3710 "psr/container": "To instantiate the Security class", 3711 "symfony/expression-language": "For using the expression voter", 3712 "symfony/form": "", 3713 "symfony/ldap": "For using the LDAP user and authentication providers", 3714 "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", 3715 "symfony/validator": "For using the user password constraint" 3716 }, 3717 "type": "library", 3718 "extra": { 3719 "branch-alias": { 3720 "dev-master": "3.4-dev" 3721 } 3722 }, 3723 "autoload": { 3724 "psr-4": { 3725 "Symfony\\Component\\Security\\": "" 3726 }, 3727 "exclude-from-classmap": [ 3728 "/Tests/" 3729 ] 3730 }, 3731 "notification-url": "https://packagist.org/downloads/", 3732 "license": [ 3733 "MIT" 3734 ], 3735 "authors": [ 3736 { 3737 "name": "Fabien Potencier", 3738 "email": "fabien@symfony.com" 3739 }, 3740 { 3741 "name": "Symfony Community", 3742 "homepage": "https://symfony.com/contributors" 3743 } 3744 ], 3745 "description": "Symfony Security Component", 3746 "homepage": "https://symfony.com", 3747 "time": "2018-04-06T07:35:25+00:00" 3748 }, 3749 { 3750 "name": "symfony/security-bundle", 3751 "version": "v3.4.8", 3752 "source": { 3753 "type": "git", 3754 "url": "https://github.com/symfony/security-bundle.git", 3755 "reference": "085335af9afd4b6b41a8af6d2de21de36517289c" 3756 }, 3757 "dist": { 3758 "type": "zip", 3759 "url": "https://api.github.com/repos/symfony/security-bundle/zipball/085335af9afd4b6b41a8af6d2de21de36517289c", 3760 "reference": "085335af9afd4b6b41a8af6d2de21de36517289c", 3761 "shasum": "" 3762 }, 3763 "require": { 3764 "ext-xml": "*", 3765 "php": "^5.5.9|>=7.0.8", 3766 "symfony/dependency-injection": "^3.4.3|^4.0.3", 3767 "symfony/http-kernel": "~3.4|~4.0", 3768 "symfony/polyfill-php70": "~1.0", 3769 "symfony/security": "~3.4|~4.0" 3770 }, 3771 "conflict": { 3772 "symfony/console": "<3.4", 3773 "symfony/event-dispatcher": "<3.4", 3774 "symfony/framework-bundle": "<3.4", 3775 "symfony/var-dumper": "<3.3" 3776 }, 3777 "require-dev": { 3778 "doctrine/doctrine-bundle": "~1.5", 3779 "symfony/asset": "~2.8|~3.0|~4.0", 3780 "symfony/browser-kit": "~2.8|~3.0|~4.0", 3781 "symfony/console": "~3.4|~4.0", 3782 "symfony/css-selector": "~2.8|~3.0|~4.0", 3783 "symfony/dom-crawler": "~2.8|~3.0|~4.0", 3784 "symfony/event-dispatcher": "~3.4|~4.0", 3785 "symfony/expression-language": "~2.8|~3.0|~4.0", 3786 "symfony/form": "^3.4|~4.0", 3787 "symfony/framework-bundle": "~3.4|~4.0", 3788 "symfony/http-foundation": "~3.3|~4.0", 3789 "symfony/process": "~3.3|~4.0", 3790 "symfony/security-acl": "~2.8|~3.0", 3791 "symfony/translation": "~3.4|~4.0", 3792 "symfony/twig-bridge": "~3.4|~4.0", 3793 "symfony/twig-bundle": "~3.4|~4.0", 3794 "symfony/validator": "^3.4|~4.0", 3795 "symfony/var-dumper": "~3.3|~4.0", 3796 "symfony/yaml": "~3.4|~4.0", 3797 "twig/twig": "~1.34|~2.4" 3798 }, 3799 "suggest": { 3800 "symfony/security-acl": "For using the ACL functionality of this bundle" 3801 }, 3802 "type": "symfony-bundle", 3803 "extra": { 3804 "branch-alias": { 3805 "dev-master": "3.4-dev" 3806 } 3807 }, 3808 "autoload": { 3809 "psr-4": { 3810 "Symfony\\Bundle\\SecurityBundle\\": "" 3811 }, 3812 "exclude-from-classmap": [ 3813 "/Tests/" 3814 ] 3815 }, 3816 "notification-url": "https://packagist.org/downloads/", 3817 "license": [ 3818 "MIT" 3819 ], 3820 "authors": [ 3821 { 3822 "name": "Fabien Potencier", 3823 "email": "fabien@symfony.com" 3824 }, 3825 { 3826 "name": "Symfony Community", 3827 "homepage": "https://symfony.com/contributors" 3828 } 3829 ], 3830 "description": "Symfony SecurityBundle", 3831 "homepage": "https://symfony.com", 3832 "time": "2018-04-06T07:35:25+00:00" 3833 }, 3834 { 3835 "name": "symfony/serializer", 3836 "version": "v3.4.8", 3837 "source": { 3838 "type": "git", 3839 "url": "https://github.com/symfony/serializer.git", 3840 "reference": "d4dc1551da627273230fe16511f4bb4844c02399" 3841 }, 3842 "dist": { 3843 "type": "zip", 3844 "url": "https://api.github.com/repos/symfony/serializer/zipball/d4dc1551da627273230fe16511f4bb4844c02399", 3845 "reference": "d4dc1551da627273230fe16511f4bb4844c02399", 3846 "shasum": "" 3847 }, 3848 "require": { 3849 "php": "^5.5.9|>=7.0.8" 3850 }, 3851 "conflict": { 3852 "phpdocumentor/type-resolver": "<0.2.1", 3853 "symfony/dependency-injection": "<3.2", 3854 "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4", 3855 "symfony/property-info": "<3.1", 3856 "symfony/yaml": "<3.4" 3857 }, 3858 "require-dev": { 3859 "doctrine/annotations": "~1.0", 3860 "doctrine/cache": "~1.0", 3861 "phpdocumentor/reflection-docblock": "^3.0|^4.0", 3862 "symfony/cache": "~3.1|~4.0", 3863 "symfony/config": "~2.8|~3.0|~4.0", 3864 "symfony/dependency-injection": "~3.2|~4.0", 3865 "symfony/http-foundation": "~2.8|~3.0|~4.0", 3866 "symfony/property-access": "~2.8|~3.0|~4.0", 3867 "symfony/property-info": "~3.1|~4.0", 3868 "symfony/yaml": "~3.4|~4.0" 3869 }, 3870 "suggest": { 3871 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", 3872 "doctrine/cache": "For using the default cached annotation reader and metadata cache.", 3873 "psr/cache-implementation": "For using the metadata cache.", 3874 "symfony/config": "For using the XML mapping loader.", 3875 "symfony/http-foundation": "To use the DataUriNormalizer.", 3876 "symfony/property-access": "For using the ObjectNormalizer.", 3877 "symfony/property-info": "To deserialize relations.", 3878 "symfony/yaml": "For using the default YAML mapping loader." 3879 }, 3880 "type": "library", 3881 "extra": { 3882 "branch-alias": { 3883 "dev-master": "3.4-dev" 3884 } 3885 }, 3886 "autoload": { 3887 "psr-4": { 3888 "Symfony\\Component\\Serializer\\": "" 3889 }, 3890 "exclude-from-classmap": [ 3891 "/Tests/" 3892 ] 3893 }, 3894 "notification-url": "https://packagist.org/downloads/", 3895 "license": [ 3896 "MIT" 3897 ], 3898 "authors": [ 3899 { 3900 "name": "Fabien Potencier", 3901 "email": "fabien@symfony.com" 3902 }, 3903 { 3904 "name": "Symfony Community", 3905 "homepage": "https://symfony.com/contributors" 3906 } 3907 ], 3908 "description": "Symfony Serializer Component", 3909 "homepage": "https://symfony.com", 3910 "time": "2018-03-15T19:08:29+00:00" 3911 }, 3912 { 3913 "name": "symfony/swiftmailer-bundle", 3914 "version": "v3.2.2", 3915 "source": { 3916 "type": "git", 3917 "url": "https://github.com/symfony/swiftmailer-bundle.git", 3918 "reference": "f1ba0552a9cd4df0191a58845fbd5541cf9eda2d" 3919 }, 3920 "dist": { 3921 "type": "zip", 3922 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/f1ba0552a9cd4df0191a58845fbd5541cf9eda2d", 3923 "reference": "f1ba0552a9cd4df0191a58845fbd5541cf9eda2d", 3924 "shasum": "" 3925 }, 3926 "require": { 3927 "php": ">=7.0.0", 3928 "swiftmailer/swiftmailer": "^6.0.1", 3929 "symfony/config": "~2.8|~3.3|~4.0", 3930 "symfony/dependency-injection": "~2.7|~3.3|~4.0", 3931 "symfony/http-kernel": "~2.7|~3.3|~4.0" 3932 }, 3933 "require-dev": { 3934 "symfony/console": "~2.7|~3.3|~4.0", 3935 "symfony/framework-bundle": "~2.7|~3.3|~4.0", 3936 "symfony/phpunit-bridge": "~3.3|~4.0", 3937 "symfony/yaml": "~2.7|~3.3|~4.0" 3938 }, 3939 "suggest": { 3940 "psr/log": "Allows logging" 3941 }, 3942 "type": "symfony-bundle", 3943 "extra": { 3944 "branch-alias": { 3945 "dev-master": "3.2-dev" 3946 } 3947 }, 3948 "autoload": { 3949 "psr-4": { 3950 "Symfony\\Bundle\\SwiftmailerBundle\\": "" 3951 }, 3952 "exclude-from-classmap": [ 3953 "/Tests/" 3954 ] 3955 }, 3956 "notification-url": "https://packagist.org/downloads/", 3957 "license": [ 3958 "MIT" 3959 ], 3960 "authors": [ 3961 { 3962 "name": "Symfony Community", 3963 "homepage": "http://symfony.com/contributors" 3964 }, 3965 { 3966 "name": "Fabien Potencier", 3967 "email": "fabien@symfony.com" 3968 } 3969 ], 3970 "description": "Symfony SwiftmailerBundle", 3971 "homepage": "http://symfony.com", 3972 "time": "2018-04-03T16:29:41+00:00" 3973 }, 3974 { 3975 "name": "symfony/translation", 3976 "version": "v3.4.8", 3977 "source": { 3978 "type": "git", 3979 "url": "https://github.com/symfony/translation.git", 3980 "reference": "80e19eaf12cbb546ac40384e5c55c36306823e57" 3981 }, 3982 "dist": { 3983 "type": "zip", 3984 "url": "https://api.github.com/repos/symfony/translation/zipball/80e19eaf12cbb546ac40384e5c55c36306823e57", 3985 "reference": "80e19eaf12cbb546ac40384e5c55c36306823e57", 3986 "shasum": "" 3987 }, 3988 "require": { 3989 "php": "^5.5.9|>=7.0.8", 3990 "symfony/polyfill-mbstring": "~1.0" 3991 }, 3992 "conflict": { 3993 "symfony/config": "<2.8", 3994 "symfony/dependency-injection": "<3.4", 3995 "symfony/yaml": "<3.4" 3996 }, 3997 "require-dev": { 3998 "psr/log": "~1.0", 3999 "symfony/config": "~2.8|~3.0|~4.0", 4000 "symfony/dependency-injection": "~3.4|~4.0", 4001 "symfony/finder": "~2.8|~3.0|~4.0", 4002 "symfony/intl": "^2.8.18|^3.2.5|~4.0", 4003 "symfony/yaml": "~3.4|~4.0" 4004 }, 4005 "suggest": { 4006 "psr/log": "To use logging capability in translator", 4007 "symfony/config": "", 4008 "symfony/yaml": "" 4009 }, 4010 "type": "library", 4011 "extra": { 4012 "branch-alias": { 4013 "dev-master": "3.4-dev" 4014 } 4015 }, 4016 "autoload": { 4017 "psr-4": { 4018 "Symfony\\Component\\Translation\\": "" 4019 }, 4020 "exclude-from-classmap": [ 4021 "/Tests/" 4022 ] 4023 }, 4024 "notification-url": "https://packagist.org/downloads/", 4025 "license": [ 4026 "MIT" 4027 ], 4028 "authors": [ 4029 { 4030 "name": "Fabien Potencier", 4031 "email": "fabien@symfony.com" 4032 }, 4033 { 4034 "name": "Symfony Community", 4035 "homepage": "https://symfony.com/contributors" 4036 } 4037 ], 4038 "description": "Symfony Translation Component", 4039 "homepage": "https://symfony.com", 4040 "time": "2018-02-22T06:28:18+00:00" 4041 }, 4042 { 4043 "name": "symfony/twig-bridge", 4044 "version": "v3.4.8", 4045 "source": { 4046 "type": "git", 4047 "url": "https://github.com/symfony/twig-bridge.git", 4048 "reference": "36a48d915079a23bbc5ae017523ff2819a9e222f" 4049 }, 4050 "dist": { 4051 "type": "zip", 4052 "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/36a48d915079a23bbc5ae017523ff2819a9e222f", 4053 "reference": "36a48d915079a23bbc5ae017523ff2819a9e222f", 4054 "shasum": "" 4055 }, 4056 "require": { 4057 "php": "^5.5.9|>=7.0.8", 4058 "twig/twig": "^1.35|^2.4.4" 4059 }, 4060 "conflict": { 4061 "symfony/console": "<3.4", 4062 "symfony/form": "<3.4.7|<4.0.7,>=4.0" 4063 }, 4064 "require-dev": { 4065 "symfony/asset": "~2.8|~3.0|~4.0", 4066 "symfony/console": "~3.4|~4.0", 4067 "symfony/dependency-injection": "~2.8|~3.0|~4.0", 4068 "symfony/expression-language": "~2.8|~3.0|~4.0", 4069 "symfony/finder": "~2.8|~3.0|~4.0", 4070 "symfony/form": "^3.4.7|^4.0.7", 4071 "symfony/http-foundation": "^3.3.11|~4.0", 4072 "symfony/http-kernel": "~3.2|~4.0", 4073 "symfony/polyfill-intl-icu": "~1.0", 4074 "symfony/routing": "~2.8|~3.0|~4.0", 4075 "symfony/security": "~2.8|~3.0|~4.0", 4076 "symfony/security-acl": "~2.8|~3.0", 4077 "symfony/stopwatch": "~2.8|~3.0|~4.0", 4078 "symfony/templating": "~2.8|~3.0|~4.0", 4079 "symfony/translation": "~2.8|~3.0|~4.0", 4080 "symfony/var-dumper": "~2.8.10|~3.1.4|~3.2|~4.0", 4081 "symfony/web-link": "~3.3|~4.0", 4082 "symfony/workflow": "~3.3|~4.0", 4083 "symfony/yaml": "~2.8|~3.0|~4.0" 4084 }, 4085 "suggest": { 4086 "symfony/asset": "For using the AssetExtension", 4087 "symfony/expression-language": "For using the ExpressionExtension", 4088 "symfony/finder": "", 4089 "symfony/form": "For using the FormExtension", 4090 "symfony/http-kernel": "For using the HttpKernelExtension", 4091 "symfony/routing": "For using the RoutingExtension", 4092 "symfony/security": "For using the SecurityExtension", 4093 "symfony/stopwatch": "For using the StopwatchExtension", 4094 "symfony/templating": "For using the TwigEngine", 4095 "symfony/translation": "For using the TranslationExtension", 4096 "symfony/var-dumper": "For using the DumpExtension", 4097 "symfony/web-link": "For using the WebLinkExtension", 4098 "symfony/yaml": "For using the YamlExtension" 4099 }, 4100 "type": "symfony-bridge", 4101 "extra": { 4102 "branch-alias": { 4103 "dev-master": "3.4-dev" 4104 } 4105 }, 4106 "autoload": { 4107 "psr-4": { 4108 "Symfony\\Bridge\\Twig\\": "" 4109 }, 4110 "exclude-from-classmap": [ 4111 "/Tests/" 4112 ] 4113 }, 4114 "notification-url": "https://packagist.org/downloads/", 4115 "license": [ 4116 "MIT" 4117 ], 4118 "authors": [ 4119 { 4120 "name": "Fabien Potencier", 4121 "email": "fabien@symfony.com" 4122 }, 4123 { 4124 "name": "Symfony Community", 4125 "homepage": "https://symfony.com/contributors" 4126 } 4127 ], 4128 "description": "Symfony Twig Bridge", 4129 "homepage": "https://symfony.com", 4130 "time": "2018-04-02T13:55:46+00:00" 4131 }, 4132 { 4133 "name": "symfony/twig-bundle", 4134 "version": "v3.4.8", 4135 "source": { 4136 "type": "git", 4137 "url": "https://github.com/symfony/twig-bundle.git", 4138 "reference": "c06e47e4b93500c1e6dbf9a29d10f88845d7958c" 4139 }, 4140 "dist": { 4141 "type": "zip", 4142 "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/c06e47e4b93500c1e6dbf9a29d10f88845d7958c", 4143 "reference": "c06e47e4b93500c1e6dbf9a29d10f88845d7958c", 4144 "shasum": "" 4145 }, 4146 "require": { 4147 "php": "^5.5.9|>=7.0.8", 4148 "symfony/config": "~3.2|~4.0", 4149 "symfony/http-foundation": "~2.8|~3.0|~4.0", 4150 "symfony/http-kernel": "^3.3|~4.0", 4151 "symfony/twig-bridge": "^3.4.3|^4.0.3", 4152 "twig/twig": "~1.34|~2.4" 4153 }, 4154 "conflict": { 4155 "symfony/dependency-injection": "<3.4", 4156 "symfony/event-dispatcher": "<3.3.1" 4157 }, 4158 "require-dev": { 4159 "doctrine/annotations": "~1.0", 4160 "doctrine/cache": "~1.0", 4161 "symfony/asset": "~2.8|~3.0|~4.0", 4162 "symfony/dependency-injection": "~3.4|~4.0", 4163 "symfony/expression-language": "~2.8|~3.0|~4.0", 4164 "symfony/finder": "~2.8|~3.0|~4.0", 4165 "symfony/form": "~2.8|~3.0|~4.0", 4166 "symfony/framework-bundle": "^3.3.11|~4.0", 4167 "symfony/routing": "~2.8|~3.0|~4.0", 4168 "symfony/stopwatch": "~2.8|~3.0|~4.0", 4169 "symfony/templating": "~2.8|~3.0|~4.0", 4170 "symfony/web-link": "~3.3|~4.0", 4171 "symfony/yaml": "~2.8|~3.0|~4.0" 4172 }, 4173 "type": "symfony-bundle", 4174 "extra": { 4175 "branch-alias": { 4176 "dev-master": "3.4-dev" 4177 } 4178 }, 4179 "autoload": { 4180 "psr-4": { 4181 "Symfony\\Bundle\\TwigBundle\\": "" 4182 }, 4183 "exclude-from-classmap": [ 4184 "/Tests/" 4185 ] 4186 }, 4187 "notification-url": "https://packagist.org/downloads/", 4188 "license": [ 4189 "MIT" 4190 ], 4191 "authors": [ 4192 { 4193 "name": "Fabien Potencier", 4194 "email": "fabien@symfony.com" 4195 }, 4196 { 4197 "name": "Symfony Community", 4198 "homepage": "https://symfony.com/contributors" 4199 } 4200 ], 4201 "description": "Symfony TwigBundle", 4202 "homepage": "https://symfony.com", 4203 "time": "2018-02-14T12:23:44+00:00" 4204 }, 4205 { 4206 "name": "symfony/validator", 4207 "version": "v3.4.8", 4208 "source": { 4209 "type": "git", 4210 "url": "https://github.com/symfony/validator.git", 4211 "reference": "6fa41262dcbd50eedb1e841cfd97f5a1956cf2e7" 4212 }, 4213 "dist": { 4214 "type": "zip", 4215 "url": "https://api.github.com/repos/symfony/validator/zipball/6fa41262dcbd50eedb1e841cfd97f5a1956cf2e7", 4216 "reference": "6fa41262dcbd50eedb1e841cfd97f5a1956cf2e7", 4217 "shasum": "" 4218 }, 4219 "require": { 4220 "php": "^5.5.9|>=7.0.8", 4221 "symfony/polyfill-mbstring": "~1.0", 4222 "symfony/translation": "~2.8|~3.0|~4.0" 4223 }, 4224 "conflict": { 4225 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", 4226 "symfony/dependency-injection": "<3.3", 4227 "symfony/http-kernel": "<3.3.5", 4228 "symfony/yaml": "<3.4" 4229 }, 4230 "require-dev": { 4231 "doctrine/annotations": "~1.0", 4232 "doctrine/cache": "~1.0", 4233 "egulias/email-validator": "^1.2.8|~2.0", 4234 "symfony/cache": "~3.1|~4.0", 4235 "symfony/config": "~2.8|~3.0|~4.0", 4236 "symfony/dependency-injection": "~3.3|~4.0", 4237 "symfony/expression-language": "~2.8|~3.0|~4.0", 4238 "symfony/http-foundation": "~2.8|~3.0|~4.0", 4239 "symfony/http-kernel": "^3.3.5|~4.0", 4240 "symfony/intl": "^2.8.18|^3.2.5|~4.0", 4241 "symfony/property-access": "~2.8|~3.0|~4.0", 4242 "symfony/var-dumper": "~3.3|~4.0", 4243 "symfony/yaml": "~3.4|~4.0" 4244 }, 4245 "suggest": { 4246 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", 4247 "doctrine/cache": "For using the default cached annotation reader and metadata cache.", 4248 "egulias/email-validator": "Strict (RFC compliant) email validation", 4249 "psr/cache-implementation": "For using the metadata cache.", 4250 "symfony/config": "", 4251 "symfony/expression-language": "For using the Expression validator", 4252 "symfony/http-foundation": "", 4253 "symfony/intl": "", 4254 "symfony/property-access": "For accessing properties within comparison constraints", 4255 "symfony/yaml": "" 4256 }, 4257 "type": "library", 4258 "extra": { 4259 "branch-alias": { 4260 "dev-master": "3.4-dev" 4261 } 4262 }, 4263 "autoload": { 4264 "psr-4": { 4265 "Symfony\\Component\\Validator\\": "" 4266 }, 4267 "exclude-from-classmap": [ 4268 "/Tests/" 4269 ] 4270 }, 4271 "notification-url": "https://packagist.org/downloads/", 4272 "license": [ 4273 "MIT" 4274 ], 4275 "authors": [ 4276 { 4277 "name": "Fabien Potencier", 4278 "email": "fabien@symfony.com" 4279 }, 4280 { 4281 "name": "Symfony Community", 4282 "homepage": "https://symfony.com/contributors" 4283 } 4284 ], 4285 "description": "Symfony Validator Component", 4286 "homepage": "https://symfony.com", 4287 "time": "2018-04-06T07:35:25+00:00" 4288 }, 4289 { 4290 "name": "symfony/web-link", 4291 "version": "v3.4.8", 4292 "source": { 4293 "type": "git", 4294 "url": "https://github.com/symfony/web-link.git", 4295 "reference": "c7da19175bea0eff7d9ffee7ec7e30c93dadb61f" 4296 }, 4297 "dist": { 4298 "type": "zip", 4299 "url": "https://api.github.com/repos/symfony/web-link/zipball/c7da19175bea0eff7d9ffee7ec7e30c93dadb61f", 4300 "reference": "c7da19175bea0eff7d9ffee7ec7e30c93dadb61f", 4301 "shasum": "" 4302 }, 4303 "require": { 4304 "fig/link-util": "^1.0", 4305 "php": "^5.5.9|>=7.0.8", 4306 "psr/link": "^1.0" 4307 }, 4308 "require-dev": { 4309 "symfony/event-dispatcher": "^2.8|^3.0|~4.0", 4310 "symfony/http-foundation": "^2.8|^3.0|~4.0", 4311 "symfony/http-kernel": "^2.8|^3.0|~4.0" 4312 }, 4313 "suggest": { 4314 "symfony/http-kernel": "" 4315 }, 4316 "type": "library", 4317 "extra": { 4318 "branch-alias": { 4319 "dev-master": "3.4-dev" 4320 } 4321 }, 4322 "autoload": { 4323 "psr-4": { 4324 "Symfony\\Component\\WebLink\\": "" 4325 }, 4326 "exclude-from-classmap": [ 4327 "/Tests/" 4328 ] 4329 }, 4330 "notification-url": "https://packagist.org/downloads/", 4331 "license": [ 4332 "MIT" 4333 ], 4334 "authors": [ 4335 { 4336 "name": "Kévin Dunglas", 4337 "email": "dunglas@gmail.com" 4338 }, 4339 { 4340 "name": "Symfony Community", 4341 "homepage": "https://symfony.com/contributors" 4342 } 4343 ], 4344 "description": "Symfony WebLink Component", 4345 "homepage": "https://symfony.com", 4346 "keywords": [ 4347 "dns-prefetch", 4348 "http", 4349 "http2", 4350 "link", 4351 "performance", 4352 "prefetch", 4353 "preload", 4354 "prerender", 4355 "psr13", 4356 "push" 4357 ], 4358 "time": "2018-01-03T07:37:34+00:00" 4359 }, 4360 { 4361 "name": "symfony/yaml", 4362 "version": "v3.4.8", 4363 "source": { 4364 "type": "git", 4365 "url": "https://github.com/symfony/yaml.git", 4366 "reference": "a42f9da85c7c38d59f5e53f076fe81a091f894d0" 4367 }, 4368 "dist": { 4369 "type": "zip", 4370 "url": "https://api.github.com/repos/symfony/yaml/zipball/a42f9da85c7c38d59f5e53f076fe81a091f894d0", 4371 "reference": "a42f9da85c7c38d59f5e53f076fe81a091f894d0", 4372 "shasum": "" 4373 }, 4374 "require": { 4375 "php": "^5.5.9|>=7.0.8" 4376 }, 4377 "conflict": { 4378 "symfony/console": "<3.4" 4379 }, 4380 "require-dev": { 4381 "symfony/console": "~3.4|~4.0" 4382 }, 4383 "suggest": { 4384 "symfony/console": "For validating YAML files using the lint command" 4385 }, 4386 "type": "library", 4387 "extra": { 4388 "branch-alias": { 4389 "dev-master": "3.4-dev" 4390 } 4391 }, 4392 "autoload": { 4393 "psr-4": { 4394 "Symfony\\Component\\Yaml\\": "" 4395 }, 4396 "exclude-from-classmap": [ 4397 "/Tests/" 4398 ] 4399 }, 4400 "notification-url": "https://packagist.org/downloads/", 4401 "license": [ 4402 "MIT" 4403 ], 4404 "authors": [ 4405 { 4406 "name": "Fabien Potencier", 4407 "email": "fabien@symfony.com" 4408 }, 4409 { 4410 "name": "Symfony Community", 4411 "homepage": "https://symfony.com/contributors" 4412 } 4413 ], 4414 "description": "Symfony Yaml Component", 4415 "homepage": "https://symfony.com", 4416 "time": "2018-04-03T05:14:20+00:00" 4417 }, 4418 { 4419 "name": "twig/extensions", 4420 "version": "v1.5.1", 4421 "source": { 4422 "type": "git", 4423 "url": "https://github.com/twigphp/Twig-extensions.git", 4424 "reference": "d188c76168b853481cc75879ea045bf93d718e9c" 4425 }, 4426 "dist": { 4427 "type": "zip", 4428 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/d188c76168b853481cc75879ea045bf93d718e9c", 4429 "reference": "d188c76168b853481cc75879ea045bf93d718e9c", 4430 "shasum": "" 4431 }, 4432 "require": { 4433 "twig/twig": "~1.27|~2.0" 4434 }, 4435 "require-dev": { 4436 "symfony/phpunit-bridge": "~3.3@dev", 4437 "symfony/translation": "~2.3|~3.0" 4438 }, 4439 "suggest": { 4440 "symfony/translation": "Allow the time_diff output to be translated" 4441 }, 4442 "type": "library", 4443 "extra": { 4444 "branch-alias": { 4445 "dev-master": "1.5-dev" 4446 } 4447 }, 4448 "autoload": { 4449 "psr-0": { 4450 "Twig_Extensions_": "lib/" 4451 }, 4452 "psr-4": { 4453 "Twig\\Extensions\\": "src/" 4454 } 4455 }, 4456 "notification-url": "https://packagist.org/downloads/", 4457 "license": [ 4458 "MIT" 4459 ], 4460 "authors": [ 4461 { 4462 "name": "Fabien Potencier", 4463 "email": "fabien@symfony.com" 4464 } 4465 ], 4466 "description": "Common additional features for Twig that do not directly belong in core", 4467 "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html", 4468 "keywords": [ 4469 "i18n", 4470 "text" 4471 ], 4472 "time": "2017-06-08T18:19:53+00:00" 4473 }, 4474 { 4475 "name": "twig/twig", 4476 "version": "v2.4.8", 4477 "source": { 4478 "type": "git", 4479 "url": "https://github.com/twigphp/Twig.git", 4480 "reference": "7b604c89da162034bdf4bb66310f358d313dd16d" 4481 }, 4482 "dist": { 4483 "type": "zip", 4484 "url": "https://api.github.com/repos/twigphp/Twig/zipball/7b604c89da162034bdf4bb66310f358d313dd16d", 4485 "reference": "7b604c89da162034bdf4bb66310f358d313dd16d", 4486 "shasum": "" 4487 }, 4488 "require": { 4489 "php": "^7.0", 4490 "symfony/polyfill-mbstring": "~1.0" 4491 }, 4492 "require-dev": { 4493 "psr/container": "^1.0", 4494 "symfony/debug": "^2.7", 4495 "symfony/phpunit-bridge": "^3.3" 4496 }, 4497 "type": "library", 4498 "extra": { 4499 "branch-alias": { 4500 "dev-master": "2.4-dev" 4501 } 4502 }, 4503 "autoload": { 4504 "psr-0": { 4505 "Twig_": "lib/" 4506 }, 4507 "psr-4": { 4508 "Twig\\": "src/" 4509 } 4510 }, 4511 "notification-url": "https://packagist.org/downloads/", 4512 "license": [ 4513 "BSD-3-Clause" 4514 ], 4515 "authors": [ 4516 { 4517 "name": "Fabien Potencier", 4518 "email": "fabien@symfony.com", 4519 "homepage": "http://fabien.potencier.org", 4520 "role": "Lead Developer" 4521 }, 4522 { 4523 "name": "Armin Ronacher", 4524 "email": "armin.ronacher@active-4.com", 4525 "role": "Project Founder" 4526 }, 4527 { 4528 "name": "Twig Team", 4529 "homepage": "http://twig.sensiolabs.org/contributors", 4530 "role": "Contributors" 4531 } 4532 ], 4533 "description": "Twig, the flexible, fast, and secure template language for PHP", 4534 "homepage": "http://twig.sensiolabs.org", 4535 "keywords": [ 4536 "templating" 4537 ], 4538 "time": "2018-04-02T09:24:19+00:00" 4539 } 4540 ], 4541 "packages-dev": [ 4542 { 4543 "name": "doctrine/data-fixtures", 4544 "version": "v1.3.0", 4545 "source": { 4546 "type": "git", 4547 "url": "https://github.com/doctrine/data-fixtures.git", 4548 "reference": "7b76ccc8e648c4502aad7f61347326c8a072bd3b" 4549 }, 4550 "dist": { 4551 "type": "zip", 4552 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/7b76ccc8e648c4502aad7f61347326c8a072bd3b", 4553 "reference": "7b76ccc8e648c4502aad7f61347326c8a072bd3b", 4554 "shasum": "" 4555 }, 4556 "require": { 4557 "doctrine/common": "~2.2", 4558 "php": "^7.1" 4559 }, 4560 "require-dev": { 4561 "doctrine/dbal": "^2.5.4", 4562 "doctrine/orm": "^2.5.4", 4563 "phpunit/phpunit": "^6.3" 4564 }, 4565 "suggest": { 4566 "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7", 4567 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures", 4568 "doctrine/orm": "For loading ORM fixtures", 4569 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures" 4570 }, 4571 "type": "library", 4572 "extra": { 4573 "branch-alias": { 4574 "dev-master": "1.3.x-dev" 4575 } 4576 }, 4577 "autoload": { 4578 "psr-4": { 4579 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures" 4580 } 4581 }, 4582 "notification-url": "https://packagist.org/downloads/", 4583 "license": [ 4584 "MIT" 4585 ], 4586 "authors": [ 4587 { 4588 "name": "Jonathan Wage", 4589 "email": "jonwage@gmail.com" 4590 } 4591 ], 4592 "description": "Data Fixtures for all Doctrine Object Managers", 4593 "homepage": "http://www.doctrine-project.org", 4594 "keywords": [ 4595 "database" 4596 ], 4597 "time": "2017-11-27T18:48:06+00:00" 4598 }, 4599 { 4600 "name": "doctrine/doctrine-fixtures-bundle", 4601 "version": "3.0.2", 4602 "source": { 4603 "type": "git", 4604 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", 4605 "reference": "7fc29d2b18c61ed99826b21fbfd1ff9969cc2e7f" 4606 }, 4607 "dist": { 4608 "type": "zip", 4609 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/7fc29d2b18c61ed99826b21fbfd1ff9969cc2e7f", 4610 "reference": "7fc29d2b18c61ed99826b21fbfd1ff9969cc2e7f", 4611 "shasum": "" 4612 }, 4613 "require": { 4614 "doctrine/data-fixtures": "~1.0", 4615 "doctrine/doctrine-bundle": "~1.0", 4616 "php": ">=5.5.9|^7.0", 4617 "symfony/doctrine-bridge": "~2.7|~3.0|~4.0", 4618 "symfony/framework-bundle": "^3.3|^4.0" 4619 }, 4620 "require-dev": { 4621 "symfony/phpunit-bridge": "^3.3" 4622 }, 4623 "type": "symfony-bundle", 4624 "extra": { 4625 "branch-alias": { 4626 "dev-master": "3.0.x-dev" 4627 } 4628 }, 4629 "autoload": { 4630 "psr-4": { 4631 "Doctrine\\Bundle\\FixturesBundle\\": "" 4632 } 4633 }, 4634 "notification-url": "https://packagist.org/downloads/", 4635 "license": [ 4636 "MIT" 4637 ], 4638 "authors": [ 4639 { 4640 "name": "Symfony Community", 4641 "homepage": "http://symfony.com/contributors" 4642 }, 4643 { 4644 "name": "Doctrine Project", 4645 "homepage": "http://www.doctrine-project.org" 4646 }, 4647 { 4648 "name": "Fabien Potencier", 4649 "email": "fabien@symfony.com" 4650 } 4651 ], 4652 "description": "Symfony DoctrineFixturesBundle", 4653 "homepage": "http://www.doctrine-project.org", 4654 "keywords": [ 4655 "Fixture", 4656 "persistence" 4657 ], 4658 "time": "2017-12-04T20:26:38+00:00" 4659 }, 4660 { 4661 "name": "symfony/debug-bundle", 4662 "version": "v3.4.8", 4663 "source": { 4664 "type": "git", 4665 "url": "https://github.com/symfony/debug-bundle.git", 4666 "reference": "e5de2664081e8c7753e951970af43f0ee01cf645" 4667 }, 4668 "dist": { 4669 "type": "zip", 4670 "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/e5de2664081e8c7753e951970af43f0ee01cf645", 4671 "reference": "e5de2664081e8c7753e951970af43f0ee01cf645", 4672 "shasum": "" 4673 }, 4674 "require": { 4675 "ext-xml": "*", 4676 "php": "^5.5.9|>=7.0.8", 4677 "symfony/http-kernel": "~2.8|~3.0|~4.0", 4678 "symfony/twig-bridge": "~2.8|~3.0|~4.0", 4679 "symfony/var-dumper": "~3.4|~4.0" 4680 }, 4681 "conflict": { 4682 "symfony/dependency-injection": "<3.4" 4683 }, 4684 "require-dev": { 4685 "symfony/config": "~3.3|~4.0", 4686 "symfony/dependency-injection": "~3.4|~4.0", 4687 "symfony/web-profiler-bundle": "~2.8|~3.0|~4.0" 4688 }, 4689 "suggest": { 4690 "symfony/config": "For service container configuration", 4691 "symfony/dependency-injection": "For using as a service from the container" 4692 }, 4693 "type": "symfony-bundle", 4694 "extra": { 4695 "branch-alias": { 4696 "dev-master": "3.4-dev" 4697 } 4698 }, 4699 "autoload": { 4700 "psr-4": { 4701 "Symfony\\Bundle\\DebugBundle\\": "" 4702 }, 4703 "exclude-from-classmap": [ 4704 "/Tests/" 4705 ] 4706 }, 4707 "notification-url": "https://packagist.org/downloads/", 4708 "license": [ 4709 "MIT" 4710 ], 4711 "authors": [ 4712 { 4713 "name": "Fabien Potencier", 4714 "email": "fabien@symfony.com" 4715 }, 4716 { 4717 "name": "Symfony Community", 4718 "homepage": "https://symfony.com/contributors" 4719 } 4720 ], 4721 "description": "Symfony DebugBundle", 4722 "homepage": "https://symfony.com", 4723 "time": "2018-01-03T07:37:34+00:00" 4724 }, 4725 { 4726 "name": "symfony/dotenv", 4727 "version": "v3.4.8", 4728 "source": { 4729 "type": "git", 4730 "url": "https://github.com/symfony/dotenv.git", 4731 "reference": "66265f80c0f585cd6aec3fbdfc4ffdf7a0d75992" 4732 }, 4733 "dist": { 4734 "type": "zip", 4735 "url": "https://api.github.com/repos/symfony/dotenv/zipball/66265f80c0f585cd6aec3fbdfc4ffdf7a0d75992", 4736 "reference": "66265f80c0f585cd6aec3fbdfc4ffdf7a0d75992", 4737 "shasum": "" 4738 }, 4739 "require": { 4740 "php": "^5.5.9|>=7.0.8" 4741 }, 4742 "require-dev": { 4743 "symfony/process": "~3.2|~4.0" 4744 }, 4745 "type": "library", 4746 "extra": { 4747 "branch-alias": { 4748 "dev-master": "3.4-dev" 4749 } 4750 }, 4751 "autoload": { 4752 "psr-4": { 4753 "Symfony\\Component\\Dotenv\\": "" 4754 }, 4755 "exclude-from-classmap": [ 4756 "/Tests/" 4757 ] 4758 }, 4759 "notification-url": "https://packagist.org/downloads/", 4760 "license": [ 4761 "MIT" 4762 ], 4763 "authors": [ 4764 { 4765 "name": "Fabien Potencier", 4766 "email": "fabien@symfony.com" 4767 }, 4768 { 4769 "name": "Symfony Community", 4770 "homepage": "https://symfony.com/contributors" 4771 } 4772 ], 4773 "description": "Registers environment variables from a .env file", 4774 "homepage": "https://symfony.com", 4775 "keywords": [ 4776 "dotenv", 4777 "env", 4778 "environment" 4779 ], 4780 "time": "2018-01-03T17:14:19+00:00" 4781 }, 4782 { 4783 "name": "symfony/stopwatch", 4784 "version": "v3.4.8", 4785 "source": { 4786 "type": "git", 4787 "url": "https://github.com/symfony/stopwatch.git", 4788 "reference": "eb17cfa072cab26537ac37e9c4ece6c0361369af" 4789 }, 4790 "dist": { 4791 "type": "zip", 4792 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/eb17cfa072cab26537ac37e9c4ece6c0361369af", 4793 "reference": "eb17cfa072cab26537ac37e9c4ece6c0361369af", 4794 "shasum": "" 4795 }, 4796 "require": { 4797 "php": "^5.5.9|>=7.0.8" 4798 }, 4799 "type": "library", 4800 "extra": { 4801 "branch-alias": { 4802 "dev-master": "3.4-dev" 4803 } 4804 }, 4805 "autoload": { 4806 "psr-4": { 4807 "Symfony\\Component\\Stopwatch\\": "" 4808 }, 4809 "exclude-from-classmap": [ 4810 "/Tests/" 4811 ] 4812 }, 4813 "notification-url": "https://packagist.org/downloads/", 4814 "license": [ 4815 "MIT" 4816 ], 4817 "authors": [ 4818 { 4819 "name": "Fabien Potencier", 4820 "email": "fabien@symfony.com" 4821 }, 4822 { 4823 "name": "Symfony Community", 4824 "homepage": "https://symfony.com/contributors" 4825 } 4826 ], 4827 "description": "Symfony Stopwatch Component", 4828 "homepage": "https://symfony.com", 4829 "time": "2018-02-17T14:55:25+00:00" 4830 }, 4831 { 4832 "name": "symfony/var-dumper", 4833 "version": "v3.4.8", 4834 "source": { 4835 "type": "git", 4836 "url": "https://github.com/symfony/var-dumper.git", 4837 "reference": "951643091b39a6fd40fce56cd16e21e12bef3feb" 4838 }, 4839 "dist": { 4840 "type": "zip", 4841 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/951643091b39a6fd40fce56cd16e21e12bef3feb", 4842 "reference": "951643091b39a6fd40fce56cd16e21e12bef3feb", 4843 "shasum": "" 4844 }, 4845 "require": { 4846 "php": "^5.5.9|>=7.0.8", 4847 "symfony/polyfill-mbstring": "~1.0" 4848 }, 4849 "conflict": { 4850 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" 4851 }, 4852 "require-dev": { 4853 "ext-iconv": "*", 4854 "twig/twig": "~1.34|~2.4" 4855 }, 4856 "suggest": { 4857 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", 4858 "ext-intl": "To show region name in time zone dump", 4859 "ext-symfony_debug": "" 4860 }, 4861 "type": "library", 4862 "extra": { 4863 "branch-alias": { 4864 "dev-master": "3.4-dev" 4865 } 4866 }, 4867 "autoload": { 4868 "files": [ 4869 "Resources/functions/dump.php" 4870 ], 4871 "psr-4": { 4872 "Symfony\\Component\\VarDumper\\": "" 4873 }, 4874 "exclude-from-classmap": [ 4875 "/Tests/" 4876 ] 4877 }, 4878 "notification-url": "https://packagist.org/downloads/", 4879 "license": [ 4880 "MIT" 4881 ], 4882 "authors": [ 4883 { 4884 "name": "Nicolas Grekas", 4885 "email": "p@tchwork.com" 4886 }, 4887 { 4888 "name": "Symfony Community", 4889 "homepage": "https://symfony.com/contributors" 4890 } 4891 ], 4892 "description": "Symfony mechanism for exploring and dumping PHP variables", 4893 "homepage": "https://symfony.com", 4894 "keywords": [ 4895 "debug", 4896 "dump" 4897 ], 4898 "time": "2018-04-03T20:34:11+00:00" 4899 }, 4900 { 4901 "name": "symfony/web-profiler-bundle", 4902 "version": "v3.4.8", 4903 "source": { 4904 "type": "git", 4905 "url": "https://github.com/symfony/web-profiler-bundle.git", 4906 "reference": "a6a1390c444d11bdb9dcabe42237dc584c2ef20e" 4907 }, 4908 "dist": { 4909 "type": "zip", 4910 "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/a6a1390c444d11bdb9dcabe42237dc584c2ef20e", 4911 "reference": "a6a1390c444d11bdb9dcabe42237dc584c2ef20e", 4912 "shasum": "" 4913 }, 4914 "require": { 4915 "php": "^5.5.9|>=7.0.8", 4916 "symfony/http-kernel": "~3.3|~4.0", 4917 "symfony/polyfill-php70": "~1.0", 4918 "symfony/routing": "~2.8|~3.0|~4.0", 4919 "symfony/twig-bridge": "~2.8|~3.0|~4.0", 4920 "symfony/var-dumper": "~3.3|~4.0", 4921 "twig/twig": "~1.34|~2.4" 4922 }, 4923 "conflict": { 4924 "symfony/config": "<3.4", 4925 "symfony/dependency-injection": "<3.4", 4926 "symfony/event-dispatcher": "<3.3.1", 4927 "symfony/var-dumper": "<3.3" 4928 }, 4929 "require-dev": { 4930 "symfony/config": "~3.4|~4.0", 4931 "symfony/console": "~2.8|~3.0|~4.0", 4932 "symfony/dependency-injection": "~3.4|~4.0", 4933 "symfony/stopwatch": "~2.8|~3.0|~4.0" 4934 }, 4935 "type": "symfony-bundle", 4936 "extra": { 4937 "branch-alias": { 4938 "dev-master": "3.4-dev" 4939 } 4940 }, 4941 "autoload": { 4942 "psr-4": { 4943 "Symfony\\Bundle\\WebProfilerBundle\\": "" 4944 }, 4945 "exclude-from-classmap": [ 4946 "/Tests/" 4947 ] 4948 }, 4949 "notification-url": "https://packagist.org/downloads/", 4950 "license": [ 4951 "MIT" 4952 ], 4953 "authors": [ 4954 { 4955 "name": "Fabien Potencier", 4956 "email": "fabien@symfony.com" 4957 }, 4958 { 4959 "name": "Symfony Community", 4960 "homepage": "https://symfony.com/contributors" 4961 } 4962 ], 4963 "description": "Symfony WebProfilerBundle", 4964 "homepage": "https://symfony.com", 4965 "time": "2018-04-04T12:14:22+00:00" 4966 }, 4967 { 4968 "name": "symfony/web-server-bundle", 4969 "version": "v3.4.8", 4970 "source": { 4971 "type": "git", 4972 "url": "https://github.com/symfony/web-server-bundle.git", 4973 "reference": "44a6b2deb1c58b2dfd3592139db9091d7cfce8ed" 4974 }, 4975 "dist": { 4976 "type": "zip", 4977 "url": "https://api.github.com/repos/symfony/web-server-bundle/zipball/44a6b2deb1c58b2dfd3592139db9091d7cfce8ed", 4978 "reference": "44a6b2deb1c58b2dfd3592139db9091d7cfce8ed", 4979 "shasum": "" 4980 }, 4981 "require": { 4982 "php": "^5.5.9|>=7.0.8", 4983 "symfony/config": "~3.4|~4.0", 4984 "symfony/console": "~3.4|~4.0", 4985 "symfony/dependency-injection": "~3.4|~4.0", 4986 "symfony/http-kernel": "~3.3|~4.0", 4987 "symfony/process": "~3.3.14|^3.4.2|^4.0.2" 4988 }, 4989 "suggest": { 4990 "symfony/expression-language": "For using the filter option of the log server.", 4991 "symfony/monolog-bridge": "For using the log server." 4992 }, 4993 "type": "symfony-bundle", 4994 "extra": { 4995 "branch-alias": { 4996 "dev-master": "3.4-dev" 4997 } 4998 }, 4999 "autoload": { 5000 "psr-4": { 5001 "Symfony\\Bundle\\WebServerBundle\\": "" 5002 }, 5003 "exclude-from-classmap": [ 5004 "/Tests/" 5005 ] 5006 }, 5007 "notification-url": "https://packagist.org/downloads/", 5008 "license": [ 5009 "MIT" 5010 ], 5011 "authors": [ 5012 { 5013 "name": "Fabien Potencier", 5014 "email": "fabien@symfony.com" 5015 }, 5016 { 5017 "name": "Symfony Community", 5018 "homepage": "https://symfony.com/contributors" 5019 } 5020 ], 5021 "description": "Symfony WebServerBundle", 5022 "homepage": "https://symfony.com", 5023 "time": "2018-01-03T17:14:19+00:00" 5024 } 5025 ], 5026 "aliases": [], 5027 "minimum-stability": "stable", 5028 "stability-flags": { 5029 "doctrine/data-fixtures": 0, 5030 "doctrine/doctrine-fixtures-bundle": 0 5031 }, 5032 "prefer-stable": false, 5033 "prefer-lowest": false, 5034 "platform": { 5035 "php": ">=7.1", 5036 "ext-iconv": "*", 5037 "ext-mbstring": "*" 5038 }, 5039 "platform-dev": [], 5040 "platform-overrides": { 5041 "php": "7.1.3" 5042 } 5043 }