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#installing-dependencies", 5 "This file is @generated automatically" 6 ], 7 "content-hash": "e3fb272ffe5c4e3e9f607d62d366d163", 8 "packages": [ 9 { 10 "name": "aura/router", 11 "version": "3.1.0", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/auraphp/Aura.Router.git", 15 "reference": "52507bc813c92511dbcacc7463f163ef5149ad38" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/auraphp/Aura.Router/zipball/52507bc813c92511dbcacc7463f163ef5149ad38", 20 "reference": "52507bc813c92511dbcacc7463f163ef5149ad38", 21 "shasum": "" 22 }, 23 "require": { 24 "php": ">=5.5.0", 25 "psr/http-message": "~1.0", 26 "psr/log": "~1.0" 27 }, 28 "require-dev": { 29 "phpunit/phpunit": "~5.7 || ~4.8", 30 "zendframework/zend-diactoros": "~1.0" 31 }, 32 "type": "library", 33 "autoload": { 34 "psr-4": { 35 "Aura\\Router\\": "src/" 36 } 37 }, 38 "notification-url": "https://packagist.org/downloads/", 39 "license": [ 40 "MIT" 41 ], 42 "authors": [ 43 { 44 "name": "Aura.Router Contributors", 45 "homepage": "https://github.com/auraphp/Aura.Router/contributors" 46 } 47 ], 48 "description": "Powerful, flexible web routing for PSR-7 requests.", 49 "homepage": "https://github.com/auraphp/Aura.Router", 50 "keywords": [ 51 "psr-7", 52 "route", 53 "router", 54 "routing" 55 ], 56 "time": "2017-03-02T16:34:47+00:00" 57 }, 58 { 59 "name": "doctrine/cache", 60 "version": "1.9.0", 61 "source": { 62 "type": "git", 63 "url": "https://github.com/doctrine/cache.git", 64 "reference": "c15dcd24b756f9e52ea7c3ae8227354f3628f11a" 65 }, 66 "dist": { 67 "type": "zip", 68 "url": "https://api.github.com/repos/doctrine/cache/zipball/c15dcd24b756f9e52ea7c3ae8227354f3628f11a", 69 "reference": "c15dcd24b756f9e52ea7c3ae8227354f3628f11a", 70 "shasum": "" 71 }, 72 "require": { 73 "php": "~7.1" 74 }, 75 "conflict": { 76 "doctrine/common": ">2.2,<2.4" 77 }, 78 "require-dev": { 79 "alcaeus/mongo-php-adapter": "^1.1", 80 "doctrine/coding-standard": "^6.0", 81 "mongodb/mongodb": "^1.1", 82 "phpunit/phpunit": "^7.0", 83 "predis/predis": "~1.0" 84 }, 85 "suggest": { 86 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" 87 }, 88 "type": "library", 89 "extra": { 90 "branch-alias": { 91 "dev-master": "1.9.x-dev" 92 } 93 }, 94 "autoload": { 95 "psr-4": { 96 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" 97 } 98 }, 99 "notification-url": "https://packagist.org/downloads/", 100 "license": [ 101 "MIT" 102 ], 103 "authors": [ 104 { 105 "name": "Guilherme Blanco", 106 "email": "guilhermeblanco@gmail.com" 107 }, 108 { 109 "name": "Roman Borschel", 110 "email": "roman@code-factory.org" 111 }, 112 { 113 "name": "Benjamin Eberlei", 114 "email": "kontakt@beberlei.de" 115 }, 116 { 117 "name": "Jonathan Wage", 118 "email": "jonwage@gmail.com" 119 }, 120 { 121 "name": "Johannes Schmitt", 122 "email": "schmittjoh@gmail.com" 123 } 124 ], 125 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", 126 "homepage": "https://www.doctrine-project.org/projects/cache.html", 127 "keywords": [ 128 "abstraction", 129 "apcu", 130 "cache", 131 "caching", 132 "couchdb", 133 "memcached", 134 "php", 135 "redis", 136 "riak", 137 "xcache" 138 ], 139 "time": "2019-11-11T10:31:52+00:00" 140 }, 141 { 142 "name": "doctrine/dbal", 143 "version": "v2.9.3", 144 "source": { 145 "type": "git", 146 "url": "https://github.com/doctrine/dbal.git", 147 "reference": "7345cd59edfa2036eb0fa4264b77ae2576842035" 148 }, 149 "dist": { 150 "type": "zip", 151 "url": "https://api.github.com/repos/doctrine/dbal/zipball/7345cd59edfa2036eb0fa4264b77ae2576842035", 152 "reference": "7345cd59edfa2036eb0fa4264b77ae2576842035", 153 "shasum": "" 154 }, 155 "require": { 156 "doctrine/cache": "^1.0", 157 "doctrine/event-manager": "^1.0", 158 "ext-pdo": "*", 159 "php": "^7.1" 160 }, 161 "require-dev": { 162 "doctrine/coding-standard": "^5.0", 163 "jetbrains/phpstorm-stubs": "^2018.1.2", 164 "phpstan/phpstan": "^0.10.1", 165 "phpunit/phpunit": "^7.4", 166 "symfony/console": "^2.0.5|^3.0|^4.0", 167 "symfony/phpunit-bridge": "^3.4.5|^4.0.5" 168 }, 169 "suggest": { 170 "symfony/console": "For helpful console commands such as SQL execution and import of files." 171 }, 172 "bin": [ 173 "bin/doctrine-dbal" 174 ], 175 "type": "library", 176 "extra": { 177 "branch-alias": { 178 "dev-master": "2.9.x-dev", 179 "dev-develop": "3.0.x-dev" 180 } 181 }, 182 "autoload": { 183 "psr-4": { 184 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL" 185 } 186 }, 187 "notification-url": "https://packagist.org/downloads/", 188 "license": [ 189 "MIT" 190 ], 191 "authors": [ 192 { 193 "name": "Guilherme Blanco", 194 "email": "guilhermeblanco@gmail.com" 195 }, 196 { 197 "name": "Roman Borschel", 198 "email": "roman@code-factory.org" 199 }, 200 { 201 "name": "Benjamin Eberlei", 202 "email": "kontakt@beberlei.de" 203 }, 204 { 205 "name": "Jonathan Wage", 206 "email": "jonwage@gmail.com" 207 } 208 ], 209 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", 210 "homepage": "https://www.doctrine-project.org/projects/dbal.html", 211 "keywords": [ 212 "abstraction", 213 "database", 214 "dbal", 215 "mysql", 216 "persistence", 217 "pgsql", 218 "php", 219 "queryobject" 220 ], 221 "time": "2019-11-02T22:19:34+00:00" 222 }, 223 { 224 "name": "doctrine/event-manager", 225 "version": "1.1.0", 226 "source": { 227 "type": "git", 228 "url": "https://github.com/doctrine/event-manager.git", 229 "reference": "629572819973f13486371cb611386eb17851e85c" 230 }, 231 "dist": { 232 "type": "zip", 233 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c", 234 "reference": "629572819973f13486371cb611386eb17851e85c", 235 "shasum": "" 236 }, 237 "require": { 238 "php": "^7.1" 239 }, 240 "conflict": { 241 "doctrine/common": "<2.9@dev" 242 }, 243 "require-dev": { 244 "doctrine/coding-standard": "^6.0", 245 "phpunit/phpunit": "^7.0" 246 }, 247 "type": "library", 248 "extra": { 249 "branch-alias": { 250 "dev-master": "1.0.x-dev" 251 } 252 }, 253 "autoload": { 254 "psr-4": { 255 "Doctrine\\Common\\": "lib/Doctrine/Common" 256 } 257 }, 258 "notification-url": "https://packagist.org/downloads/", 259 "license": [ 260 "MIT" 261 ], 262 "authors": [ 263 { 264 "name": "Guilherme Blanco", 265 "email": "guilhermeblanco@gmail.com" 266 }, 267 { 268 "name": "Roman Borschel", 269 "email": "roman@code-factory.org" 270 }, 271 { 272 "name": "Benjamin Eberlei", 273 "email": "kontakt@beberlei.de" 274 }, 275 { 276 "name": "Jonathan Wage", 277 "email": "jonwage@gmail.com" 278 }, 279 { 280 "name": "Johannes Schmitt", 281 "email": "schmittjoh@gmail.com" 282 }, 283 { 284 "name": "Marco Pivetta", 285 "email": "ocramius@gmail.com" 286 } 287 ], 288 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.", 289 "homepage": "https://www.doctrine-project.org/projects/event-manager.html", 290 "keywords": [ 291 "event", 292 "event dispatcher", 293 "event manager", 294 "event system", 295 "events" 296 ], 297 "time": "2019-11-10T09:48:07+00:00" 298 }, 299 { 300 "name": "doctrine/inflector", 301 "version": "1.3.1", 302 "source": { 303 "type": "git", 304 "url": "https://github.com/doctrine/inflector.git", 305 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1" 306 }, 307 "dist": { 308 "type": "zip", 309 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1", 310 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1", 311 "shasum": "" 312 }, 313 "require": { 314 "php": "^7.1" 315 }, 316 "require-dev": { 317 "phpunit/phpunit": "^6.2" 318 }, 319 "type": "library", 320 "extra": { 321 "branch-alias": { 322 "dev-master": "1.3.x-dev" 323 } 324 }, 325 "autoload": { 326 "psr-4": { 327 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" 328 } 329 }, 330 "notification-url": "https://packagist.org/downloads/", 331 "license": [ 332 "MIT" 333 ], 334 "authors": [ 335 { 336 "name": "Guilherme Blanco", 337 "email": "guilhermeblanco@gmail.com" 338 }, 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": "Jonathan Wage", 349 "email": "jonwage@gmail.com" 350 }, 351 { 352 "name": "Johannes Schmitt", 353 "email": "schmittjoh@gmail.com" 354 } 355 ], 356 "description": "Common String Manipulations with regard to casing and singular/plural rules.", 357 "homepage": "http://www.doctrine-project.org", 358 "keywords": [ 359 "inflection", 360 "pluralize", 361 "singularize", 362 "string" 363 ], 364 "time": "2019-10-30T19:59:35+00:00" 365 }, 366 { 367 "name": "doctrine/lexer", 368 "version": "1.0.2", 369 "source": { 370 "type": "git", 371 "url": "https://github.com/doctrine/lexer.git", 372 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8" 373 }, 374 "dist": { 375 "type": "zip", 376 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8", 377 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8", 378 "shasum": "" 379 }, 380 "require": { 381 "php": ">=5.3.2" 382 }, 383 "require-dev": { 384 "phpunit/phpunit": "^4.5" 385 }, 386 "type": "library", 387 "extra": { 388 "branch-alias": { 389 "dev-master": "1.0.x-dev" 390 } 391 }, 392 "autoload": { 393 "psr-4": { 394 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" 395 } 396 }, 397 "notification-url": "https://packagist.org/downloads/", 398 "license": [ 399 "MIT" 400 ], 401 "authors": [ 402 { 403 "name": "Roman Borschel", 404 "email": "roman@code-factory.org" 405 }, 406 { 407 "name": "Guilherme Blanco", 408 "email": "guilhermeblanco@gmail.com" 409 }, 410 { 411 "name": "Johannes Schmitt", 412 "email": "schmittjoh@gmail.com" 413 } 414 ], 415 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", 416 "homepage": "https://www.doctrine-project.org/projects/lexer.html", 417 "keywords": [ 418 "annotations", 419 "docblock", 420 "lexer", 421 "parser", 422 "php" 423 ], 424 "time": "2019-06-08T11:03:04+00:00" 425 }, 426 { 427 "name": "egulias/email-validator", 428 "version": "2.1.11", 429 "source": { 430 "type": "git", 431 "url": "https://github.com/egulias/EmailValidator.git", 432 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23" 433 }, 434 "dist": { 435 "type": "zip", 436 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23", 437 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23", 438 "shasum": "" 439 }, 440 "require": { 441 "doctrine/lexer": "^1.0.1", 442 "php": ">= 5.5" 443 }, 444 "require-dev": { 445 "dominicsayers/isemail": "dev-master", 446 "phpunit/phpunit": "^4.8.35||^5.7||^6.0", 447 "satooshi/php-coveralls": "^1.0.1", 448 "symfony/phpunit-bridge": "^4.4@dev" 449 }, 450 "suggest": { 451 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" 452 }, 453 "type": "library", 454 "extra": { 455 "branch-alias": { 456 "dev-master": "2.1.x-dev" 457 } 458 }, 459 "autoload": { 460 "psr-4": { 461 "Egulias\\EmailValidator\\": "EmailValidator" 462 } 463 }, 464 "notification-url": "https://packagist.org/downloads/", 465 "license": [ 466 "MIT" 467 ], 468 "authors": [ 469 { 470 "name": "Eduardo Gulias Davis" 471 } 472 ], 473 "description": "A library for validating emails against several RFCs", 474 "homepage": "https://github.com/egulias/EmailValidator", 475 "keywords": [ 476 "email", 477 "emailvalidation", 478 "emailvalidator", 479 "validation", 480 "validator" 481 ], 482 "time": "2019-08-13T17:33:27+00:00" 483 }, 484 { 485 "name": "ezyang/htmlpurifier", 486 "version": "v4.12.0", 487 "source": { 488 "type": "git", 489 "url": "https://github.com/ezyang/htmlpurifier.git", 490 "reference": "a617e55bc62a87eec73bd456d146d134ad716f03" 491 }, 492 "dist": { 493 "type": "zip", 494 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/a617e55bc62a87eec73bd456d146d134ad716f03", 495 "reference": "a617e55bc62a87eec73bd456d146d134ad716f03", 496 "shasum": "" 497 }, 498 "require": { 499 "php": ">=5.2" 500 }, 501 "require-dev": { 502 "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd" 503 }, 504 "type": "library", 505 "autoload": { 506 "psr-0": { 507 "HTMLPurifier": "library/" 508 }, 509 "files": [ 510 "library/HTMLPurifier.composer.php" 511 ] 512 }, 513 "notification-url": "https://packagist.org/downloads/", 514 "license": [ 515 "LGPL-2.1-or-later" 516 ], 517 "authors": [ 518 { 519 "name": "Edward Z. Yang", 520 "email": "admin@htmlpurifier.org", 521 "homepage": "http://ezyang.com" 522 } 523 ], 524 "description": "Standards compliant HTML filter written in PHP", 525 "homepage": "http://htmlpurifier.org/", 526 "keywords": [ 527 "html" 528 ], 529 "time": "2019-10-28T03:44:26+00:00" 530 }, 531 { 532 "name": "fig/http-message-util", 533 "version": "1.1.3", 534 "source": { 535 "type": "git", 536 "url": "https://github.com/php-fig/http-message-util.git", 537 "reference": "35b19404371b31b3a43823c755398c48c9966db4" 538 }, 539 "dist": { 540 "type": "zip", 541 "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/35b19404371b31b3a43823c755398c48c9966db4", 542 "reference": "35b19404371b31b3a43823c755398c48c9966db4", 543 "shasum": "" 544 }, 545 "require": { 546 "php": "^5.3 || ^7.0", 547 "psr/http-message": "^1.0" 548 }, 549 "type": "library", 550 "extra": { 551 "branch-alias": { 552 "dev-master": "1.1.x-dev" 553 } 554 }, 555 "autoload": { 556 "psr-4": { 557 "Fig\\Http\\Message\\": "src/" 558 } 559 }, 560 "notification-url": "https://packagist.org/downloads/", 561 "license": [ 562 "MIT" 563 ], 564 "authors": [ 565 { 566 "name": "PHP-FIG", 567 "homepage": "http://www.php-fig.org/" 568 } 569 ], 570 "description": "Utility classes and constants for use with PSR-7 (psr/http-message)", 571 "keywords": [ 572 "http", 573 "http-message", 574 "psr", 575 "psr-7", 576 "request", 577 "response" 578 ], 579 "time": "2018-11-19T16:19:58+00:00" 580 }, 581 { 582 "name": "fisharebest/algorithm", 583 "version": "1.5.1", 584 "source": { 585 "type": "git", 586 "url": "https://github.com/fisharebest/algorithm.git", 587 "reference": "7d1bc0fc91b66cf613af9147e9a287c905a8b062" 588 }, 589 "dist": { 590 "type": "zip", 591 "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/7d1bc0fc91b66cf613af9147e9a287c905a8b062", 592 "reference": "7d1bc0fc91b66cf613af9147e9a287c905a8b062", 593 "shasum": "" 594 }, 595 "require": { 596 "php": ">=5.3.0" 597 }, 598 "require-dev": { 599 "php-coveralls/php-coveralls": "*", 600 "phpunit/phpunit": "4.*" 601 }, 602 "type": "library", 603 "autoload": { 604 "psr-4": { 605 "Fisharebest\\Algorithm\\": "src/" 606 } 607 }, 608 "notification-url": "https://packagist.org/downloads/", 609 "license": [ 610 "GPL-3.0+" 611 ], 612 "authors": [ 613 { 614 "name": "Greg Roach", 615 "email": "greg@subaqua.co.uk", 616 "role": "Developer" 617 } 618 ], 619 "description": "Implementation of standard algorithms in PHP.", 620 "homepage": "https://github.com/fisharebest/algorithm", 621 "keywords": [ 622 "Algorithm", 623 "diff", 624 "dijkstra", 625 "myers" 626 ], 627 "time": "2018-12-24T08:53:40+00:00" 628 }, 629 { 630 "name": "fisharebest/ext-calendar", 631 "version": "2.5.0", 632 "source": { 633 "type": "git", 634 "url": "https://github.com/fisharebest/ext-calendar.git", 635 "reference": "155a2d3f5713e1e1805d68cdb42a28ca842e7329" 636 }, 637 "dist": { 638 "type": "zip", 639 "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/155a2d3f5713e1e1805d68cdb42a28ca842e7329", 640 "reference": "155a2d3f5713e1e1805d68cdb42a28ca842e7329", 641 "shasum": "" 642 }, 643 "require": { 644 "php": ">=5.3.0" 645 }, 646 "require-dev": { 647 "phpunit/phpunit": "<6", 648 "satooshi/php-coveralls": "*" 649 }, 650 "type": "library", 651 "autoload": { 652 "files": [ 653 "src/shims.php" 654 ], 655 "psr-4": { 656 "Fisharebest\\ExtCalendar\\": "src/" 657 } 658 }, 659 "notification-url": "https://packagist.org/downloads/", 660 "license": [ 661 "GPL-3.0+" 662 ], 663 "authors": [ 664 { 665 "name": "Greg Roach", 666 "email": "fisharebest@gmail.com", 667 "role": "Developer" 668 } 669 ], 670 "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars. Also provides a replacement for the PHP ext/calendar extension.", 671 "homepage": "https://github.com/fisharebest/ext-calendar", 672 "keywords": [ 673 "Jalali", 674 "arabic", 675 "calendar", 676 "ext-calendar", 677 "french", 678 "gregorian", 679 "hebrew", 680 "hijri", 681 "jewish", 682 "julian", 683 "julian day", 684 "julian day number", 685 "persian", 686 "shamsi" 687 ], 688 "time": "2018-09-17T20:40:07+00:00" 689 }, 690 { 691 "name": "fisharebest/flysystem-chroot-adapter", 692 "version": "1.0.1", 693 "source": { 694 "type": "git", 695 "url": "https://github.com/fisharebest/flysystem-chroot-adapter.git", 696 "reference": "378954c39f63996eb6171f1fd4fef1ee2eb03229" 697 }, 698 "dist": { 699 "type": "zip", 700 "url": "https://api.github.com/repos/fisharebest/flysystem-chroot-adapter/zipball/378954c39f63996eb6171f1fd4fef1ee2eb03229", 701 "reference": "378954c39f63996eb6171f1fd4fef1ee2eb03229", 702 "shasum": "" 703 }, 704 "require": { 705 "league/flysystem": "~1.0" 706 }, 707 "require-dev": { 708 "league/flysystem-memory": "~1.0", 709 "php-coveralls/php-coveralls": "*", 710 "phpunit/phpunit": "~6.0" 711 }, 712 "type": "library", 713 "autoload": { 714 "psr-4": { 715 "Fisharebest\\Flysystem\\Adapter\\": "src/" 716 } 717 }, 718 "notification-url": "https://packagist.org/downloads/", 719 "license": [ 720 "MIT" 721 ], 722 "authors": [ 723 { 724 "name": "Greg Roach", 725 "email": "fisharebest@gmail.com", 726 "role": "Developer" 727 } 728 ], 729 "description": "Creates a filesystem from a sub-folder in another filesystem.", 730 "homepage": "https://github.com/fisharebest/flysystem-chroot-adapter", 731 "keywords": [ 732 "Flysystem", 733 "adapter", 734 "chroot" 735 ], 736 "time": "2019-09-24T14:58:15+00:00" 737 }, 738 { 739 "name": "fisharebest/localization", 740 "version": "1.15.1", 741 "source": { 742 "type": "git", 743 "url": "https://github.com/fisharebest/localization.git", 744 "reference": "2f2b620e90998cc263d9fcef87e8b173376d1b0c" 745 }, 746 "dist": { 747 "type": "zip", 748 "url": "https://api.github.com/repos/fisharebest/localization/zipball/2f2b620e90998cc263d9fcef87e8b173376d1b0c", 749 "reference": "2f2b620e90998cc263d9fcef87e8b173376d1b0c", 750 "shasum": "" 751 }, 752 "require": { 753 "php": ">=5.3.0" 754 }, 755 "require-dev": { 756 "ext-simplexml": "*", 757 "php-coveralls/php-coveralls": "*", 758 "phpunit/phpunit": "*" 759 }, 760 "type": "library", 761 "autoload": { 762 "psr-4": { 763 "Fisharebest\\Localization\\": "src/" 764 } 765 }, 766 "notification-url": "https://packagist.org/downloads/", 767 "license": [ 768 "GPL-3.0+" 769 ], 770 "authors": [ 771 { 772 "name": "Greg Roach", 773 "email": "fisharebest@gmail.com", 774 "role": "Developer" 775 } 776 ], 777 "description": "A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.", 778 "homepage": "https://github.com/fisharebest/localization", 779 "keywords": [ 780 "cldr", 781 "gettext", 782 "i18n", 783 "l10n", 784 "language", 785 "locale", 786 "localization", 787 "script", 788 "translate", 789 "translation" 790 ], 791 "time": "2019-07-02T10:07:27+00:00" 792 }, 793 { 794 "name": "guzzlehttp/guzzle", 795 "version": "6.4.1", 796 "source": { 797 "type": "git", 798 "url": "https://github.com/guzzle/guzzle.git", 799 "reference": "0895c932405407fd3a7368b6910c09a24d26db11" 800 }, 801 "dist": { 802 "type": "zip", 803 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0895c932405407fd3a7368b6910c09a24d26db11", 804 "reference": "0895c932405407fd3a7368b6910c09a24d26db11", 805 "shasum": "" 806 }, 807 "require": { 808 "ext-json": "*", 809 "guzzlehttp/promises": "^1.0", 810 "guzzlehttp/psr7": "^1.6.1", 811 "php": ">=5.5" 812 }, 813 "require-dev": { 814 "ext-curl": "*", 815 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", 816 "psr/log": "^1.1" 817 }, 818 "suggest": { 819 "psr/log": "Required for using the Log middleware" 820 }, 821 "type": "library", 822 "extra": { 823 "branch-alias": { 824 "dev-master": "6.3-dev" 825 } 826 }, 827 "autoload": { 828 "psr-4": { 829 "GuzzleHttp\\": "src/" 830 }, 831 "files": [ 832 "src/functions_include.php" 833 ] 834 }, 835 "notification-url": "https://packagist.org/downloads/", 836 "license": [ 837 "MIT" 838 ], 839 "authors": [ 840 { 841 "name": "Michael Dowling", 842 "email": "mtdowling@gmail.com", 843 "homepage": "https://github.com/mtdowling" 844 } 845 ], 846 "description": "Guzzle is a PHP HTTP client library", 847 "homepage": "http://guzzlephp.org/", 848 "keywords": [ 849 "client", 850 "curl", 851 "framework", 852 "http", 853 "http client", 854 "rest", 855 "web service" 856 ], 857 "time": "2019-10-23T15:58:00+00:00" 858 }, 859 { 860 "name": "guzzlehttp/promises", 861 "version": "v1.3.1", 862 "source": { 863 "type": "git", 864 "url": "https://github.com/guzzle/promises.git", 865 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" 866 }, 867 "dist": { 868 "type": "zip", 869 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", 870 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", 871 "shasum": "" 872 }, 873 "require": { 874 "php": ">=5.5.0" 875 }, 876 "require-dev": { 877 "phpunit/phpunit": "^4.0" 878 }, 879 "type": "library", 880 "extra": { 881 "branch-alias": { 882 "dev-master": "1.4-dev" 883 } 884 }, 885 "autoload": { 886 "psr-4": { 887 "GuzzleHttp\\Promise\\": "src/" 888 }, 889 "files": [ 890 "src/functions_include.php" 891 ] 892 }, 893 "notification-url": "https://packagist.org/downloads/", 894 "license": [ 895 "MIT" 896 ], 897 "authors": [ 898 { 899 "name": "Michael Dowling", 900 "email": "mtdowling@gmail.com", 901 "homepage": "https://github.com/mtdowling" 902 } 903 ], 904 "description": "Guzzle promises library", 905 "keywords": [ 906 "promise" 907 ], 908 "time": "2016-12-20T10:07:11+00:00" 909 }, 910 { 911 "name": "guzzlehttp/psr7", 912 "version": "1.6.1", 913 "source": { 914 "type": "git", 915 "url": "https://github.com/guzzle/psr7.git", 916 "reference": "239400de7a173fe9901b9ac7c06497751f00727a" 917 }, 918 "dist": { 919 "type": "zip", 920 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", 921 "reference": "239400de7a173fe9901b9ac7c06497751f00727a", 922 "shasum": "" 923 }, 924 "require": { 925 "php": ">=5.4.0", 926 "psr/http-message": "~1.0", 927 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" 928 }, 929 "provide": { 930 "psr/http-message-implementation": "1.0" 931 }, 932 "require-dev": { 933 "ext-zlib": "*", 934 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" 935 }, 936 "suggest": { 937 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" 938 }, 939 "type": "library", 940 "extra": { 941 "branch-alias": { 942 "dev-master": "1.6-dev" 943 } 944 }, 945 "autoload": { 946 "psr-4": { 947 "GuzzleHttp\\Psr7\\": "src/" 948 }, 949 "files": [ 950 "src/functions_include.php" 951 ] 952 }, 953 "notification-url": "https://packagist.org/downloads/", 954 "license": [ 955 "MIT" 956 ], 957 "authors": [ 958 { 959 "name": "Michael Dowling", 960 "email": "mtdowling@gmail.com", 961 "homepage": "https://github.com/mtdowling" 962 }, 963 { 964 "name": "Tobias Schultze", 965 "homepage": "https://github.com/Tobion" 966 } 967 ], 968 "description": "PSR-7 message implementation that also provides common utility methods", 969 "keywords": [ 970 "http", 971 "message", 972 "psr-7", 973 "request", 974 "response", 975 "stream", 976 "uri", 977 "url" 978 ], 979 "time": "2019-07-01T23:21:34+00:00" 980 }, 981 { 982 "name": "illuminate/cache", 983 "version": "v5.8.35", 984 "source": { 985 "type": "git", 986 "url": "https://github.com/illuminate/cache.git", 987 "reference": "e6acac59f94c6362809b580918f7f3f6142d5796" 988 }, 989 "dist": { 990 "type": "zip", 991 "url": "https://api.github.com/repos/illuminate/cache/zipball/e6acac59f94c6362809b580918f7f3f6142d5796", 992 "reference": "e6acac59f94c6362809b580918f7f3f6142d5796", 993 "shasum": "" 994 }, 995 "require": { 996 "illuminate/contracts": "5.8.*", 997 "illuminate/support": "5.8.*", 998 "php": "^7.1.3" 999 }, 1000 "suggest": { 1001 "illuminate/database": "Required to use the database cache driver (5.8.*).", 1002 "illuminate/filesystem": "Required to use the file cache driver (5.8.*).", 1003 "illuminate/redis": "Required to use the redis cache driver (5.8.*)." 1004 }, 1005 "type": "library", 1006 "extra": { 1007 "branch-alias": { 1008 "dev-master": "5.8-dev" 1009 } 1010 }, 1011 "autoload": { 1012 "psr-4": { 1013 "Illuminate\\Cache\\": "" 1014 } 1015 }, 1016 "notification-url": "https://packagist.org/downloads/", 1017 "license": [ 1018 "MIT" 1019 ], 1020 "authors": [ 1021 { 1022 "name": "Taylor Otwell", 1023 "email": "taylor@laravel.com" 1024 } 1025 ], 1026 "description": "The Illuminate Cache package.", 1027 "homepage": "https://laravel.com", 1028 "time": "2019-08-18T13:53:57+00:00" 1029 }, 1030 { 1031 "name": "illuminate/container", 1032 "version": "v5.8.35", 1033 "source": { 1034 "type": "git", 1035 "url": "https://github.com/illuminate/container.git", 1036 "reference": "b42e5ef939144b77f78130918da0ce2d9ee16574" 1037 }, 1038 "dist": { 1039 "type": "zip", 1040 "url": "https://api.github.com/repos/illuminate/container/zipball/b42e5ef939144b77f78130918da0ce2d9ee16574", 1041 "reference": "b42e5ef939144b77f78130918da0ce2d9ee16574", 1042 "shasum": "" 1043 }, 1044 "require": { 1045 "illuminate/contracts": "5.8.*", 1046 "illuminate/support": "5.8.*", 1047 "php": "^7.1.3", 1048 "psr/container": "^1.0" 1049 }, 1050 "type": "library", 1051 "extra": { 1052 "branch-alias": { 1053 "dev-master": "5.8-dev" 1054 } 1055 }, 1056 "autoload": { 1057 "psr-4": { 1058 "Illuminate\\Container\\": "" 1059 } 1060 }, 1061 "notification-url": "https://packagist.org/downloads/", 1062 "license": [ 1063 "MIT" 1064 ], 1065 "authors": [ 1066 { 1067 "name": "Taylor Otwell", 1068 "email": "taylor@laravel.com" 1069 } 1070 ], 1071 "description": "The Illuminate Container package.", 1072 "homepage": "https://laravel.com", 1073 "time": "2019-08-20T02:00:23+00:00" 1074 }, 1075 { 1076 "name": "illuminate/contracts", 1077 "version": "v5.8.35", 1078 "source": { 1079 "type": "git", 1080 "url": "https://github.com/illuminate/contracts.git", 1081 "reference": "00fc6afee788fa07c311b0650ad276585f8aef96" 1082 }, 1083 "dist": { 1084 "type": "zip", 1085 "url": "https://api.github.com/repos/illuminate/contracts/zipball/00fc6afee788fa07c311b0650ad276585f8aef96", 1086 "reference": "00fc6afee788fa07c311b0650ad276585f8aef96", 1087 "shasum": "" 1088 }, 1089 "require": { 1090 "php": "^7.1.3", 1091 "psr/container": "^1.0", 1092 "psr/simple-cache": "^1.0" 1093 }, 1094 "type": "library", 1095 "extra": { 1096 "branch-alias": { 1097 "dev-master": "5.8-dev" 1098 } 1099 }, 1100 "autoload": { 1101 "psr-4": { 1102 "Illuminate\\Contracts\\": "" 1103 } 1104 }, 1105 "notification-url": "https://packagist.org/downloads/", 1106 "license": [ 1107 "MIT" 1108 ], 1109 "authors": [ 1110 { 1111 "name": "Taylor Otwell", 1112 "email": "taylor@laravel.com" 1113 } 1114 ], 1115 "description": "The Illuminate Contracts package.", 1116 "homepage": "https://laravel.com", 1117 "time": "2019-07-30T13:57:21+00:00" 1118 }, 1119 { 1120 "name": "illuminate/database", 1121 "version": "v5.8.35", 1122 "source": { 1123 "type": "git", 1124 "url": "https://github.com/illuminate/database.git", 1125 "reference": "56635c5e683a2e3c6c01a8a3bcad3683223d3cec" 1126 }, 1127 "dist": { 1128 "type": "zip", 1129 "url": "https://api.github.com/repos/illuminate/database/zipball/56635c5e683a2e3c6c01a8a3bcad3683223d3cec", 1130 "reference": "56635c5e683a2e3c6c01a8a3bcad3683223d3cec", 1131 "shasum": "" 1132 }, 1133 "require": { 1134 "ext-json": "*", 1135 "illuminate/container": "5.8.*", 1136 "illuminate/contracts": "5.8.*", 1137 "illuminate/support": "5.8.*", 1138 "php": "^7.1.3" 1139 }, 1140 "suggest": { 1141 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).", 1142 "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).", 1143 "illuminate/console": "Required to use the database commands (5.8.*).", 1144 "illuminate/events": "Required to use the observers with Eloquent (5.8.*).", 1145 "illuminate/filesystem": "Required to use the migrations (5.8.*).", 1146 "illuminate/pagination": "Required to paginate the result set (5.8.*)." 1147 }, 1148 "type": "library", 1149 "extra": { 1150 "branch-alias": { 1151 "dev-master": "5.8-dev" 1152 } 1153 }, 1154 "autoload": { 1155 "psr-4": { 1156 "Illuminate\\Database\\": "" 1157 } 1158 }, 1159 "notification-url": "https://packagist.org/downloads/", 1160 "license": [ 1161 "MIT" 1162 ], 1163 "authors": [ 1164 { 1165 "name": "Taylor Otwell", 1166 "email": "taylor@laravel.com" 1167 } 1168 ], 1169 "description": "The Illuminate Database package.", 1170 "homepage": "https://laravel.com", 1171 "keywords": [ 1172 "database", 1173 "laravel", 1174 "orm", 1175 "sql" 1176 ], 1177 "time": "2019-08-31T17:01:57+00:00" 1178 }, 1179 { 1180 "name": "illuminate/support", 1181 "version": "v5.8.35", 1182 "source": { 1183 "type": "git", 1184 "url": "https://github.com/illuminate/support.git", 1185 "reference": "e63a495d3bf01654f70def1046fb925c4bb56506" 1186 }, 1187 "dist": { 1188 "type": "zip", 1189 "url": "https://api.github.com/repos/illuminate/support/zipball/e63a495d3bf01654f70def1046fb925c4bb56506", 1190 "reference": "e63a495d3bf01654f70def1046fb925c4bb56506", 1191 "shasum": "" 1192 }, 1193 "require": { 1194 "doctrine/inflector": "^1.1", 1195 "ext-json": "*", 1196 "ext-mbstring": "*", 1197 "illuminate/contracts": "5.8.*", 1198 "nesbot/carbon": "^1.26.3 || ^2.0", 1199 "php": "^7.1.3" 1200 }, 1201 "conflict": { 1202 "tightenco/collect": "<5.5.33" 1203 }, 1204 "suggest": { 1205 "illuminate/filesystem": "Required to use the composer class (5.8.*).", 1206 "moontoast/math": "Required to use ordered UUIDs (^1.1).", 1207 "ramsey/uuid": "Required to use Str::uuid() (^3.7).", 1208 "symfony/process": "Required to use the composer class (^4.2).", 1209 "symfony/var-dumper": "Required to use the dd function (^4.2).", 1210 "vlucas/phpdotenv": "Required to use the env helper (^3.3)." 1211 }, 1212 "type": "library", 1213 "extra": { 1214 "branch-alias": { 1215 "dev-master": "5.8-dev" 1216 } 1217 }, 1218 "autoload": { 1219 "psr-4": { 1220 "Illuminate\\Support\\": "" 1221 }, 1222 "files": [ 1223 "helpers.php" 1224 ] 1225 }, 1226 "notification-url": "https://packagist.org/downloads/", 1227 "license": [ 1228 "MIT" 1229 ], 1230 "authors": [ 1231 { 1232 "name": "Taylor Otwell", 1233 "email": "taylor@laravel.com" 1234 } 1235 ], 1236 "description": "The Illuminate Support package.", 1237 "homepage": "https://laravel.com", 1238 "time": "2019-09-03T16:36:47+00:00" 1239 }, 1240 { 1241 "name": "intervention/image", 1242 "version": "2.5.1", 1243 "source": { 1244 "type": "git", 1245 "url": "https://github.com/Intervention/image.git", 1246 "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e" 1247 }, 1248 "dist": { 1249 "type": "zip", 1250 "url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e", 1251 "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e", 1252 "shasum": "" 1253 }, 1254 "require": { 1255 "ext-fileinfo": "*", 1256 "guzzlehttp/psr7": "~1.1", 1257 "php": ">=5.4.0" 1258 }, 1259 "require-dev": { 1260 "mockery/mockery": "~0.9.2", 1261 "phpunit/phpunit": "^4.8 || ^5.7" 1262 }, 1263 "suggest": { 1264 "ext-gd": "to use GD library based image processing.", 1265 "ext-imagick": "to use Imagick based image processing.", 1266 "intervention/imagecache": "Caching extension for the Intervention Image library" 1267 }, 1268 "type": "library", 1269 "extra": { 1270 "branch-alias": { 1271 "dev-master": "2.4-dev" 1272 }, 1273 "laravel": { 1274 "providers": [ 1275 "Intervention\\Image\\ImageServiceProvider" 1276 ], 1277 "aliases": { 1278 "Image": "Intervention\\Image\\Facades\\Image" 1279 } 1280 } 1281 }, 1282 "autoload": { 1283 "psr-4": { 1284 "Intervention\\Image\\": "src/Intervention/Image" 1285 } 1286 }, 1287 "notification-url": "https://packagist.org/downloads/", 1288 "license": [ 1289 "MIT" 1290 ], 1291 "authors": [ 1292 { 1293 "name": "Oliver Vogel", 1294 "email": "oliver@olivervogel.com", 1295 "homepage": "http://olivervogel.com/" 1296 } 1297 ], 1298 "description": "Image handling and manipulation library with support for Laravel integration", 1299 "homepage": "http://image.intervention.io/", 1300 "keywords": [ 1301 "gd", 1302 "image", 1303 "imagick", 1304 "laravel", 1305 "thumbnail", 1306 "watermark" 1307 ], 1308 "time": "2019-11-02T09:15:47+00:00" 1309 }, 1310 { 1311 "name": "league/commonmark", 1312 "version": "1.1.1", 1313 "source": { 1314 "type": "git", 1315 "url": "https://github.com/thephpleague/commonmark.git", 1316 "reference": "d74654d85954e3b9451d67faaebacd210fc70252" 1317 }, 1318 "dist": { 1319 "type": "zip", 1320 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/d74654d85954e3b9451d67faaebacd210fc70252", 1321 "reference": "d74654d85954e3b9451d67faaebacd210fc70252", 1322 "shasum": "" 1323 }, 1324 "require": { 1325 "ext-mbstring": "*", 1326 "php": "^7.1" 1327 }, 1328 "replace": { 1329 "colinodell/commonmark-php": "*" 1330 }, 1331 "require-dev": { 1332 "cebe/markdown": "~1.0", 1333 "commonmark/commonmark.js": "0.29.0", 1334 "erusev/parsedown": "~1.0", 1335 "ext-json": "*", 1336 "michelf/php-markdown": "~1.4", 1337 "mikehaertl/php-shellcommand": "^1.4", 1338 "phpstan/phpstan-shim": "^0.11.5", 1339 "phpunit/phpunit": "^7.5", 1340 "scrutinizer/ocular": "^1.5", 1341 "symfony/finder": "^4.2" 1342 }, 1343 "suggest": { 1344 "league/commonmark-extras": "Library of useful extensions including smart punctuation" 1345 }, 1346 "bin": [ 1347 "bin/commonmark" 1348 ], 1349 "type": "library", 1350 "extra": { 1351 "branch-alias": { 1352 "dev-master": "1.2-dev" 1353 } 1354 }, 1355 "autoload": { 1356 "psr-4": { 1357 "League\\CommonMark\\": "src" 1358 } 1359 }, 1360 "notification-url": "https://packagist.org/downloads/", 1361 "license": [ 1362 "BSD-3-Clause" 1363 ], 1364 "authors": [ 1365 { 1366 "name": "Colin O'Dell", 1367 "email": "colinodell@gmail.com", 1368 "homepage": "https://www.colinodell.com", 1369 "role": "Lead Developer" 1370 } 1371 ], 1372 "description": "PHP Markdown parser based on the CommonMark spec", 1373 "homepage": "https://commonmark.thephpleague.com", 1374 "keywords": [ 1375 "commonmark", 1376 "markdown", 1377 "parser" 1378 ], 1379 "time": "2019-11-11T22:23:29+00:00" 1380 }, 1381 { 1382 "name": "league/commonmark-ext-table", 1383 "version": "v2.1.0", 1384 "source": { 1385 "type": "git", 1386 "url": "https://github.com/thephpleague/commonmark-ext-table.git", 1387 "reference": "3228888ea69636e855efcf6636ff8e6316933fe7" 1388 }, 1389 "dist": { 1390 "type": "zip", 1391 "url": "https://api.github.com/repos/thephpleague/commonmark-ext-table/zipball/3228888ea69636e855efcf6636ff8e6316933fe7", 1392 "reference": "3228888ea69636e855efcf6636ff8e6316933fe7", 1393 "shasum": "" 1394 }, 1395 "require": { 1396 "league/commonmark": "~0.19.3|^1.0", 1397 "php": "^7.1" 1398 }, 1399 "require-dev": { 1400 "friendsofphp/php-cs-fixer": "^2.14", 1401 "phpstan/phpstan": "~0.11", 1402 "phpunit/phpunit": "^7.0|^8.0", 1403 "symfony/var-dumper": "^4.0", 1404 "vimeo/psalm": "^3.0" 1405 }, 1406 "type": "commonmark-extension", 1407 "extra": { 1408 "branch-alias": { 1409 "dev-master": "2.2-dev" 1410 } 1411 }, 1412 "autoload": { 1413 "psr-4": { 1414 "League\\CommonMark\\Ext\\Table\\": "src" 1415 } 1416 }, 1417 "notification-url": "https://packagist.org/downloads/", 1418 "license": [ 1419 "MIT" 1420 ], 1421 "authors": [ 1422 { 1423 "name": "Martin Hasoň", 1424 "email": "martin.hason@gmail.com" 1425 }, 1426 { 1427 "name": "Webuni s.r.o.", 1428 "homepage": "https://www.webuni.cz" 1429 }, 1430 { 1431 "name": "Colin O'Dell", 1432 "email": "colinodell@gmail.com", 1433 "homepage": "https://www.colinodell.com" 1434 } 1435 ], 1436 "description": "Table extension for league/commonmark", 1437 "homepage": "https://github.com/thephpleague/commonmark-ext-table", 1438 "keywords": [ 1439 "commonmark", 1440 "extension", 1441 "markdown", 1442 "table" 1443 ], 1444 "time": "2019-09-26T13:28:33+00:00" 1445 }, 1446 { 1447 "name": "league/flysystem", 1448 "version": "1.0.57", 1449 "source": { 1450 "type": "git", 1451 "url": "https://github.com/thephpleague/flysystem.git", 1452 "reference": "0e9db7f0b96b9f12dcf6f65bc34b72b1a30ea55a" 1453 }, 1454 "dist": { 1455 "type": "zip", 1456 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/0e9db7f0b96b9f12dcf6f65bc34b72b1a30ea55a", 1457 "reference": "0e9db7f0b96b9f12dcf6f65bc34b72b1a30ea55a", 1458 "shasum": "" 1459 }, 1460 "require": { 1461 "ext-fileinfo": "*", 1462 "php": ">=5.5.9" 1463 }, 1464 "conflict": { 1465 "league/flysystem-sftp": "<1.0.6" 1466 }, 1467 "require-dev": { 1468 "phpspec/phpspec": "^3.4", 1469 "phpunit/phpunit": "^5.7.10" 1470 }, 1471 "suggest": { 1472 "ext-fileinfo": "Required for MimeType", 1473 "ext-ftp": "Allows you to use FTP server storage", 1474 "ext-openssl": "Allows you to use FTPS server storage", 1475 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", 1476 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", 1477 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", 1478 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", 1479 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", 1480 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", 1481 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", 1482 "league/flysystem-webdav": "Allows you to use WebDAV storage", 1483 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", 1484 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", 1485 "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" 1486 }, 1487 "type": "library", 1488 "extra": { 1489 "branch-alias": { 1490 "dev-master": "1.1-dev" 1491 } 1492 }, 1493 "autoload": { 1494 "psr-4": { 1495 "League\\Flysystem\\": "src/" 1496 } 1497 }, 1498 "notification-url": "https://packagist.org/downloads/", 1499 "license": [ 1500 "MIT" 1501 ], 1502 "authors": [ 1503 { 1504 "name": "Frank de Jonge", 1505 "email": "info@frenky.net" 1506 } 1507 ], 1508 "description": "Filesystem abstraction: Many filesystems, one API.", 1509 "keywords": [ 1510 "Cloud Files", 1511 "WebDAV", 1512 "abstraction", 1513 "aws", 1514 "cloud", 1515 "copy.com", 1516 "dropbox", 1517 "file systems", 1518 "files", 1519 "filesystem", 1520 "filesystems", 1521 "ftp", 1522 "rackspace", 1523 "remote", 1524 "s3", 1525 "sftp", 1526 "storage" 1527 ], 1528 "time": "2019-10-16T21:01:05+00:00" 1529 }, 1530 { 1531 "name": "league/flysystem-cached-adapter", 1532 "version": "1.0.9", 1533 "source": { 1534 "type": "git", 1535 "url": "https://github.com/thephpleague/flysystem-cached-adapter.git", 1536 "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f" 1537 }, 1538 "dist": { 1539 "type": "zip", 1540 "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/08ef74e9be88100807a3b92cc9048a312bf01d6f", 1541 "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f", 1542 "shasum": "" 1543 }, 1544 "require": { 1545 "league/flysystem": "~1.0", 1546 "psr/cache": "^1.0.0" 1547 }, 1548 "require-dev": { 1549 "mockery/mockery": "~0.9", 1550 "phpspec/phpspec": "^3.4", 1551 "phpunit/phpunit": "^5.7", 1552 "predis/predis": "~1.0", 1553 "tedivm/stash": "~0.12" 1554 }, 1555 "suggest": { 1556 "ext-phpredis": "Pure C implemented extension for PHP" 1557 }, 1558 "type": "library", 1559 "autoload": { 1560 "psr-4": { 1561 "League\\Flysystem\\Cached\\": "src/" 1562 } 1563 }, 1564 "notification-url": "https://packagist.org/downloads/", 1565 "license": [ 1566 "MIT" 1567 ], 1568 "authors": [ 1569 { 1570 "name": "frankdejonge", 1571 "email": "info@frenky.net" 1572 } 1573 ], 1574 "description": "An adapter decorator to enable meta-data caching.", 1575 "time": "2018-07-09T20:51:04+00:00" 1576 }, 1577 { 1578 "name": "league/flysystem-ziparchive", 1579 "version": "1.0.3", 1580 "source": { 1581 "type": "git", 1582 "url": "https://github.com/thephpleague/flysystem-ziparchive.git", 1583 "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45" 1584 }, 1585 "dist": { 1586 "type": "zip", 1587 "url": "https://api.github.com/repos/thephpleague/flysystem-ziparchive/zipball/c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45", 1588 "reference": "c6d7c7ea23a57ee802d533ab9eb9f19dd5c5fc45", 1589 "shasum": "" 1590 }, 1591 "require": { 1592 "ext-zip": "*", 1593 "league/flysystem": "~1.0", 1594 "php": ">=5.4.0" 1595 }, 1596 "require-dev": { 1597 "mockery/mockery": "0.9.*", 1598 "phpunit/phpunit": "~4.0" 1599 }, 1600 "type": "library", 1601 "extra": { 1602 "branch-alias": { 1603 "dev-master": "1.0-dev" 1604 } 1605 }, 1606 "autoload": { 1607 "psr-4": { 1608 "League\\Flysystem\\ZipArchive\\": "src/" 1609 } 1610 }, 1611 "notification-url": "https://packagist.org/downloads/", 1612 "license": [ 1613 "MIT" 1614 ], 1615 "authors": [ 1616 { 1617 "name": "Frank de Jonge", 1618 "email": "info@frenky.net" 1619 } 1620 ], 1621 "description": "Flysystem adapter for ZipArchive's", 1622 "time": "2016-12-20T08:36:16+00:00" 1623 }, 1624 { 1625 "name": "league/glide", 1626 "version": "1.5.0", 1627 "source": { 1628 "type": "git", 1629 "url": "https://github.com/thephpleague/glide.git", 1630 "reference": "a5477e9e822ed57b39861a17092b92553634932d" 1631 }, 1632 "dist": { 1633 "type": "zip", 1634 "url": "https://api.github.com/repos/thephpleague/glide/zipball/a5477e9e822ed57b39861a17092b92553634932d", 1635 "reference": "a5477e9e822ed57b39861a17092b92553634932d", 1636 "shasum": "" 1637 }, 1638 "require": { 1639 "intervention/image": "^2.4", 1640 "league/flysystem": "^1.0", 1641 "php": "^5.5 | ^7.0", 1642 "psr/http-message": "^1.0" 1643 }, 1644 "require-dev": { 1645 "mockery/mockery": "~0.9", 1646 "phpunit/php-token-stream": "^1.4", 1647 "phpunit/phpunit": "~4.4" 1648 }, 1649 "type": "library", 1650 "extra": { 1651 "branch-alias": { 1652 "dev-master": "1.1-dev" 1653 } 1654 }, 1655 "autoload": { 1656 "psr-4": { 1657 "League\\Glide\\": "src/" 1658 } 1659 }, 1660 "notification-url": "https://packagist.org/downloads/", 1661 "license": [ 1662 "MIT" 1663 ], 1664 "authors": [ 1665 { 1666 "name": "Jonathan Reinink", 1667 "email": "jonathan@reinink.ca", 1668 "homepage": "http://reinink.ca" 1669 } 1670 ], 1671 "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.", 1672 "homepage": "http://glide.thephpleague.com", 1673 "keywords": [ 1674 "ImageMagick", 1675 "editing", 1676 "gd", 1677 "image", 1678 "imagick", 1679 "league", 1680 "manipulation", 1681 "processing" 1682 ], 1683 "time": "2019-04-03T23:46:42+00:00" 1684 }, 1685 { 1686 "name": "middlewares/client-ip", 1687 "version": "v1.3.0", 1688 "source": { 1689 "type": "git", 1690 "url": "https://github.com/middlewares/client-ip.git", 1691 "reference": "514d62f13839a045db095b03c25faeeaf0509c9c" 1692 }, 1693 "dist": { 1694 "type": "zip", 1695 "url": "https://api.github.com/repos/middlewares/client-ip/zipball/514d62f13839a045db095b03c25faeeaf0509c9c", 1696 "reference": "514d62f13839a045db095b03c25faeeaf0509c9c", 1697 "shasum": "" 1698 }, 1699 "require": { 1700 "php": "^7.0", 1701 "psr/http-server-middleware": "^1.0" 1702 }, 1703 "require-dev": { 1704 "eloquent/phony-phpunit": "^3.0|^4.0", 1705 "friendsofphp/php-cs-fixer": "^2.0", 1706 "middlewares/utils": "^2.1", 1707 "phpstan/phpstan": "^0.9.2|^0.10.3", 1708 "phpunit/phpunit": "^6.0|^7.0", 1709 "squizlabs/php_codesniffer": "^3.0", 1710 "zendframework/zend-diactoros": "^1.3" 1711 }, 1712 "type": "library", 1713 "autoload": { 1714 "psr-4": { 1715 "Middlewares\\": "src/" 1716 } 1717 }, 1718 "notification-url": "https://packagist.org/downloads/", 1719 "license": [ 1720 "MIT" 1721 ], 1722 "description": "Middleware to detect the client ip and save it as a request attribute", 1723 "homepage": "https://github.com/middlewares/client-ip", 1724 "keywords": [ 1725 "IP", 1726 "http", 1727 "middleware", 1728 "psr-15", 1729 "psr-7", 1730 "server" 1731 ], 1732 "time": "2019-03-29T09:10:29+00:00" 1733 }, 1734 { 1735 "name": "nesbot/carbon", 1736 "version": "2.26.0", 1737 "source": { 1738 "type": "git", 1739 "url": "https://github.com/briannesbitt/Carbon.git", 1740 "reference": "e01ecc0b71168febb52ae1fdc1cfcc95428e604e" 1741 }, 1742 "dist": { 1743 "type": "zip", 1744 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/e01ecc0b71168febb52ae1fdc1cfcc95428e604e", 1745 "reference": "e01ecc0b71168febb52ae1fdc1cfcc95428e604e", 1746 "shasum": "" 1747 }, 1748 "require": { 1749 "ext-json": "*", 1750 "php": "^7.1.8 || ^8.0", 1751 "symfony/translation": "^3.4 || ^4.0" 1752 }, 1753 "require-dev": { 1754 "friendsofphp/php-cs-fixer": "^2.14 || ^3.0", 1755 "kylekatarnls/multi-tester": "^1.1", 1756 "phpmd/phpmd": "dev-php-7.1-compatibility", 1757 "phpstan/phpstan": "^0.11", 1758 "phpunit/phpunit": "^7.5 || ^8.0", 1759 "squizlabs/php_codesniffer": "^3.4" 1760 }, 1761 "bin": [ 1762 "bin/carbon" 1763 ], 1764 "type": "library", 1765 "extra": { 1766 "laravel": { 1767 "providers": [ 1768 "Carbon\\Laravel\\ServiceProvider" 1769 ] 1770 } 1771 }, 1772 "autoload": { 1773 "psr-4": { 1774 "Carbon\\": "src/Carbon/" 1775 } 1776 }, 1777 "notification-url": "https://packagist.org/downloads/", 1778 "license": [ 1779 "MIT" 1780 ], 1781 "authors": [ 1782 { 1783 "name": "Brian Nesbitt", 1784 "email": "brian@nesbot.com", 1785 "homepage": "http://nesbot.com" 1786 }, 1787 { 1788 "name": "kylekatarnls", 1789 "homepage": "http://github.com/kylekatarnls" 1790 } 1791 ], 1792 "description": "An API extension for DateTime that supports 281 different languages.", 1793 "homepage": "http://carbon.nesbot.com", 1794 "keywords": [ 1795 "date", 1796 "datetime", 1797 "time" 1798 ], 1799 "time": "2019-10-21T21:32:25+00:00" 1800 }, 1801 { 1802 "name": "nyholm/psr7", 1803 "version": "1.2.1", 1804 "source": { 1805 "type": "git", 1806 "url": "https://github.com/Nyholm/psr7.git", 1807 "reference": "55ff6b76573f5b242554c9775792bd59fb52e11c" 1808 }, 1809 "dist": { 1810 "type": "zip", 1811 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/55ff6b76573f5b242554c9775792bd59fb52e11c", 1812 "reference": "55ff6b76573f5b242554c9775792bd59fb52e11c", 1813 "shasum": "" 1814 }, 1815 "require": { 1816 "php": "^7.1", 1817 "php-http/message-factory": "^1.0", 1818 "psr/http-factory": "^1.0", 1819 "psr/http-message": "^1.0" 1820 }, 1821 "provide": { 1822 "psr/http-factory-implementation": "1.0", 1823 "psr/http-message-implementation": "1.0" 1824 }, 1825 "require-dev": { 1826 "http-interop/http-factory-tests": "dev-master", 1827 "php-http/psr7-integration-tests": "dev-master", 1828 "phpunit/phpunit": "^7.5" 1829 }, 1830 "type": "library", 1831 "extra": { 1832 "branch-alias": { 1833 "dev-master": "1.0-dev" 1834 } 1835 }, 1836 "autoload": { 1837 "psr-4": { 1838 "Nyholm\\Psr7\\": "src/" 1839 } 1840 }, 1841 "notification-url": "https://packagist.org/downloads/", 1842 "license": [ 1843 "MIT" 1844 ], 1845 "authors": [ 1846 { 1847 "name": "Tobias Nyholm", 1848 "email": "tobias.nyholm@gmail.com" 1849 }, 1850 { 1851 "name": "Martijn van der Ven", 1852 "email": "martijn@vanderven.se" 1853 } 1854 ], 1855 "description": "A fast PHP7 implementation of PSR-7", 1856 "homepage": "http://tnyholm.se", 1857 "keywords": [ 1858 "psr-17", 1859 "psr-7" 1860 ], 1861 "time": "2019-09-05T13:24:16+00:00" 1862 }, 1863 { 1864 "name": "nyholm/psr7-server", 1865 "version": "0.4.1", 1866 "source": { 1867 "type": "git", 1868 "url": "https://github.com/Nyholm/psr7-server.git", 1869 "reference": "e6a526e9170e6e33a13efc2b61703ca476b7ea68" 1870 }, 1871 "dist": { 1872 "type": "zip", 1873 "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/e6a526e9170e6e33a13efc2b61703ca476b7ea68", 1874 "reference": "e6a526e9170e6e33a13efc2b61703ca476b7ea68", 1875 "shasum": "" 1876 }, 1877 "require": { 1878 "php": "^7.1", 1879 "psr/http-factory": "^1.0", 1880 "psr/http-message": "^1.0" 1881 }, 1882 "require-dev": { 1883 "nyholm/nsa": "^1.1", 1884 "nyholm/psr7": "^1.0", 1885 "phpunit/phpunit": "^7.0" 1886 }, 1887 "type": "library", 1888 "autoload": { 1889 "psr-4": { 1890 "Nyholm\\Psr7Server\\": "src/" 1891 } 1892 }, 1893 "notification-url": "https://packagist.org/downloads/", 1894 "license": [ 1895 "MIT" 1896 ], 1897 "authors": [ 1898 { 1899 "name": "Tobias Nyholm", 1900 "email": "tobias.nyholm@gmail.com" 1901 }, 1902 { 1903 "name": "Martijn van der Ven", 1904 "email": "martijn@vanderven.se" 1905 } 1906 ], 1907 "description": "Helper classes to handle PSR-7 server requests", 1908 "homepage": "http://tnyholm.se", 1909 "keywords": [ 1910 "psr-17", 1911 "psr-7" 1912 ], 1913 "time": "2019-11-05T20:36:33+00:00" 1914 }, 1915 { 1916 "name": "oscarotero/middleland", 1917 "version": "v1.0.0", 1918 "source": { 1919 "type": "git", 1920 "url": "https://github.com/oscarotero/middleland.git", 1921 "reference": "abd480afe264714095d043edd76c542a99f1695b" 1922 }, 1923 "dist": { 1924 "type": "zip", 1925 "url": "https://api.github.com/repos/oscarotero/middleland/zipball/abd480afe264714095d043edd76c542a99f1695b", 1926 "reference": "abd480afe264714095d043edd76c542a99f1695b", 1927 "shasum": "" 1928 }, 1929 "require": { 1930 "php": "^7.0", 1931 "psr/container": "^1.0", 1932 "psr/http-server-middleware": "^1.0" 1933 }, 1934 "require-dev": { 1935 "friendsofphp/php-cs-fixer": "^2.0", 1936 "phpunit/phpunit": "^6.0", 1937 "zendframework/zend-diactoros": "^1.3" 1938 }, 1939 "type": "library", 1940 "autoload": { 1941 "psr-4": { 1942 "Middleland\\": "src/" 1943 } 1944 }, 1945 "notification-url": "https://packagist.org/downloads/", 1946 "license": [ 1947 "MIT" 1948 ], 1949 "authors": [ 1950 { 1951 "name": "Oscar Otero", 1952 "email": "oom@oscarotero.com", 1953 "homepage": "http://oscarotero.com", 1954 "role": "Developer" 1955 } 1956 ], 1957 "description": "PSR-15 middleware dispatcher", 1958 "homepage": "https://github.com/oscarotero/dispatcher", 1959 "keywords": [ 1960 "http", 1961 "middleware", 1962 "psr-15", 1963 "psr-7" 1964 ], 1965 "time": "2018-01-24T20:41:57+00:00" 1966 }, 1967 { 1968 "name": "paragonie/random_compat", 1969 "version": "v9.99.99", 1970 "source": { 1971 "type": "git", 1972 "url": "https://github.com/paragonie/random_compat.git", 1973 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" 1974 }, 1975 "dist": { 1976 "type": "zip", 1977 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", 1978 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", 1979 "shasum": "" 1980 }, 1981 "require": { 1982 "php": "^7" 1983 }, 1984 "require-dev": { 1985 "phpunit/phpunit": "4.*|5.*", 1986 "vimeo/psalm": "^1" 1987 }, 1988 "suggest": { 1989 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." 1990 }, 1991 "type": "library", 1992 "notification-url": "https://packagist.org/downloads/", 1993 "license": [ 1994 "MIT" 1995 ], 1996 "authors": [ 1997 { 1998 "name": "Paragon Initiative Enterprises", 1999 "email": "security@paragonie.com", 2000 "homepage": "https://paragonie.com" 2001 } 2002 ], 2003 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", 2004 "keywords": [ 2005 "csprng", 2006 "polyfill", 2007 "pseudorandom", 2008 "random" 2009 ], 2010 "time": "2018-07-02T15:55:56+00:00" 2011 }, 2012 { 2013 "name": "php-http/message-factory", 2014 "version": "v1.0.2", 2015 "source": { 2016 "type": "git", 2017 "url": "https://github.com/php-http/message-factory.git", 2018 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" 2019 }, 2020 "dist": { 2021 "type": "zip", 2022 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", 2023 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", 2024 "shasum": "" 2025 }, 2026 "require": { 2027 "php": ">=5.4", 2028 "psr/http-message": "^1.0" 2029 }, 2030 "type": "library", 2031 "extra": { 2032 "branch-alias": { 2033 "dev-master": "1.0-dev" 2034 } 2035 }, 2036 "autoload": { 2037 "psr-4": { 2038 "Http\\Message\\": "src/" 2039 } 2040 }, 2041 "notification-url": "https://packagist.org/downloads/", 2042 "license": [ 2043 "MIT" 2044 ], 2045 "authors": [ 2046 { 2047 "name": "Márk Sági-Kazár", 2048 "email": "mark.sagikazar@gmail.com" 2049 } 2050 ], 2051 "description": "Factory interfaces for PSR-7 HTTP Message", 2052 "homepage": "http://php-http.org", 2053 "keywords": [ 2054 "factory", 2055 "http", 2056 "message", 2057 "stream", 2058 "uri" 2059 ], 2060 "time": "2015-12-19T14:08:53+00:00" 2061 }, 2062 { 2063 "name": "psr/cache", 2064 "version": "1.0.1", 2065 "source": { 2066 "type": "git", 2067 "url": "https://github.com/php-fig/cache.git", 2068 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" 2069 }, 2070 "dist": { 2071 "type": "zip", 2072 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", 2073 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", 2074 "shasum": "" 2075 }, 2076 "require": { 2077 "php": ">=5.3.0" 2078 }, 2079 "type": "library", 2080 "extra": { 2081 "branch-alias": { 2082 "dev-master": "1.0.x-dev" 2083 } 2084 }, 2085 "autoload": { 2086 "psr-4": { 2087 "Psr\\Cache\\": "src/" 2088 } 2089 }, 2090 "notification-url": "https://packagist.org/downloads/", 2091 "license": [ 2092 "MIT" 2093 ], 2094 "authors": [ 2095 { 2096 "name": "PHP-FIG", 2097 "homepage": "http://www.php-fig.org/" 2098 } 2099 ], 2100 "description": "Common interface for caching libraries", 2101 "keywords": [ 2102 "cache", 2103 "psr", 2104 "psr-6" 2105 ], 2106 "time": "2016-08-06T20:24:11+00:00" 2107 }, 2108 { 2109 "name": "psr/container", 2110 "version": "1.0.0", 2111 "source": { 2112 "type": "git", 2113 "url": "https://github.com/php-fig/container.git", 2114 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" 2115 }, 2116 "dist": { 2117 "type": "zip", 2118 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", 2119 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", 2120 "shasum": "" 2121 }, 2122 "require": { 2123 "php": ">=5.3.0" 2124 }, 2125 "type": "library", 2126 "extra": { 2127 "branch-alias": { 2128 "dev-master": "1.0.x-dev" 2129 } 2130 }, 2131 "autoload": { 2132 "psr-4": { 2133 "Psr\\Container\\": "src/" 2134 } 2135 }, 2136 "notification-url": "https://packagist.org/downloads/", 2137 "license": [ 2138 "MIT" 2139 ], 2140 "authors": [ 2141 { 2142 "name": "PHP-FIG", 2143 "homepage": "http://www.php-fig.org/" 2144 } 2145 ], 2146 "description": "Common Container Interface (PHP FIG PSR-11)", 2147 "homepage": "https://github.com/php-fig/container", 2148 "keywords": [ 2149 "PSR-11", 2150 "container", 2151 "container-interface", 2152 "container-interop", 2153 "psr" 2154 ], 2155 "time": "2017-02-14T16:28:37+00:00" 2156 }, 2157 { 2158 "name": "psr/http-factory", 2159 "version": "1.0.1", 2160 "source": { 2161 "type": "git", 2162 "url": "https://github.com/php-fig/http-factory.git", 2163 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" 2164 }, 2165 "dist": { 2166 "type": "zip", 2167 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", 2168 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", 2169 "shasum": "" 2170 }, 2171 "require": { 2172 "php": ">=7.0.0", 2173 "psr/http-message": "^1.0" 2174 }, 2175 "type": "library", 2176 "extra": { 2177 "branch-alias": { 2178 "dev-master": "1.0.x-dev" 2179 } 2180 }, 2181 "autoload": { 2182 "psr-4": { 2183 "Psr\\Http\\Message\\": "src/" 2184 } 2185 }, 2186 "notification-url": "https://packagist.org/downloads/", 2187 "license": [ 2188 "MIT" 2189 ], 2190 "authors": [ 2191 { 2192 "name": "PHP-FIG", 2193 "homepage": "http://www.php-fig.org/" 2194 } 2195 ], 2196 "description": "Common interfaces for PSR-7 HTTP message factories", 2197 "keywords": [ 2198 "factory", 2199 "http", 2200 "message", 2201 "psr", 2202 "psr-17", 2203 "psr-7", 2204 "request", 2205 "response" 2206 ], 2207 "time": "2019-04-30T12:38:16+00:00" 2208 }, 2209 { 2210 "name": "psr/http-message", 2211 "version": "1.0.1", 2212 "source": { 2213 "type": "git", 2214 "url": "https://github.com/php-fig/http-message.git", 2215 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" 2216 }, 2217 "dist": { 2218 "type": "zip", 2219 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", 2220 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", 2221 "shasum": "" 2222 }, 2223 "require": { 2224 "php": ">=5.3.0" 2225 }, 2226 "type": "library", 2227 "extra": { 2228 "branch-alias": { 2229 "dev-master": "1.0.x-dev" 2230 } 2231 }, 2232 "autoload": { 2233 "psr-4": { 2234 "Psr\\Http\\Message\\": "src/" 2235 } 2236 }, 2237 "notification-url": "https://packagist.org/downloads/", 2238 "license": [ 2239 "MIT" 2240 ], 2241 "authors": [ 2242 { 2243 "name": "PHP-FIG", 2244 "homepage": "http://www.php-fig.org/" 2245 } 2246 ], 2247 "description": "Common interface for HTTP messages", 2248 "homepage": "https://github.com/php-fig/http-message", 2249 "keywords": [ 2250 "http", 2251 "http-message", 2252 "psr", 2253 "psr-7", 2254 "request", 2255 "response" 2256 ], 2257 "time": "2016-08-06T14:39:51+00:00" 2258 }, 2259 { 2260 "name": "psr/http-server-handler", 2261 "version": "1.0.1", 2262 "source": { 2263 "type": "git", 2264 "url": "https://github.com/php-fig/http-server-handler.git", 2265 "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7" 2266 }, 2267 "dist": { 2268 "type": "zip", 2269 "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7", 2270 "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7", 2271 "shasum": "" 2272 }, 2273 "require": { 2274 "php": ">=7.0", 2275 "psr/http-message": "^1.0" 2276 }, 2277 "type": "library", 2278 "extra": { 2279 "branch-alias": { 2280 "dev-master": "1.0.x-dev" 2281 } 2282 }, 2283 "autoload": { 2284 "psr-4": { 2285 "Psr\\Http\\Server\\": "src/" 2286 } 2287 }, 2288 "notification-url": "https://packagist.org/downloads/", 2289 "license": [ 2290 "MIT" 2291 ], 2292 "authors": [ 2293 { 2294 "name": "PHP-FIG", 2295 "homepage": "http://www.php-fig.org/" 2296 } 2297 ], 2298 "description": "Common interface for HTTP server-side request handler", 2299 "keywords": [ 2300 "handler", 2301 "http", 2302 "http-interop", 2303 "psr", 2304 "psr-15", 2305 "psr-7", 2306 "request", 2307 "response", 2308 "server" 2309 ], 2310 "time": "2018-10-30T16:46:14+00:00" 2311 }, 2312 { 2313 "name": "psr/http-server-middleware", 2314 "version": "1.0.1", 2315 "source": { 2316 "type": "git", 2317 "url": "https://github.com/php-fig/http-server-middleware.git", 2318 "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5" 2319 }, 2320 "dist": { 2321 "type": "zip", 2322 "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5", 2323 "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5", 2324 "shasum": "" 2325 }, 2326 "require": { 2327 "php": ">=7.0", 2328 "psr/http-message": "^1.0", 2329 "psr/http-server-handler": "^1.0" 2330 }, 2331 "type": "library", 2332 "extra": { 2333 "branch-alias": { 2334 "dev-master": "1.0.x-dev" 2335 } 2336 }, 2337 "autoload": { 2338 "psr-4": { 2339 "Psr\\Http\\Server\\": "src/" 2340 } 2341 }, 2342 "notification-url": "https://packagist.org/downloads/", 2343 "license": [ 2344 "MIT" 2345 ], 2346 "authors": [ 2347 { 2348 "name": "PHP-FIG", 2349 "homepage": "http://www.php-fig.org/" 2350 } 2351 ], 2352 "description": "Common interface for HTTP server-side middleware", 2353 "keywords": [ 2354 "http", 2355 "http-interop", 2356 "middleware", 2357 "psr", 2358 "psr-15", 2359 "psr-7", 2360 "request", 2361 "response" 2362 ], 2363 "time": "2018-10-30T17:12:04+00:00" 2364 }, 2365 { 2366 "name": "psr/log", 2367 "version": "1.1.2", 2368 "source": { 2369 "type": "git", 2370 "url": "https://github.com/php-fig/log.git", 2371 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801" 2372 }, 2373 "dist": { 2374 "type": "zip", 2375 "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801", 2376 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801", 2377 "shasum": "" 2378 }, 2379 "require": { 2380 "php": ">=5.3.0" 2381 }, 2382 "type": "library", 2383 "extra": { 2384 "branch-alias": { 2385 "dev-master": "1.1.x-dev" 2386 } 2387 }, 2388 "autoload": { 2389 "psr-4": { 2390 "Psr\\Log\\": "Psr/Log/" 2391 } 2392 }, 2393 "notification-url": "https://packagist.org/downloads/", 2394 "license": [ 2395 "MIT" 2396 ], 2397 "authors": [ 2398 { 2399 "name": "PHP-FIG", 2400 "homepage": "http://www.php-fig.org/" 2401 } 2402 ], 2403 "description": "Common interface for logging libraries", 2404 "homepage": "https://github.com/php-fig/log", 2405 "keywords": [ 2406 "log", 2407 "psr", 2408 "psr-3" 2409 ], 2410 "time": "2019-11-01T11:05:21+00:00" 2411 }, 2412 { 2413 "name": "psr/simple-cache", 2414 "version": "1.0.1", 2415 "source": { 2416 "type": "git", 2417 "url": "https://github.com/php-fig/simple-cache.git", 2418 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" 2419 }, 2420 "dist": { 2421 "type": "zip", 2422 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", 2423 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", 2424 "shasum": "" 2425 }, 2426 "require": { 2427 "php": ">=5.3.0" 2428 }, 2429 "type": "library", 2430 "extra": { 2431 "branch-alias": { 2432 "dev-master": "1.0.x-dev" 2433 } 2434 }, 2435 "autoload": { 2436 "psr-4": { 2437 "Psr\\SimpleCache\\": "src/" 2438 } 2439 }, 2440 "notification-url": "https://packagist.org/downloads/", 2441 "license": [ 2442 "MIT" 2443 ], 2444 "authors": [ 2445 { 2446 "name": "PHP-FIG", 2447 "homepage": "http://www.php-fig.org/" 2448 } 2449 ], 2450 "description": "Common interfaces for simple caching", 2451 "keywords": [ 2452 "cache", 2453 "caching", 2454 "psr", 2455 "psr-16", 2456 "simple-cache" 2457 ], 2458 "time": "2017-10-23T01:57:42+00:00" 2459 }, 2460 { 2461 "name": "ralouphie/getallheaders", 2462 "version": "3.0.3", 2463 "source": { 2464 "type": "git", 2465 "url": "https://github.com/ralouphie/getallheaders.git", 2466 "reference": "120b605dfeb996808c31b6477290a714d356e822" 2467 }, 2468 "dist": { 2469 "type": "zip", 2470 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", 2471 "reference": "120b605dfeb996808c31b6477290a714d356e822", 2472 "shasum": "" 2473 }, 2474 "require": { 2475 "php": ">=5.6" 2476 }, 2477 "require-dev": { 2478 "php-coveralls/php-coveralls": "^2.1", 2479 "phpunit/phpunit": "^5 || ^6.5" 2480 }, 2481 "type": "library", 2482 "autoload": { 2483 "files": [ 2484 "src/getallheaders.php" 2485 ] 2486 }, 2487 "notification-url": "https://packagist.org/downloads/", 2488 "license": [ 2489 "MIT" 2490 ], 2491 "authors": [ 2492 { 2493 "name": "Ralph Khattar", 2494 "email": "ralph.khattar@gmail.com" 2495 } 2496 ], 2497 "description": "A polyfill for getallheaders.", 2498 "time": "2019-03-08T08:55:37+00:00" 2499 }, 2500 { 2501 "name": "ramsey/uuid", 2502 "version": "3.8.0", 2503 "source": { 2504 "type": "git", 2505 "url": "https://github.com/ramsey/uuid.git", 2506 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3" 2507 }, 2508 "dist": { 2509 "type": "zip", 2510 "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3", 2511 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3", 2512 "shasum": "" 2513 }, 2514 "require": { 2515 "paragonie/random_compat": "^1.0|^2.0|9.99.99", 2516 "php": "^5.4 || ^7.0", 2517 "symfony/polyfill-ctype": "^1.8" 2518 }, 2519 "replace": { 2520 "rhumsaa/uuid": "self.version" 2521 }, 2522 "require-dev": { 2523 "codeception/aspect-mock": "^1.0 | ~2.0.0", 2524 "doctrine/annotations": "~1.2.0", 2525 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0", 2526 "ircmaxell/random-lib": "^1.1", 2527 "jakub-onderka/php-parallel-lint": "^0.9.0", 2528 "mockery/mockery": "^0.9.9", 2529 "moontoast/math": "^1.1", 2530 "php-mock/php-mock-phpunit": "^0.3|^1.1", 2531 "phpunit/phpunit": "^4.7|^5.0|^6.5", 2532 "squizlabs/php_codesniffer": "^2.3" 2533 }, 2534 "suggest": { 2535 "ext-ctype": "Provides support for PHP Ctype functions", 2536 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", 2537 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", 2538 "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", 2539 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", 2540 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", 2541 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." 2542 }, 2543 "type": "library", 2544 "extra": { 2545 "branch-alias": { 2546 "dev-master": "3.x-dev" 2547 } 2548 }, 2549 "autoload": { 2550 "psr-4": { 2551 "Ramsey\\Uuid\\": "src/" 2552 } 2553 }, 2554 "notification-url": "https://packagist.org/downloads/", 2555 "license": [ 2556 "MIT" 2557 ], 2558 "authors": [ 2559 { 2560 "name": "Marijn Huizendveld", 2561 "email": "marijn.huizendveld@gmail.com" 2562 }, 2563 { 2564 "name": "Thibaud Fabre", 2565 "email": "thibaud@aztech.io" 2566 }, 2567 { 2568 "name": "Ben Ramsey", 2569 "email": "ben@benramsey.com", 2570 "homepage": "https://benramsey.com" 2571 } 2572 ], 2573 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", 2574 "homepage": "https://github.com/ramsey/uuid", 2575 "keywords": [ 2576 "guid", 2577 "identifier", 2578 "uuid" 2579 ], 2580 "time": "2018-07-19T23:38:55+00:00" 2581 }, 2582 { 2583 "name": "swiftmailer/swiftmailer", 2584 "version": "v6.2.3", 2585 "source": { 2586 "type": "git", 2587 "url": "https://github.com/swiftmailer/swiftmailer.git", 2588 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9" 2589 }, 2590 "dist": { 2591 "type": "zip", 2592 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9", 2593 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9", 2594 "shasum": "" 2595 }, 2596 "require": { 2597 "egulias/email-validator": "~2.0", 2598 "php": ">=7.0.0", 2599 "symfony/polyfill-iconv": "^1.0", 2600 "symfony/polyfill-intl-idn": "^1.10", 2601 "symfony/polyfill-mbstring": "^1.0" 2602 }, 2603 "require-dev": { 2604 "mockery/mockery": "~0.9.1", 2605 "symfony/phpunit-bridge": "^3.4.19|^4.1.8" 2606 }, 2607 "suggest": { 2608 "ext-intl": "Needed to support internationalized email addresses", 2609 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed" 2610 }, 2611 "type": "library", 2612 "extra": { 2613 "branch-alias": { 2614 "dev-master": "6.2-dev" 2615 } 2616 }, 2617 "autoload": { 2618 "files": [ 2619 "lib/swift_required.php" 2620 ] 2621 }, 2622 "notification-url": "https://packagist.org/downloads/", 2623 "license": [ 2624 "MIT" 2625 ], 2626 "authors": [ 2627 { 2628 "name": "Chris Corbyn" 2629 }, 2630 { 2631 "name": "Fabien Potencier", 2632 "email": "fabien@symfony.com" 2633 } 2634 ], 2635 "description": "Swiftmailer, free feature-rich PHP mailer", 2636 "homepage": "https://swiftmailer.symfony.com", 2637 "keywords": [ 2638 "email", 2639 "mail", 2640 "mailer" 2641 ], 2642 "time": "2019-11-12T09:31:26+00:00" 2643 }, 2644 { 2645 "name": "symfony/cache", 2646 "version": "v4.3.8", 2647 "source": { 2648 "type": "git", 2649 "url": "https://github.com/symfony/cache.git", 2650 "reference": "83dca34362a0aba2b93aa1226dac6ef7cfea1262" 2651 }, 2652 "dist": { 2653 "type": "zip", 2654 "url": "https://api.github.com/repos/symfony/cache/zipball/83dca34362a0aba2b93aa1226dac6ef7cfea1262", 2655 "reference": "83dca34362a0aba2b93aa1226dac6ef7cfea1262", 2656 "shasum": "" 2657 }, 2658 "require": { 2659 "php": "^7.1.3", 2660 "psr/cache": "~1.0", 2661 "psr/log": "~1.0", 2662 "symfony/cache-contracts": "^1.1", 2663 "symfony/service-contracts": "^1.1", 2664 "symfony/var-exporter": "^4.2" 2665 }, 2666 "conflict": { 2667 "doctrine/dbal": "<2.5", 2668 "symfony/dependency-injection": "<3.4", 2669 "symfony/var-dumper": "<3.4" 2670 }, 2671 "provide": { 2672 "psr/cache-implementation": "1.0", 2673 "psr/simple-cache-implementation": "1.0", 2674 "symfony/cache-implementation": "1.0" 2675 }, 2676 "require-dev": { 2677 "cache/integration-tests": "dev-master", 2678 "doctrine/cache": "~1.6", 2679 "doctrine/dbal": "~2.5", 2680 "predis/predis": "~1.1", 2681 "psr/simple-cache": "^1.0", 2682 "symfony/config": "~4.2", 2683 "symfony/dependency-injection": "~3.4|~4.1", 2684 "symfony/var-dumper": "^4.1.1" 2685 }, 2686 "type": "library", 2687 "extra": { 2688 "branch-alias": { 2689 "dev-master": "4.3-dev" 2690 } 2691 }, 2692 "autoload": { 2693 "psr-4": { 2694 "Symfony\\Component\\Cache\\": "" 2695 }, 2696 "exclude-from-classmap": [ 2697 "/Tests/" 2698 ] 2699 }, 2700 "notification-url": "https://packagist.org/downloads/", 2701 "license": [ 2702 "MIT" 2703 ], 2704 "authors": [ 2705 { 2706 "name": "Nicolas Grekas", 2707 "email": "p@tchwork.com" 2708 }, 2709 { 2710 "name": "Symfony Community", 2711 "homepage": "https://symfony.com/contributors" 2712 } 2713 ], 2714 "description": "Symfony Cache component with PSR-6, PSR-16, and tags", 2715 "homepage": "https://symfony.com", 2716 "keywords": [ 2717 "caching", 2718 "psr6" 2719 ], 2720 "time": "2019-11-12T13:07:20+00:00" 2721 }, 2722 { 2723 "name": "symfony/cache-contracts", 2724 "version": "v1.1.7", 2725 "source": { 2726 "type": "git", 2727 "url": "https://github.com/symfony/cache-contracts.git", 2728 "reference": "af50d14ada9e4e82cfabfabdc502d144f89be0a1" 2729 }, 2730 "dist": { 2731 "type": "zip", 2732 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/af50d14ada9e4e82cfabfabdc502d144f89be0a1", 2733 "reference": "af50d14ada9e4e82cfabfabdc502d144f89be0a1", 2734 "shasum": "" 2735 }, 2736 "require": { 2737 "php": "^7.1.3", 2738 "psr/cache": "^1.0" 2739 }, 2740 "suggest": { 2741 "symfony/cache-implementation": "" 2742 }, 2743 "type": "library", 2744 "extra": { 2745 "branch-alias": { 2746 "dev-master": "1.1-dev" 2747 } 2748 }, 2749 "autoload": { 2750 "psr-4": { 2751 "Symfony\\Contracts\\Cache\\": "" 2752 } 2753 }, 2754 "notification-url": "https://packagist.org/downloads/", 2755 "license": [ 2756 "MIT" 2757 ], 2758 "authors": [ 2759 { 2760 "name": "Nicolas Grekas", 2761 "email": "p@tchwork.com" 2762 }, 2763 { 2764 "name": "Symfony Community", 2765 "homepage": "https://symfony.com/contributors" 2766 } 2767 ], 2768 "description": "Generic abstractions related to caching", 2769 "homepage": "https://symfony.com", 2770 "keywords": [ 2771 "abstractions", 2772 "contracts", 2773 "decoupling", 2774 "interfaces", 2775 "interoperability", 2776 "standards" 2777 ], 2778 "time": "2019-10-04T21:43:27+00:00" 2779 }, 2780 { 2781 "name": "symfony/debug", 2782 "version": "v4.3.8", 2783 "source": { 2784 "type": "git", 2785 "url": "https://github.com/symfony/debug.git", 2786 "reference": "5ea9c3e01989a86ceaa0283f21234b12deadf5e2" 2787 }, 2788 "dist": { 2789 "type": "zip", 2790 "url": "https://api.github.com/repos/symfony/debug/zipball/5ea9c3e01989a86ceaa0283f21234b12deadf5e2", 2791 "reference": "5ea9c3e01989a86ceaa0283f21234b12deadf5e2", 2792 "shasum": "" 2793 }, 2794 "require": { 2795 "php": "^7.1.3", 2796 "psr/log": "~1.0" 2797 }, 2798 "conflict": { 2799 "symfony/http-kernel": "<3.4" 2800 }, 2801 "require-dev": { 2802 "symfony/http-kernel": "~3.4|~4.0" 2803 }, 2804 "type": "library", 2805 "extra": { 2806 "branch-alias": { 2807 "dev-master": "4.3-dev" 2808 } 2809 }, 2810 "autoload": { 2811 "psr-4": { 2812 "Symfony\\Component\\Debug\\": "" 2813 }, 2814 "exclude-from-classmap": [ 2815 "/Tests/" 2816 ] 2817 }, 2818 "notification-url": "https://packagist.org/downloads/", 2819 "license": [ 2820 "MIT" 2821 ], 2822 "authors": [ 2823 { 2824 "name": "Fabien Potencier", 2825 "email": "fabien@symfony.com" 2826 }, 2827 { 2828 "name": "Symfony Community", 2829 "homepage": "https://symfony.com/contributors" 2830 } 2831 ], 2832 "description": "Symfony Debug Component", 2833 "homepage": "https://symfony.com", 2834 "time": "2019-10-28T17:07:32+00:00" 2835 }, 2836 { 2837 "name": "symfony/event-dispatcher", 2838 "version": "v4.3.8", 2839 "source": { 2840 "type": "git", 2841 "url": "https://github.com/symfony/event-dispatcher.git", 2842 "reference": "0df002fd4f500392eabd243c2947061a50937287" 2843 }, 2844 "dist": { 2845 "type": "zip", 2846 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0df002fd4f500392eabd243c2947061a50937287", 2847 "reference": "0df002fd4f500392eabd243c2947061a50937287", 2848 "shasum": "" 2849 }, 2850 "require": { 2851 "php": "^7.1.3", 2852 "symfony/event-dispatcher-contracts": "^1.1" 2853 }, 2854 "conflict": { 2855 "symfony/dependency-injection": "<3.4" 2856 }, 2857 "provide": { 2858 "psr/event-dispatcher-implementation": "1.0", 2859 "symfony/event-dispatcher-implementation": "1.1" 2860 }, 2861 "require-dev": { 2862 "psr/log": "~1.0", 2863 "symfony/config": "~3.4|~4.0", 2864 "symfony/dependency-injection": "~3.4|~4.0", 2865 "symfony/expression-language": "~3.4|~4.0", 2866 "symfony/http-foundation": "^3.4|^4.0", 2867 "symfony/service-contracts": "^1.1", 2868 "symfony/stopwatch": "~3.4|~4.0" 2869 }, 2870 "suggest": { 2871 "symfony/dependency-injection": "", 2872 "symfony/http-kernel": "" 2873 }, 2874 "type": "library", 2875 "extra": { 2876 "branch-alias": { 2877 "dev-master": "4.3-dev" 2878 } 2879 }, 2880 "autoload": { 2881 "psr-4": { 2882 "Symfony\\Component\\EventDispatcher\\": "" 2883 }, 2884 "exclude-from-classmap": [ 2885 "/Tests/" 2886 ] 2887 }, 2888 "notification-url": "https://packagist.org/downloads/", 2889 "license": [ 2890 "MIT" 2891 ], 2892 "authors": [ 2893 { 2894 "name": "Fabien Potencier", 2895 "email": "fabien@symfony.com" 2896 }, 2897 { 2898 "name": "Symfony Community", 2899 "homepage": "https://symfony.com/contributors" 2900 } 2901 ], 2902 "description": "Symfony EventDispatcher Component", 2903 "homepage": "https://symfony.com", 2904 "time": "2019-11-03T09:04:05+00:00" 2905 }, 2906 { 2907 "name": "symfony/event-dispatcher-contracts", 2908 "version": "v1.1.7", 2909 "source": { 2910 "type": "git", 2911 "url": "https://github.com/symfony/event-dispatcher-contracts.git", 2912 "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18" 2913 }, 2914 "dist": { 2915 "type": "zip", 2916 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18", 2917 "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18", 2918 "shasum": "" 2919 }, 2920 "require": { 2921 "php": "^7.1.3" 2922 }, 2923 "suggest": { 2924 "psr/event-dispatcher": "", 2925 "symfony/event-dispatcher-implementation": "" 2926 }, 2927 "type": "library", 2928 "extra": { 2929 "branch-alias": { 2930 "dev-master": "1.1-dev" 2931 } 2932 }, 2933 "autoload": { 2934 "psr-4": { 2935 "Symfony\\Contracts\\EventDispatcher\\": "" 2936 } 2937 }, 2938 "notification-url": "https://packagist.org/downloads/", 2939 "license": [ 2940 "MIT" 2941 ], 2942 "authors": [ 2943 { 2944 "name": "Nicolas Grekas", 2945 "email": "p@tchwork.com" 2946 }, 2947 { 2948 "name": "Symfony Community", 2949 "homepage": "https://symfony.com/contributors" 2950 } 2951 ], 2952 "description": "Generic abstractions related to dispatching event", 2953 "homepage": "https://symfony.com", 2954 "keywords": [ 2955 "abstractions", 2956 "contracts", 2957 "decoupling", 2958 "interfaces", 2959 "interoperability", 2960 "standards" 2961 ], 2962 "time": "2019-09-17T09:54:03+00:00" 2963 }, 2964 { 2965 "name": "symfony/expression-language", 2966 "version": "v4.3.8", 2967 "source": { 2968 "type": "git", 2969 "url": "https://github.com/symfony/expression-language.git", 2970 "reference": "d81f0eb914f534e8b17a9db8c2408d1f0cf55fd2" 2971 }, 2972 "dist": { 2973 "type": "zip", 2974 "url": "https://api.github.com/repos/symfony/expression-language/zipball/d81f0eb914f534e8b17a9db8c2408d1f0cf55fd2", 2975 "reference": "d81f0eb914f534e8b17a9db8c2408d1f0cf55fd2", 2976 "shasum": "" 2977 }, 2978 "require": { 2979 "php": "^7.1.3", 2980 "symfony/cache": "~3.4|~4.0", 2981 "symfony/service-contracts": "^1.1" 2982 }, 2983 "type": "library", 2984 "extra": { 2985 "branch-alias": { 2986 "dev-master": "4.3-dev" 2987 } 2988 }, 2989 "autoload": { 2990 "psr-4": { 2991 "Symfony\\Component\\ExpressionLanguage\\": "" 2992 }, 2993 "exclude-from-classmap": [ 2994 "/Tests/" 2995 ] 2996 }, 2997 "notification-url": "https://packagist.org/downloads/", 2998 "license": [ 2999 "MIT" 3000 ], 3001 "authors": [ 3002 { 3003 "name": "Fabien Potencier", 3004 "email": "fabien@symfony.com" 3005 }, 3006 { 3007 "name": "Symfony Community", 3008 "homepage": "https://symfony.com/contributors" 3009 } 3010 ], 3011 "description": "Symfony ExpressionLanguage Component", 3012 "homepage": "https://symfony.com", 3013 "time": "2019-10-29T01:54:26+00:00" 3014 }, 3015 { 3016 "name": "symfony/http-foundation", 3017 "version": "v4.3.8", 3018 "source": { 3019 "type": "git", 3020 "url": "https://github.com/symfony/http-foundation.git", 3021 "reference": "cabe67275034e173350e158f3b1803d023880227" 3022 }, 3023 "dist": { 3024 "type": "zip", 3025 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cabe67275034e173350e158f3b1803d023880227", 3026 "reference": "cabe67275034e173350e158f3b1803d023880227", 3027 "shasum": "" 3028 }, 3029 "require": { 3030 "php": "^7.1.3", 3031 "symfony/mime": "^4.3", 3032 "symfony/polyfill-mbstring": "~1.1" 3033 }, 3034 "require-dev": { 3035 "predis/predis": "~1.0", 3036 "symfony/expression-language": "~3.4|~4.0" 3037 }, 3038 "type": "library", 3039 "extra": { 3040 "branch-alias": { 3041 "dev-master": "4.3-dev" 3042 } 3043 }, 3044 "autoload": { 3045 "psr-4": { 3046 "Symfony\\Component\\HttpFoundation\\": "" 3047 }, 3048 "exclude-from-classmap": [ 3049 "/Tests/" 3050 ] 3051 }, 3052 "notification-url": "https://packagist.org/downloads/", 3053 "license": [ 3054 "MIT" 3055 ], 3056 "authors": [ 3057 { 3058 "name": "Fabien Potencier", 3059 "email": "fabien@symfony.com" 3060 }, 3061 { 3062 "name": "Symfony Community", 3063 "homepage": "https://symfony.com/contributors" 3064 } 3065 ], 3066 "description": "Symfony HttpFoundation Component", 3067 "homepage": "https://symfony.com", 3068 "time": "2019-11-12T13:07:20+00:00" 3069 }, 3070 { 3071 "name": "symfony/http-kernel", 3072 "version": "v4.3.8", 3073 "source": { 3074 "type": "git", 3075 "url": "https://github.com/symfony/http-kernel.git", 3076 "reference": "5fdf186f26f9080de531d3f1d024348b2f0ab12f" 3077 }, 3078 "dist": { 3079 "type": "zip", 3080 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/5fdf186f26f9080de531d3f1d024348b2f0ab12f", 3081 "reference": "5fdf186f26f9080de531d3f1d024348b2f0ab12f", 3082 "shasum": "" 3083 }, 3084 "require": { 3085 "php": "^7.1.3", 3086 "psr/log": "~1.0", 3087 "symfony/debug": "~3.4|~4.0", 3088 "symfony/event-dispatcher": "^4.3", 3089 "symfony/http-foundation": "^4.1.1", 3090 "symfony/polyfill-ctype": "~1.8", 3091 "symfony/polyfill-php73": "^1.9" 3092 }, 3093 "conflict": { 3094 "symfony/browser-kit": "<4.3", 3095 "symfony/config": "<3.4", 3096 "symfony/dependency-injection": "<4.3", 3097 "symfony/translation": "<4.2", 3098 "symfony/var-dumper": "<4.1.1", 3099 "twig/twig": "<1.34|<2.4,>=2" 3100 }, 3101 "provide": { 3102 "psr/log-implementation": "1.0" 3103 }, 3104 "require-dev": { 3105 "psr/cache": "~1.0", 3106 "symfony/browser-kit": "^4.3", 3107 "symfony/config": "~3.4|~4.0", 3108 "symfony/console": "~3.4|~4.0", 3109 "symfony/css-selector": "~3.4|~4.0", 3110 "symfony/dependency-injection": "^4.3", 3111 "symfony/dom-crawler": "~3.4|~4.0", 3112 "symfony/expression-language": "~3.4|~4.0", 3113 "symfony/finder": "~3.4|~4.0", 3114 "symfony/process": "~3.4|~4.0", 3115 "symfony/routing": "~3.4|~4.0", 3116 "symfony/stopwatch": "~3.4|~4.0", 3117 "symfony/templating": "~3.4|~4.0", 3118 "symfony/translation": "~4.2", 3119 "symfony/translation-contracts": "^1.1", 3120 "symfony/var-dumper": "^4.1.1", 3121 "twig/twig": "^1.34|^2.4" 3122 }, 3123 "suggest": { 3124 "symfony/browser-kit": "", 3125 "symfony/config": "", 3126 "symfony/console": "", 3127 "symfony/dependency-injection": "", 3128 "symfony/var-dumper": "" 3129 }, 3130 "type": "library", 3131 "extra": { 3132 "branch-alias": { 3133 "dev-master": "4.3-dev" 3134 } 3135 }, 3136 "autoload": { 3137 "psr-4": { 3138 "Symfony\\Component\\HttpKernel\\": "" 3139 }, 3140 "exclude-from-classmap": [ 3141 "/Tests/" 3142 ] 3143 }, 3144 "notification-url": "https://packagist.org/downloads/", 3145 "license": [ 3146 "MIT" 3147 ], 3148 "authors": [ 3149 { 3150 "name": "Fabien Potencier", 3151 "email": "fabien@symfony.com" 3152 }, 3153 { 3154 "name": "Symfony Community", 3155 "homepage": "https://symfony.com/contributors" 3156 } 3157 ], 3158 "description": "Symfony HttpKernel Component", 3159 "homepage": "https://symfony.com", 3160 "time": "2019-11-13T09:07:28+00:00" 3161 }, 3162 { 3163 "name": "symfony/mime", 3164 "version": "v4.3.8", 3165 "source": { 3166 "type": "git", 3167 "url": "https://github.com/symfony/mime.git", 3168 "reference": "22aecf6b11638ef378fab25d6c5a2da8a31a1448" 3169 }, 3170 "dist": { 3171 "type": "zip", 3172 "url": "https://api.github.com/repos/symfony/mime/zipball/22aecf6b11638ef378fab25d6c5a2da8a31a1448", 3173 "reference": "22aecf6b11638ef378fab25d6c5a2da8a31a1448", 3174 "shasum": "" 3175 }, 3176 "require": { 3177 "php": "^7.1.3", 3178 "symfony/polyfill-intl-idn": "^1.10", 3179 "symfony/polyfill-mbstring": "^1.0" 3180 }, 3181 "require-dev": { 3182 "egulias/email-validator": "^2.1.10", 3183 "symfony/dependency-injection": "~3.4|^4.1" 3184 }, 3185 "type": "library", 3186 "extra": { 3187 "branch-alias": { 3188 "dev-master": "4.3-dev" 3189 } 3190 }, 3191 "autoload": { 3192 "psr-4": { 3193 "Symfony\\Component\\Mime\\": "" 3194 }, 3195 "exclude-from-classmap": [ 3196 "/Tests/" 3197 ] 3198 }, 3199 "notification-url": "https://packagist.org/downloads/", 3200 "license": [ 3201 "MIT" 3202 ], 3203 "authors": [ 3204 { 3205 "name": "Fabien Potencier", 3206 "email": "fabien@symfony.com" 3207 }, 3208 { 3209 "name": "Symfony Community", 3210 "homepage": "https://symfony.com/contributors" 3211 } 3212 ], 3213 "description": "A library to manipulate MIME messages", 3214 "homepage": "https://symfony.com", 3215 "keywords": [ 3216 "mime", 3217 "mime-type" 3218 ], 3219 "time": "2019-11-12T13:10:02+00:00" 3220 }, 3221 { 3222 "name": "symfony/polyfill-ctype", 3223 "version": "v1.12.0", 3224 "source": { 3225 "type": "git", 3226 "url": "https://github.com/symfony/polyfill-ctype.git", 3227 "reference": "550ebaac289296ce228a706d0867afc34687e3f4" 3228 }, 3229 "dist": { 3230 "type": "zip", 3231 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", 3232 "reference": "550ebaac289296ce228a706d0867afc34687e3f4", 3233 "shasum": "" 3234 }, 3235 "require": { 3236 "php": ">=5.3.3" 3237 }, 3238 "suggest": { 3239 "ext-ctype": "For best performance" 3240 }, 3241 "type": "library", 3242 "extra": { 3243 "branch-alias": { 3244 "dev-master": "1.12-dev" 3245 } 3246 }, 3247 "autoload": { 3248 "psr-4": { 3249 "Symfony\\Polyfill\\Ctype\\": "" 3250 }, 3251 "files": [ 3252 "bootstrap.php" 3253 ] 3254 }, 3255 "notification-url": "https://packagist.org/downloads/", 3256 "license": [ 3257 "MIT" 3258 ], 3259 "authors": [ 3260 { 3261 "name": "Gert de Pagter", 3262 "email": "BackEndTea@gmail.com" 3263 }, 3264 { 3265 "name": "Symfony Community", 3266 "homepage": "https://symfony.com/contributors" 3267 } 3268 ], 3269 "description": "Symfony polyfill for ctype functions", 3270 "homepage": "https://symfony.com", 3271 "keywords": [ 3272 "compatibility", 3273 "ctype", 3274 "polyfill", 3275 "portable" 3276 ], 3277 "time": "2019-08-06T08:03:45+00:00" 3278 }, 3279 { 3280 "name": "symfony/polyfill-iconv", 3281 "version": "v1.12.0", 3282 "source": { 3283 "type": "git", 3284 "url": "https://github.com/symfony/polyfill-iconv.git", 3285 "reference": "685968b11e61a347c18bf25db32effa478be610f" 3286 }, 3287 "dist": { 3288 "type": "zip", 3289 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f", 3290 "reference": "685968b11e61a347c18bf25db32effa478be610f", 3291 "shasum": "" 3292 }, 3293 "require": { 3294 "php": ">=5.3.3" 3295 }, 3296 "suggest": { 3297 "ext-iconv": "For best performance" 3298 }, 3299 "type": "library", 3300 "extra": { 3301 "branch-alias": { 3302 "dev-master": "1.12-dev" 3303 } 3304 }, 3305 "autoload": { 3306 "psr-4": { 3307 "Symfony\\Polyfill\\Iconv\\": "" 3308 }, 3309 "files": [ 3310 "bootstrap.php" 3311 ] 3312 }, 3313 "notification-url": "https://packagist.org/downloads/", 3314 "license": [ 3315 "MIT" 3316 ], 3317 "authors": [ 3318 { 3319 "name": "Nicolas Grekas", 3320 "email": "p@tchwork.com" 3321 }, 3322 { 3323 "name": "Symfony Community", 3324 "homepage": "https://symfony.com/contributors" 3325 } 3326 ], 3327 "description": "Symfony polyfill for the Iconv extension", 3328 "homepage": "https://symfony.com", 3329 "keywords": [ 3330 "compatibility", 3331 "iconv", 3332 "polyfill", 3333 "portable", 3334 "shim" 3335 ], 3336 "time": "2019-08-06T08:03:45+00:00" 3337 }, 3338 { 3339 "name": "symfony/polyfill-intl-idn", 3340 "version": "v1.12.0", 3341 "source": { 3342 "type": "git", 3343 "url": "https://github.com/symfony/polyfill-intl-idn.git", 3344 "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2" 3345 }, 3346 "dist": { 3347 "type": "zip", 3348 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2", 3349 "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2", 3350 "shasum": "" 3351 }, 3352 "require": { 3353 "php": ">=5.3.3", 3354 "symfony/polyfill-mbstring": "^1.3", 3355 "symfony/polyfill-php72": "^1.9" 3356 }, 3357 "suggest": { 3358 "ext-intl": "For best performance" 3359 }, 3360 "type": "library", 3361 "extra": { 3362 "branch-alias": { 3363 "dev-master": "1.12-dev" 3364 } 3365 }, 3366 "autoload": { 3367 "psr-4": { 3368 "Symfony\\Polyfill\\Intl\\Idn\\": "" 3369 }, 3370 "files": [ 3371 "bootstrap.php" 3372 ] 3373 }, 3374 "notification-url": "https://packagist.org/downloads/", 3375 "license": [ 3376 "MIT" 3377 ], 3378 "authors": [ 3379 { 3380 "name": "Laurent Bassin", 3381 "email": "laurent@bassin.info" 3382 }, 3383 { 3384 "name": "Symfony Community", 3385 "homepage": "https://symfony.com/contributors" 3386 } 3387 ], 3388 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", 3389 "homepage": "https://symfony.com", 3390 "keywords": [ 3391 "compatibility", 3392 "idn", 3393 "intl", 3394 "polyfill", 3395 "portable", 3396 "shim" 3397 ], 3398 "time": "2019-08-06T08:03:45+00:00" 3399 }, 3400 { 3401 "name": "symfony/polyfill-mbstring", 3402 "version": "v1.12.0", 3403 "source": { 3404 "type": "git", 3405 "url": "https://github.com/symfony/polyfill-mbstring.git", 3406 "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" 3407 }, 3408 "dist": { 3409 "type": "zip", 3410 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", 3411 "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", 3412 "shasum": "" 3413 }, 3414 "require": { 3415 "php": ">=5.3.3" 3416 }, 3417 "suggest": { 3418 "ext-mbstring": "For best performance" 3419 }, 3420 "type": "library", 3421 "extra": { 3422 "branch-alias": { 3423 "dev-master": "1.12-dev" 3424 } 3425 }, 3426 "autoload": { 3427 "psr-4": { 3428 "Symfony\\Polyfill\\Mbstring\\": "" 3429 }, 3430 "files": [ 3431 "bootstrap.php" 3432 ] 3433 }, 3434 "notification-url": "https://packagist.org/downloads/", 3435 "license": [ 3436 "MIT" 3437 ], 3438 "authors": [ 3439 { 3440 "name": "Nicolas Grekas", 3441 "email": "p@tchwork.com" 3442 }, 3443 { 3444 "name": "Symfony Community", 3445 "homepage": "https://symfony.com/contributors" 3446 } 3447 ], 3448 "description": "Symfony polyfill for the Mbstring extension", 3449 "homepage": "https://symfony.com", 3450 "keywords": [ 3451 "compatibility", 3452 "mbstring", 3453 "polyfill", 3454 "portable", 3455 "shim" 3456 ], 3457 "time": "2019-08-06T08:03:45+00:00" 3458 }, 3459 { 3460 "name": "symfony/polyfill-php72", 3461 "version": "v1.12.0", 3462 "source": { 3463 "type": "git", 3464 "url": "https://github.com/symfony/polyfill-php72.git", 3465 "reference": "04ce3335667451138df4307d6a9b61565560199e" 3466 }, 3467 "dist": { 3468 "type": "zip", 3469 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e", 3470 "reference": "04ce3335667451138df4307d6a9b61565560199e", 3471 "shasum": "" 3472 }, 3473 "require": { 3474 "php": ">=5.3.3" 3475 }, 3476 "type": "library", 3477 "extra": { 3478 "branch-alias": { 3479 "dev-master": "1.12-dev" 3480 } 3481 }, 3482 "autoload": { 3483 "psr-4": { 3484 "Symfony\\Polyfill\\Php72\\": "" 3485 }, 3486 "files": [ 3487 "bootstrap.php" 3488 ] 3489 }, 3490 "notification-url": "https://packagist.org/downloads/", 3491 "license": [ 3492 "MIT" 3493 ], 3494 "authors": [ 3495 { 3496 "name": "Nicolas Grekas", 3497 "email": "p@tchwork.com" 3498 }, 3499 { 3500 "name": "Symfony Community", 3501 "homepage": "https://symfony.com/contributors" 3502 } 3503 ], 3504 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", 3505 "homepage": "https://symfony.com", 3506 "keywords": [ 3507 "compatibility", 3508 "polyfill", 3509 "portable", 3510 "shim" 3511 ], 3512 "time": "2019-08-06T08:03:45+00:00" 3513 }, 3514 { 3515 "name": "symfony/polyfill-php73", 3516 "version": "v1.12.0", 3517 "source": { 3518 "type": "git", 3519 "url": "https://github.com/symfony/polyfill-php73.git", 3520 "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188" 3521 }, 3522 "dist": { 3523 "type": "zip", 3524 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188", 3525 "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188", 3526 "shasum": "" 3527 }, 3528 "require": { 3529 "php": ">=5.3.3" 3530 }, 3531 "type": "library", 3532 "extra": { 3533 "branch-alias": { 3534 "dev-master": "1.12-dev" 3535 } 3536 }, 3537 "autoload": { 3538 "psr-4": { 3539 "Symfony\\Polyfill\\Php73\\": "" 3540 }, 3541 "files": [ 3542 "bootstrap.php" 3543 ], 3544 "classmap": [ 3545 "Resources/stubs" 3546 ] 3547 }, 3548 "notification-url": "https://packagist.org/downloads/", 3549 "license": [ 3550 "MIT" 3551 ], 3552 "authors": [ 3553 { 3554 "name": "Nicolas Grekas", 3555 "email": "p@tchwork.com" 3556 }, 3557 { 3558 "name": "Symfony Community", 3559 "homepage": "https://symfony.com/contributors" 3560 } 3561 ], 3562 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", 3563 "homepage": "https://symfony.com", 3564 "keywords": [ 3565 "compatibility", 3566 "polyfill", 3567 "portable", 3568 "shim" 3569 ], 3570 "time": "2019-08-06T08:03:45+00:00" 3571 }, 3572 { 3573 "name": "symfony/service-contracts", 3574 "version": "v1.1.8", 3575 "source": { 3576 "type": "git", 3577 "url": "https://github.com/symfony/service-contracts.git", 3578 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf" 3579 }, 3580 "dist": { 3581 "type": "zip", 3582 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf", 3583 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf", 3584 "shasum": "" 3585 }, 3586 "require": { 3587 "php": "^7.1.3", 3588 "psr/container": "^1.0" 3589 }, 3590 "suggest": { 3591 "symfony/service-implementation": "" 3592 }, 3593 "type": "library", 3594 "extra": { 3595 "branch-alias": { 3596 "dev-master": "1.1-dev" 3597 } 3598 }, 3599 "autoload": { 3600 "psr-4": { 3601 "Symfony\\Contracts\\Service\\": "" 3602 } 3603 }, 3604 "notification-url": "https://packagist.org/downloads/", 3605 "license": [ 3606 "MIT" 3607 ], 3608 "authors": [ 3609 { 3610 "name": "Nicolas Grekas", 3611 "email": "p@tchwork.com" 3612 }, 3613 { 3614 "name": "Symfony Community", 3615 "homepage": "https://symfony.com/contributors" 3616 } 3617 ], 3618 "description": "Generic abstractions related to writing services", 3619 "homepage": "https://symfony.com", 3620 "keywords": [ 3621 "abstractions", 3622 "contracts", 3623 "decoupling", 3624 "interfaces", 3625 "interoperability", 3626 "standards" 3627 ], 3628 "time": "2019-10-14T12:27:06+00:00" 3629 }, 3630 { 3631 "name": "symfony/translation", 3632 "version": "v4.3.8", 3633 "source": { 3634 "type": "git", 3635 "url": "https://github.com/symfony/translation.git", 3636 "reference": "bbce239b35b0cd47bd75848b23e969f17dd970e7" 3637 }, 3638 "dist": { 3639 "type": "zip", 3640 "url": "https://api.github.com/repos/symfony/translation/zipball/bbce239b35b0cd47bd75848b23e969f17dd970e7", 3641 "reference": "bbce239b35b0cd47bd75848b23e969f17dd970e7", 3642 "shasum": "" 3643 }, 3644 "require": { 3645 "php": "^7.1.3", 3646 "symfony/polyfill-mbstring": "~1.0", 3647 "symfony/translation-contracts": "^1.1.6" 3648 }, 3649 "conflict": { 3650 "symfony/config": "<3.4", 3651 "symfony/dependency-injection": "<3.4", 3652 "symfony/yaml": "<3.4" 3653 }, 3654 "provide": { 3655 "symfony/translation-implementation": "1.0" 3656 }, 3657 "require-dev": { 3658 "psr/log": "~1.0", 3659 "symfony/config": "~3.4|~4.0", 3660 "symfony/console": "~3.4|~4.0", 3661 "symfony/dependency-injection": "~3.4|~4.0", 3662 "symfony/finder": "~2.8|~3.0|~4.0", 3663 "symfony/http-kernel": "~3.4|~4.0", 3664 "symfony/intl": "~3.4|~4.0", 3665 "symfony/service-contracts": "^1.1.2", 3666 "symfony/var-dumper": "~3.4|~4.0", 3667 "symfony/yaml": "~3.4|~4.0" 3668 }, 3669 "suggest": { 3670 "psr/log-implementation": "To use logging capability in translator", 3671 "symfony/config": "", 3672 "symfony/yaml": "" 3673 }, 3674 "type": "library", 3675 "extra": { 3676 "branch-alias": { 3677 "dev-master": "4.3-dev" 3678 } 3679 }, 3680 "autoload": { 3681 "psr-4": { 3682 "Symfony\\Component\\Translation\\": "" 3683 }, 3684 "exclude-from-classmap": [ 3685 "/Tests/" 3686 ] 3687 }, 3688 "notification-url": "https://packagist.org/downloads/", 3689 "license": [ 3690 "MIT" 3691 ], 3692 "authors": [ 3693 { 3694 "name": "Fabien Potencier", 3695 "email": "fabien@symfony.com" 3696 }, 3697 { 3698 "name": "Symfony Community", 3699 "homepage": "https://symfony.com/contributors" 3700 } 3701 ], 3702 "description": "Symfony Translation Component", 3703 "homepage": "https://symfony.com", 3704 "time": "2019-11-06T23:21:49+00:00" 3705 }, 3706 { 3707 "name": "symfony/translation-contracts", 3708 "version": "v1.1.7", 3709 "source": { 3710 "type": "git", 3711 "url": "https://github.com/symfony/translation-contracts.git", 3712 "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6" 3713 }, 3714 "dist": { 3715 "type": "zip", 3716 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/364518c132c95642e530d9b2d217acbc2ccac3e6", 3717 "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6", 3718 "shasum": "" 3719 }, 3720 "require": { 3721 "php": "^7.1.3" 3722 }, 3723 "suggest": { 3724 "symfony/translation-implementation": "" 3725 }, 3726 "type": "library", 3727 "extra": { 3728 "branch-alias": { 3729 "dev-master": "1.1-dev" 3730 } 3731 }, 3732 "autoload": { 3733 "psr-4": { 3734 "Symfony\\Contracts\\Translation\\": "" 3735 } 3736 }, 3737 "notification-url": "https://packagist.org/downloads/", 3738 "license": [ 3739 "MIT" 3740 ], 3741 "authors": [ 3742 { 3743 "name": "Nicolas Grekas", 3744 "email": "p@tchwork.com" 3745 }, 3746 { 3747 "name": "Symfony Community", 3748 "homepage": "https://symfony.com/contributors" 3749 } 3750 ], 3751 "description": "Generic abstractions related to translation", 3752 "homepage": "https://symfony.com", 3753 "keywords": [ 3754 "abstractions", 3755 "contracts", 3756 "decoupling", 3757 "interfaces", 3758 "interoperability", 3759 "standards" 3760 ], 3761 "time": "2019-09-17T11:12:18+00:00" 3762 }, 3763 { 3764 "name": "symfony/var-exporter", 3765 "version": "v4.3.8", 3766 "source": { 3767 "type": "git", 3768 "url": "https://github.com/symfony/var-exporter.git", 3769 "reference": "097aa4c02954dabe9d508229be86213723973ac0" 3770 }, 3771 "dist": { 3772 "type": "zip", 3773 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/097aa4c02954dabe9d508229be86213723973ac0", 3774 "reference": "097aa4c02954dabe9d508229be86213723973ac0", 3775 "shasum": "" 3776 }, 3777 "require": { 3778 "php": "^7.1.3" 3779 }, 3780 "require-dev": { 3781 "symfony/var-dumper": "^4.1.1" 3782 }, 3783 "type": "library", 3784 "extra": { 3785 "branch-alias": { 3786 "dev-master": "4.3-dev" 3787 } 3788 }, 3789 "autoload": { 3790 "psr-4": { 3791 "Symfony\\Component\\VarExporter\\": "" 3792 }, 3793 "exclude-from-classmap": [ 3794 "/Tests/" 3795 ] 3796 }, 3797 "notification-url": "https://packagist.org/downloads/", 3798 "license": [ 3799 "MIT" 3800 ], 3801 "authors": [ 3802 { 3803 "name": "Nicolas Grekas", 3804 "email": "p@tchwork.com" 3805 }, 3806 { 3807 "name": "Symfony Community", 3808 "homepage": "https://symfony.com/contributors" 3809 } 3810 ], 3811 "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code", 3812 "homepage": "https://symfony.com", 3813 "keywords": [ 3814 "clone", 3815 "construct", 3816 "export", 3817 "hydrate", 3818 "instantiate", 3819 "serialize" 3820 ], 3821 "time": "2019-11-11T12:48:54+00:00" 3822 }, 3823 { 3824 "name": "tecnickcom/tcpdf", 3825 "version": "6.3.2", 3826 "source": { 3827 "type": "git", 3828 "url": "https://github.com/tecnickcom/TCPDF.git", 3829 "reference": "9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b" 3830 }, 3831 "dist": { 3832 "type": "zip", 3833 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b", 3834 "reference": "9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b", 3835 "shasum": "" 3836 }, 3837 "require": { 3838 "php": ">=5.3.0" 3839 }, 3840 "type": "library", 3841 "autoload": { 3842 "classmap": [ 3843 "config", 3844 "include", 3845 "tcpdf.php", 3846 "tcpdf_parser.php", 3847 "tcpdf_import.php", 3848 "tcpdf_barcodes_1d.php", 3849 "tcpdf_barcodes_2d.php", 3850 "include/tcpdf_colors.php", 3851 "include/tcpdf_filters.php", 3852 "include/tcpdf_font_data.php", 3853 "include/tcpdf_fonts.php", 3854 "include/tcpdf_images.php", 3855 "include/tcpdf_static.php", 3856 "include/barcodes/datamatrix.php", 3857 "include/barcodes/pdf417.php", 3858 "include/barcodes/qrcode.php" 3859 ] 3860 }, 3861 "notification-url": "https://packagist.org/downloads/", 3862 "license": [ 3863 "LGPL-3.0" 3864 ], 3865 "authors": [ 3866 { 3867 "name": "Nicola Asuni", 3868 "email": "info@tecnick.com", 3869 "role": "lead" 3870 } 3871 ], 3872 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", 3873 "homepage": "http://www.tcpdf.org/", 3874 "keywords": [ 3875 "PDFD32000-2008", 3876 "TCPDF", 3877 "barcodes", 3878 "datamatrix", 3879 "pdf", 3880 "pdf417", 3881 "qrcode" 3882 ], 3883 "time": "2019-09-20T09:35:01+00:00" 3884 } 3885 ], 3886 "packages-dev": [ 3887 { 3888 "name": "composer/ca-bundle", 3889 "version": "1.2.4", 3890 "source": { 3891 "type": "git", 3892 "url": "https://github.com/composer/ca-bundle.git", 3893 "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527" 3894 }, 3895 "dist": { 3896 "type": "zip", 3897 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/10bb96592168a0f8e8f6dcde3532d9fa50b0b527", 3898 "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527", 3899 "shasum": "" 3900 }, 3901 "require": { 3902 "ext-openssl": "*", 3903 "ext-pcre": "*", 3904 "php": "^5.3.2 || ^7.0 || ^8.0" 3905 }, 3906 "require-dev": { 3907 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8", 3908 "psr/log": "^1.0", 3909 "symfony/process": "^2.5 || ^3.0 || ^4.0" 3910 }, 3911 "type": "library", 3912 "extra": { 3913 "branch-alias": { 3914 "dev-master": "1.x-dev" 3915 } 3916 }, 3917 "autoload": { 3918 "psr-4": { 3919 "Composer\\CaBundle\\": "src" 3920 } 3921 }, 3922 "notification-url": "https://packagist.org/downloads/", 3923 "license": [ 3924 "MIT" 3925 ], 3926 "authors": [ 3927 { 3928 "name": "Jordi Boggiano", 3929 "email": "j.boggiano@seld.be", 3930 "homepage": "http://seld.be" 3931 } 3932 ], 3933 "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", 3934 "keywords": [ 3935 "cabundle", 3936 "cacert", 3937 "certificate", 3938 "ssl", 3939 "tls" 3940 ], 3941 "time": "2019-08-30T08:44:50+00:00" 3942 }, 3943 { 3944 "name": "composer/composer", 3945 "version": "1.9.1", 3946 "source": { 3947 "type": "git", 3948 "url": "https://github.com/composer/composer.git", 3949 "reference": "bb01f2180df87ce7992b8331a68904f80439dd2f" 3950 }, 3951 "dist": { 3952 "type": "zip", 3953 "url": "https://api.github.com/repos/composer/composer/zipball/bb01f2180df87ce7992b8331a68904f80439dd2f", 3954 "reference": "bb01f2180df87ce7992b8331a68904f80439dd2f", 3955 "shasum": "" 3956 }, 3957 "require": { 3958 "composer/ca-bundle": "^1.0", 3959 "composer/semver": "^1.0", 3960 "composer/spdx-licenses": "^1.2", 3961 "composer/xdebug-handler": "^1.1", 3962 "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0", 3963 "php": "^5.3.2 || ^7.0", 3964 "psr/log": "^1.0", 3965 "seld/jsonlint": "^1.4", 3966 "seld/phar-utils": "^1.0", 3967 "symfony/console": "^2.7 || ^3.0 || ^4.0", 3968 "symfony/filesystem": "^2.7 || ^3.0 || ^4.0", 3969 "symfony/finder": "^2.7 || ^3.0 || ^4.0", 3970 "symfony/process": "^2.7 || ^3.0 || ^4.0" 3971 }, 3972 "conflict": { 3973 "symfony/console": "2.8.38" 3974 }, 3975 "require-dev": { 3976 "phpunit/phpunit": "^4.8.35 || ^5.7", 3977 "phpunit/phpunit-mock-objects": "^2.3 || ^3.0" 3978 }, 3979 "suggest": { 3980 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", 3981 "ext-zip": "Enabling the zip extension allows you to unzip archives", 3982 "ext-zlib": "Allow gzip compression of HTTP requests" 3983 }, 3984 "bin": [ 3985 "bin/composer" 3986 ], 3987 "type": "library", 3988 "extra": { 3989 "branch-alias": { 3990 "dev-master": "1.9-dev" 3991 } 3992 }, 3993 "autoload": { 3994 "psr-4": { 3995 "Composer\\": "src/Composer" 3996 } 3997 }, 3998 "notification-url": "https://packagist.org/downloads/", 3999 "license": [ 4000 "MIT" 4001 ], 4002 "authors": [ 4003 { 4004 "name": "Nils Adermann", 4005 "email": "naderman@naderman.de", 4006 "homepage": "http://www.naderman.de" 4007 }, 4008 { 4009 "name": "Jordi Boggiano", 4010 "email": "j.boggiano@seld.be", 4011 "homepage": "http://seld.be" 4012 } 4013 ], 4014 "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.", 4015 "homepage": "https://getcomposer.org/", 4016 "keywords": [ 4017 "autoload", 4018 "dependency", 4019 "package" 4020 ], 4021 "time": "2019-11-01T16:20:17+00:00" 4022 }, 4023 { 4024 "name": "composer/semver", 4025 "version": "1.5.0", 4026 "source": { 4027 "type": "git", 4028 "url": "https://github.com/composer/semver.git", 4029 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e" 4030 }, 4031 "dist": { 4032 "type": "zip", 4033 "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e", 4034 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e", 4035 "shasum": "" 4036 }, 4037 "require": { 4038 "php": "^5.3.2 || ^7.0" 4039 }, 4040 "require-dev": { 4041 "phpunit/phpunit": "^4.5 || ^5.0.5", 4042 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" 4043 }, 4044 "type": "library", 4045 "extra": { 4046 "branch-alias": { 4047 "dev-master": "1.x-dev" 4048 } 4049 }, 4050 "autoload": { 4051 "psr-4": { 4052 "Composer\\Semver\\": "src" 4053 } 4054 }, 4055 "notification-url": "https://packagist.org/downloads/", 4056 "license": [ 4057 "MIT" 4058 ], 4059 "authors": [ 4060 { 4061 "name": "Nils Adermann", 4062 "email": "naderman@naderman.de", 4063 "homepage": "http://www.naderman.de" 4064 }, 4065 { 4066 "name": "Jordi Boggiano", 4067 "email": "j.boggiano@seld.be", 4068 "homepage": "http://seld.be" 4069 }, 4070 { 4071 "name": "Rob Bast", 4072 "email": "rob.bast@gmail.com", 4073 "homepage": "http://robbast.nl" 4074 } 4075 ], 4076 "description": "Semver library that offers utilities, version constraint parsing and validation.", 4077 "keywords": [ 4078 "semantic", 4079 "semver", 4080 "validation", 4081 "versioning" 4082 ], 4083 "time": "2019-03-19T17:25:45+00:00" 4084 }, 4085 { 4086 "name": "composer/spdx-licenses", 4087 "version": "1.5.2", 4088 "source": { 4089 "type": "git", 4090 "url": "https://github.com/composer/spdx-licenses.git", 4091 "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5" 4092 }, 4093 "dist": { 4094 "type": "zip", 4095 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7ac1e6aec371357df067f8a688c3d6974df68fa5", 4096 "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5", 4097 "shasum": "" 4098 }, 4099 "require": { 4100 "php": "^5.3.2 || ^7.0 || ^8.0" 4101 }, 4102 "require-dev": { 4103 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7" 4104 }, 4105 "type": "library", 4106 "extra": { 4107 "branch-alias": { 4108 "dev-master": "1.x-dev" 4109 } 4110 }, 4111 "autoload": { 4112 "psr-4": { 4113 "Composer\\Spdx\\": "src" 4114 } 4115 }, 4116 "notification-url": "https://packagist.org/downloads/", 4117 "license": [ 4118 "MIT" 4119 ], 4120 "authors": [ 4121 { 4122 "name": "Nils Adermann", 4123 "email": "naderman@naderman.de", 4124 "homepage": "http://www.naderman.de" 4125 }, 4126 { 4127 "name": "Jordi Boggiano", 4128 "email": "j.boggiano@seld.be", 4129 "homepage": "http://seld.be" 4130 }, 4131 { 4132 "name": "Rob Bast", 4133 "email": "rob.bast@gmail.com", 4134 "homepage": "http://robbast.nl" 4135 } 4136 ], 4137 "description": "SPDX licenses list and validation library.", 4138 "keywords": [ 4139 "license", 4140 "spdx", 4141 "validator" 4142 ], 4143 "time": "2019-07-29T10:31:59+00:00" 4144 }, 4145 { 4146 "name": "composer/xdebug-handler", 4147 "version": "1.4.0", 4148 "source": { 4149 "type": "git", 4150 "url": "https://github.com/composer/xdebug-handler.git", 4151 "reference": "cbe23383749496fe0f373345208b79568e4bc248" 4152 }, 4153 "dist": { 4154 "type": "zip", 4155 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248", 4156 "reference": "cbe23383749496fe0f373345208b79568e4bc248", 4157 "shasum": "" 4158 }, 4159 "require": { 4160 "php": "^5.3.2 || ^7.0 || ^8.0", 4161 "psr/log": "^1.0" 4162 }, 4163 "require-dev": { 4164 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8" 4165 }, 4166 "type": "library", 4167 "autoload": { 4168 "psr-4": { 4169 "Composer\\XdebugHandler\\": "src" 4170 } 4171 }, 4172 "notification-url": "https://packagist.org/downloads/", 4173 "license": [ 4174 "MIT" 4175 ], 4176 "authors": [ 4177 { 4178 "name": "John Stevenson", 4179 "email": "john-stevenson@blueyonder.co.uk" 4180 } 4181 ], 4182 "description": "Restarts a process without Xdebug.", 4183 "keywords": [ 4184 "Xdebug", 4185 "performance" 4186 ], 4187 "time": "2019-11-06T16:40:04+00:00" 4188 }, 4189 { 4190 "name": "doctrine/instantiator", 4191 "version": "1.3.0", 4192 "source": { 4193 "type": "git", 4194 "url": "https://github.com/doctrine/instantiator.git", 4195 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1" 4196 }, 4197 "dist": { 4198 "type": "zip", 4199 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1", 4200 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1", 4201 "shasum": "" 4202 }, 4203 "require": { 4204 "php": "^7.1" 4205 }, 4206 "require-dev": { 4207 "doctrine/coding-standard": "^6.0", 4208 "ext-pdo": "*", 4209 "ext-phar": "*", 4210 "phpbench/phpbench": "^0.13", 4211 "phpstan/phpstan-phpunit": "^0.11", 4212 "phpstan/phpstan-shim": "^0.11", 4213 "phpunit/phpunit": "^7.0" 4214 }, 4215 "type": "library", 4216 "extra": { 4217 "branch-alias": { 4218 "dev-master": "1.2.x-dev" 4219 } 4220 }, 4221 "autoload": { 4222 "psr-4": { 4223 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 4224 } 4225 }, 4226 "notification-url": "https://packagist.org/downloads/", 4227 "license": [ 4228 "MIT" 4229 ], 4230 "authors": [ 4231 { 4232 "name": "Marco Pivetta", 4233 "email": "ocramius@gmail.com", 4234 "homepage": "http://ocramius.github.com/" 4235 } 4236 ], 4237 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 4238 "homepage": "https://www.doctrine-project.org/projects/instantiator.html", 4239 "keywords": [ 4240 "constructor", 4241 "instantiate" 4242 ], 4243 "time": "2019-10-21T16:45:58+00:00" 4244 }, 4245 { 4246 "name": "justinrainbow/json-schema", 4247 "version": "5.2.9", 4248 "source": { 4249 "type": "git", 4250 "url": "https://github.com/justinrainbow/json-schema.git", 4251 "reference": "44c6787311242a979fa15c704327c20e7221a0e4" 4252 }, 4253 "dist": { 4254 "type": "zip", 4255 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4", 4256 "reference": "44c6787311242a979fa15c704327c20e7221a0e4", 4257 "shasum": "" 4258 }, 4259 "require": { 4260 "php": ">=5.3.3" 4261 }, 4262 "require-dev": { 4263 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", 4264 "json-schema/json-schema-test-suite": "1.2.0", 4265 "phpunit/phpunit": "^4.8.35" 4266 }, 4267 "bin": [ 4268 "bin/validate-json" 4269 ], 4270 "type": "library", 4271 "extra": { 4272 "branch-alias": { 4273 "dev-master": "5.0.x-dev" 4274 } 4275 }, 4276 "autoload": { 4277 "psr-4": { 4278 "JsonSchema\\": "src/JsonSchema/" 4279 } 4280 }, 4281 "notification-url": "https://packagist.org/downloads/", 4282 "license": [ 4283 "MIT" 4284 ], 4285 "authors": [ 4286 { 4287 "name": "Bruno Prieto Reis", 4288 "email": "bruno.p.reis@gmail.com" 4289 }, 4290 { 4291 "name": "Justin Rainbow", 4292 "email": "justin.rainbow@gmail.com" 4293 }, 4294 { 4295 "name": "Igor Wiedler", 4296 "email": "igor@wiedler.ch" 4297 }, 4298 { 4299 "name": "Robert Schönthal", 4300 "email": "seroscho@googlemail.com" 4301 } 4302 ], 4303 "description": "A library to validate a json schema.", 4304 "homepage": "https://github.com/justinrainbow/json-schema", 4305 "keywords": [ 4306 "json", 4307 "schema" 4308 ], 4309 "time": "2019-09-25T14:49:45+00:00" 4310 }, 4311 { 4312 "name": "league/flysystem-memory", 4313 "version": "1.0.2", 4314 "source": { 4315 "type": "git", 4316 "url": "https://github.com/thephpleague/flysystem-memory.git", 4317 "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757" 4318 }, 4319 "dist": { 4320 "type": "zip", 4321 "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/d0e87477c32e29f999b4de05e64c1adcddb51757", 4322 "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757", 4323 "shasum": "" 4324 }, 4325 "require": { 4326 "league/flysystem": "~1.0" 4327 }, 4328 "require-dev": { 4329 "phpunit/phpunit": "^5.7.10" 4330 }, 4331 "type": "library", 4332 "extra": { 4333 "branch-alias": { 4334 "dev-master": "1.0-dev" 4335 } 4336 }, 4337 "autoload": { 4338 "psr-4": { 4339 "League\\Flysystem\\Memory\\": "src/" 4340 } 4341 }, 4342 "notification-url": "https://packagist.org/downloads/", 4343 "license": [ 4344 "MIT" 4345 ], 4346 "authors": [ 4347 { 4348 "name": "Chris Leppanen", 4349 "email": "chris.leppanen@gmail.com", 4350 "role": "Developer" 4351 } 4352 ], 4353 "description": "An in-memory adapter for Flysystem.", 4354 "homepage": "https://github.com/thephpleague/flysystem-memory", 4355 "keywords": [ 4356 "Flysystem", 4357 "adapter", 4358 "memory" 4359 ], 4360 "time": "2019-05-30T21:34:13+00:00" 4361 }, 4362 { 4363 "name": "maximebf/debugbar", 4364 "version": "v1.16.0", 4365 "source": { 4366 "type": "git", 4367 "url": "https://github.com/maximebf/php-debugbar.git", 4368 "reference": "6ca3502de5e5889dc21311d2461f8cc3b6a094b1" 4369 }, 4370 "dist": { 4371 "type": "zip", 4372 "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/6ca3502de5e5889dc21311d2461f8cc3b6a094b1", 4373 "reference": "6ca3502de5e5889dc21311d2461f8cc3b6a094b1", 4374 "shasum": "" 4375 }, 4376 "require": { 4377 "php": "^7.1", 4378 "psr/log": "^1.0", 4379 "symfony/var-dumper": "^2.6|^3|^4" 4380 }, 4381 "require-dev": { 4382 "phpunit/phpunit": "^5" 4383 }, 4384 "suggest": { 4385 "kriswallsmith/assetic": "The best way to manage assets", 4386 "monolog/monolog": "Log using Monolog", 4387 "predis/predis": "Redis storage" 4388 }, 4389 "type": "library", 4390 "extra": { 4391 "branch-alias": { 4392 "dev-master": "1.16-dev" 4393 } 4394 }, 4395 "autoload": { 4396 "psr-4": { 4397 "DebugBar\\": "src/DebugBar/" 4398 } 4399 }, 4400 "notification-url": "https://packagist.org/downloads/", 4401 "license": [ 4402 "MIT" 4403 ], 4404 "authors": [ 4405 { 4406 "name": "Maxime Bouroumeau-Fuseau", 4407 "email": "maxime.bouroumeau@gmail.com", 4408 "homepage": "http://maximebf.com" 4409 }, 4410 { 4411 "name": "Barry vd. Heuvel", 4412 "email": "barryvdh@gmail.com" 4413 } 4414 ], 4415 "description": "Debug bar in the browser for php application", 4416 "homepage": "https://github.com/maximebf/php-debugbar", 4417 "keywords": [ 4418 "debug", 4419 "debugbar" 4420 ], 4421 "time": "2019-10-18T14:34:16+00:00" 4422 }, 4423 { 4424 "name": "myclabs/deep-copy", 4425 "version": "1.9.3", 4426 "source": { 4427 "type": "git", 4428 "url": "https://github.com/myclabs/DeepCopy.git", 4429 "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea" 4430 }, 4431 "dist": { 4432 "type": "zip", 4433 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea", 4434 "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea", 4435 "shasum": "" 4436 }, 4437 "require": { 4438 "php": "^7.1" 4439 }, 4440 "replace": { 4441 "myclabs/deep-copy": "self.version" 4442 }, 4443 "require-dev": { 4444 "doctrine/collections": "^1.0", 4445 "doctrine/common": "^2.6", 4446 "phpunit/phpunit": "^7.1" 4447 }, 4448 "type": "library", 4449 "autoload": { 4450 "psr-4": { 4451 "DeepCopy\\": "src/DeepCopy/" 4452 }, 4453 "files": [ 4454 "src/DeepCopy/deep_copy.php" 4455 ] 4456 }, 4457 "notification-url": "https://packagist.org/downloads/", 4458 "license": [ 4459 "MIT" 4460 ], 4461 "description": "Create deep copies (clones) of your objects", 4462 "keywords": [ 4463 "clone", 4464 "copy", 4465 "duplicate", 4466 "object", 4467 "object graph" 4468 ], 4469 "time": "2019-08-09T12:45:53+00:00" 4470 }, 4471 { 4472 "name": "phar-io/manifest", 4473 "version": "1.0.3", 4474 "source": { 4475 "type": "git", 4476 "url": "https://github.com/phar-io/manifest.git", 4477 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" 4478 }, 4479 "dist": { 4480 "type": "zip", 4481 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", 4482 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", 4483 "shasum": "" 4484 }, 4485 "require": { 4486 "ext-dom": "*", 4487 "ext-phar": "*", 4488 "phar-io/version": "^2.0", 4489 "php": "^5.6 || ^7.0" 4490 }, 4491 "type": "library", 4492 "extra": { 4493 "branch-alias": { 4494 "dev-master": "1.0.x-dev" 4495 } 4496 }, 4497 "autoload": { 4498 "classmap": [ 4499 "src/" 4500 ] 4501 }, 4502 "notification-url": "https://packagist.org/downloads/", 4503 "license": [ 4504 "BSD-3-Clause" 4505 ], 4506 "authors": [ 4507 { 4508 "name": "Arne Blankerts", 4509 "email": "arne@blankerts.de", 4510 "role": "Developer" 4511 }, 4512 { 4513 "name": "Sebastian Heuer", 4514 "email": "sebastian@phpeople.de", 4515 "role": "Developer" 4516 }, 4517 { 4518 "name": "Sebastian Bergmann", 4519 "email": "sebastian@phpunit.de", 4520 "role": "Developer" 4521 } 4522 ], 4523 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 4524 "time": "2018-07-08T19:23:20+00:00" 4525 }, 4526 { 4527 "name": "phar-io/version", 4528 "version": "2.0.1", 4529 "source": { 4530 "type": "git", 4531 "url": "https://github.com/phar-io/version.git", 4532 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" 4533 }, 4534 "dist": { 4535 "type": "zip", 4536 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", 4537 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", 4538 "shasum": "" 4539 }, 4540 "require": { 4541 "php": "^5.6 || ^7.0" 4542 }, 4543 "type": "library", 4544 "autoload": { 4545 "classmap": [ 4546 "src/" 4547 ] 4548 }, 4549 "notification-url": "https://packagist.org/downloads/", 4550 "license": [ 4551 "BSD-3-Clause" 4552 ], 4553 "authors": [ 4554 { 4555 "name": "Arne Blankerts", 4556 "email": "arne@blankerts.de", 4557 "role": "Developer" 4558 }, 4559 { 4560 "name": "Sebastian Heuer", 4561 "email": "sebastian@phpeople.de", 4562 "role": "Developer" 4563 }, 4564 { 4565 "name": "Sebastian Bergmann", 4566 "email": "sebastian@phpunit.de", 4567 "role": "Developer" 4568 } 4569 ], 4570 "description": "Library for handling version information and constraints", 4571 "time": "2018-07-08T19:19:57+00:00" 4572 }, 4573 { 4574 "name": "php-coveralls/php-coveralls", 4575 "version": "v2.1.0", 4576 "source": { 4577 "type": "git", 4578 "url": "https://github.com/php-coveralls/php-coveralls.git", 4579 "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d" 4580 }, 4581 "dist": { 4582 "type": "zip", 4583 "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/3b00c229726f892bfdadeaf01ea430ffd04a939d", 4584 "reference": "3b00c229726f892bfdadeaf01ea430ffd04a939d", 4585 "shasum": "" 4586 }, 4587 "require": { 4588 "ext-json": "*", 4589 "ext-simplexml": "*", 4590 "guzzlehttp/guzzle": "^6.0", 4591 "php": "^5.5 || ^7.0", 4592 "psr/log": "^1.0", 4593 "symfony/config": "^2.1 || ^3.0 || ^4.0", 4594 "symfony/console": "^2.1 || ^3.0 || ^4.0", 4595 "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0", 4596 "symfony/yaml": "^2.0 || ^3.0 || ^4.0" 4597 }, 4598 "require-dev": { 4599 "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0" 4600 }, 4601 "suggest": { 4602 "symfony/http-kernel": "Allows Symfony integration" 4603 }, 4604 "bin": [ 4605 "bin/php-coveralls" 4606 ], 4607 "type": "library", 4608 "extra": { 4609 "branch-alias": { 4610 "dev-master": "2.1-dev" 4611 } 4612 }, 4613 "autoload": { 4614 "psr-4": { 4615 "PhpCoveralls\\": "src/" 4616 } 4617 }, 4618 "notification-url": "https://packagist.org/downloads/", 4619 "license": [ 4620 "MIT" 4621 ], 4622 "authors": [ 4623 { 4624 "name": "Kitamura Satoshi", 4625 "email": "with.no.parachute@gmail.com", 4626 "homepage": "https://www.facebook.com/satooshi.jp", 4627 "role": "Original creator" 4628 }, 4629 { 4630 "name": "Takashi Matsuo", 4631 "email": "tmatsuo@google.com" 4632 }, 4633 { 4634 "name": "Google Inc" 4635 }, 4636 { 4637 "name": "Dariusz Ruminski", 4638 "email": "dariusz.ruminski@gmail.com", 4639 "homepage": "https://github.com/keradus" 4640 }, 4641 { 4642 "name": "Contributors", 4643 "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors" 4644 } 4645 ], 4646 "description": "PHP client library for Coveralls API", 4647 "homepage": "https://github.com/php-coveralls/php-coveralls", 4648 "keywords": [ 4649 "ci", 4650 "coverage", 4651 "github", 4652 "test" 4653 ], 4654 "time": "2018-05-22T23:11:08+00:00" 4655 }, 4656 { 4657 "name": "phpdocumentor/reflection-common", 4658 "version": "2.0.0", 4659 "source": { 4660 "type": "git", 4661 "url": "https://github.com/phpDocumentor/ReflectionCommon.git", 4662 "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a" 4663 }, 4664 "dist": { 4665 "type": "zip", 4666 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a", 4667 "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a", 4668 "shasum": "" 4669 }, 4670 "require": { 4671 "php": ">=7.1" 4672 }, 4673 "require-dev": { 4674 "phpunit/phpunit": "~6" 4675 }, 4676 "type": "library", 4677 "extra": { 4678 "branch-alias": { 4679 "dev-master": "2.x-dev" 4680 } 4681 }, 4682 "autoload": { 4683 "psr-4": { 4684 "phpDocumentor\\Reflection\\": "src/" 4685 } 4686 }, 4687 "notification-url": "https://packagist.org/downloads/", 4688 "license": [ 4689 "MIT" 4690 ], 4691 "authors": [ 4692 { 4693 "name": "Jaap van Otterdijk", 4694 "email": "opensource@ijaap.nl" 4695 } 4696 ], 4697 "description": "Common reflection classes used by phpdocumentor to reflect the code structure", 4698 "homepage": "http://www.phpdoc.org", 4699 "keywords": [ 4700 "FQSEN", 4701 "phpDocumentor", 4702 "phpdoc", 4703 "reflection", 4704 "static analysis" 4705 ], 4706 "time": "2018-08-07T13:53:10+00:00" 4707 }, 4708 { 4709 "name": "phpdocumentor/reflection-docblock", 4710 "version": "4.3.2", 4711 "source": { 4712 "type": "git", 4713 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 4714 "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e" 4715 }, 4716 "dist": { 4717 "type": "zip", 4718 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e", 4719 "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e", 4720 "shasum": "" 4721 }, 4722 "require": { 4723 "php": "^7.0", 4724 "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0", 4725 "phpdocumentor/type-resolver": "~0.4 || ^1.0.0", 4726 "webmozart/assert": "^1.0" 4727 }, 4728 "require-dev": { 4729 "doctrine/instantiator": "^1.0.5", 4730 "mockery/mockery": "^1.0", 4731 "phpunit/phpunit": "^6.4" 4732 }, 4733 "type": "library", 4734 "extra": { 4735 "branch-alias": { 4736 "dev-master": "4.x-dev" 4737 } 4738 }, 4739 "autoload": { 4740 "psr-4": { 4741 "phpDocumentor\\Reflection\\": [ 4742 "src/" 4743 ] 4744 } 4745 }, 4746 "notification-url": "https://packagist.org/downloads/", 4747 "license": [ 4748 "MIT" 4749 ], 4750 "authors": [ 4751 { 4752 "name": "Mike van Riel", 4753 "email": "me@mikevanriel.com" 4754 } 4755 ], 4756 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 4757 "time": "2019-09-12T14:27:41+00:00" 4758 }, 4759 { 4760 "name": "phpdocumentor/type-resolver", 4761 "version": "1.0.1", 4762 "source": { 4763 "type": "git", 4764 "url": "https://github.com/phpDocumentor/TypeResolver.git", 4765 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9" 4766 }, 4767 "dist": { 4768 "type": "zip", 4769 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9", 4770 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9", 4771 "shasum": "" 4772 }, 4773 "require": { 4774 "php": "^7.1", 4775 "phpdocumentor/reflection-common": "^2.0" 4776 }, 4777 "require-dev": { 4778 "ext-tokenizer": "^7.1", 4779 "mockery/mockery": "~1", 4780 "phpunit/phpunit": "^7.0" 4781 }, 4782 "type": "library", 4783 "extra": { 4784 "branch-alias": { 4785 "dev-master": "1.x-dev" 4786 } 4787 }, 4788 "autoload": { 4789 "psr-4": { 4790 "phpDocumentor\\Reflection\\": "src" 4791 } 4792 }, 4793 "notification-url": "https://packagist.org/downloads/", 4794 "license": [ 4795 "MIT" 4796 ], 4797 "authors": [ 4798 { 4799 "name": "Mike van Riel", 4800 "email": "me@mikevanriel.com" 4801 } 4802 ], 4803 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", 4804 "time": "2019-08-22T18:11:29+00:00" 4805 }, 4806 { 4807 "name": "phpspec/prophecy", 4808 "version": "1.9.0", 4809 "source": { 4810 "type": "git", 4811 "url": "https://github.com/phpspec/prophecy.git", 4812 "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203" 4813 }, 4814 "dist": { 4815 "type": "zip", 4816 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203", 4817 "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203", 4818 "shasum": "" 4819 }, 4820 "require": { 4821 "doctrine/instantiator": "^1.0.2", 4822 "php": "^5.3|^7.0", 4823 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", 4824 "sebastian/comparator": "^1.1|^2.0|^3.0", 4825 "sebastian/recursion-context": "^1.0|^2.0|^3.0" 4826 }, 4827 "require-dev": { 4828 "phpspec/phpspec": "^2.5|^3.2", 4829 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" 4830 }, 4831 "type": "library", 4832 "extra": { 4833 "branch-alias": { 4834 "dev-master": "1.8.x-dev" 4835 } 4836 }, 4837 "autoload": { 4838 "psr-4": { 4839 "Prophecy\\": "src/Prophecy" 4840 } 4841 }, 4842 "notification-url": "https://packagist.org/downloads/", 4843 "license": [ 4844 "MIT" 4845 ], 4846 "authors": [ 4847 { 4848 "name": "Konstantin Kudryashov", 4849 "email": "ever.zet@gmail.com", 4850 "homepage": "http://everzet.com" 4851 }, 4852 { 4853 "name": "Marcello Duarte", 4854 "email": "marcello.duarte@gmail.com" 4855 } 4856 ], 4857 "description": "Highly opinionated mocking framework for PHP 5.3+", 4858 "homepage": "https://github.com/phpspec/prophecy", 4859 "keywords": [ 4860 "Double", 4861 "Dummy", 4862 "fake", 4863 "mock", 4864 "spy", 4865 "stub" 4866 ], 4867 "time": "2019-10-03T11:07:50+00:00" 4868 }, 4869 { 4870 "name": "phpunit/php-code-coverage", 4871 "version": "6.1.4", 4872 "source": { 4873 "type": "git", 4874 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 4875 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" 4876 }, 4877 "dist": { 4878 "type": "zip", 4879 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", 4880 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", 4881 "shasum": "" 4882 }, 4883 "require": { 4884 "ext-dom": "*", 4885 "ext-xmlwriter": "*", 4886 "php": "^7.1", 4887 "phpunit/php-file-iterator": "^2.0", 4888 "phpunit/php-text-template": "^1.2.1", 4889 "phpunit/php-token-stream": "^3.0", 4890 "sebastian/code-unit-reverse-lookup": "^1.0.1", 4891 "sebastian/environment": "^3.1 || ^4.0", 4892 "sebastian/version": "^2.0.1", 4893 "theseer/tokenizer": "^1.1" 4894 }, 4895 "require-dev": { 4896 "phpunit/phpunit": "^7.0" 4897 }, 4898 "suggest": { 4899 "ext-xdebug": "^2.6.0" 4900 }, 4901 "type": "library", 4902 "extra": { 4903 "branch-alias": { 4904 "dev-master": "6.1-dev" 4905 } 4906 }, 4907 "autoload": { 4908 "classmap": [ 4909 "src/" 4910 ] 4911 }, 4912 "notification-url": "https://packagist.org/downloads/", 4913 "license": [ 4914 "BSD-3-Clause" 4915 ], 4916 "authors": [ 4917 { 4918 "name": "Sebastian Bergmann", 4919 "email": "sebastian@phpunit.de", 4920 "role": "lead" 4921 } 4922 ], 4923 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 4924 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 4925 "keywords": [ 4926 "coverage", 4927 "testing", 4928 "xunit" 4929 ], 4930 "time": "2018-10-31T16:06:48+00:00" 4931 }, 4932 { 4933 "name": "phpunit/php-file-iterator", 4934 "version": "2.0.2", 4935 "source": { 4936 "type": "git", 4937 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 4938 "reference": "050bedf145a257b1ff02746c31894800e5122946" 4939 }, 4940 "dist": { 4941 "type": "zip", 4942 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", 4943 "reference": "050bedf145a257b1ff02746c31894800e5122946", 4944 "shasum": "" 4945 }, 4946 "require": { 4947 "php": "^7.1" 4948 }, 4949 "require-dev": { 4950 "phpunit/phpunit": "^7.1" 4951 }, 4952 "type": "library", 4953 "extra": { 4954 "branch-alias": { 4955 "dev-master": "2.0.x-dev" 4956 } 4957 }, 4958 "autoload": { 4959 "classmap": [ 4960 "src/" 4961 ] 4962 }, 4963 "notification-url": "https://packagist.org/downloads/", 4964 "license": [ 4965 "BSD-3-Clause" 4966 ], 4967 "authors": [ 4968 { 4969 "name": "Sebastian Bergmann", 4970 "email": "sebastian@phpunit.de", 4971 "role": "lead" 4972 } 4973 ], 4974 "description": "FilterIterator implementation that filters files based on a list of suffixes.", 4975 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 4976 "keywords": [ 4977 "filesystem", 4978 "iterator" 4979 ], 4980 "time": "2018-09-13T20:33:42+00:00" 4981 }, 4982 { 4983 "name": "phpunit/php-text-template", 4984 "version": "1.2.1", 4985 "source": { 4986 "type": "git", 4987 "url": "https://github.com/sebastianbergmann/php-text-template.git", 4988 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 4989 }, 4990 "dist": { 4991 "type": "zip", 4992 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 4993 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 4994 "shasum": "" 4995 }, 4996 "require": { 4997 "php": ">=5.3.3" 4998 }, 4999 "type": "library", 5000 "autoload": { 5001 "classmap": [ 5002 "src/" 5003 ] 5004 }, 5005 "notification-url": "https://packagist.org/downloads/", 5006 "license": [ 5007 "BSD-3-Clause" 5008 ], 5009 "authors": [ 5010 { 5011 "name": "Sebastian Bergmann", 5012 "email": "sebastian@phpunit.de", 5013 "role": "lead" 5014 } 5015 ], 5016 "description": "Simple template engine.", 5017 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 5018 "keywords": [ 5019 "template" 5020 ], 5021 "time": "2015-06-21T13:50:34+00:00" 5022 }, 5023 { 5024 "name": "phpunit/php-timer", 5025 "version": "2.1.2", 5026 "source": { 5027 "type": "git", 5028 "url": "https://github.com/sebastianbergmann/php-timer.git", 5029 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" 5030 }, 5031 "dist": { 5032 "type": "zip", 5033 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", 5034 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", 5035 "shasum": "" 5036 }, 5037 "require": { 5038 "php": "^7.1" 5039 }, 5040 "require-dev": { 5041 "phpunit/phpunit": "^7.0" 5042 }, 5043 "type": "library", 5044 "extra": { 5045 "branch-alias": { 5046 "dev-master": "2.1-dev" 5047 } 5048 }, 5049 "autoload": { 5050 "classmap": [ 5051 "src/" 5052 ] 5053 }, 5054 "notification-url": "https://packagist.org/downloads/", 5055 "license": [ 5056 "BSD-3-Clause" 5057 ], 5058 "authors": [ 5059 { 5060 "name": "Sebastian Bergmann", 5061 "email": "sebastian@phpunit.de", 5062 "role": "lead" 5063 } 5064 ], 5065 "description": "Utility class for timing", 5066 "homepage": "https://github.com/sebastianbergmann/php-timer/", 5067 "keywords": [ 5068 "timer" 5069 ], 5070 "time": "2019-06-07T04:22:29+00:00" 5071 }, 5072 { 5073 "name": "phpunit/php-token-stream", 5074 "version": "3.1.1", 5075 "source": { 5076 "type": "git", 5077 "url": "https://github.com/sebastianbergmann/php-token-stream.git", 5078 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff" 5079 }, 5080 "dist": { 5081 "type": "zip", 5082 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff", 5083 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff", 5084 "shasum": "" 5085 }, 5086 "require": { 5087 "ext-tokenizer": "*", 5088 "php": "^7.1" 5089 }, 5090 "require-dev": { 5091 "phpunit/phpunit": "^7.0" 5092 }, 5093 "type": "library", 5094 "extra": { 5095 "branch-alias": { 5096 "dev-master": "3.1-dev" 5097 } 5098 }, 5099 "autoload": { 5100 "classmap": [ 5101 "src/" 5102 ] 5103 }, 5104 "notification-url": "https://packagist.org/downloads/", 5105 "license": [ 5106 "BSD-3-Clause" 5107 ], 5108 "authors": [ 5109 { 5110 "name": "Sebastian Bergmann", 5111 "email": "sebastian@phpunit.de" 5112 } 5113 ], 5114 "description": "Wrapper around PHP's tokenizer extension.", 5115 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", 5116 "keywords": [ 5117 "tokenizer" 5118 ], 5119 "time": "2019-09-17T06:23:10+00:00" 5120 }, 5121 { 5122 "name": "phpunit/phpunit", 5123 "version": "7.5.17", 5124 "source": { 5125 "type": "git", 5126 "url": "https://github.com/sebastianbergmann/phpunit.git", 5127 "reference": "4c92a15296e58191a4cd74cff3b34fc8e374174a" 5128 }, 5129 "dist": { 5130 "type": "zip", 5131 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4c92a15296e58191a4cd74cff3b34fc8e374174a", 5132 "reference": "4c92a15296e58191a4cd74cff3b34fc8e374174a", 5133 "shasum": "" 5134 }, 5135 "require": { 5136 "doctrine/instantiator": "^1.1", 5137 "ext-dom": "*", 5138 "ext-json": "*", 5139 "ext-libxml": "*", 5140 "ext-mbstring": "*", 5141 "ext-xml": "*", 5142 "myclabs/deep-copy": "^1.7", 5143 "phar-io/manifest": "^1.0.2", 5144 "phar-io/version": "^2.0", 5145 "php": "^7.1", 5146 "phpspec/prophecy": "^1.7", 5147 "phpunit/php-code-coverage": "^6.0.7", 5148 "phpunit/php-file-iterator": "^2.0.1", 5149 "phpunit/php-text-template": "^1.2.1", 5150 "phpunit/php-timer": "^2.1", 5151 "sebastian/comparator": "^3.0", 5152 "sebastian/diff": "^3.0", 5153 "sebastian/environment": "^4.0", 5154 "sebastian/exporter": "^3.1", 5155 "sebastian/global-state": "^2.0", 5156 "sebastian/object-enumerator": "^3.0.3", 5157 "sebastian/resource-operations": "^2.0", 5158 "sebastian/version": "^2.0.1" 5159 }, 5160 "conflict": { 5161 "phpunit/phpunit-mock-objects": "*" 5162 }, 5163 "require-dev": { 5164 "ext-pdo": "*" 5165 }, 5166 "suggest": { 5167 "ext-soap": "*", 5168 "ext-xdebug": "*", 5169 "phpunit/php-invoker": "^2.0" 5170 }, 5171 "bin": [ 5172 "phpunit" 5173 ], 5174 "type": "library", 5175 "extra": { 5176 "branch-alias": { 5177 "dev-master": "7.5-dev" 5178 } 5179 }, 5180 "autoload": { 5181 "classmap": [ 5182 "src/" 5183 ] 5184 }, 5185 "notification-url": "https://packagist.org/downloads/", 5186 "license": [ 5187 "BSD-3-Clause" 5188 ], 5189 "authors": [ 5190 { 5191 "name": "Sebastian Bergmann", 5192 "email": "sebastian@phpunit.de", 5193 "role": "lead" 5194 } 5195 ], 5196 "description": "The PHP Unit Testing framework.", 5197 "homepage": "https://phpunit.de/", 5198 "keywords": [ 5199 "phpunit", 5200 "testing", 5201 "xunit" 5202 ], 5203 "time": "2019-10-28T10:37:36+00:00" 5204 }, 5205 { 5206 "name": "sebastian/code-unit-reverse-lookup", 5207 "version": "1.0.1", 5208 "source": { 5209 "type": "git", 5210 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 5211 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" 5212 }, 5213 "dist": { 5214 "type": "zip", 5215 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", 5216 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", 5217 "shasum": "" 5218 }, 5219 "require": { 5220 "php": "^5.6 || ^7.0" 5221 }, 5222 "require-dev": { 5223 "phpunit/phpunit": "^5.7 || ^6.0" 5224 }, 5225 "type": "library", 5226 "extra": { 5227 "branch-alias": { 5228 "dev-master": "1.0.x-dev" 5229 } 5230 }, 5231 "autoload": { 5232 "classmap": [ 5233 "src/" 5234 ] 5235 }, 5236 "notification-url": "https://packagist.org/downloads/", 5237 "license": [ 5238 "BSD-3-Clause" 5239 ], 5240 "authors": [ 5241 { 5242 "name": "Sebastian Bergmann", 5243 "email": "sebastian@phpunit.de" 5244 } 5245 ], 5246 "description": "Looks up which function or method a line of code belongs to", 5247 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 5248 "time": "2017-03-04T06:30:41+00:00" 5249 }, 5250 { 5251 "name": "sebastian/comparator", 5252 "version": "3.0.2", 5253 "source": { 5254 "type": "git", 5255 "url": "https://github.com/sebastianbergmann/comparator.git", 5256 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" 5257 }, 5258 "dist": { 5259 "type": "zip", 5260 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", 5261 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", 5262 "shasum": "" 5263 }, 5264 "require": { 5265 "php": "^7.1", 5266 "sebastian/diff": "^3.0", 5267 "sebastian/exporter": "^3.1" 5268 }, 5269 "require-dev": { 5270 "phpunit/phpunit": "^7.1" 5271 }, 5272 "type": "library", 5273 "extra": { 5274 "branch-alias": { 5275 "dev-master": "3.0-dev" 5276 } 5277 }, 5278 "autoload": { 5279 "classmap": [ 5280 "src/" 5281 ] 5282 }, 5283 "notification-url": "https://packagist.org/downloads/", 5284 "license": [ 5285 "BSD-3-Clause" 5286 ], 5287 "authors": [ 5288 { 5289 "name": "Jeff Welch", 5290 "email": "whatthejeff@gmail.com" 5291 }, 5292 { 5293 "name": "Volker Dusch", 5294 "email": "github@wallbash.com" 5295 }, 5296 { 5297 "name": "Bernhard Schussek", 5298 "email": "bschussek@2bepublished.at" 5299 }, 5300 { 5301 "name": "Sebastian Bergmann", 5302 "email": "sebastian@phpunit.de" 5303 } 5304 ], 5305 "description": "Provides the functionality to compare PHP values for equality", 5306 "homepage": "https://github.com/sebastianbergmann/comparator", 5307 "keywords": [ 5308 "comparator", 5309 "compare", 5310 "equality" 5311 ], 5312 "time": "2018-07-12T15:12:46+00:00" 5313 }, 5314 { 5315 "name": "sebastian/diff", 5316 "version": "3.0.2", 5317 "source": { 5318 "type": "git", 5319 "url": "https://github.com/sebastianbergmann/diff.git", 5320 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" 5321 }, 5322 "dist": { 5323 "type": "zip", 5324 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", 5325 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", 5326 "shasum": "" 5327 }, 5328 "require": { 5329 "php": "^7.1" 5330 }, 5331 "require-dev": { 5332 "phpunit/phpunit": "^7.5 || ^8.0", 5333 "symfony/process": "^2 || ^3.3 || ^4" 5334 }, 5335 "type": "library", 5336 "extra": { 5337 "branch-alias": { 5338 "dev-master": "3.0-dev" 5339 } 5340 }, 5341 "autoload": { 5342 "classmap": [ 5343 "src/" 5344 ] 5345 }, 5346 "notification-url": "https://packagist.org/downloads/", 5347 "license": [ 5348 "BSD-3-Clause" 5349 ], 5350 "authors": [ 5351 { 5352 "name": "Kore Nordmann", 5353 "email": "mail@kore-nordmann.de" 5354 }, 5355 { 5356 "name": "Sebastian Bergmann", 5357 "email": "sebastian@phpunit.de" 5358 } 5359 ], 5360 "description": "Diff implementation", 5361 "homepage": "https://github.com/sebastianbergmann/diff", 5362 "keywords": [ 5363 "diff", 5364 "udiff", 5365 "unidiff", 5366 "unified diff" 5367 ], 5368 "time": "2019-02-04T06:01:07+00:00" 5369 }, 5370 { 5371 "name": "sebastian/environment", 5372 "version": "4.2.2", 5373 "source": { 5374 "type": "git", 5375 "url": "https://github.com/sebastianbergmann/environment.git", 5376 "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404" 5377 }, 5378 "dist": { 5379 "type": "zip", 5380 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404", 5381 "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404", 5382 "shasum": "" 5383 }, 5384 "require": { 5385 "php": "^7.1" 5386 }, 5387 "require-dev": { 5388 "phpunit/phpunit": "^7.5" 5389 }, 5390 "suggest": { 5391 "ext-posix": "*" 5392 }, 5393 "type": "library", 5394 "extra": { 5395 "branch-alias": { 5396 "dev-master": "4.2-dev" 5397 } 5398 }, 5399 "autoload": { 5400 "classmap": [ 5401 "src/" 5402 ] 5403 }, 5404 "notification-url": "https://packagist.org/downloads/", 5405 "license": [ 5406 "BSD-3-Clause" 5407 ], 5408 "authors": [ 5409 { 5410 "name": "Sebastian Bergmann", 5411 "email": "sebastian@phpunit.de" 5412 } 5413 ], 5414 "description": "Provides functionality to handle HHVM/PHP environments", 5415 "homepage": "http://www.github.com/sebastianbergmann/environment", 5416 "keywords": [ 5417 "Xdebug", 5418 "environment", 5419 "hhvm" 5420 ], 5421 "time": "2019-05-05T09:05:15+00:00" 5422 }, 5423 { 5424 "name": "sebastian/exporter", 5425 "version": "3.1.2", 5426 "source": { 5427 "type": "git", 5428 "url": "https://github.com/sebastianbergmann/exporter.git", 5429 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e" 5430 }, 5431 "dist": { 5432 "type": "zip", 5433 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e", 5434 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e", 5435 "shasum": "" 5436 }, 5437 "require": { 5438 "php": "^7.0", 5439 "sebastian/recursion-context": "^3.0" 5440 }, 5441 "require-dev": { 5442 "ext-mbstring": "*", 5443 "phpunit/phpunit": "^6.0" 5444 }, 5445 "type": "library", 5446 "extra": { 5447 "branch-alias": { 5448 "dev-master": "3.1.x-dev" 5449 } 5450 }, 5451 "autoload": { 5452 "classmap": [ 5453 "src/" 5454 ] 5455 }, 5456 "notification-url": "https://packagist.org/downloads/", 5457 "license": [ 5458 "BSD-3-Clause" 5459 ], 5460 "authors": [ 5461 { 5462 "name": "Sebastian Bergmann", 5463 "email": "sebastian@phpunit.de" 5464 }, 5465 { 5466 "name": "Jeff Welch", 5467 "email": "whatthejeff@gmail.com" 5468 }, 5469 { 5470 "name": "Volker Dusch", 5471 "email": "github@wallbash.com" 5472 }, 5473 { 5474 "name": "Adam Harvey", 5475 "email": "aharvey@php.net" 5476 }, 5477 { 5478 "name": "Bernhard Schussek", 5479 "email": "bschussek@gmail.com" 5480 } 5481 ], 5482 "description": "Provides the functionality to export PHP variables for visualization", 5483 "homepage": "http://www.github.com/sebastianbergmann/exporter", 5484 "keywords": [ 5485 "export", 5486 "exporter" 5487 ], 5488 "time": "2019-09-14T09:02:43+00:00" 5489 }, 5490 { 5491 "name": "sebastian/global-state", 5492 "version": "2.0.0", 5493 "source": { 5494 "type": "git", 5495 "url": "https://github.com/sebastianbergmann/global-state.git", 5496 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" 5497 }, 5498 "dist": { 5499 "type": "zip", 5500 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", 5501 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", 5502 "shasum": "" 5503 }, 5504 "require": { 5505 "php": "^7.0" 5506 }, 5507 "require-dev": { 5508 "phpunit/phpunit": "^6.0" 5509 }, 5510 "suggest": { 5511 "ext-uopz": "*" 5512 }, 5513 "type": "library", 5514 "extra": { 5515 "branch-alias": { 5516 "dev-master": "2.0-dev" 5517 } 5518 }, 5519 "autoload": { 5520 "classmap": [ 5521 "src/" 5522 ] 5523 }, 5524 "notification-url": "https://packagist.org/downloads/", 5525 "license": [ 5526 "BSD-3-Clause" 5527 ], 5528 "authors": [ 5529 { 5530 "name": "Sebastian Bergmann", 5531 "email": "sebastian@phpunit.de" 5532 } 5533 ], 5534 "description": "Snapshotting of global state", 5535 "homepage": "http://www.github.com/sebastianbergmann/global-state", 5536 "keywords": [ 5537 "global state" 5538 ], 5539 "time": "2017-04-27T15:39:26+00:00" 5540 }, 5541 { 5542 "name": "sebastian/object-enumerator", 5543 "version": "3.0.3", 5544 "source": { 5545 "type": "git", 5546 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 5547 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" 5548 }, 5549 "dist": { 5550 "type": "zip", 5551 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", 5552 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", 5553 "shasum": "" 5554 }, 5555 "require": { 5556 "php": "^7.0", 5557 "sebastian/object-reflector": "^1.1.1", 5558 "sebastian/recursion-context": "^3.0" 5559 }, 5560 "require-dev": { 5561 "phpunit/phpunit": "^6.0" 5562 }, 5563 "type": "library", 5564 "extra": { 5565 "branch-alias": { 5566 "dev-master": "3.0.x-dev" 5567 } 5568 }, 5569 "autoload": { 5570 "classmap": [ 5571 "src/" 5572 ] 5573 }, 5574 "notification-url": "https://packagist.org/downloads/", 5575 "license": [ 5576 "BSD-3-Clause" 5577 ], 5578 "authors": [ 5579 { 5580 "name": "Sebastian Bergmann", 5581 "email": "sebastian@phpunit.de" 5582 } 5583 ], 5584 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 5585 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 5586 "time": "2017-08-03T12:35:26+00:00" 5587 }, 5588 { 5589 "name": "sebastian/object-reflector", 5590 "version": "1.1.1", 5591 "source": { 5592 "type": "git", 5593 "url": "https://github.com/sebastianbergmann/object-reflector.git", 5594 "reference": "773f97c67f28de00d397be301821b06708fca0be" 5595 }, 5596 "dist": { 5597 "type": "zip", 5598 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", 5599 "reference": "773f97c67f28de00d397be301821b06708fca0be", 5600 "shasum": "" 5601 }, 5602 "require": { 5603 "php": "^7.0" 5604 }, 5605 "require-dev": { 5606 "phpunit/phpunit": "^6.0" 5607 }, 5608 "type": "library", 5609 "extra": { 5610 "branch-alias": { 5611 "dev-master": "1.1-dev" 5612 } 5613 }, 5614 "autoload": { 5615 "classmap": [ 5616 "src/" 5617 ] 5618 }, 5619 "notification-url": "https://packagist.org/downloads/", 5620 "license": [ 5621 "BSD-3-Clause" 5622 ], 5623 "authors": [ 5624 { 5625 "name": "Sebastian Bergmann", 5626 "email": "sebastian@phpunit.de" 5627 } 5628 ], 5629 "description": "Allows reflection of object attributes, including inherited and non-public ones", 5630 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 5631 "time": "2017-03-29T09:07:27+00:00" 5632 }, 5633 { 5634 "name": "sebastian/recursion-context", 5635 "version": "3.0.0", 5636 "source": { 5637 "type": "git", 5638 "url": "https://github.com/sebastianbergmann/recursion-context.git", 5639 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" 5640 }, 5641 "dist": { 5642 "type": "zip", 5643 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", 5644 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", 5645 "shasum": "" 5646 }, 5647 "require": { 5648 "php": "^7.0" 5649 }, 5650 "require-dev": { 5651 "phpunit/phpunit": "^6.0" 5652 }, 5653 "type": "library", 5654 "extra": { 5655 "branch-alias": { 5656 "dev-master": "3.0.x-dev" 5657 } 5658 }, 5659 "autoload": { 5660 "classmap": [ 5661 "src/" 5662 ] 5663 }, 5664 "notification-url": "https://packagist.org/downloads/", 5665 "license": [ 5666 "BSD-3-Clause" 5667 ], 5668 "authors": [ 5669 { 5670 "name": "Jeff Welch", 5671 "email": "whatthejeff@gmail.com" 5672 }, 5673 { 5674 "name": "Sebastian Bergmann", 5675 "email": "sebastian@phpunit.de" 5676 }, 5677 { 5678 "name": "Adam Harvey", 5679 "email": "aharvey@php.net" 5680 } 5681 ], 5682 "description": "Provides functionality to recursively process PHP variables", 5683 "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 5684 "time": "2017-03-03T06:23:57+00:00" 5685 }, 5686 { 5687 "name": "sebastian/resource-operations", 5688 "version": "2.0.1", 5689 "source": { 5690 "type": "git", 5691 "url": "https://github.com/sebastianbergmann/resource-operations.git", 5692 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" 5693 }, 5694 "dist": { 5695 "type": "zip", 5696 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", 5697 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", 5698 "shasum": "" 5699 }, 5700 "require": { 5701 "php": "^7.1" 5702 }, 5703 "type": "library", 5704 "extra": { 5705 "branch-alias": { 5706 "dev-master": "2.0-dev" 5707 } 5708 }, 5709 "autoload": { 5710 "classmap": [ 5711 "src/" 5712 ] 5713 }, 5714 "notification-url": "https://packagist.org/downloads/", 5715 "license": [ 5716 "BSD-3-Clause" 5717 ], 5718 "authors": [ 5719 { 5720 "name": "Sebastian Bergmann", 5721 "email": "sebastian@phpunit.de" 5722 } 5723 ], 5724 "description": "Provides a list of PHP built-in functions that operate on resources", 5725 "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 5726 "time": "2018-10-04T04:07:39+00:00" 5727 }, 5728 { 5729 "name": "sebastian/version", 5730 "version": "2.0.1", 5731 "source": { 5732 "type": "git", 5733 "url": "https://github.com/sebastianbergmann/version.git", 5734 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" 5735 }, 5736 "dist": { 5737 "type": "zip", 5738 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", 5739 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", 5740 "shasum": "" 5741 }, 5742 "require": { 5743 "php": ">=5.6" 5744 }, 5745 "type": "library", 5746 "extra": { 5747 "branch-alias": { 5748 "dev-master": "2.0.x-dev" 5749 } 5750 }, 5751 "autoload": { 5752 "classmap": [ 5753 "src/" 5754 ] 5755 }, 5756 "notification-url": "https://packagist.org/downloads/", 5757 "license": [ 5758 "BSD-3-Clause" 5759 ], 5760 "authors": [ 5761 { 5762 "name": "Sebastian Bergmann", 5763 "email": "sebastian@phpunit.de", 5764 "role": "lead" 5765 } 5766 ], 5767 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 5768 "homepage": "https://github.com/sebastianbergmann/version", 5769 "time": "2016-10-03T07:35:21+00:00" 5770 }, 5771 { 5772 "name": "seld/jsonlint", 5773 "version": "1.7.2", 5774 "source": { 5775 "type": "git", 5776 "url": "https://github.com/Seldaek/jsonlint.git", 5777 "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19" 5778 }, 5779 "dist": { 5780 "type": "zip", 5781 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/e2e5d290e4d2a4f0eb449f510071392e00e10d19", 5782 "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19", 5783 "shasum": "" 5784 }, 5785 "require": { 5786 "php": "^5.3 || ^7.0" 5787 }, 5788 "require-dev": { 5789 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" 5790 }, 5791 "bin": [ 5792 "bin/jsonlint" 5793 ], 5794 "type": "library", 5795 "autoload": { 5796 "psr-4": { 5797 "Seld\\JsonLint\\": "src/Seld/JsonLint/" 5798 } 5799 }, 5800 "notification-url": "https://packagist.org/downloads/", 5801 "license": [ 5802 "MIT" 5803 ], 5804 "authors": [ 5805 { 5806 "name": "Jordi Boggiano", 5807 "email": "j.boggiano@seld.be", 5808 "homepage": "http://seld.be" 5809 } 5810 ], 5811 "description": "JSON Linter", 5812 "keywords": [ 5813 "json", 5814 "linter", 5815 "parser", 5816 "validator" 5817 ], 5818 "time": "2019-10-24T14:27:39+00:00" 5819 }, 5820 { 5821 "name": "seld/phar-utils", 5822 "version": "1.0.1", 5823 "source": { 5824 "type": "git", 5825 "url": "https://github.com/Seldaek/phar-utils.git", 5826 "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a" 5827 }, 5828 "dist": { 5829 "type": "zip", 5830 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a", 5831 "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a", 5832 "shasum": "" 5833 }, 5834 "require": { 5835 "php": ">=5.3" 5836 }, 5837 "type": "library", 5838 "extra": { 5839 "branch-alias": { 5840 "dev-master": "1.x-dev" 5841 } 5842 }, 5843 "autoload": { 5844 "psr-4": { 5845 "Seld\\PharUtils\\": "src/" 5846 } 5847 }, 5848 "notification-url": "https://packagist.org/downloads/", 5849 "license": [ 5850 "MIT" 5851 ], 5852 "authors": [ 5853 { 5854 "name": "Jordi Boggiano", 5855 "email": "j.boggiano@seld.be" 5856 } 5857 ], 5858 "description": "PHAR file format utilities, for when PHP phars you up", 5859 "keywords": [ 5860 "phra" 5861 ], 5862 "time": "2015-10-13T18:44:15+00:00" 5863 }, 5864 { 5865 "name": "symfony/config", 5866 "version": "v4.3.8", 5867 "source": { 5868 "type": "git", 5869 "url": "https://github.com/symfony/config.git", 5870 "reference": "8267214841c44d315a55242ea867684eb43c42ce" 5871 }, 5872 "dist": { 5873 "type": "zip", 5874 "url": "https://api.github.com/repos/symfony/config/zipball/8267214841c44d315a55242ea867684eb43c42ce", 5875 "reference": "8267214841c44d315a55242ea867684eb43c42ce", 5876 "shasum": "" 5877 }, 5878 "require": { 5879 "php": "^7.1.3", 5880 "symfony/filesystem": "~3.4|~4.0", 5881 "symfony/polyfill-ctype": "~1.8" 5882 }, 5883 "conflict": { 5884 "symfony/finder": "<3.4" 5885 }, 5886 "require-dev": { 5887 "symfony/dependency-injection": "~3.4|~4.0", 5888 "symfony/event-dispatcher": "~3.4|~4.0", 5889 "symfony/finder": "~3.4|~4.0", 5890 "symfony/messenger": "~4.1", 5891 "symfony/yaml": "~3.4|~4.0" 5892 }, 5893 "suggest": { 5894 "symfony/yaml": "To use the yaml reference dumper" 5895 }, 5896 "type": "library", 5897 "extra": { 5898 "branch-alias": { 5899 "dev-master": "4.3-dev" 5900 } 5901 }, 5902 "autoload": { 5903 "psr-4": { 5904 "Symfony\\Component\\Config\\": "" 5905 }, 5906 "exclude-from-classmap": [ 5907 "/Tests/" 5908 ] 5909 }, 5910 "notification-url": "https://packagist.org/downloads/", 5911 "license": [ 5912 "MIT" 5913 ], 5914 "authors": [ 5915 { 5916 "name": "Fabien Potencier", 5917 "email": "fabien@symfony.com" 5918 }, 5919 { 5920 "name": "Symfony Community", 5921 "homepage": "https://symfony.com/contributors" 5922 } 5923 ], 5924 "description": "Symfony Config Component", 5925 "homepage": "https://symfony.com", 5926 "time": "2019-11-08T08:31:27+00:00" 5927 }, 5928 { 5929 "name": "symfony/console", 5930 "version": "v4.3.8", 5931 "source": { 5932 "type": "git", 5933 "url": "https://github.com/symfony/console.git", 5934 "reference": "831424efae0a1fe6642784bd52aae14ece6538e6" 5935 }, 5936 "dist": { 5937 "type": "zip", 5938 "url": "https://api.github.com/repos/symfony/console/zipball/831424efae0a1fe6642784bd52aae14ece6538e6", 5939 "reference": "831424efae0a1fe6642784bd52aae14ece6538e6", 5940 "shasum": "" 5941 }, 5942 "require": { 5943 "php": "^7.1.3", 5944 "symfony/polyfill-mbstring": "~1.0", 5945 "symfony/polyfill-php73": "^1.8", 5946 "symfony/service-contracts": "^1.1" 5947 }, 5948 "conflict": { 5949 "symfony/dependency-injection": "<3.4", 5950 "symfony/event-dispatcher": "<4.3", 5951 "symfony/process": "<3.3" 5952 }, 5953 "provide": { 5954 "psr/log-implementation": "1.0" 5955 }, 5956 "require-dev": { 5957 "psr/log": "~1.0", 5958 "symfony/config": "~3.4|~4.0", 5959 "symfony/dependency-injection": "~3.4|~4.0", 5960 "symfony/event-dispatcher": "^4.3", 5961 "symfony/lock": "~3.4|~4.0", 5962 "symfony/process": "~3.4|~4.0", 5963 "symfony/var-dumper": "^4.3" 5964 }, 5965 "suggest": { 5966 "psr/log": "For using the console logger", 5967 "symfony/event-dispatcher": "", 5968 "symfony/lock": "", 5969 "symfony/process": "" 5970 }, 5971 "type": "library", 5972 "extra": { 5973 "branch-alias": { 5974 "dev-master": "4.3-dev" 5975 } 5976 }, 5977 "autoload": { 5978 "psr-4": { 5979 "Symfony\\Component\\Console\\": "" 5980 }, 5981 "exclude-from-classmap": [ 5982 "/Tests/" 5983 ] 5984 }, 5985 "notification-url": "https://packagist.org/downloads/", 5986 "license": [ 5987 "MIT" 5988 ], 5989 "authors": [ 5990 { 5991 "name": "Fabien Potencier", 5992 "email": "fabien@symfony.com" 5993 }, 5994 { 5995 "name": "Symfony Community", 5996 "homepage": "https://symfony.com/contributors" 5997 } 5998 ], 5999 "description": "Symfony Console Component", 6000 "homepage": "https://symfony.com", 6001 "time": "2019-11-13T07:29:07+00:00" 6002 }, 6003 { 6004 "name": "symfony/filesystem", 6005 "version": "v4.3.8", 6006 "source": { 6007 "type": "git", 6008 "url": "https://github.com/symfony/filesystem.git", 6009 "reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263" 6010 }, 6011 "dist": { 6012 "type": "zip", 6013 "url": "https://api.github.com/repos/symfony/filesystem/zipball/9abbb7ef96a51f4d7e69627bc6f63307994e4263", 6014 "reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263", 6015 "shasum": "" 6016 }, 6017 "require": { 6018 "php": "^7.1.3", 6019 "symfony/polyfill-ctype": "~1.8" 6020 }, 6021 "type": "library", 6022 "extra": { 6023 "branch-alias": { 6024 "dev-master": "4.3-dev" 6025 } 6026 }, 6027 "autoload": { 6028 "psr-4": { 6029 "Symfony\\Component\\Filesystem\\": "" 6030 }, 6031 "exclude-from-classmap": [ 6032 "/Tests/" 6033 ] 6034 }, 6035 "notification-url": "https://packagist.org/downloads/", 6036 "license": [ 6037 "MIT" 6038 ], 6039 "authors": [ 6040 { 6041 "name": "Fabien Potencier", 6042 "email": "fabien@symfony.com" 6043 }, 6044 { 6045 "name": "Symfony Community", 6046 "homepage": "https://symfony.com/contributors" 6047 } 6048 ], 6049 "description": "Symfony Filesystem Component", 6050 "homepage": "https://symfony.com", 6051 "time": "2019-08-20T14:07:54+00:00" 6052 }, 6053 { 6054 "name": "symfony/finder", 6055 "version": "v4.3.8", 6056 "source": { 6057 "type": "git", 6058 "url": "https://github.com/symfony/finder.git", 6059 "reference": "72a068f77e317ae77c0a0495236ad292cfb5ce6f" 6060 }, 6061 "dist": { 6062 "type": "zip", 6063 "url": "https://api.github.com/repos/symfony/finder/zipball/72a068f77e317ae77c0a0495236ad292cfb5ce6f", 6064 "reference": "72a068f77e317ae77c0a0495236ad292cfb5ce6f", 6065 "shasum": "" 6066 }, 6067 "require": { 6068 "php": "^7.1.3" 6069 }, 6070 "type": "library", 6071 "extra": { 6072 "branch-alias": { 6073 "dev-master": "4.3-dev" 6074 } 6075 }, 6076 "autoload": { 6077 "psr-4": { 6078 "Symfony\\Component\\Finder\\": "" 6079 }, 6080 "exclude-from-classmap": [ 6081 "/Tests/" 6082 ] 6083 }, 6084 "notification-url": "https://packagist.org/downloads/", 6085 "license": [ 6086 "MIT" 6087 ], 6088 "authors": [ 6089 { 6090 "name": "Fabien Potencier", 6091 "email": "fabien@symfony.com" 6092 }, 6093 { 6094 "name": "Symfony Community", 6095 "homepage": "https://symfony.com/contributors" 6096 } 6097 ], 6098 "description": "Symfony Finder Component", 6099 "homepage": "https://symfony.com", 6100 "time": "2019-10-30T12:53:54+00:00" 6101 }, 6102 { 6103 "name": "symfony/process", 6104 "version": "v4.3.8", 6105 "source": { 6106 "type": "git", 6107 "url": "https://github.com/symfony/process.git", 6108 "reference": "3b2e0cb029afbb0395034509291f21191d1a4db0" 6109 }, 6110 "dist": { 6111 "type": "zip", 6112 "url": "https://api.github.com/repos/symfony/process/zipball/3b2e0cb029afbb0395034509291f21191d1a4db0", 6113 "reference": "3b2e0cb029afbb0395034509291f21191d1a4db0", 6114 "shasum": "" 6115 }, 6116 "require": { 6117 "php": "^7.1.3" 6118 }, 6119 "type": "library", 6120 "extra": { 6121 "branch-alias": { 6122 "dev-master": "4.3-dev" 6123 } 6124 }, 6125 "autoload": { 6126 "psr-4": { 6127 "Symfony\\Component\\Process\\": "" 6128 }, 6129 "exclude-from-classmap": [ 6130 "/Tests/" 6131 ] 6132 }, 6133 "notification-url": "https://packagist.org/downloads/", 6134 "license": [ 6135 "MIT" 6136 ], 6137 "authors": [ 6138 { 6139 "name": "Fabien Potencier", 6140 "email": "fabien@symfony.com" 6141 }, 6142 { 6143 "name": "Symfony Community", 6144 "homepage": "https://symfony.com/contributors" 6145 } 6146 ], 6147 "description": "Symfony Process Component", 6148 "homepage": "https://symfony.com", 6149 "time": "2019-10-28T17:07:32+00:00" 6150 }, 6151 { 6152 "name": "symfony/stopwatch", 6153 "version": "v4.3.8", 6154 "source": { 6155 "type": "git", 6156 "url": "https://github.com/symfony/stopwatch.git", 6157 "reference": "e96c259de6abcd0cead71f0bf4d730d53ee464d0" 6158 }, 6159 "dist": { 6160 "type": "zip", 6161 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/e96c259de6abcd0cead71f0bf4d730d53ee464d0", 6162 "reference": "e96c259de6abcd0cead71f0bf4d730d53ee464d0", 6163 "shasum": "" 6164 }, 6165 "require": { 6166 "php": "^7.1.3", 6167 "symfony/service-contracts": "^1.0" 6168 }, 6169 "type": "library", 6170 "extra": { 6171 "branch-alias": { 6172 "dev-master": "4.3-dev" 6173 } 6174 }, 6175 "autoload": { 6176 "psr-4": { 6177 "Symfony\\Component\\Stopwatch\\": "" 6178 }, 6179 "exclude-from-classmap": [ 6180 "/Tests/" 6181 ] 6182 }, 6183 "notification-url": "https://packagist.org/downloads/", 6184 "license": [ 6185 "MIT" 6186 ], 6187 "authors": [ 6188 { 6189 "name": "Fabien Potencier", 6190 "email": "fabien@symfony.com" 6191 }, 6192 { 6193 "name": "Symfony Community", 6194 "homepage": "https://symfony.com/contributors" 6195 } 6196 ], 6197 "description": "Symfony Stopwatch Component", 6198 "homepage": "https://symfony.com", 6199 "time": "2019-11-05T14:48:09+00:00" 6200 }, 6201 { 6202 "name": "symfony/var-dumper", 6203 "version": "v4.3.8", 6204 "source": { 6205 "type": "git", 6206 "url": "https://github.com/symfony/var-dumper.git", 6207 "reference": "ea4940845535c85ff5c505e13b3205b0076d07bf" 6208 }, 6209 "dist": { 6210 "type": "zip", 6211 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ea4940845535c85ff5c505e13b3205b0076d07bf", 6212 "reference": "ea4940845535c85ff5c505e13b3205b0076d07bf", 6213 "shasum": "" 6214 }, 6215 "require": { 6216 "php": "^7.1.3", 6217 "symfony/polyfill-mbstring": "~1.0", 6218 "symfony/polyfill-php72": "~1.5" 6219 }, 6220 "conflict": { 6221 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", 6222 "symfony/console": "<3.4" 6223 }, 6224 "require-dev": { 6225 "ext-iconv": "*", 6226 "symfony/console": "~3.4|~4.0", 6227 "symfony/process": "~3.4|~4.0", 6228 "twig/twig": "~1.34|~2.4" 6229 }, 6230 "suggest": { 6231 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", 6232 "ext-intl": "To show region name in time zone dump", 6233 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" 6234 }, 6235 "bin": [ 6236 "Resources/bin/var-dump-server" 6237 ], 6238 "type": "library", 6239 "extra": { 6240 "branch-alias": { 6241 "dev-master": "4.3-dev" 6242 } 6243 }, 6244 "autoload": { 6245 "files": [ 6246 "Resources/functions/dump.php" 6247 ], 6248 "psr-4": { 6249 "Symfony\\Component\\VarDumper\\": "" 6250 }, 6251 "exclude-from-classmap": [ 6252 "/Tests/" 6253 ] 6254 }, 6255 "notification-url": "https://packagist.org/downloads/", 6256 "license": [ 6257 "MIT" 6258 ], 6259 "authors": [ 6260 { 6261 "name": "Nicolas Grekas", 6262 "email": "p@tchwork.com" 6263 }, 6264 { 6265 "name": "Symfony Community", 6266 "homepage": "https://symfony.com/contributors" 6267 } 6268 ], 6269 "description": "Symfony mechanism for exploring and dumping PHP variables", 6270 "homepage": "https://symfony.com", 6271 "keywords": [ 6272 "debug", 6273 "dump" 6274 ], 6275 "time": "2019-10-13T12:02:04+00:00" 6276 }, 6277 { 6278 "name": "symfony/yaml", 6279 "version": "v4.3.8", 6280 "source": { 6281 "type": "git", 6282 "url": "https://github.com/symfony/yaml.git", 6283 "reference": "324cf4b19c345465fad14f3602050519e09e361d" 6284 }, 6285 "dist": { 6286 "type": "zip", 6287 "url": "https://api.github.com/repos/symfony/yaml/zipball/324cf4b19c345465fad14f3602050519e09e361d", 6288 "reference": "324cf4b19c345465fad14f3602050519e09e361d", 6289 "shasum": "" 6290 }, 6291 "require": { 6292 "php": "^7.1.3", 6293 "symfony/polyfill-ctype": "~1.8" 6294 }, 6295 "conflict": { 6296 "symfony/console": "<3.4" 6297 }, 6298 "require-dev": { 6299 "symfony/console": "~3.4|~4.0" 6300 }, 6301 "suggest": { 6302 "symfony/console": "For validating YAML files using the lint command" 6303 }, 6304 "type": "library", 6305 "extra": { 6306 "branch-alias": { 6307 "dev-master": "4.3-dev" 6308 } 6309 }, 6310 "autoload": { 6311 "psr-4": { 6312 "Symfony\\Component\\Yaml\\": "" 6313 }, 6314 "exclude-from-classmap": [ 6315 "/Tests/" 6316 ] 6317 }, 6318 "notification-url": "https://packagist.org/downloads/", 6319 "license": [ 6320 "MIT" 6321 ], 6322 "authors": [ 6323 { 6324 "name": "Fabien Potencier", 6325 "email": "fabien@symfony.com" 6326 }, 6327 { 6328 "name": "Symfony Community", 6329 "homepage": "https://symfony.com/contributors" 6330 } 6331 ], 6332 "description": "Symfony Yaml Component", 6333 "homepage": "https://symfony.com", 6334 "time": "2019-10-30T12:58:49+00:00" 6335 }, 6336 { 6337 "name": "theseer/tokenizer", 6338 "version": "1.1.3", 6339 "source": { 6340 "type": "git", 6341 "url": "https://github.com/theseer/tokenizer.git", 6342 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" 6343 }, 6344 "dist": { 6345 "type": "zip", 6346 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", 6347 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", 6348 "shasum": "" 6349 }, 6350 "require": { 6351 "ext-dom": "*", 6352 "ext-tokenizer": "*", 6353 "ext-xmlwriter": "*", 6354 "php": "^7.0" 6355 }, 6356 "type": "library", 6357 "autoload": { 6358 "classmap": [ 6359 "src/" 6360 ] 6361 }, 6362 "notification-url": "https://packagist.org/downloads/", 6363 "license": [ 6364 "BSD-3-Clause" 6365 ], 6366 "authors": [ 6367 { 6368 "name": "Arne Blankerts", 6369 "email": "arne@blankerts.de", 6370 "role": "Developer" 6371 } 6372 ], 6373 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 6374 "time": "2019-06-13T22:48:21+00:00" 6375 }, 6376 { 6377 "name": "webmozart/assert", 6378 "version": "1.5.0", 6379 "source": { 6380 "type": "git", 6381 "url": "https://github.com/webmozart/assert.git", 6382 "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4" 6383 }, 6384 "dist": { 6385 "type": "zip", 6386 "url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4", 6387 "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4", 6388 "shasum": "" 6389 }, 6390 "require": { 6391 "php": "^5.3.3 || ^7.0", 6392 "symfony/polyfill-ctype": "^1.8" 6393 }, 6394 "require-dev": { 6395 "phpunit/phpunit": "^4.8.36 || ^7.5.13" 6396 }, 6397 "type": "library", 6398 "extra": { 6399 "branch-alias": { 6400 "dev-master": "1.3-dev" 6401 } 6402 }, 6403 "autoload": { 6404 "psr-4": { 6405 "Webmozart\\Assert\\": "src/" 6406 } 6407 }, 6408 "notification-url": "https://packagist.org/downloads/", 6409 "license": [ 6410 "MIT" 6411 ], 6412 "authors": [ 6413 { 6414 "name": "Bernhard Schussek", 6415 "email": "bschussek@gmail.com" 6416 } 6417 ], 6418 "description": "Assertions to validate method input/output with nice error messages.", 6419 "keywords": [ 6420 "assert", 6421 "check", 6422 "validate" 6423 ], 6424 "time": "2019-08-24T08:43:50+00:00" 6425 } 6426 ], 6427 "aliases": [], 6428 "minimum-stability": "stable", 6429 "stability-flags": [], 6430 "prefer-stable": false, 6431 "prefer-lowest": false, 6432 "platform": { 6433 "ext-curl": "*", 6434 "ext-gd": "*", 6435 "ext-iconv": "*", 6436 "ext-intl": "*", 6437 "ext-json": "*", 6438 "ext-pcre": "*", 6439 "ext-pdo": "*", 6440 "ext-session": "*", 6441 "ext-simplexml": "*", 6442 "ext-xml": "*", 6443 "ext-zip": "*" 6444 }, 6445 "platform-dev": { 6446 "ext-pdo_sqlite": "*", 6447 "ext-sqlite3": "*" 6448 }, 6449 "platform-overrides": { 6450 "php": "7.1.8" 6451 } 6452} 6453