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