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": "f6e5d7f665da37cc1a2b874fd00a20f7", 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": "league/glide", 1744 "version": "1.5.0", 1745 "source": { 1746 "type": "git", 1747 "url": "https://github.com/thephpleague/glide.git", 1748 "reference": "a5477e9e822ed57b39861a17092b92553634932d" 1749 }, 1750 "dist": { 1751 "type": "zip", 1752 "url": "https://api.github.com/repos/thephpleague/glide/zipball/a5477e9e822ed57b39861a17092b92553634932d", 1753 "reference": "a5477e9e822ed57b39861a17092b92553634932d", 1754 "shasum": "" 1755 }, 1756 "require": { 1757 "intervention/image": "^2.4", 1758 "league/flysystem": "^1.0", 1759 "php": "^5.5 | ^7.0", 1760 "psr/http-message": "^1.0" 1761 }, 1762 "require-dev": { 1763 "mockery/mockery": "~0.9", 1764 "phpunit/php-token-stream": "^1.4", 1765 "phpunit/phpunit": "~4.4" 1766 }, 1767 "type": "library", 1768 "extra": { 1769 "branch-alias": { 1770 "dev-master": "1.1-dev" 1771 } 1772 }, 1773 "autoload": { 1774 "psr-4": { 1775 "League\\Glide\\": "src/" 1776 } 1777 }, 1778 "notification-url": "https://packagist.org/downloads/", 1779 "license": [ 1780 "MIT" 1781 ], 1782 "authors": [ 1783 { 1784 "name": "Jonathan Reinink", 1785 "email": "jonathan@reinink.ca", 1786 "homepage": "http://reinink.ca" 1787 } 1788 ], 1789 "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.", 1790 "homepage": "http://glide.thephpleague.com", 1791 "keywords": [ 1792 "ImageMagick", 1793 "editing", 1794 "gd", 1795 "image", 1796 "imagick", 1797 "league", 1798 "manipulation", 1799 "processing" 1800 ], 1801 "support": { 1802 "issues": "https://github.com/thephpleague/glide/issues", 1803 "source": "https://github.com/thephpleague/glide/tree/1.5.0" 1804 }, 1805 "time": "2019-04-03T23:46:42+00:00" 1806 }, 1807 { 1808 "name": "middlewares/client-ip", 1809 "version": "v1.3.0", 1810 "source": { 1811 "type": "git", 1812 "url": "https://github.com/middlewares/client-ip.git", 1813 "reference": "514d62f13839a045db095b03c25faeeaf0509c9c" 1814 }, 1815 "dist": { 1816 "type": "zip", 1817 "url": "https://api.github.com/repos/middlewares/client-ip/zipball/514d62f13839a045db095b03c25faeeaf0509c9c", 1818 "reference": "514d62f13839a045db095b03c25faeeaf0509c9c", 1819 "shasum": "" 1820 }, 1821 "require": { 1822 "php": "^7.0", 1823 "psr/http-server-middleware": "^1.0" 1824 }, 1825 "require-dev": { 1826 "eloquent/phony-phpunit": "^3.0|^4.0", 1827 "friendsofphp/php-cs-fixer": "^2.0", 1828 "middlewares/utils": "^2.1", 1829 "phpstan/phpstan": "^0.9.2|^0.10.3", 1830 "phpunit/phpunit": "^6.0|^7.0", 1831 "squizlabs/php_codesniffer": "^3.0", 1832 "zendframework/zend-diactoros": "^1.3" 1833 }, 1834 "type": "library", 1835 "autoload": { 1836 "psr-4": { 1837 "Middlewares\\": "src/" 1838 } 1839 }, 1840 "notification-url": "https://packagist.org/downloads/", 1841 "license": [ 1842 "MIT" 1843 ], 1844 "description": "Middleware to detect the client ip and save it as a request attribute", 1845 "homepage": "https://github.com/middlewares/client-ip", 1846 "keywords": [ 1847 "IP", 1848 "http", 1849 "middleware", 1850 "psr-15", 1851 "psr-7", 1852 "server" 1853 ], 1854 "support": { 1855 "issues": "https://github.com/middlewares/client-ip/issues", 1856 "source": "https://github.com/middlewares/client-ip/tree/v1.3.0" 1857 }, 1858 "time": "2019-03-29T09:10:29+00:00" 1859 }, 1860 { 1861 "name": "mlocati/ip-lib", 1862 "version": "1.13.0", 1863 "source": { 1864 "type": "git", 1865 "url": "https://github.com/mlocati/ip-lib.git", 1866 "reference": "334de586c7894afd838be44d73e72d8e97e5b0ff" 1867 }, 1868 "dist": { 1869 "type": "zip", 1870 "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/334de586c7894afd838be44d73e72d8e97e5b0ff", 1871 "reference": "334de586c7894afd838be44d73e72d8e97e5b0ff", 1872 "shasum": "" 1873 }, 1874 "require": { 1875 "php": ">=5.3.3" 1876 }, 1877 "require-dev": { 1878 "ext-pdo_sqlite": "*", 1879 "phpunit/dbunit": "^1.4 || ^2 || ^3 || ^4", 1880 "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5" 1881 }, 1882 "type": "library", 1883 "autoload": { 1884 "psr-4": { 1885 "IPLib\\": "src/" 1886 } 1887 }, 1888 "notification-url": "https://packagist.org/downloads/", 1889 "license": [ 1890 "MIT" 1891 ], 1892 "authors": [ 1893 { 1894 "name": "Michele Locati", 1895 "email": "mlocati@gmail.com", 1896 "homepage": "https://github.com/mlocati", 1897 "role": "Author" 1898 } 1899 ], 1900 "description": "Handle IPv4, IPv6 addresses and ranges", 1901 "homepage": "https://github.com/mlocati/ip-lib", 1902 "keywords": [ 1903 "IP", 1904 "address", 1905 "addresses", 1906 "ipv4", 1907 "ipv6", 1908 "manage", 1909 "managing", 1910 "matching", 1911 "network", 1912 "networking", 1913 "range", 1914 "subnet" 1915 ], 1916 "support": { 1917 "issues": "https://github.com/mlocati/ip-lib/issues", 1918 "source": "https://github.com/mlocati/ip-lib/tree/1.13.0" 1919 }, 1920 "funding": [ 1921 { 1922 "url": "https://github.com/sponsors/mlocati", 1923 "type": "github" 1924 }, 1925 { 1926 "url": "https://paypal.me/mlocati", 1927 "type": "other" 1928 } 1929 ], 1930 "time": "2020-10-04T12:22:58+00:00" 1931 }, 1932 { 1933 "name": "nesbot/carbon", 1934 "version": "2.42.0", 1935 "source": { 1936 "type": "git", 1937 "url": "https://github.com/briannesbitt/Carbon.git", 1938 "reference": "d0463779663437392fe42ff339ebc0213bd55498" 1939 }, 1940 "dist": { 1941 "type": "zip", 1942 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d0463779663437392fe42ff339ebc0213bd55498", 1943 "reference": "d0463779663437392fe42ff339ebc0213bd55498", 1944 "shasum": "" 1945 }, 1946 "require": { 1947 "ext-json": "*", 1948 "php": "^7.1.8 || ^8.0", 1949 "symfony/polyfill-mbstring": "^1.0", 1950 "symfony/translation": "^3.4 || ^4.0 || ^5.0" 1951 }, 1952 "require-dev": { 1953 "doctrine/orm": "^2.7", 1954 "friendsofphp/php-cs-fixer": "^2.14 || ^3.0", 1955 "kylekatarnls/multi-tester": "^2.0", 1956 "phpmd/phpmd": "^2.9", 1957 "phpstan/extension-installer": "^1.0", 1958 "phpstan/phpstan": "^0.12.54", 1959 "phpunit/phpunit": "^7.5 || ^8.0", 1960 "squizlabs/php_codesniffer": "^3.4" 1961 }, 1962 "bin": [ 1963 "bin/carbon" 1964 ], 1965 "type": "library", 1966 "extra": { 1967 "branch-alias": { 1968 "dev-master": "2.x-dev", 1969 "dev-3.x": "3.x-dev" 1970 }, 1971 "laravel": { 1972 "providers": [ 1973 "Carbon\\Laravel\\ServiceProvider" 1974 ] 1975 }, 1976 "phpstan": { 1977 "includes": [ 1978 "extension.neon" 1979 ] 1980 } 1981 }, 1982 "autoload": { 1983 "psr-4": { 1984 "Carbon\\": "src/Carbon/" 1985 } 1986 }, 1987 "notification-url": "https://packagist.org/downloads/", 1988 "license": [ 1989 "MIT" 1990 ], 1991 "authors": [ 1992 { 1993 "name": "Brian Nesbitt", 1994 "email": "brian@nesbot.com", 1995 "homepage": "http://nesbot.com" 1996 }, 1997 { 1998 "name": "kylekatarnls", 1999 "homepage": "http://github.com/kylekatarnls" 2000 } 2001 ], 2002 "description": "An API extension for DateTime that supports 281 different languages.", 2003 "homepage": "http://carbon.nesbot.com", 2004 "keywords": [ 2005 "date", 2006 "datetime", 2007 "time" 2008 ], 2009 "support": { 2010 "issues": "https://github.com/briannesbitt/Carbon/issues", 2011 "source": "https://github.com/briannesbitt/Carbon" 2012 }, 2013 "funding": [ 2014 { 2015 "url": "https://opencollective.com/Carbon", 2016 "type": "open_collective" 2017 }, 2018 { 2019 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", 2020 "type": "tidelift" 2021 } 2022 ], 2023 "time": "2020-11-28T14:25:28+00:00" 2024 }, 2025 { 2026 "name": "nyholm/psr7", 2027 "version": "1.3.2", 2028 "source": { 2029 "type": "git", 2030 "url": "https://github.com/Nyholm/psr7.git", 2031 "reference": "a272953743c454ac4af9626634daaf5ab3ce1173" 2032 }, 2033 "dist": { 2034 "type": "zip", 2035 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/a272953743c454ac4af9626634daaf5ab3ce1173", 2036 "reference": "a272953743c454ac4af9626634daaf5ab3ce1173", 2037 "shasum": "" 2038 }, 2039 "require": { 2040 "php": ">=7.1", 2041 "php-http/message-factory": "^1.0", 2042 "psr/http-factory": "^1.0", 2043 "psr/http-message": "^1.0" 2044 }, 2045 "provide": { 2046 "psr/http-factory-implementation": "1.0", 2047 "psr/http-message-implementation": "1.0" 2048 }, 2049 "require-dev": { 2050 "http-interop/http-factory-tests": "^0.8", 2051 "php-http/psr7-integration-tests": "^1.0", 2052 "phpunit/phpunit": "^7.5 || 8.5 || 9.4", 2053 "symfony/error-handler": "^4.4" 2054 }, 2055 "type": "library", 2056 "extra": { 2057 "branch-alias": { 2058 "dev-master": "1.0-dev" 2059 } 2060 }, 2061 "autoload": { 2062 "psr-4": { 2063 "Nyholm\\Psr7\\": "src/" 2064 } 2065 }, 2066 "notification-url": "https://packagist.org/downloads/", 2067 "license": [ 2068 "MIT" 2069 ], 2070 "authors": [ 2071 { 2072 "name": "Tobias Nyholm", 2073 "email": "tobias.nyholm@gmail.com" 2074 }, 2075 { 2076 "name": "Martijn van der Ven", 2077 "email": "martijn@vanderven.se" 2078 } 2079 ], 2080 "description": "A fast PHP7 implementation of PSR-7", 2081 "homepage": "https://tnyholm.se", 2082 "keywords": [ 2083 "psr-17", 2084 "psr-7" 2085 ], 2086 "support": { 2087 "issues": "https://github.com/Nyholm/psr7/issues", 2088 "source": "https://github.com/Nyholm/psr7/tree/1.3.2" 2089 }, 2090 "funding": [ 2091 { 2092 "url": "https://github.com/Zegnat", 2093 "type": "github" 2094 }, 2095 { 2096 "url": "https://github.com/nyholm", 2097 "type": "github" 2098 } 2099 ], 2100 "time": "2020-11-14T17:35:34+00:00" 2101 }, 2102 { 2103 "name": "nyholm/psr7-server", 2104 "version": "1.0.1", 2105 "source": { 2106 "type": "git", 2107 "url": "https://github.com/Nyholm/psr7-server.git", 2108 "reference": "5c134aeb5dd6521c7978798663470dabf0528c96" 2109 }, 2110 "dist": { 2111 "type": "zip", 2112 "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/5c134aeb5dd6521c7978798663470dabf0528c96", 2113 "reference": "5c134aeb5dd6521c7978798663470dabf0528c96", 2114 "shasum": "" 2115 }, 2116 "require": { 2117 "php": "^7.1 || ^8.0", 2118 "psr/http-factory": "^1.0", 2119 "psr/http-message": "^1.0" 2120 }, 2121 "require-dev": { 2122 "nyholm/nsa": "^1.1", 2123 "nyholm/psr7": "^1.3", 2124 "phpunit/phpunit": "^7.0 || ^8.5 || ^9.3" 2125 }, 2126 "type": "library", 2127 "autoload": { 2128 "psr-4": { 2129 "Nyholm\\Psr7Server\\": "src/" 2130 } 2131 }, 2132 "notification-url": "https://packagist.org/downloads/", 2133 "license": [ 2134 "MIT" 2135 ], 2136 "authors": [ 2137 { 2138 "name": "Tobias Nyholm", 2139 "email": "tobias.nyholm@gmail.com" 2140 }, 2141 { 2142 "name": "Martijn van der Ven", 2143 "email": "martijn@vanderven.se" 2144 } 2145 ], 2146 "description": "Helper classes to handle PSR-7 server requests", 2147 "homepage": "http://tnyholm.se", 2148 "keywords": [ 2149 "psr-17", 2150 "psr-7" 2151 ], 2152 "support": { 2153 "issues": "https://github.com/Nyholm/psr7-server/issues", 2154 "source": "https://github.com/Nyholm/psr7-server/tree/1.0.1" 2155 }, 2156 "funding": [ 2157 { 2158 "url": "https://github.com/Zegnat", 2159 "type": "github" 2160 }, 2161 { 2162 "url": "https://github.com/nyholm", 2163 "type": "github" 2164 } 2165 ], 2166 "time": "2020-11-15T15:26:20+00:00" 2167 }, 2168 { 2169 "name": "oscarotero/middleland", 2170 "version": "v1.0.0", 2171 "source": { 2172 "type": "git", 2173 "url": "https://github.com/oscarotero/middleland.git", 2174 "reference": "abd480afe264714095d043edd76c542a99f1695b" 2175 }, 2176 "dist": { 2177 "type": "zip", 2178 "url": "https://api.github.com/repos/oscarotero/middleland/zipball/abd480afe264714095d043edd76c542a99f1695b", 2179 "reference": "abd480afe264714095d043edd76c542a99f1695b", 2180 "shasum": "" 2181 }, 2182 "require": { 2183 "php": "^7.0", 2184 "psr/container": "^1.0", 2185 "psr/http-server-middleware": "^1.0" 2186 }, 2187 "require-dev": { 2188 "friendsofphp/php-cs-fixer": "^2.0", 2189 "phpunit/phpunit": "^6.0", 2190 "zendframework/zend-diactoros": "^1.3" 2191 }, 2192 "type": "library", 2193 "autoload": { 2194 "psr-4": { 2195 "Middleland\\": "src/" 2196 } 2197 }, 2198 "notification-url": "https://packagist.org/downloads/", 2199 "license": [ 2200 "MIT" 2201 ], 2202 "authors": [ 2203 { 2204 "name": "Oscar Otero", 2205 "email": "oom@oscarotero.com", 2206 "homepage": "http://oscarotero.com", 2207 "role": "Developer" 2208 } 2209 ], 2210 "description": "PSR-15 middleware dispatcher", 2211 "homepage": "https://github.com/oscarotero/dispatcher", 2212 "keywords": [ 2213 "http", 2214 "middleware", 2215 "psr-15", 2216 "psr-7" 2217 ], 2218 "support": { 2219 "email": "oom@oscarotero.com", 2220 "issues": "https://github.com/oscarotero/dispatcher/issues", 2221 "source": "https://github.com/oscarotero/middleland/tree/master" 2222 }, 2223 "time": "2018-01-24T20:41:57+00:00" 2224 }, 2225 { 2226 "name": "paragonie/random_compat", 2227 "version": "v9.99.99", 2228 "source": { 2229 "type": "git", 2230 "url": "https://github.com/paragonie/random_compat.git", 2231 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" 2232 }, 2233 "dist": { 2234 "type": "zip", 2235 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", 2236 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", 2237 "shasum": "" 2238 }, 2239 "require": { 2240 "php": "^7" 2241 }, 2242 "require-dev": { 2243 "phpunit/phpunit": "4.*|5.*", 2244 "vimeo/psalm": "^1" 2245 }, 2246 "suggest": { 2247 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." 2248 }, 2249 "type": "library", 2250 "notification-url": "https://packagist.org/downloads/", 2251 "license": [ 2252 "MIT" 2253 ], 2254 "authors": [ 2255 { 2256 "name": "Paragon Initiative Enterprises", 2257 "email": "security@paragonie.com", 2258 "homepage": "https://paragonie.com" 2259 } 2260 ], 2261 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", 2262 "keywords": [ 2263 "csprng", 2264 "polyfill", 2265 "pseudorandom", 2266 "random" 2267 ], 2268 "support": { 2269 "email": "info@paragonie.com", 2270 "issues": "https://github.com/paragonie/random_compat/issues", 2271 "source": "https://github.com/paragonie/random_compat" 2272 }, 2273 "time": "2018-07-02T15:55:56+00:00" 2274 }, 2275 { 2276 "name": "php-http/message-factory", 2277 "version": "v1.0.2", 2278 "source": { 2279 "type": "git", 2280 "url": "https://github.com/php-http/message-factory.git", 2281 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" 2282 }, 2283 "dist": { 2284 "type": "zip", 2285 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", 2286 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", 2287 "shasum": "" 2288 }, 2289 "require": { 2290 "php": ">=5.4", 2291 "psr/http-message": "^1.0" 2292 }, 2293 "type": "library", 2294 "extra": { 2295 "branch-alias": { 2296 "dev-master": "1.0-dev" 2297 } 2298 }, 2299 "autoload": { 2300 "psr-4": { 2301 "Http\\Message\\": "src/" 2302 } 2303 }, 2304 "notification-url": "https://packagist.org/downloads/", 2305 "license": [ 2306 "MIT" 2307 ], 2308 "authors": [ 2309 { 2310 "name": "Márk Sági-Kazár", 2311 "email": "mark.sagikazar@gmail.com" 2312 } 2313 ], 2314 "description": "Factory interfaces for PSR-7 HTTP Message", 2315 "homepage": "http://php-http.org", 2316 "keywords": [ 2317 "factory", 2318 "http", 2319 "message", 2320 "stream", 2321 "uri" 2322 ], 2323 "support": { 2324 "issues": "https://github.com/php-http/message-factory/issues", 2325 "source": "https://github.com/php-http/message-factory/tree/master" 2326 }, 2327 "time": "2015-12-19T14:08:53+00:00" 2328 }, 2329 { 2330 "name": "psr/cache", 2331 "version": "1.0.1", 2332 "source": { 2333 "type": "git", 2334 "url": "https://github.com/php-fig/cache.git", 2335 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" 2336 }, 2337 "dist": { 2338 "type": "zip", 2339 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", 2340 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", 2341 "shasum": "" 2342 }, 2343 "require": { 2344 "php": ">=5.3.0" 2345 }, 2346 "type": "library", 2347 "extra": { 2348 "branch-alias": { 2349 "dev-master": "1.0.x-dev" 2350 } 2351 }, 2352 "autoload": { 2353 "psr-4": { 2354 "Psr\\Cache\\": "src/" 2355 } 2356 }, 2357 "notification-url": "https://packagist.org/downloads/", 2358 "license": [ 2359 "MIT" 2360 ], 2361 "authors": [ 2362 { 2363 "name": "PHP-FIG", 2364 "homepage": "http://www.php-fig.org/" 2365 } 2366 ], 2367 "description": "Common interface for caching libraries", 2368 "keywords": [ 2369 "cache", 2370 "psr", 2371 "psr-6" 2372 ], 2373 "support": { 2374 "source": "https://github.com/php-fig/cache/tree/master" 2375 }, 2376 "time": "2016-08-06T20:24:11+00:00" 2377 }, 2378 { 2379 "name": "psr/container", 2380 "version": "1.0.0", 2381 "source": { 2382 "type": "git", 2383 "url": "https://github.com/php-fig/container.git", 2384 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" 2385 }, 2386 "dist": { 2387 "type": "zip", 2388 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", 2389 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", 2390 "shasum": "" 2391 }, 2392 "require": { 2393 "php": ">=5.3.0" 2394 }, 2395 "type": "library", 2396 "extra": { 2397 "branch-alias": { 2398 "dev-master": "1.0.x-dev" 2399 } 2400 }, 2401 "autoload": { 2402 "psr-4": { 2403 "Psr\\Container\\": "src/" 2404 } 2405 }, 2406 "notification-url": "https://packagist.org/downloads/", 2407 "license": [ 2408 "MIT" 2409 ], 2410 "authors": [ 2411 { 2412 "name": "PHP-FIG", 2413 "homepage": "http://www.php-fig.org/" 2414 } 2415 ], 2416 "description": "Common Container Interface (PHP FIG PSR-11)", 2417 "homepage": "https://github.com/php-fig/container", 2418 "keywords": [ 2419 "PSR-11", 2420 "container", 2421 "container-interface", 2422 "container-interop", 2423 "psr" 2424 ], 2425 "support": { 2426 "issues": "https://github.com/php-fig/container/issues", 2427 "source": "https://github.com/php-fig/container/tree/master" 2428 }, 2429 "time": "2017-02-14T16:28:37+00:00" 2430 }, 2431 { 2432 "name": "psr/http-factory", 2433 "version": "1.0.1", 2434 "source": { 2435 "type": "git", 2436 "url": "https://github.com/php-fig/http-factory.git", 2437 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" 2438 }, 2439 "dist": { 2440 "type": "zip", 2441 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", 2442 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", 2443 "shasum": "" 2444 }, 2445 "require": { 2446 "php": ">=7.0.0", 2447 "psr/http-message": "^1.0" 2448 }, 2449 "type": "library", 2450 "extra": { 2451 "branch-alias": { 2452 "dev-master": "1.0.x-dev" 2453 } 2454 }, 2455 "autoload": { 2456 "psr-4": { 2457 "Psr\\Http\\Message\\": "src/" 2458 } 2459 }, 2460 "notification-url": "https://packagist.org/downloads/", 2461 "license": [ 2462 "MIT" 2463 ], 2464 "authors": [ 2465 { 2466 "name": "PHP-FIG", 2467 "homepage": "http://www.php-fig.org/" 2468 } 2469 ], 2470 "description": "Common interfaces for PSR-7 HTTP message factories", 2471 "keywords": [ 2472 "factory", 2473 "http", 2474 "message", 2475 "psr", 2476 "psr-17", 2477 "psr-7", 2478 "request", 2479 "response" 2480 ], 2481 "support": { 2482 "source": "https://github.com/php-fig/http-factory/tree/master" 2483 }, 2484 "time": "2019-04-30T12:38:16+00:00" 2485 }, 2486 { 2487 "name": "psr/http-message", 2488 "version": "1.0.1", 2489 "source": { 2490 "type": "git", 2491 "url": "https://github.com/php-fig/http-message.git", 2492 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" 2493 }, 2494 "dist": { 2495 "type": "zip", 2496 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", 2497 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", 2498 "shasum": "" 2499 }, 2500 "require": { 2501 "php": ">=5.3.0" 2502 }, 2503 "type": "library", 2504 "extra": { 2505 "branch-alias": { 2506 "dev-master": "1.0.x-dev" 2507 } 2508 }, 2509 "autoload": { 2510 "psr-4": { 2511 "Psr\\Http\\Message\\": "src/" 2512 } 2513 }, 2514 "notification-url": "https://packagist.org/downloads/", 2515 "license": [ 2516 "MIT" 2517 ], 2518 "authors": [ 2519 { 2520 "name": "PHP-FIG", 2521 "homepage": "http://www.php-fig.org/" 2522 } 2523 ], 2524 "description": "Common interface for HTTP messages", 2525 "homepage": "https://github.com/php-fig/http-message", 2526 "keywords": [ 2527 "http", 2528 "http-message", 2529 "psr", 2530 "psr-7", 2531 "request", 2532 "response" 2533 ], 2534 "support": { 2535 "source": "https://github.com/php-fig/http-message/tree/master" 2536 }, 2537 "time": "2016-08-06T14:39:51+00:00" 2538 }, 2539 { 2540 "name": "psr/http-server-handler", 2541 "version": "1.0.1", 2542 "source": { 2543 "type": "git", 2544 "url": "https://github.com/php-fig/http-server-handler.git", 2545 "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7" 2546 }, 2547 "dist": { 2548 "type": "zip", 2549 "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7", 2550 "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7", 2551 "shasum": "" 2552 }, 2553 "require": { 2554 "php": ">=7.0", 2555 "psr/http-message": "^1.0" 2556 }, 2557 "type": "library", 2558 "extra": { 2559 "branch-alias": { 2560 "dev-master": "1.0.x-dev" 2561 } 2562 }, 2563 "autoload": { 2564 "psr-4": { 2565 "Psr\\Http\\Server\\": "src/" 2566 } 2567 }, 2568 "notification-url": "https://packagist.org/downloads/", 2569 "license": [ 2570 "MIT" 2571 ], 2572 "authors": [ 2573 { 2574 "name": "PHP-FIG", 2575 "homepage": "http://www.php-fig.org/" 2576 } 2577 ], 2578 "description": "Common interface for HTTP server-side request handler", 2579 "keywords": [ 2580 "handler", 2581 "http", 2582 "http-interop", 2583 "psr", 2584 "psr-15", 2585 "psr-7", 2586 "request", 2587 "response", 2588 "server" 2589 ], 2590 "support": { 2591 "issues": "https://github.com/php-fig/http-server-handler/issues", 2592 "source": "https://github.com/php-fig/http-server-handler/tree/master" 2593 }, 2594 "time": "2018-10-30T16:46:14+00:00" 2595 }, 2596 { 2597 "name": "psr/http-server-middleware", 2598 "version": "1.0.1", 2599 "source": { 2600 "type": "git", 2601 "url": "https://github.com/php-fig/http-server-middleware.git", 2602 "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5" 2603 }, 2604 "dist": { 2605 "type": "zip", 2606 "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5", 2607 "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5", 2608 "shasum": "" 2609 }, 2610 "require": { 2611 "php": ">=7.0", 2612 "psr/http-message": "^1.0", 2613 "psr/http-server-handler": "^1.0" 2614 }, 2615 "type": "library", 2616 "extra": { 2617 "branch-alias": { 2618 "dev-master": "1.0.x-dev" 2619 } 2620 }, 2621 "autoload": { 2622 "psr-4": { 2623 "Psr\\Http\\Server\\": "src/" 2624 } 2625 }, 2626 "notification-url": "https://packagist.org/downloads/", 2627 "license": [ 2628 "MIT" 2629 ], 2630 "authors": [ 2631 { 2632 "name": "PHP-FIG", 2633 "homepage": "http://www.php-fig.org/" 2634 } 2635 ], 2636 "description": "Common interface for HTTP server-side middleware", 2637 "keywords": [ 2638 "http", 2639 "http-interop", 2640 "middleware", 2641 "psr", 2642 "psr-15", 2643 "psr-7", 2644 "request", 2645 "response" 2646 ], 2647 "support": { 2648 "issues": "https://github.com/php-fig/http-server-middleware/issues", 2649 "source": "https://github.com/php-fig/http-server-middleware/tree/master" 2650 }, 2651 "time": "2018-10-30T17:12:04+00:00" 2652 }, 2653 { 2654 "name": "psr/log", 2655 "version": "1.1.3", 2656 "source": { 2657 "type": "git", 2658 "url": "https://github.com/php-fig/log.git", 2659 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" 2660 }, 2661 "dist": { 2662 "type": "zip", 2663 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", 2664 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", 2665 "shasum": "" 2666 }, 2667 "require": { 2668 "php": ">=5.3.0" 2669 }, 2670 "type": "library", 2671 "extra": { 2672 "branch-alias": { 2673 "dev-master": "1.1.x-dev" 2674 } 2675 }, 2676 "autoload": { 2677 "psr-4": { 2678 "Psr\\Log\\": "Psr/Log/" 2679 } 2680 }, 2681 "notification-url": "https://packagist.org/downloads/", 2682 "license": [ 2683 "MIT" 2684 ], 2685 "authors": [ 2686 { 2687 "name": "PHP-FIG", 2688 "homepage": "http://www.php-fig.org/" 2689 } 2690 ], 2691 "description": "Common interface for logging libraries", 2692 "homepage": "https://github.com/php-fig/log", 2693 "keywords": [ 2694 "log", 2695 "psr", 2696 "psr-3" 2697 ], 2698 "support": { 2699 "source": "https://github.com/php-fig/log/tree/1.1.3" 2700 }, 2701 "time": "2020-03-23T09:12:05+00:00" 2702 }, 2703 { 2704 "name": "psr/simple-cache", 2705 "version": "1.0.1", 2706 "source": { 2707 "type": "git", 2708 "url": "https://github.com/php-fig/simple-cache.git", 2709 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" 2710 }, 2711 "dist": { 2712 "type": "zip", 2713 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", 2714 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", 2715 "shasum": "" 2716 }, 2717 "require": { 2718 "php": ">=5.3.0" 2719 }, 2720 "type": "library", 2721 "extra": { 2722 "branch-alias": { 2723 "dev-master": "1.0.x-dev" 2724 } 2725 }, 2726 "autoload": { 2727 "psr-4": { 2728 "Psr\\SimpleCache\\": "src/" 2729 } 2730 }, 2731 "notification-url": "https://packagist.org/downloads/", 2732 "license": [ 2733 "MIT" 2734 ], 2735 "authors": [ 2736 { 2737 "name": "PHP-FIG", 2738 "homepage": "http://www.php-fig.org/" 2739 } 2740 ], 2741 "description": "Common interfaces for simple caching", 2742 "keywords": [ 2743 "cache", 2744 "caching", 2745 "psr", 2746 "psr-16", 2747 "simple-cache" 2748 ], 2749 "support": { 2750 "source": "https://github.com/php-fig/simple-cache/tree/master" 2751 }, 2752 "time": "2017-10-23T01:57:42+00:00" 2753 }, 2754 { 2755 "name": "ralouphie/getallheaders", 2756 "version": "3.0.3", 2757 "source": { 2758 "type": "git", 2759 "url": "https://github.com/ralouphie/getallheaders.git", 2760 "reference": "120b605dfeb996808c31b6477290a714d356e822" 2761 }, 2762 "dist": { 2763 "type": "zip", 2764 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", 2765 "reference": "120b605dfeb996808c31b6477290a714d356e822", 2766 "shasum": "" 2767 }, 2768 "require": { 2769 "php": ">=5.6" 2770 }, 2771 "require-dev": { 2772 "php-coveralls/php-coveralls": "^2.1", 2773 "phpunit/phpunit": "^5 || ^6.5" 2774 }, 2775 "type": "library", 2776 "autoload": { 2777 "files": [ 2778 "src/getallheaders.php" 2779 ] 2780 }, 2781 "notification-url": "https://packagist.org/downloads/", 2782 "license": [ 2783 "MIT" 2784 ], 2785 "authors": [ 2786 { 2787 "name": "Ralph Khattar", 2788 "email": "ralph.khattar@gmail.com" 2789 } 2790 ], 2791 "description": "A polyfill for getallheaders.", 2792 "support": { 2793 "issues": "https://github.com/ralouphie/getallheaders/issues", 2794 "source": "https://github.com/ralouphie/getallheaders/tree/develop" 2795 }, 2796 "time": "2019-03-08T08:55:37+00:00" 2797 }, 2798 { 2799 "name": "ramsey/uuid", 2800 "version": "3.9.3", 2801 "source": { 2802 "type": "git", 2803 "url": "https://github.com/ramsey/uuid.git", 2804 "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92" 2805 }, 2806 "dist": { 2807 "type": "zip", 2808 "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92", 2809 "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92", 2810 "shasum": "" 2811 }, 2812 "require": { 2813 "ext-json": "*", 2814 "paragonie/random_compat": "^1 | ^2 | 9.99.99", 2815 "php": "^5.4 | ^7 | ^8", 2816 "symfony/polyfill-ctype": "^1.8" 2817 }, 2818 "replace": { 2819 "rhumsaa/uuid": "self.version" 2820 }, 2821 "require-dev": { 2822 "codeception/aspect-mock": "^1 | ^2", 2823 "doctrine/annotations": "^1.2", 2824 "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1", 2825 "jakub-onderka/php-parallel-lint": "^1", 2826 "mockery/mockery": "^0.9.11 | ^1", 2827 "moontoast/math": "^1.1", 2828 "paragonie/random-lib": "^2", 2829 "php-mock/php-mock-phpunit": "^0.3 | ^1.1", 2830 "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5", 2831 "squizlabs/php_codesniffer": "^3.5" 2832 }, 2833 "suggest": { 2834 "ext-ctype": "Provides support for PHP Ctype functions", 2835 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", 2836 "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator", 2837 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", 2838 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", 2839 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", 2840 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", 2841 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." 2842 }, 2843 "type": "library", 2844 "extra": { 2845 "branch-alias": { 2846 "dev-master": "3.x-dev" 2847 } 2848 }, 2849 "autoload": { 2850 "psr-4": { 2851 "Ramsey\\Uuid\\": "src/" 2852 }, 2853 "files": [ 2854 "src/functions.php" 2855 ] 2856 }, 2857 "notification-url": "https://packagist.org/downloads/", 2858 "license": [ 2859 "MIT" 2860 ], 2861 "authors": [ 2862 { 2863 "name": "Ben Ramsey", 2864 "email": "ben@benramsey.com", 2865 "homepage": "https://benramsey.com" 2866 }, 2867 { 2868 "name": "Marijn Huizendveld", 2869 "email": "marijn.huizendveld@gmail.com" 2870 }, 2871 { 2872 "name": "Thibaud Fabre", 2873 "email": "thibaud@aztech.io" 2874 } 2875 ], 2876 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", 2877 "homepage": "https://github.com/ramsey/uuid", 2878 "keywords": [ 2879 "guid", 2880 "identifier", 2881 "uuid" 2882 ], 2883 "support": { 2884 "issues": "https://github.com/ramsey/uuid/issues", 2885 "rss": "https://github.com/ramsey/uuid/releases.atom", 2886 "source": "https://github.com/ramsey/uuid", 2887 "wiki": "https://github.com/ramsey/uuid/wiki" 2888 }, 2889 "time": "2020-02-21T04:36:14+00:00" 2890 }, 2891 { 2892 "name": "swiftmailer/swiftmailer", 2893 "version": "v6.2.3", 2894 "source": { 2895 "type": "git", 2896 "url": "https://github.com/swiftmailer/swiftmailer.git", 2897 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9" 2898 }, 2899 "dist": { 2900 "type": "zip", 2901 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9", 2902 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9", 2903 "shasum": "" 2904 }, 2905 "require": { 2906 "egulias/email-validator": "~2.0", 2907 "php": ">=7.0.0", 2908 "symfony/polyfill-iconv": "^1.0", 2909 "symfony/polyfill-intl-idn": "^1.10", 2910 "symfony/polyfill-mbstring": "^1.0" 2911 }, 2912 "require-dev": { 2913 "mockery/mockery": "~0.9.1", 2914 "symfony/phpunit-bridge": "^3.4.19|^4.1.8" 2915 }, 2916 "suggest": { 2917 "ext-intl": "Needed to support internationalized email addresses", 2918 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed" 2919 }, 2920 "type": "library", 2921 "extra": { 2922 "branch-alias": { 2923 "dev-master": "6.2-dev" 2924 } 2925 }, 2926 "autoload": { 2927 "files": [ 2928 "lib/swift_required.php" 2929 ] 2930 }, 2931 "notification-url": "https://packagist.org/downloads/", 2932 "license": [ 2933 "MIT" 2934 ], 2935 "authors": [ 2936 { 2937 "name": "Chris Corbyn" 2938 }, 2939 { 2940 "name": "Fabien Potencier", 2941 "email": "fabien@symfony.com" 2942 } 2943 ], 2944 "description": "Swiftmailer, free feature-rich PHP mailer", 2945 "homepage": "https://swiftmailer.symfony.com", 2946 "keywords": [ 2947 "email", 2948 "mail", 2949 "mailer" 2950 ], 2951 "support": { 2952 "issues": "https://github.com/swiftmailer/swiftmailer/issues", 2953 "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.2.3" 2954 }, 2955 "time": "2019-11-12T09:31:26+00:00" 2956 }, 2957 { 2958 "name": "symfony/cache", 2959 "version": "v4.4.17", 2960 "source": { 2961 "type": "git", 2962 "url": "https://github.com/symfony/cache.git", 2963 "reference": "6d330ca81ce5c98f22224c980507a7f7a7df82e8" 2964 }, 2965 "dist": { 2966 "type": "zip", 2967 "url": "https://api.github.com/repos/symfony/cache/zipball/6d330ca81ce5c98f22224c980507a7f7a7df82e8", 2968 "reference": "6d330ca81ce5c98f22224c980507a7f7a7df82e8", 2969 "shasum": "" 2970 }, 2971 "require": { 2972 "php": ">=7.1.3", 2973 "psr/cache": "~1.0", 2974 "psr/log": "~1.0", 2975 "symfony/cache-contracts": "^1.1.7|^2", 2976 "symfony/service-contracts": "^1.1|^2", 2977 "symfony/var-exporter": "^4.2|^5.0" 2978 }, 2979 "conflict": { 2980 "doctrine/dbal": "<2.5", 2981 "symfony/dependency-injection": "<3.4", 2982 "symfony/http-kernel": "<4.4", 2983 "symfony/var-dumper": "<4.4" 2984 }, 2985 "provide": { 2986 "psr/cache-implementation": "1.0", 2987 "psr/simple-cache-implementation": "1.0", 2988 "symfony/cache-implementation": "1.0" 2989 }, 2990 "require-dev": { 2991 "cache/integration-tests": "dev-master", 2992 "doctrine/cache": "^1.6", 2993 "doctrine/dbal": "^2.5|^3.0", 2994 "predis/predis": "^1.1", 2995 "psr/simple-cache": "^1.0", 2996 "symfony/config": "^4.2|^5.0", 2997 "symfony/dependency-injection": "^3.4|^4.1|^5.0", 2998 "symfony/filesystem": "^4.4|^5.0", 2999 "symfony/http-kernel": "^4.4|^5.0", 3000 "symfony/var-dumper": "^4.4|^5.0" 3001 }, 3002 "type": "library", 3003 "autoload": { 3004 "psr-4": { 3005 "Symfony\\Component\\Cache\\": "" 3006 }, 3007 "exclude-from-classmap": [ 3008 "/Tests/" 3009 ] 3010 }, 3011 "notification-url": "https://packagist.org/downloads/", 3012 "license": [ 3013 "MIT" 3014 ], 3015 "authors": [ 3016 { 3017 "name": "Nicolas Grekas", 3018 "email": "p@tchwork.com" 3019 }, 3020 { 3021 "name": "Symfony Community", 3022 "homepage": "https://symfony.com/contributors" 3023 } 3024 ], 3025 "description": "Symfony Cache component with PSR-6, PSR-16, and tags", 3026 "homepage": "https://symfony.com", 3027 "keywords": [ 3028 "caching", 3029 "psr6" 3030 ], 3031 "support": { 3032 "source": "https://github.com/symfony/cache/tree/v4.4.17" 3033 }, 3034 "funding": [ 3035 { 3036 "url": "https://symfony.com/sponsor", 3037 "type": "custom" 3038 }, 3039 { 3040 "url": "https://github.com/fabpot", 3041 "type": "github" 3042 }, 3043 { 3044 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3045 "type": "tidelift" 3046 } 3047 ], 3048 "time": "2020-11-16T17:15:10+00:00" 3049 }, 3050 { 3051 "name": "symfony/cache-contracts", 3052 "version": "v1.1.10", 3053 "source": { 3054 "type": "git", 3055 "url": "https://github.com/symfony/cache-contracts.git", 3056 "reference": "8d5489c10ef90aa7413e4921fc3c0520e24cbed7" 3057 }, 3058 "dist": { 3059 "type": "zip", 3060 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/8d5489c10ef90aa7413e4921fc3c0520e24cbed7", 3061 "reference": "8d5489c10ef90aa7413e4921fc3c0520e24cbed7", 3062 "shasum": "" 3063 }, 3064 "require": { 3065 "php": ">=7.1.3", 3066 "psr/cache": "^1.0" 3067 }, 3068 "suggest": { 3069 "symfony/cache-implementation": "" 3070 }, 3071 "type": "library", 3072 "extra": { 3073 "branch-alias": { 3074 "dev-master": "1.1-dev" 3075 }, 3076 "thanks": { 3077 "name": "symfony/contracts", 3078 "url": "https://github.com/symfony/contracts" 3079 } 3080 }, 3081 "autoload": { 3082 "psr-4": { 3083 "Symfony\\Contracts\\Cache\\": "" 3084 } 3085 }, 3086 "notification-url": "https://packagist.org/downloads/", 3087 "license": [ 3088 "MIT" 3089 ], 3090 "authors": [ 3091 { 3092 "name": "Nicolas Grekas", 3093 "email": "p@tchwork.com" 3094 }, 3095 { 3096 "name": "Symfony Community", 3097 "homepage": "https://symfony.com/contributors" 3098 } 3099 ], 3100 "description": "Generic abstractions related to caching", 3101 "homepage": "https://symfony.com", 3102 "keywords": [ 3103 "abstractions", 3104 "contracts", 3105 "decoupling", 3106 "interfaces", 3107 "interoperability", 3108 "standards" 3109 ], 3110 "support": { 3111 "source": "https://github.com/symfony/cache-contracts/tree/v1.1.10" 3112 }, 3113 "funding": [ 3114 { 3115 "url": "https://symfony.com/sponsor", 3116 "type": "custom" 3117 }, 3118 { 3119 "url": "https://github.com/fabpot", 3120 "type": "github" 3121 }, 3122 { 3123 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3124 "type": "tidelift" 3125 } 3126 ], 3127 "time": "2020-09-02T16:08:58+00:00" 3128 }, 3129 { 3130 "name": "symfony/expression-language", 3131 "version": "v4.4.17", 3132 "source": { 3133 "type": "git", 3134 "url": "https://github.com/symfony/expression-language.git", 3135 "reference": "772f99e7807330026fa9128a4992ee239bb4c213" 3136 }, 3137 "dist": { 3138 "type": "zip", 3139 "url": "https://api.github.com/repos/symfony/expression-language/zipball/772f99e7807330026fa9128a4992ee239bb4c213", 3140 "reference": "772f99e7807330026fa9128a4992ee239bb4c213", 3141 "shasum": "" 3142 }, 3143 "require": { 3144 "php": ">=7.1.3", 3145 "symfony/cache": "^3.4|^4.0|^5.0", 3146 "symfony/service-contracts": "^1.1|^2" 3147 }, 3148 "type": "library", 3149 "autoload": { 3150 "psr-4": { 3151 "Symfony\\Component\\ExpressionLanguage\\": "" 3152 }, 3153 "exclude-from-classmap": [ 3154 "/Tests/" 3155 ] 3156 }, 3157 "notification-url": "https://packagist.org/downloads/", 3158 "license": [ 3159 "MIT" 3160 ], 3161 "authors": [ 3162 { 3163 "name": "Fabien Potencier", 3164 "email": "fabien@symfony.com" 3165 }, 3166 { 3167 "name": "Symfony Community", 3168 "homepage": "https://symfony.com/contributors" 3169 } 3170 ], 3171 "description": "Symfony ExpressionLanguage Component", 3172 "homepage": "https://symfony.com", 3173 "support": { 3174 "source": "https://github.com/symfony/expression-language/tree/v4.4.17" 3175 }, 3176 "funding": [ 3177 { 3178 "url": "https://symfony.com/sponsor", 3179 "type": "custom" 3180 }, 3181 { 3182 "url": "https://github.com/fabpot", 3183 "type": "github" 3184 }, 3185 { 3186 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3187 "type": "tidelift" 3188 } 3189 ], 3190 "time": "2020-10-28T20:42:29+00:00" 3191 }, 3192 { 3193 "name": "symfony/polyfill-ctype", 3194 "version": "v1.20.0", 3195 "source": { 3196 "type": "git", 3197 "url": "https://github.com/symfony/polyfill-ctype.git", 3198 "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41" 3199 }, 3200 "dist": { 3201 "type": "zip", 3202 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f4ba089a5b6366e453971d3aad5fe8e897b37f41", 3203 "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41", 3204 "shasum": "" 3205 }, 3206 "require": { 3207 "php": ">=7.1" 3208 }, 3209 "suggest": { 3210 "ext-ctype": "For best performance" 3211 }, 3212 "type": "library", 3213 "extra": { 3214 "branch-alias": { 3215 "dev-main": "1.20-dev" 3216 }, 3217 "thanks": { 3218 "name": "symfony/polyfill", 3219 "url": "https://github.com/symfony/polyfill" 3220 } 3221 }, 3222 "autoload": { 3223 "psr-4": { 3224 "Symfony\\Polyfill\\Ctype\\": "" 3225 }, 3226 "files": [ 3227 "bootstrap.php" 3228 ] 3229 }, 3230 "notification-url": "https://packagist.org/downloads/", 3231 "license": [ 3232 "MIT" 3233 ], 3234 "authors": [ 3235 { 3236 "name": "Gert de Pagter", 3237 "email": "BackEndTea@gmail.com" 3238 }, 3239 { 3240 "name": "Symfony Community", 3241 "homepage": "https://symfony.com/contributors" 3242 } 3243 ], 3244 "description": "Symfony polyfill for ctype functions", 3245 "homepage": "https://symfony.com", 3246 "keywords": [ 3247 "compatibility", 3248 "ctype", 3249 "polyfill", 3250 "portable" 3251 ], 3252 "support": { 3253 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.20.0" 3254 }, 3255 "funding": [ 3256 { 3257 "url": "https://symfony.com/sponsor", 3258 "type": "custom" 3259 }, 3260 { 3261 "url": "https://github.com/fabpot", 3262 "type": "github" 3263 }, 3264 { 3265 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3266 "type": "tidelift" 3267 } 3268 ], 3269 "time": "2020-10-23T14:02:19+00:00" 3270 }, 3271 { 3272 "name": "symfony/polyfill-iconv", 3273 "version": "v1.20.0", 3274 "source": { 3275 "type": "git", 3276 "url": "https://github.com/symfony/polyfill-iconv.git", 3277 "reference": "c536646fdb4f29104dd26effc2fdcb9a5b085024" 3278 }, 3279 "dist": { 3280 "type": "zip", 3281 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c536646fdb4f29104dd26effc2fdcb9a5b085024", 3282 "reference": "c536646fdb4f29104dd26effc2fdcb9a5b085024", 3283 "shasum": "" 3284 }, 3285 "require": { 3286 "php": ">=7.1" 3287 }, 3288 "suggest": { 3289 "ext-iconv": "For best performance" 3290 }, 3291 "type": "library", 3292 "extra": { 3293 "branch-alias": { 3294 "dev-main": "1.20-dev" 3295 }, 3296 "thanks": { 3297 "name": "symfony/polyfill", 3298 "url": "https://github.com/symfony/polyfill" 3299 } 3300 }, 3301 "autoload": { 3302 "psr-4": { 3303 "Symfony\\Polyfill\\Iconv\\": "" 3304 }, 3305 "files": [ 3306 "bootstrap.php" 3307 ] 3308 }, 3309 "notification-url": "https://packagist.org/downloads/", 3310 "license": [ 3311 "MIT" 3312 ], 3313 "authors": [ 3314 { 3315 "name": "Nicolas Grekas", 3316 "email": "p@tchwork.com" 3317 }, 3318 { 3319 "name": "Symfony Community", 3320 "homepage": "https://symfony.com/contributors" 3321 } 3322 ], 3323 "description": "Symfony polyfill for the Iconv extension", 3324 "homepage": "https://symfony.com", 3325 "keywords": [ 3326 "compatibility", 3327 "iconv", 3328 "polyfill", 3329 "portable", 3330 "shim" 3331 ], 3332 "support": { 3333 "source": "https://github.com/symfony/polyfill-iconv/tree/v1.20.0" 3334 }, 3335 "funding": [ 3336 { 3337 "url": "https://symfony.com/sponsor", 3338 "type": "custom" 3339 }, 3340 { 3341 "url": "https://github.com/fabpot", 3342 "type": "github" 3343 }, 3344 { 3345 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3346 "type": "tidelift" 3347 } 3348 ], 3349 "time": "2020-10-23T14:02:19+00:00" 3350 }, 3351 { 3352 "name": "symfony/polyfill-intl-idn", 3353 "version": "v1.20.0", 3354 "source": { 3355 "type": "git", 3356 "url": "https://github.com/symfony/polyfill-intl-idn.git", 3357 "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117" 3358 }, 3359 "dist": { 3360 "type": "zip", 3361 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3b75acd829741c768bc8b1f84eb33265e7cc5117", 3362 "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117", 3363 "shasum": "" 3364 }, 3365 "require": { 3366 "php": ">=7.1", 3367 "symfony/polyfill-intl-normalizer": "^1.10", 3368 "symfony/polyfill-php72": "^1.10" 3369 }, 3370 "suggest": { 3371 "ext-intl": "For best performance" 3372 }, 3373 "type": "library", 3374 "extra": { 3375 "branch-alias": { 3376 "dev-main": "1.20-dev" 3377 }, 3378 "thanks": { 3379 "name": "symfony/polyfill", 3380 "url": "https://github.com/symfony/polyfill" 3381 } 3382 }, 3383 "autoload": { 3384 "psr-4": { 3385 "Symfony\\Polyfill\\Intl\\Idn\\": "" 3386 }, 3387 "files": [ 3388 "bootstrap.php" 3389 ] 3390 }, 3391 "notification-url": "https://packagist.org/downloads/", 3392 "license": [ 3393 "MIT" 3394 ], 3395 "authors": [ 3396 { 3397 "name": "Laurent Bassin", 3398 "email": "laurent@bassin.info" 3399 }, 3400 { 3401 "name": "Trevor Rowbotham", 3402 "email": "trevor.rowbotham@pm.me" 3403 }, 3404 { 3405 "name": "Symfony Community", 3406 "homepage": "https://symfony.com/contributors" 3407 } 3408 ], 3409 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", 3410 "homepage": "https://symfony.com", 3411 "keywords": [ 3412 "compatibility", 3413 "idn", 3414 "intl", 3415 "polyfill", 3416 "portable", 3417 "shim" 3418 ], 3419 "support": { 3420 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.20.0" 3421 }, 3422 "funding": [ 3423 { 3424 "url": "https://symfony.com/sponsor", 3425 "type": "custom" 3426 }, 3427 { 3428 "url": "https://github.com/fabpot", 3429 "type": "github" 3430 }, 3431 { 3432 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3433 "type": "tidelift" 3434 } 3435 ], 3436 "time": "2020-10-23T14:02:19+00:00" 3437 }, 3438 { 3439 "name": "symfony/polyfill-intl-normalizer", 3440 "version": "v1.20.0", 3441 "source": { 3442 "type": "git", 3443 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 3444 "reference": "727d1096295d807c309fb01a851577302394c897" 3445 }, 3446 "dist": { 3447 "type": "zip", 3448 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/727d1096295d807c309fb01a851577302394c897", 3449 "reference": "727d1096295d807c309fb01a851577302394c897", 3450 "shasum": "" 3451 }, 3452 "require": { 3453 "php": ">=7.1" 3454 }, 3455 "suggest": { 3456 "ext-intl": "For best performance" 3457 }, 3458 "type": "library", 3459 "extra": { 3460 "branch-alias": { 3461 "dev-main": "1.20-dev" 3462 }, 3463 "thanks": { 3464 "name": "symfony/polyfill", 3465 "url": "https://github.com/symfony/polyfill" 3466 } 3467 }, 3468 "autoload": { 3469 "psr-4": { 3470 "Symfony\\Polyfill\\Intl\\Normalizer\\": "" 3471 }, 3472 "files": [ 3473 "bootstrap.php" 3474 ], 3475 "classmap": [ 3476 "Resources/stubs" 3477 ] 3478 }, 3479 "notification-url": "https://packagist.org/downloads/", 3480 "license": [ 3481 "MIT" 3482 ], 3483 "authors": [ 3484 { 3485 "name": "Nicolas Grekas", 3486 "email": "p@tchwork.com" 3487 }, 3488 { 3489 "name": "Symfony Community", 3490 "homepage": "https://symfony.com/contributors" 3491 } 3492 ], 3493 "description": "Symfony polyfill for intl's Normalizer class and related functions", 3494 "homepage": "https://symfony.com", 3495 "keywords": [ 3496 "compatibility", 3497 "intl", 3498 "normalizer", 3499 "polyfill", 3500 "portable", 3501 "shim" 3502 ], 3503 "support": { 3504 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.20.0" 3505 }, 3506 "funding": [ 3507 { 3508 "url": "https://symfony.com/sponsor", 3509 "type": "custom" 3510 }, 3511 { 3512 "url": "https://github.com/fabpot", 3513 "type": "github" 3514 }, 3515 { 3516 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3517 "type": "tidelift" 3518 } 3519 ], 3520 "time": "2020-10-23T14:02:19+00:00" 3521 }, 3522 { 3523 "name": "symfony/polyfill-mbstring", 3524 "version": "v1.20.0", 3525 "source": { 3526 "type": "git", 3527 "url": "https://github.com/symfony/polyfill-mbstring.git", 3528 "reference": "39d483bdf39be819deabf04ec872eb0b2410b531" 3529 }, 3530 "dist": { 3531 "type": "zip", 3532 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531", 3533 "reference": "39d483bdf39be819deabf04ec872eb0b2410b531", 3534 "shasum": "" 3535 }, 3536 "require": { 3537 "php": ">=7.1" 3538 }, 3539 "suggest": { 3540 "ext-mbstring": "For best performance" 3541 }, 3542 "type": "library", 3543 "extra": { 3544 "branch-alias": { 3545 "dev-main": "1.20-dev" 3546 }, 3547 "thanks": { 3548 "name": "symfony/polyfill", 3549 "url": "https://github.com/symfony/polyfill" 3550 } 3551 }, 3552 "autoload": { 3553 "psr-4": { 3554 "Symfony\\Polyfill\\Mbstring\\": "" 3555 }, 3556 "files": [ 3557 "bootstrap.php" 3558 ] 3559 }, 3560 "notification-url": "https://packagist.org/downloads/", 3561 "license": [ 3562 "MIT" 3563 ], 3564 "authors": [ 3565 { 3566 "name": "Nicolas Grekas", 3567 "email": "p@tchwork.com" 3568 }, 3569 { 3570 "name": "Symfony Community", 3571 "homepage": "https://symfony.com/contributors" 3572 } 3573 ], 3574 "description": "Symfony polyfill for the Mbstring extension", 3575 "homepage": "https://symfony.com", 3576 "keywords": [ 3577 "compatibility", 3578 "mbstring", 3579 "polyfill", 3580 "portable", 3581 "shim" 3582 ], 3583 "support": { 3584 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.20.0" 3585 }, 3586 "funding": [ 3587 { 3588 "url": "https://symfony.com/sponsor", 3589 "type": "custom" 3590 }, 3591 { 3592 "url": "https://github.com/fabpot", 3593 "type": "github" 3594 }, 3595 { 3596 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3597 "type": "tidelift" 3598 } 3599 ], 3600 "time": "2020-10-23T14:02:19+00:00" 3601 }, 3602 { 3603 "name": "symfony/polyfill-php72", 3604 "version": "v1.20.0", 3605 "source": { 3606 "type": "git", 3607 "url": "https://github.com/symfony/polyfill-php72.git", 3608 "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930" 3609 }, 3610 "dist": { 3611 "type": "zip", 3612 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cede45fcdfabdd6043b3592e83678e42ec69e930", 3613 "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930", 3614 "shasum": "" 3615 }, 3616 "require": { 3617 "php": ">=7.1" 3618 }, 3619 "type": "library", 3620 "extra": { 3621 "branch-alias": { 3622 "dev-main": "1.20-dev" 3623 }, 3624 "thanks": { 3625 "name": "symfony/polyfill", 3626 "url": "https://github.com/symfony/polyfill" 3627 } 3628 }, 3629 "autoload": { 3630 "psr-4": { 3631 "Symfony\\Polyfill\\Php72\\": "" 3632 }, 3633 "files": [ 3634 "bootstrap.php" 3635 ] 3636 }, 3637 "notification-url": "https://packagist.org/downloads/", 3638 "license": [ 3639 "MIT" 3640 ], 3641 "authors": [ 3642 { 3643 "name": "Nicolas Grekas", 3644 "email": "p@tchwork.com" 3645 }, 3646 { 3647 "name": "Symfony Community", 3648 "homepage": "https://symfony.com/contributors" 3649 } 3650 ], 3651 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", 3652 "homepage": "https://symfony.com", 3653 "keywords": [ 3654 "compatibility", 3655 "polyfill", 3656 "portable", 3657 "shim" 3658 ], 3659 "support": { 3660 "source": "https://github.com/symfony/polyfill-php72/tree/v1.20.0" 3661 }, 3662 "funding": [ 3663 { 3664 "url": "https://symfony.com/sponsor", 3665 "type": "custom" 3666 }, 3667 { 3668 "url": "https://github.com/fabpot", 3669 "type": "github" 3670 }, 3671 { 3672 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3673 "type": "tidelift" 3674 } 3675 ], 3676 "time": "2020-10-23T14:02:19+00:00" 3677 }, 3678 { 3679 "name": "symfony/polyfill-php80", 3680 "version": "v1.20.0", 3681 "source": { 3682 "type": "git", 3683 "url": "https://github.com/symfony/polyfill-php80.git", 3684 "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de" 3685 }, 3686 "dist": { 3687 "type": "zip", 3688 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/e70aa8b064c5b72d3df2abd5ab1e90464ad009de", 3689 "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de", 3690 "shasum": "" 3691 }, 3692 "require": { 3693 "php": ">=7.1" 3694 }, 3695 "type": "library", 3696 "extra": { 3697 "branch-alias": { 3698 "dev-main": "1.20-dev" 3699 }, 3700 "thanks": { 3701 "name": "symfony/polyfill", 3702 "url": "https://github.com/symfony/polyfill" 3703 } 3704 }, 3705 "autoload": { 3706 "psr-4": { 3707 "Symfony\\Polyfill\\Php80\\": "" 3708 }, 3709 "files": [ 3710 "bootstrap.php" 3711 ], 3712 "classmap": [ 3713 "Resources/stubs" 3714 ] 3715 }, 3716 "notification-url": "https://packagist.org/downloads/", 3717 "license": [ 3718 "MIT" 3719 ], 3720 "authors": [ 3721 { 3722 "name": "Ion Bazan", 3723 "email": "ion.bazan@gmail.com" 3724 }, 3725 { 3726 "name": "Nicolas Grekas", 3727 "email": "p@tchwork.com" 3728 }, 3729 { 3730 "name": "Symfony Community", 3731 "homepage": "https://symfony.com/contributors" 3732 } 3733 ], 3734 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 3735 "homepage": "https://symfony.com", 3736 "keywords": [ 3737 "compatibility", 3738 "polyfill", 3739 "portable", 3740 "shim" 3741 ], 3742 "support": { 3743 "source": "https://github.com/symfony/polyfill-php80/tree/v1.20.0" 3744 }, 3745 "funding": [ 3746 { 3747 "url": "https://symfony.com/sponsor", 3748 "type": "custom" 3749 }, 3750 { 3751 "url": "https://github.com/fabpot", 3752 "type": "github" 3753 }, 3754 { 3755 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3756 "type": "tidelift" 3757 } 3758 ], 3759 "time": "2020-10-23T14:02:19+00:00" 3760 }, 3761 { 3762 "name": "symfony/service-contracts", 3763 "version": "v1.1.9", 3764 "source": { 3765 "type": "git", 3766 "url": "https://github.com/symfony/service-contracts.git", 3767 "reference": "b776d18b303a39f56c63747bcb977ad4b27aca26" 3768 }, 3769 "dist": { 3770 "type": "zip", 3771 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/b776d18b303a39f56c63747bcb977ad4b27aca26", 3772 "reference": "b776d18b303a39f56c63747bcb977ad4b27aca26", 3773 "shasum": "" 3774 }, 3775 "require": { 3776 "php": ">=7.1.3", 3777 "psr/container": "^1.0" 3778 }, 3779 "suggest": { 3780 "symfony/service-implementation": "" 3781 }, 3782 "type": "library", 3783 "extra": { 3784 "branch-alias": { 3785 "dev-master": "1.1-dev" 3786 }, 3787 "thanks": { 3788 "name": "symfony/contracts", 3789 "url": "https://github.com/symfony/contracts" 3790 } 3791 }, 3792 "autoload": { 3793 "psr-4": { 3794 "Symfony\\Contracts\\Service\\": "" 3795 } 3796 }, 3797 "notification-url": "https://packagist.org/downloads/", 3798 "license": [ 3799 "MIT" 3800 ], 3801 "authors": [ 3802 { 3803 "name": "Nicolas Grekas", 3804 "email": "p@tchwork.com" 3805 }, 3806 { 3807 "name": "Symfony Community", 3808 "homepage": "https://symfony.com/contributors" 3809 } 3810 ], 3811 "description": "Generic abstractions related to writing services", 3812 "homepage": "https://symfony.com", 3813 "keywords": [ 3814 "abstractions", 3815 "contracts", 3816 "decoupling", 3817 "interfaces", 3818 "interoperability", 3819 "standards" 3820 ], 3821 "support": { 3822 "source": "https://github.com/symfony/service-contracts/tree/v1.1.9" 3823 }, 3824 "funding": [ 3825 { 3826 "url": "https://symfony.com/sponsor", 3827 "type": "custom" 3828 }, 3829 { 3830 "url": "https://github.com/fabpot", 3831 "type": "github" 3832 }, 3833 { 3834 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3835 "type": "tidelift" 3836 } 3837 ], 3838 "time": "2020-07-06T13:19:58+00:00" 3839 }, 3840 { 3841 "name": "symfony/translation", 3842 "version": "v4.4.17", 3843 "source": { 3844 "type": "git", 3845 "url": "https://github.com/symfony/translation.git", 3846 "reference": "84821e6a14a637e817f25d11147388695b6f790a" 3847 }, 3848 "dist": { 3849 "type": "zip", 3850 "url": "https://api.github.com/repos/symfony/translation/zipball/84821e6a14a637e817f25d11147388695b6f790a", 3851 "reference": "84821e6a14a637e817f25d11147388695b6f790a", 3852 "shasum": "" 3853 }, 3854 "require": { 3855 "php": ">=7.1.3", 3856 "symfony/polyfill-mbstring": "~1.0", 3857 "symfony/translation-contracts": "^1.1.6|^2" 3858 }, 3859 "conflict": { 3860 "symfony/config": "<3.4", 3861 "symfony/dependency-injection": "<3.4", 3862 "symfony/http-kernel": "<4.4", 3863 "symfony/yaml": "<3.4" 3864 }, 3865 "provide": { 3866 "symfony/translation-implementation": "1.0" 3867 }, 3868 "require-dev": { 3869 "psr/log": "~1.0", 3870 "symfony/config": "^3.4|^4.0|^5.0", 3871 "symfony/console": "^3.4|^4.0|^5.0", 3872 "symfony/dependency-injection": "^3.4|^4.0|^5.0", 3873 "symfony/finder": "~2.8|~3.0|~4.0|^5.0", 3874 "symfony/http-kernel": "^4.4", 3875 "symfony/intl": "^3.4|^4.0|^5.0", 3876 "symfony/service-contracts": "^1.1.2|^2", 3877 "symfony/yaml": "^3.4|^4.0|^5.0" 3878 }, 3879 "suggest": { 3880 "psr/log-implementation": "To use logging capability in translator", 3881 "symfony/config": "", 3882 "symfony/yaml": "" 3883 }, 3884 "type": "library", 3885 "autoload": { 3886 "psr-4": { 3887 "Symfony\\Component\\Translation\\": "" 3888 }, 3889 "exclude-from-classmap": [ 3890 "/Tests/" 3891 ] 3892 }, 3893 "notification-url": "https://packagist.org/downloads/", 3894 "license": [ 3895 "MIT" 3896 ], 3897 "authors": [ 3898 { 3899 "name": "Fabien Potencier", 3900 "email": "fabien@symfony.com" 3901 }, 3902 { 3903 "name": "Symfony Community", 3904 "homepage": "https://symfony.com/contributors" 3905 } 3906 ], 3907 "description": "Symfony Translation Component", 3908 "homepage": "https://symfony.com", 3909 "support": { 3910 "source": "https://github.com/symfony/translation/tree/v4.4.17" 3911 }, 3912 "funding": [ 3913 { 3914 "url": "https://symfony.com/sponsor", 3915 "type": "custom" 3916 }, 3917 { 3918 "url": "https://github.com/fabpot", 3919 "type": "github" 3920 }, 3921 { 3922 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3923 "type": "tidelift" 3924 } 3925 ], 3926 "time": "2020-11-27T06:35:49+00:00" 3927 }, 3928 { 3929 "name": "symfony/translation-contracts", 3930 "version": "v1.1.10", 3931 "source": { 3932 "type": "git", 3933 "url": "https://github.com/symfony/translation-contracts.git", 3934 "reference": "84180a25fad31e23bebd26ca09d89464f082cacc" 3935 }, 3936 "dist": { 3937 "type": "zip", 3938 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/84180a25fad31e23bebd26ca09d89464f082cacc", 3939 "reference": "84180a25fad31e23bebd26ca09d89464f082cacc", 3940 "shasum": "" 3941 }, 3942 "require": { 3943 "php": ">=7.1.3" 3944 }, 3945 "suggest": { 3946 "symfony/translation-implementation": "" 3947 }, 3948 "type": "library", 3949 "extra": { 3950 "branch-alias": { 3951 "dev-master": "1.1-dev" 3952 }, 3953 "thanks": { 3954 "name": "symfony/contracts", 3955 "url": "https://github.com/symfony/contracts" 3956 } 3957 }, 3958 "autoload": { 3959 "psr-4": { 3960 "Symfony\\Contracts\\Translation\\": "" 3961 } 3962 }, 3963 "notification-url": "https://packagist.org/downloads/", 3964 "license": [ 3965 "MIT" 3966 ], 3967 "authors": [ 3968 { 3969 "name": "Nicolas Grekas", 3970 "email": "p@tchwork.com" 3971 }, 3972 { 3973 "name": "Symfony Community", 3974 "homepage": "https://symfony.com/contributors" 3975 } 3976 ], 3977 "description": "Generic abstractions related to translation", 3978 "homepage": "https://symfony.com", 3979 "keywords": [ 3980 "abstractions", 3981 "contracts", 3982 "decoupling", 3983 "interfaces", 3984 "interoperability", 3985 "standards" 3986 ], 3987 "support": { 3988 "source": "https://github.com/symfony/translation-contracts/tree/v1.1.10" 3989 }, 3990 "funding": [ 3991 { 3992 "url": "https://symfony.com/sponsor", 3993 "type": "custom" 3994 }, 3995 { 3996 "url": "https://github.com/fabpot", 3997 "type": "github" 3998 }, 3999 { 4000 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4001 "type": "tidelift" 4002 } 4003 ], 4004 "time": "2020-09-02T16:08:58+00:00" 4005 }, 4006 { 4007 "name": "symfony/var-exporter", 4008 "version": "v4.4.17", 4009 "source": { 4010 "type": "git", 4011 "url": "https://github.com/symfony/var-exporter.git", 4012 "reference": "f04b7d187b120e0a44c18a2d479c2dd0abe99d9c" 4013 }, 4014 "dist": { 4015 "type": "zip", 4016 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/f04b7d187b120e0a44c18a2d479c2dd0abe99d9c", 4017 "reference": "f04b7d187b120e0a44c18a2d479c2dd0abe99d9c", 4018 "shasum": "" 4019 }, 4020 "require": { 4021 "php": ">=7.1.3" 4022 }, 4023 "require-dev": { 4024 "symfony/var-dumper": "^4.4.9|^5.0.9" 4025 }, 4026 "type": "library", 4027 "autoload": { 4028 "psr-4": { 4029 "Symfony\\Component\\VarExporter\\": "" 4030 }, 4031 "exclude-from-classmap": [ 4032 "/Tests/" 4033 ] 4034 }, 4035 "notification-url": "https://packagist.org/downloads/", 4036 "license": [ 4037 "MIT" 4038 ], 4039 "authors": [ 4040 { 4041 "name": "Nicolas Grekas", 4042 "email": "p@tchwork.com" 4043 }, 4044 { 4045 "name": "Symfony Community", 4046 "homepage": "https://symfony.com/contributors" 4047 } 4048 ], 4049 "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code", 4050 "homepage": "https://symfony.com", 4051 "keywords": [ 4052 "clone", 4053 "construct", 4054 "export", 4055 "hydrate", 4056 "instantiate", 4057 "serialize" 4058 ], 4059 "support": { 4060 "source": "https://github.com/symfony/var-exporter/tree/v4.4.17" 4061 }, 4062 "funding": [ 4063 { 4064 "url": "https://symfony.com/sponsor", 4065 "type": "custom" 4066 }, 4067 { 4068 "url": "https://github.com/fabpot", 4069 "type": "github" 4070 }, 4071 { 4072 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4073 "type": "tidelift" 4074 } 4075 ], 4076 "time": "2020-10-28T20:42:29+00:00" 4077 }, 4078 { 4079 "name": "tecnickcom/tcpdf", 4080 "version": "6.3.5", 4081 "source": { 4082 "type": "git", 4083 "url": "https://github.com/tecnickcom/TCPDF.git", 4084 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549" 4085 }, 4086 "dist": { 4087 "type": "zip", 4088 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549", 4089 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549", 4090 "shasum": "" 4091 }, 4092 "require": { 4093 "php": ">=5.3.0" 4094 }, 4095 "type": "library", 4096 "autoload": { 4097 "classmap": [ 4098 "config", 4099 "include", 4100 "tcpdf.php", 4101 "tcpdf_parser.php", 4102 "tcpdf_import.php", 4103 "tcpdf_barcodes_1d.php", 4104 "tcpdf_barcodes_2d.php", 4105 "include/tcpdf_colors.php", 4106 "include/tcpdf_filters.php", 4107 "include/tcpdf_font_data.php", 4108 "include/tcpdf_fonts.php", 4109 "include/tcpdf_images.php", 4110 "include/tcpdf_static.php", 4111 "include/barcodes/datamatrix.php", 4112 "include/barcodes/pdf417.php", 4113 "include/barcodes/qrcode.php" 4114 ] 4115 }, 4116 "notification-url": "https://packagist.org/downloads/", 4117 "license": [ 4118 "LGPL-3.0-only" 4119 ], 4120 "authors": [ 4121 { 4122 "name": "Nicola Asuni", 4123 "email": "info@tecnick.com", 4124 "role": "lead" 4125 } 4126 ], 4127 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", 4128 "homepage": "http://www.tcpdf.org/", 4129 "keywords": [ 4130 "PDFD32000-2008", 4131 "TCPDF", 4132 "barcodes", 4133 "datamatrix", 4134 "pdf", 4135 "pdf417", 4136 "qrcode" 4137 ], 4138 "support": { 4139 "issues": "https://github.com/tecnickcom/TCPDF/issues", 4140 "source": "https://github.com/tecnickcom/TCPDF/tree/6.3.5" 4141 }, 4142 "time": "2020-02-14T14:20:12+00:00" 4143 } 4144 ], 4145 "packages-dev": [ 4146 { 4147 "name": "composer/ca-bundle", 4148 "version": "1.2.8", 4149 "source": { 4150 "type": "git", 4151 "url": "https://github.com/composer/ca-bundle.git", 4152 "reference": "8a7ecad675253e4654ea05505233285377405215" 4153 }, 4154 "dist": { 4155 "type": "zip", 4156 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/8a7ecad675253e4654ea05505233285377405215", 4157 "reference": "8a7ecad675253e4654ea05505233285377405215", 4158 "shasum": "" 4159 }, 4160 "require": { 4161 "ext-openssl": "*", 4162 "ext-pcre": "*", 4163 "php": "^5.3.2 || ^7.0 || ^8.0" 4164 }, 4165 "require-dev": { 4166 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8", 4167 "psr/log": "^1.0", 4168 "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0" 4169 }, 4170 "type": "library", 4171 "extra": { 4172 "branch-alias": { 4173 "dev-master": "1.x-dev" 4174 } 4175 }, 4176 "autoload": { 4177 "psr-4": { 4178 "Composer\\CaBundle\\": "src" 4179 } 4180 }, 4181 "notification-url": "https://packagist.org/downloads/", 4182 "license": [ 4183 "MIT" 4184 ], 4185 "authors": [ 4186 { 4187 "name": "Jordi Boggiano", 4188 "email": "j.boggiano@seld.be", 4189 "homepage": "http://seld.be" 4190 } 4191 ], 4192 "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", 4193 "keywords": [ 4194 "cabundle", 4195 "cacert", 4196 "certificate", 4197 "ssl", 4198 "tls" 4199 ], 4200 "support": { 4201 "irc": "irc://irc.freenode.org/composer", 4202 "issues": "https://github.com/composer/ca-bundle/issues", 4203 "source": "https://github.com/composer/ca-bundle/tree/1.2.8" 4204 }, 4205 "funding": [ 4206 { 4207 "url": "https://packagist.com", 4208 "type": "custom" 4209 }, 4210 { 4211 "url": "https://github.com/composer", 4212 "type": "github" 4213 }, 4214 { 4215 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 4216 "type": "tidelift" 4217 } 4218 ], 4219 "time": "2020-08-23T12:54:47+00:00" 4220 }, 4221 { 4222 "name": "composer/composer", 4223 "version": "1.10.17", 4224 "source": { 4225 "type": "git", 4226 "url": "https://github.com/composer/composer.git", 4227 "reference": "09d42e18394d8594be24e37923031c4b7442a1cb" 4228 }, 4229 "dist": { 4230 "type": "zip", 4231 "url": "https://api.github.com/repos/composer/composer/zipball/09d42e18394d8594be24e37923031c4b7442a1cb", 4232 "reference": "09d42e18394d8594be24e37923031c4b7442a1cb", 4233 "shasum": "" 4234 }, 4235 "require": { 4236 "composer/ca-bundle": "^1.0", 4237 "composer/semver": "^1.0", 4238 "composer/spdx-licenses": "^1.2", 4239 "composer/xdebug-handler": "^1.1", 4240 "justinrainbow/json-schema": "^5.2.10", 4241 "php": "^5.3.2 || ^7.0", 4242 "psr/log": "^1.0", 4243 "seld/jsonlint": "^1.4", 4244 "seld/phar-utils": "^1.0", 4245 "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0", 4246 "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0", 4247 "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0", 4248 "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0" 4249 }, 4250 "conflict": { 4251 "symfony/console": "2.8.38" 4252 }, 4253 "require-dev": { 4254 "phpspec/prophecy": "^1.10", 4255 "symfony/phpunit-bridge": "^4.2" 4256 }, 4257 "suggest": { 4258 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", 4259 "ext-zip": "Enabling the zip extension allows you to unzip archives", 4260 "ext-zlib": "Allow gzip compression of HTTP requests" 4261 }, 4262 "bin": [ 4263 "bin/composer" 4264 ], 4265 "type": "library", 4266 "extra": { 4267 "branch-alias": { 4268 "dev-master": "1.10-dev" 4269 } 4270 }, 4271 "autoload": { 4272 "psr-4": { 4273 "Composer\\": "src/Composer" 4274 } 4275 }, 4276 "notification-url": "https://packagist.org/downloads/", 4277 "license": [ 4278 "MIT" 4279 ], 4280 "authors": [ 4281 { 4282 "name": "Nils Adermann", 4283 "email": "naderman@naderman.de", 4284 "homepage": "http://www.naderman.de" 4285 }, 4286 { 4287 "name": "Jordi Boggiano", 4288 "email": "j.boggiano@seld.be", 4289 "homepage": "http://seld.be" 4290 } 4291 ], 4292 "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.", 4293 "homepage": "https://getcomposer.org/", 4294 "keywords": [ 4295 "autoload", 4296 "dependency", 4297 "package" 4298 ], 4299 "support": { 4300 "irc": "irc://irc.freenode.org/composer", 4301 "issues": "https://github.com/composer/composer/issues", 4302 "source": "https://github.com/composer/composer/tree/1.10.17" 4303 }, 4304 "funding": [ 4305 { 4306 "url": "https://packagist.com", 4307 "type": "custom" 4308 }, 4309 { 4310 "url": "https://github.com/composer", 4311 "type": "github" 4312 }, 4313 { 4314 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 4315 "type": "tidelift" 4316 } 4317 ], 4318 "time": "2020-10-30T21:31:58+00:00" 4319 }, 4320 { 4321 "name": "composer/semver", 4322 "version": "1.7.1", 4323 "source": { 4324 "type": "git", 4325 "url": "https://github.com/composer/semver.git", 4326 "reference": "38276325bd896f90dfcfe30029aa5db40df387a7" 4327 }, 4328 "dist": { 4329 "type": "zip", 4330 "url": "https://api.github.com/repos/composer/semver/zipball/38276325bd896f90dfcfe30029aa5db40df387a7", 4331 "reference": "38276325bd896f90dfcfe30029aa5db40df387a7", 4332 "shasum": "" 4333 }, 4334 "require": { 4335 "php": "^5.3.2 || ^7.0" 4336 }, 4337 "require-dev": { 4338 "phpunit/phpunit": "^4.5 || ^5.0.5" 4339 }, 4340 "type": "library", 4341 "extra": { 4342 "branch-alias": { 4343 "dev-master": "1.x-dev" 4344 } 4345 }, 4346 "autoload": { 4347 "psr-4": { 4348 "Composer\\Semver\\": "src" 4349 } 4350 }, 4351 "notification-url": "https://packagist.org/downloads/", 4352 "license": [ 4353 "MIT" 4354 ], 4355 "authors": [ 4356 { 4357 "name": "Nils Adermann", 4358 "email": "naderman@naderman.de", 4359 "homepage": "http://www.naderman.de" 4360 }, 4361 { 4362 "name": "Jordi Boggiano", 4363 "email": "j.boggiano@seld.be", 4364 "homepage": "http://seld.be" 4365 }, 4366 { 4367 "name": "Rob Bast", 4368 "email": "rob.bast@gmail.com", 4369 "homepage": "http://robbast.nl" 4370 } 4371 ], 4372 "description": "Semver library that offers utilities, version constraint parsing and validation.", 4373 "keywords": [ 4374 "semantic", 4375 "semver", 4376 "validation", 4377 "versioning" 4378 ], 4379 "support": { 4380 "irc": "irc://irc.freenode.org/composer", 4381 "issues": "https://github.com/composer/semver/issues", 4382 "source": "https://github.com/composer/semver/tree/1.7.1" 4383 }, 4384 "funding": [ 4385 { 4386 "url": "https://packagist.com", 4387 "type": "custom" 4388 }, 4389 { 4390 "url": "https://github.com/composer", 4391 "type": "github" 4392 }, 4393 { 4394 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 4395 "type": "tidelift" 4396 } 4397 ], 4398 "time": "2020-09-27T13:13:07+00:00" 4399 }, 4400 { 4401 "name": "composer/spdx-licenses", 4402 "version": "1.5.4", 4403 "source": { 4404 "type": "git", 4405 "url": "https://github.com/composer/spdx-licenses.git", 4406 "reference": "6946f785871e2314c60b4524851f3702ea4f2223" 4407 }, 4408 "dist": { 4409 "type": "zip", 4410 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/6946f785871e2314c60b4524851f3702ea4f2223", 4411 "reference": "6946f785871e2314c60b4524851f3702ea4f2223", 4412 "shasum": "" 4413 }, 4414 "require": { 4415 "php": "^5.3.2 || ^7.0 || ^8.0" 4416 }, 4417 "require-dev": { 4418 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7" 4419 }, 4420 "type": "library", 4421 "extra": { 4422 "branch-alias": { 4423 "dev-master": "1.x-dev" 4424 } 4425 }, 4426 "autoload": { 4427 "psr-4": { 4428 "Composer\\Spdx\\": "src" 4429 } 4430 }, 4431 "notification-url": "https://packagist.org/downloads/", 4432 "license": [ 4433 "MIT" 4434 ], 4435 "authors": [ 4436 { 4437 "name": "Nils Adermann", 4438 "email": "naderman@naderman.de", 4439 "homepage": "http://www.naderman.de" 4440 }, 4441 { 4442 "name": "Jordi Boggiano", 4443 "email": "j.boggiano@seld.be", 4444 "homepage": "http://seld.be" 4445 }, 4446 { 4447 "name": "Rob Bast", 4448 "email": "rob.bast@gmail.com", 4449 "homepage": "http://robbast.nl" 4450 } 4451 ], 4452 "description": "SPDX licenses list and validation library.", 4453 "keywords": [ 4454 "license", 4455 "spdx", 4456 "validator" 4457 ], 4458 "support": { 4459 "irc": "irc://irc.freenode.org/composer", 4460 "issues": "https://github.com/composer/spdx-licenses/issues", 4461 "source": "https://github.com/composer/spdx-licenses/tree/1.5.4" 4462 }, 4463 "funding": [ 4464 { 4465 "url": "https://packagist.com", 4466 "type": "custom" 4467 }, 4468 { 4469 "url": "https://github.com/composer", 4470 "type": "github" 4471 }, 4472 { 4473 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 4474 "type": "tidelift" 4475 } 4476 ], 4477 "time": "2020-07-15T15:35:07+00:00" 4478 }, 4479 { 4480 "name": "composer/xdebug-handler", 4481 "version": "1.4.5", 4482 "source": { 4483 "type": "git", 4484 "url": "https://github.com/composer/xdebug-handler.git", 4485 "reference": "f28d44c286812c714741478d968104c5e604a1d4" 4486 }, 4487 "dist": { 4488 "type": "zip", 4489 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4", 4490 "reference": "f28d44c286812c714741478d968104c5e604a1d4", 4491 "shasum": "" 4492 }, 4493 "require": { 4494 "php": "^5.3.2 || ^7.0 || ^8.0", 4495 "psr/log": "^1.0" 4496 }, 4497 "require-dev": { 4498 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8" 4499 }, 4500 "type": "library", 4501 "autoload": { 4502 "psr-4": { 4503 "Composer\\XdebugHandler\\": "src" 4504 } 4505 }, 4506 "notification-url": "https://packagist.org/downloads/", 4507 "license": [ 4508 "MIT" 4509 ], 4510 "authors": [ 4511 { 4512 "name": "John Stevenson", 4513 "email": "john-stevenson@blueyonder.co.uk" 4514 } 4515 ], 4516 "description": "Restarts a process without Xdebug.", 4517 "keywords": [ 4518 "Xdebug", 4519 "performance" 4520 ], 4521 "support": { 4522 "irc": "irc://irc.freenode.org/composer", 4523 "issues": "https://github.com/composer/xdebug-handler/issues", 4524 "source": "https://github.com/composer/xdebug-handler/tree/1.4.5" 4525 }, 4526 "funding": [ 4527 { 4528 "url": "https://packagist.com", 4529 "type": "custom" 4530 }, 4531 { 4532 "url": "https://github.com/composer", 4533 "type": "github" 4534 }, 4535 { 4536 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 4537 "type": "tidelift" 4538 } 4539 ], 4540 "time": "2020-11-13T08:04:11+00:00" 4541 }, 4542 { 4543 "name": "doctrine/instantiator", 4544 "version": "1.4.0", 4545 "source": { 4546 "type": "git", 4547 "url": "https://github.com/doctrine/instantiator.git", 4548 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b" 4549 }, 4550 "dist": { 4551 "type": "zip", 4552 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b", 4553 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b", 4554 "shasum": "" 4555 }, 4556 "require": { 4557 "php": "^7.1 || ^8.0" 4558 }, 4559 "require-dev": { 4560 "doctrine/coding-standard": "^8.0", 4561 "ext-pdo": "*", 4562 "ext-phar": "*", 4563 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2", 4564 "phpstan/phpstan": "^0.12", 4565 "phpstan/phpstan-phpunit": "^0.12", 4566 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" 4567 }, 4568 "type": "library", 4569 "autoload": { 4570 "psr-4": { 4571 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 4572 } 4573 }, 4574 "notification-url": "https://packagist.org/downloads/", 4575 "license": [ 4576 "MIT" 4577 ], 4578 "authors": [ 4579 { 4580 "name": "Marco Pivetta", 4581 "email": "ocramius@gmail.com", 4582 "homepage": "https://ocramius.github.io/" 4583 } 4584 ], 4585 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 4586 "homepage": "https://www.doctrine-project.org/projects/instantiator.html", 4587 "keywords": [ 4588 "constructor", 4589 "instantiate" 4590 ], 4591 "support": { 4592 "issues": "https://github.com/doctrine/instantiator/issues", 4593 "source": "https://github.com/doctrine/instantiator/tree/1.4.0" 4594 }, 4595 "funding": [ 4596 { 4597 "url": "https://www.doctrine-project.org/sponsorship.html", 4598 "type": "custom" 4599 }, 4600 { 4601 "url": "https://www.patreon.com/phpdoctrine", 4602 "type": "patreon" 4603 }, 4604 { 4605 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", 4606 "type": "tidelift" 4607 } 4608 ], 4609 "time": "2020-11-10T18:47:58+00:00" 4610 }, 4611 { 4612 "name": "justinrainbow/json-schema", 4613 "version": "5.2.10", 4614 "source": { 4615 "type": "git", 4616 "url": "https://github.com/justinrainbow/json-schema.git", 4617 "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b" 4618 }, 4619 "dist": { 4620 "type": "zip", 4621 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", 4622 "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", 4623 "shasum": "" 4624 }, 4625 "require": { 4626 "php": ">=5.3.3" 4627 }, 4628 "require-dev": { 4629 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", 4630 "json-schema/json-schema-test-suite": "1.2.0", 4631 "phpunit/phpunit": "^4.8.35" 4632 }, 4633 "bin": [ 4634 "bin/validate-json" 4635 ], 4636 "type": "library", 4637 "extra": { 4638 "branch-alias": { 4639 "dev-master": "5.0.x-dev" 4640 } 4641 }, 4642 "autoload": { 4643 "psr-4": { 4644 "JsonSchema\\": "src/JsonSchema/" 4645 } 4646 }, 4647 "notification-url": "https://packagist.org/downloads/", 4648 "license": [ 4649 "MIT" 4650 ], 4651 "authors": [ 4652 { 4653 "name": "Bruno Prieto Reis", 4654 "email": "bruno.p.reis@gmail.com" 4655 }, 4656 { 4657 "name": "Justin Rainbow", 4658 "email": "justin.rainbow@gmail.com" 4659 }, 4660 { 4661 "name": "Igor Wiedler", 4662 "email": "igor@wiedler.ch" 4663 }, 4664 { 4665 "name": "Robert Schönthal", 4666 "email": "seroscho@googlemail.com" 4667 } 4668 ], 4669 "description": "A library to validate a json schema.", 4670 "homepage": "https://github.com/justinrainbow/json-schema", 4671 "keywords": [ 4672 "json", 4673 "schema" 4674 ], 4675 "support": { 4676 "issues": "https://github.com/justinrainbow/json-schema/issues", 4677 "source": "https://github.com/justinrainbow/json-schema/tree/5.2.10" 4678 }, 4679 "time": "2020-05-27T16:41:55+00:00" 4680 }, 4681 { 4682 "name": "league/flysystem-memory", 4683 "version": "1.0.2", 4684 "source": { 4685 "type": "git", 4686 "url": "https://github.com/thephpleague/flysystem-memory.git", 4687 "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757" 4688 }, 4689 "dist": { 4690 "type": "zip", 4691 "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/d0e87477c32e29f999b4de05e64c1adcddb51757", 4692 "reference": "d0e87477c32e29f999b4de05e64c1adcddb51757", 4693 "shasum": "" 4694 }, 4695 "require": { 4696 "league/flysystem": "~1.0" 4697 }, 4698 "require-dev": { 4699 "phpunit/phpunit": "^5.7.10" 4700 }, 4701 "type": "library", 4702 "extra": { 4703 "branch-alias": { 4704 "dev-master": "1.0-dev" 4705 } 4706 }, 4707 "autoload": { 4708 "psr-4": { 4709 "League\\Flysystem\\Memory\\": "src/" 4710 } 4711 }, 4712 "notification-url": "https://packagist.org/downloads/", 4713 "license": [ 4714 "MIT" 4715 ], 4716 "authors": [ 4717 { 4718 "name": "Chris Leppanen", 4719 "email": "chris.leppanen@gmail.com", 4720 "role": "Developer" 4721 } 4722 ], 4723 "description": "An in-memory adapter for Flysystem.", 4724 "homepage": "https://github.com/thephpleague/flysystem-memory", 4725 "keywords": [ 4726 "Flysystem", 4727 "adapter", 4728 "memory" 4729 ], 4730 "support": { 4731 "issues": "https://github.com/thephpleague/flysystem-memory/issues", 4732 "source": "https://github.com/thephpleague/flysystem-memory/tree/1.0.2" 4733 }, 4734 "time": "2019-05-30T21:34:13+00:00" 4735 }, 4736 { 4737 "name": "maximebf/debugbar", 4738 "version": "v1.16.3", 4739 "source": { 4740 "type": "git", 4741 "url": "https://github.com/maximebf/php-debugbar.git", 4742 "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372" 4743 }, 4744 "dist": { 4745 "type": "zip", 4746 "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/1a1605b8e9bacb34cc0c6278206d699772e1d372", 4747 "reference": "1a1605b8e9bacb34cc0c6278206d699772e1d372", 4748 "shasum": "" 4749 }, 4750 "require": { 4751 "php": "^7.1", 4752 "psr/log": "^1.0", 4753 "symfony/var-dumper": "^2.6|^3|^4|^5" 4754 }, 4755 "require-dev": { 4756 "phpunit/phpunit": "^5" 4757 }, 4758 "suggest": { 4759 "kriswallsmith/assetic": "The best way to manage assets", 4760 "monolog/monolog": "Log using Monolog", 4761 "predis/predis": "Redis storage" 4762 }, 4763 "type": "library", 4764 "extra": { 4765 "branch-alias": { 4766 "dev-master": "1.16-dev" 4767 } 4768 }, 4769 "autoload": { 4770 "psr-4": { 4771 "DebugBar\\": "src/DebugBar/" 4772 } 4773 }, 4774 "notification-url": "https://packagist.org/downloads/", 4775 "license": [ 4776 "MIT" 4777 ], 4778 "authors": [ 4779 { 4780 "name": "Maxime Bouroumeau-Fuseau", 4781 "email": "maxime.bouroumeau@gmail.com", 4782 "homepage": "http://maximebf.com" 4783 }, 4784 { 4785 "name": "Barry vd. Heuvel", 4786 "email": "barryvdh@gmail.com" 4787 } 4788 ], 4789 "description": "Debug bar in the browser for php application", 4790 "homepage": "https://github.com/maximebf/php-debugbar", 4791 "keywords": [ 4792 "debug", 4793 "debugbar" 4794 ], 4795 "support": { 4796 "issues": "https://github.com/maximebf/php-debugbar/issues", 4797 "source": "https://github.com/maximebf/php-debugbar/tree/v1.16.3" 4798 }, 4799 "time": "2020-05-06T07:06:27+00:00" 4800 }, 4801 { 4802 "name": "myclabs/deep-copy", 4803 "version": "1.10.2", 4804 "source": { 4805 "type": "git", 4806 "url": "https://github.com/myclabs/DeepCopy.git", 4807 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220" 4808 }, 4809 "dist": { 4810 "type": "zip", 4811 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220", 4812 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220", 4813 "shasum": "" 4814 }, 4815 "require": { 4816 "php": "^7.1 || ^8.0" 4817 }, 4818 "replace": { 4819 "myclabs/deep-copy": "self.version" 4820 }, 4821 "require-dev": { 4822 "doctrine/collections": "^1.0", 4823 "doctrine/common": "^2.6", 4824 "phpunit/phpunit": "^7.1" 4825 }, 4826 "type": "library", 4827 "autoload": { 4828 "psr-4": { 4829 "DeepCopy\\": "src/DeepCopy/" 4830 }, 4831 "files": [ 4832 "src/DeepCopy/deep_copy.php" 4833 ] 4834 }, 4835 "notification-url": "https://packagist.org/downloads/", 4836 "license": [ 4837 "MIT" 4838 ], 4839 "description": "Create deep copies (clones) of your objects", 4840 "keywords": [ 4841 "clone", 4842 "copy", 4843 "duplicate", 4844 "object", 4845 "object graph" 4846 ], 4847 "support": { 4848 "issues": "https://github.com/myclabs/DeepCopy/issues", 4849 "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2" 4850 }, 4851 "funding": [ 4852 { 4853 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", 4854 "type": "tidelift" 4855 } 4856 ], 4857 "time": "2020-11-13T09:40:50+00:00" 4858 }, 4859 { 4860 "name": "phar-io/manifest", 4861 "version": "1.0.3", 4862 "source": { 4863 "type": "git", 4864 "url": "https://github.com/phar-io/manifest.git", 4865 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" 4866 }, 4867 "dist": { 4868 "type": "zip", 4869 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", 4870 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", 4871 "shasum": "" 4872 }, 4873 "require": { 4874 "ext-dom": "*", 4875 "ext-phar": "*", 4876 "phar-io/version": "^2.0", 4877 "php": "^5.6 || ^7.0" 4878 }, 4879 "type": "library", 4880 "extra": { 4881 "branch-alias": { 4882 "dev-master": "1.0.x-dev" 4883 } 4884 }, 4885 "autoload": { 4886 "classmap": [ 4887 "src/" 4888 ] 4889 }, 4890 "notification-url": "https://packagist.org/downloads/", 4891 "license": [ 4892 "BSD-3-Clause" 4893 ], 4894 "authors": [ 4895 { 4896 "name": "Arne Blankerts", 4897 "email": "arne@blankerts.de", 4898 "role": "Developer" 4899 }, 4900 { 4901 "name": "Sebastian Heuer", 4902 "email": "sebastian@phpeople.de", 4903 "role": "Developer" 4904 }, 4905 { 4906 "name": "Sebastian Bergmann", 4907 "email": "sebastian@phpunit.de", 4908 "role": "Developer" 4909 } 4910 ], 4911 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 4912 "support": { 4913 "issues": "https://github.com/phar-io/manifest/issues", 4914 "source": "https://github.com/phar-io/manifest/tree/master" 4915 }, 4916 "time": "2018-07-08T19:23:20+00:00" 4917 }, 4918 { 4919 "name": "phar-io/version", 4920 "version": "2.0.1", 4921 "source": { 4922 "type": "git", 4923 "url": "https://github.com/phar-io/version.git", 4924 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" 4925 }, 4926 "dist": { 4927 "type": "zip", 4928 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", 4929 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", 4930 "shasum": "" 4931 }, 4932 "require": { 4933 "php": "^5.6 || ^7.0" 4934 }, 4935 "type": "library", 4936 "autoload": { 4937 "classmap": [ 4938 "src/" 4939 ] 4940 }, 4941 "notification-url": "https://packagist.org/downloads/", 4942 "license": [ 4943 "BSD-3-Clause" 4944 ], 4945 "authors": [ 4946 { 4947 "name": "Arne Blankerts", 4948 "email": "arne@blankerts.de", 4949 "role": "Developer" 4950 }, 4951 { 4952 "name": "Sebastian Heuer", 4953 "email": "sebastian@phpeople.de", 4954 "role": "Developer" 4955 }, 4956 { 4957 "name": "Sebastian Bergmann", 4958 "email": "sebastian@phpunit.de", 4959 "role": "Developer" 4960 } 4961 ], 4962 "description": "Library for handling version information and constraints", 4963 "support": { 4964 "issues": "https://github.com/phar-io/version/issues", 4965 "source": "https://github.com/phar-io/version/tree/master" 4966 }, 4967 "time": "2018-07-08T19:19:57+00:00" 4968 }, 4969 { 4970 "name": "php-coveralls/php-coveralls", 4971 "version": "v2.4.2", 4972 "source": { 4973 "type": "git", 4974 "url": "https://github.com/php-coveralls/php-coveralls.git", 4975 "reference": "8a33ae229da63a0bd22dadae1512af663ce5e559" 4976 }, 4977 "dist": { 4978 "type": "zip", 4979 "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/8a33ae229da63a0bd22dadae1512af663ce5e559", 4980 "reference": "8a33ae229da63a0bd22dadae1512af663ce5e559", 4981 "shasum": "" 4982 }, 4983 "require": { 4984 "ext-json": "*", 4985 "ext-simplexml": "*", 4986 "guzzlehttp/guzzle": "^6.0 || ^7.0", 4987 "php": "^5.5 || ^7.0 || ^8.0", 4988 "psr/log": "^1.0", 4989 "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0", 4990 "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0", 4991 "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0", 4992 "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0" 4993 }, 4994 "require-dev": { 4995 "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0 || ^7.0 || ^8.0 || ^9.0", 4996 "sanmai/phpunit-legacy-adapter": "^6.1 || ^8.0" 4997 }, 4998 "suggest": { 4999 "symfony/http-kernel": "Allows Symfony integration" 5000 }, 5001 "bin": [ 5002 "bin/php-coveralls" 5003 ], 5004 "type": "library", 5005 "autoload": { 5006 "psr-4": { 5007 "PhpCoveralls\\": "src/" 5008 } 5009 }, 5010 "notification-url": "https://packagist.org/downloads/", 5011 "license": [ 5012 "MIT" 5013 ], 5014 "authors": [ 5015 { 5016 "name": "Kitamura Satoshi", 5017 "email": "with.no.parachute@gmail.com", 5018 "homepage": "https://www.facebook.com/satooshi.jp", 5019 "role": "Original creator" 5020 }, 5021 { 5022 "name": "Takashi Matsuo", 5023 "email": "tmatsuo@google.com" 5024 }, 5025 { 5026 "name": "Google Inc" 5027 }, 5028 { 5029 "name": "Dariusz Ruminski", 5030 "email": "dariusz.ruminski@gmail.com", 5031 "homepage": "https://github.com/keradus" 5032 }, 5033 { 5034 "name": "Contributors", 5035 "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors" 5036 } 5037 ], 5038 "description": "PHP client library for Coveralls API", 5039 "homepage": "https://github.com/php-coveralls/php-coveralls", 5040 "keywords": [ 5041 "ci", 5042 "coverage", 5043 "github", 5044 "test" 5045 ], 5046 "support": { 5047 "issues": "https://github.com/php-coveralls/php-coveralls/issues", 5048 "source": "https://github.com/php-coveralls/php-coveralls/tree/v2.4.2" 5049 }, 5050 "time": "2020-10-23T16:34:35+00:00" 5051 }, 5052 { 5053 "name": "phpdocumentor/reflection-common", 5054 "version": "2.1.0", 5055 "source": { 5056 "type": "git", 5057 "url": "https://github.com/phpDocumentor/ReflectionCommon.git", 5058 "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b" 5059 }, 5060 "dist": { 5061 "type": "zip", 5062 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b", 5063 "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b", 5064 "shasum": "" 5065 }, 5066 "require": { 5067 "php": ">=7.1" 5068 }, 5069 "type": "library", 5070 "extra": { 5071 "branch-alias": { 5072 "dev-master": "2.x-dev" 5073 } 5074 }, 5075 "autoload": { 5076 "psr-4": { 5077 "phpDocumentor\\Reflection\\": "src/" 5078 } 5079 }, 5080 "notification-url": "https://packagist.org/downloads/", 5081 "license": [ 5082 "MIT" 5083 ], 5084 "authors": [ 5085 { 5086 "name": "Jaap van Otterdijk", 5087 "email": "opensource@ijaap.nl" 5088 } 5089 ], 5090 "description": "Common reflection classes used by phpdocumentor to reflect the code structure", 5091 "homepage": "http://www.phpdoc.org", 5092 "keywords": [ 5093 "FQSEN", 5094 "phpDocumentor", 5095 "phpdoc", 5096 "reflection", 5097 "static analysis" 5098 ], 5099 "support": { 5100 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", 5101 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/master" 5102 }, 5103 "time": "2020-04-27T09:25:28+00:00" 5104 }, 5105 { 5106 "name": "phpdocumentor/reflection-docblock", 5107 "version": "4.3.4", 5108 "source": { 5109 "type": "git", 5110 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 5111 "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c" 5112 }, 5113 "dist": { 5114 "type": "zip", 5115 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c", 5116 "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c", 5117 "shasum": "" 5118 }, 5119 "require": { 5120 "php": "^7.0", 5121 "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0", 5122 "phpdocumentor/type-resolver": "~0.4 || ^1.0.0", 5123 "webmozart/assert": "^1.0" 5124 }, 5125 "require-dev": { 5126 "doctrine/instantiator": "^1.0.5", 5127 "mockery/mockery": "^1.0", 5128 "phpdocumentor/type-resolver": "0.4.*", 5129 "phpunit/phpunit": "^6.4" 5130 }, 5131 "type": "library", 5132 "extra": { 5133 "branch-alias": { 5134 "dev-master": "4.x-dev" 5135 } 5136 }, 5137 "autoload": { 5138 "psr-4": { 5139 "phpDocumentor\\Reflection\\": [ 5140 "src/" 5141 ] 5142 } 5143 }, 5144 "notification-url": "https://packagist.org/downloads/", 5145 "license": [ 5146 "MIT" 5147 ], 5148 "authors": [ 5149 { 5150 "name": "Mike van Riel", 5151 "email": "me@mikevanriel.com" 5152 } 5153 ], 5154 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 5155 "support": { 5156 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", 5157 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/4.x" 5158 }, 5159 "time": "2019-12-28T18:55:12+00:00" 5160 }, 5161 { 5162 "name": "phpdocumentor/type-resolver", 5163 "version": "1.0.1", 5164 "source": { 5165 "type": "git", 5166 "url": "https://github.com/phpDocumentor/TypeResolver.git", 5167 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9" 5168 }, 5169 "dist": { 5170 "type": "zip", 5171 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9", 5172 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9", 5173 "shasum": "" 5174 }, 5175 "require": { 5176 "php": "^7.1", 5177 "phpdocumentor/reflection-common": "^2.0" 5178 }, 5179 "require-dev": { 5180 "ext-tokenizer": "^7.1", 5181 "mockery/mockery": "~1", 5182 "phpunit/phpunit": "^7.0" 5183 }, 5184 "type": "library", 5185 "extra": { 5186 "branch-alias": { 5187 "dev-master": "1.x-dev" 5188 } 5189 }, 5190 "autoload": { 5191 "psr-4": { 5192 "phpDocumentor\\Reflection\\": "src" 5193 } 5194 }, 5195 "notification-url": "https://packagist.org/downloads/", 5196 "license": [ 5197 "MIT" 5198 ], 5199 "authors": [ 5200 { 5201 "name": "Mike van Riel", 5202 "email": "me@mikevanriel.com" 5203 } 5204 ], 5205 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", 5206 "support": { 5207 "issues": "https://github.com/phpDocumentor/TypeResolver/issues", 5208 "source": "https://github.com/phpDocumentor/TypeResolver/tree/0.7.2" 5209 }, 5210 "time": "2019-08-22T18:11:29+00:00" 5211 }, 5212 { 5213 "name": "phpspec/prophecy", 5214 "version": "v1.10.3", 5215 "source": { 5216 "type": "git", 5217 "url": "https://github.com/phpspec/prophecy.git", 5218 "reference": "451c3cd1418cf640de218914901e51b064abb093" 5219 }, 5220 "dist": { 5221 "type": "zip", 5222 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093", 5223 "reference": "451c3cd1418cf640de218914901e51b064abb093", 5224 "shasum": "" 5225 }, 5226 "require": { 5227 "doctrine/instantiator": "^1.0.2", 5228 "php": "^5.3|^7.0", 5229 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", 5230 "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", 5231 "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" 5232 }, 5233 "require-dev": { 5234 "phpspec/phpspec": "^2.5 || ^3.2", 5235 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" 5236 }, 5237 "type": "library", 5238 "extra": { 5239 "branch-alias": { 5240 "dev-master": "1.10.x-dev" 5241 } 5242 }, 5243 "autoload": { 5244 "psr-4": { 5245 "Prophecy\\": "src/Prophecy" 5246 } 5247 }, 5248 "notification-url": "https://packagist.org/downloads/", 5249 "license": [ 5250 "MIT" 5251 ], 5252 "authors": [ 5253 { 5254 "name": "Konstantin Kudryashov", 5255 "email": "ever.zet@gmail.com", 5256 "homepage": "http://everzet.com" 5257 }, 5258 { 5259 "name": "Marcello Duarte", 5260 "email": "marcello.duarte@gmail.com" 5261 } 5262 ], 5263 "description": "Highly opinionated mocking framework for PHP 5.3+", 5264 "homepage": "https://github.com/phpspec/prophecy", 5265 "keywords": [ 5266 "Double", 5267 "Dummy", 5268 "fake", 5269 "mock", 5270 "spy", 5271 "stub" 5272 ], 5273 "support": { 5274 "issues": "https://github.com/phpspec/prophecy/issues", 5275 "source": "https://github.com/phpspec/prophecy/tree/v1.10.3" 5276 }, 5277 "time": "2020-03-05T15:02:03+00:00" 5278 }, 5279 { 5280 "name": "phpunit/php-code-coverage", 5281 "version": "6.1.4", 5282 "source": { 5283 "type": "git", 5284 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 5285 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" 5286 }, 5287 "dist": { 5288 "type": "zip", 5289 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", 5290 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", 5291 "shasum": "" 5292 }, 5293 "require": { 5294 "ext-dom": "*", 5295 "ext-xmlwriter": "*", 5296 "php": "^7.1", 5297 "phpunit/php-file-iterator": "^2.0", 5298 "phpunit/php-text-template": "^1.2.1", 5299 "phpunit/php-token-stream": "^3.0", 5300 "sebastian/code-unit-reverse-lookup": "^1.0.1", 5301 "sebastian/environment": "^3.1 || ^4.0", 5302 "sebastian/version": "^2.0.1", 5303 "theseer/tokenizer": "^1.1" 5304 }, 5305 "require-dev": { 5306 "phpunit/phpunit": "^7.0" 5307 }, 5308 "suggest": { 5309 "ext-xdebug": "^2.6.0" 5310 }, 5311 "type": "library", 5312 "extra": { 5313 "branch-alias": { 5314 "dev-master": "6.1-dev" 5315 } 5316 }, 5317 "autoload": { 5318 "classmap": [ 5319 "src/" 5320 ] 5321 }, 5322 "notification-url": "https://packagist.org/downloads/", 5323 "license": [ 5324 "BSD-3-Clause" 5325 ], 5326 "authors": [ 5327 { 5328 "name": "Sebastian Bergmann", 5329 "email": "sebastian@phpunit.de", 5330 "role": "lead" 5331 } 5332 ], 5333 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 5334 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 5335 "keywords": [ 5336 "coverage", 5337 "testing", 5338 "xunit" 5339 ], 5340 "support": { 5341 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 5342 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/master" 5343 }, 5344 "time": "2018-10-31T16:06:48+00:00" 5345 }, 5346 { 5347 "name": "phpunit/php-file-iterator", 5348 "version": "2.0.3", 5349 "source": { 5350 "type": "git", 5351 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 5352 "reference": "4b49fb70f067272b659ef0174ff9ca40fdaa6357" 5353 }, 5354 "dist": { 5355 "type": "zip", 5356 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/4b49fb70f067272b659ef0174ff9ca40fdaa6357", 5357 "reference": "4b49fb70f067272b659ef0174ff9ca40fdaa6357", 5358 "shasum": "" 5359 }, 5360 "require": { 5361 "php": ">=7.1" 5362 }, 5363 "require-dev": { 5364 "phpunit/phpunit": "^8.5" 5365 }, 5366 "type": "library", 5367 "extra": { 5368 "branch-alias": { 5369 "dev-master": "2.0.x-dev" 5370 } 5371 }, 5372 "autoload": { 5373 "classmap": [ 5374 "src/" 5375 ] 5376 }, 5377 "notification-url": "https://packagist.org/downloads/", 5378 "license": [ 5379 "BSD-3-Clause" 5380 ], 5381 "authors": [ 5382 { 5383 "name": "Sebastian Bergmann", 5384 "email": "sebastian@phpunit.de", 5385 "role": "lead" 5386 } 5387 ], 5388 "description": "FilterIterator implementation that filters files based on a list of suffixes.", 5389 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 5390 "keywords": [ 5391 "filesystem", 5392 "iterator" 5393 ], 5394 "support": { 5395 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", 5396 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.3" 5397 }, 5398 "funding": [ 5399 { 5400 "url": "https://github.com/sebastianbergmann", 5401 "type": "github" 5402 } 5403 ], 5404 "time": "2020-11-30T08:25:21+00:00" 5405 }, 5406 { 5407 "name": "phpunit/php-text-template", 5408 "version": "1.2.1", 5409 "source": { 5410 "type": "git", 5411 "url": "https://github.com/sebastianbergmann/php-text-template.git", 5412 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 5413 }, 5414 "dist": { 5415 "type": "zip", 5416 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 5417 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 5418 "shasum": "" 5419 }, 5420 "require": { 5421 "php": ">=5.3.3" 5422 }, 5423 "type": "library", 5424 "autoload": { 5425 "classmap": [ 5426 "src/" 5427 ] 5428 }, 5429 "notification-url": "https://packagist.org/downloads/", 5430 "license": [ 5431 "BSD-3-Clause" 5432 ], 5433 "authors": [ 5434 { 5435 "name": "Sebastian Bergmann", 5436 "email": "sebastian@phpunit.de", 5437 "role": "lead" 5438 } 5439 ], 5440 "description": "Simple template engine.", 5441 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 5442 "keywords": [ 5443 "template" 5444 ], 5445 "support": { 5446 "issues": "https://github.com/sebastianbergmann/php-text-template/issues", 5447 "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1" 5448 }, 5449 "time": "2015-06-21T13:50:34+00:00" 5450 }, 5451 { 5452 "name": "phpunit/php-timer", 5453 "version": "2.1.3", 5454 "source": { 5455 "type": "git", 5456 "url": "https://github.com/sebastianbergmann/php-timer.git", 5457 "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662" 5458 }, 5459 "dist": { 5460 "type": "zip", 5461 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662", 5462 "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662", 5463 "shasum": "" 5464 }, 5465 "require": { 5466 "php": ">=7.1" 5467 }, 5468 "require-dev": { 5469 "phpunit/phpunit": "^8.5" 5470 }, 5471 "type": "library", 5472 "extra": { 5473 "branch-alias": { 5474 "dev-master": "2.1-dev" 5475 } 5476 }, 5477 "autoload": { 5478 "classmap": [ 5479 "src/" 5480 ] 5481 }, 5482 "notification-url": "https://packagist.org/downloads/", 5483 "license": [ 5484 "BSD-3-Clause" 5485 ], 5486 "authors": [ 5487 { 5488 "name": "Sebastian Bergmann", 5489 "email": "sebastian@phpunit.de", 5490 "role": "lead" 5491 } 5492 ], 5493 "description": "Utility class for timing", 5494 "homepage": "https://github.com/sebastianbergmann/php-timer/", 5495 "keywords": [ 5496 "timer" 5497 ], 5498 "support": { 5499 "issues": "https://github.com/sebastianbergmann/php-timer/issues", 5500 "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3" 5501 }, 5502 "funding": [ 5503 { 5504 "url": "https://github.com/sebastianbergmann", 5505 "type": "github" 5506 } 5507 ], 5508 "time": "2020-11-30T08:20:02+00:00" 5509 }, 5510 { 5511 "name": "phpunit/php-token-stream", 5512 "version": "3.1.2", 5513 "source": { 5514 "type": "git", 5515 "url": "https://github.com/sebastianbergmann/php-token-stream.git", 5516 "reference": "472b687829041c24b25f475e14c2f38a09edf1c2" 5517 }, 5518 "dist": { 5519 "type": "zip", 5520 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/472b687829041c24b25f475e14c2f38a09edf1c2", 5521 "reference": "472b687829041c24b25f475e14c2f38a09edf1c2", 5522 "shasum": "" 5523 }, 5524 "require": { 5525 "ext-tokenizer": "*", 5526 "php": ">=7.1" 5527 }, 5528 "require-dev": { 5529 "phpunit/phpunit": "^7.0" 5530 }, 5531 "type": "library", 5532 "extra": { 5533 "branch-alias": { 5534 "dev-master": "3.1-dev" 5535 } 5536 }, 5537 "autoload": { 5538 "classmap": [ 5539 "src/" 5540 ] 5541 }, 5542 "notification-url": "https://packagist.org/downloads/", 5543 "license": [ 5544 "BSD-3-Clause" 5545 ], 5546 "authors": [ 5547 { 5548 "name": "Sebastian Bergmann", 5549 "email": "sebastian@phpunit.de" 5550 } 5551 ], 5552 "description": "Wrapper around PHP's tokenizer extension.", 5553 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", 5554 "keywords": [ 5555 "tokenizer" 5556 ], 5557 "support": { 5558 "issues": "https://github.com/sebastianbergmann/php-token-stream/issues", 5559 "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.2" 5560 }, 5561 "funding": [ 5562 { 5563 "url": "https://github.com/sebastianbergmann", 5564 "type": "github" 5565 } 5566 ], 5567 "abandoned": true, 5568 "time": "2020-11-30T08:38:46+00:00" 5569 }, 5570 { 5571 "name": "phpunit/phpunit", 5572 "version": "7.5.20", 5573 "source": { 5574 "type": "git", 5575 "url": "https://github.com/sebastianbergmann/phpunit.git", 5576 "reference": "9467db479d1b0487c99733bb1e7944d32deded2c" 5577 }, 5578 "dist": { 5579 "type": "zip", 5580 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c", 5581 "reference": "9467db479d1b0487c99733bb1e7944d32deded2c", 5582 "shasum": "" 5583 }, 5584 "require": { 5585 "doctrine/instantiator": "^1.1", 5586 "ext-dom": "*", 5587 "ext-json": "*", 5588 "ext-libxml": "*", 5589 "ext-mbstring": "*", 5590 "ext-xml": "*", 5591 "myclabs/deep-copy": "^1.7", 5592 "phar-io/manifest": "^1.0.2", 5593 "phar-io/version": "^2.0", 5594 "php": "^7.1", 5595 "phpspec/prophecy": "^1.7", 5596 "phpunit/php-code-coverage": "^6.0.7", 5597 "phpunit/php-file-iterator": "^2.0.1", 5598 "phpunit/php-text-template": "^1.2.1", 5599 "phpunit/php-timer": "^2.1", 5600 "sebastian/comparator": "^3.0", 5601 "sebastian/diff": "^3.0", 5602 "sebastian/environment": "^4.0", 5603 "sebastian/exporter": "^3.1", 5604 "sebastian/global-state": "^2.0", 5605 "sebastian/object-enumerator": "^3.0.3", 5606 "sebastian/resource-operations": "^2.0", 5607 "sebastian/version": "^2.0.1" 5608 }, 5609 "conflict": { 5610 "phpunit/phpunit-mock-objects": "*" 5611 }, 5612 "require-dev": { 5613 "ext-pdo": "*" 5614 }, 5615 "suggest": { 5616 "ext-soap": "*", 5617 "ext-xdebug": "*", 5618 "phpunit/php-invoker": "^2.0" 5619 }, 5620 "bin": [ 5621 "phpunit" 5622 ], 5623 "type": "library", 5624 "extra": { 5625 "branch-alias": { 5626 "dev-master": "7.5-dev" 5627 } 5628 }, 5629 "autoload": { 5630 "classmap": [ 5631 "src/" 5632 ] 5633 }, 5634 "notification-url": "https://packagist.org/downloads/", 5635 "license": [ 5636 "BSD-3-Clause" 5637 ], 5638 "authors": [ 5639 { 5640 "name": "Sebastian Bergmann", 5641 "email": "sebastian@phpunit.de", 5642 "role": "lead" 5643 } 5644 ], 5645 "description": "The PHP Unit Testing framework.", 5646 "homepage": "https://phpunit.de/", 5647 "keywords": [ 5648 "phpunit", 5649 "testing", 5650 "xunit" 5651 ], 5652 "support": { 5653 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 5654 "source": "https://github.com/sebastianbergmann/phpunit/tree/7.5.20" 5655 }, 5656 "time": "2020-01-08T08:45:45+00:00" 5657 }, 5658 { 5659 "name": "sebastian/code-unit-reverse-lookup", 5660 "version": "1.0.2", 5661 "source": { 5662 "type": "git", 5663 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 5664 "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619" 5665 }, 5666 "dist": { 5667 "type": "zip", 5668 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619", 5669 "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619", 5670 "shasum": "" 5671 }, 5672 "require": { 5673 "php": ">=5.6" 5674 }, 5675 "require-dev": { 5676 "phpunit/phpunit": "^8.5" 5677 }, 5678 "type": "library", 5679 "extra": { 5680 "branch-alias": { 5681 "dev-master": "1.0.x-dev" 5682 } 5683 }, 5684 "autoload": { 5685 "classmap": [ 5686 "src/" 5687 ] 5688 }, 5689 "notification-url": "https://packagist.org/downloads/", 5690 "license": [ 5691 "BSD-3-Clause" 5692 ], 5693 "authors": [ 5694 { 5695 "name": "Sebastian Bergmann", 5696 "email": "sebastian@phpunit.de" 5697 } 5698 ], 5699 "description": "Looks up which function or method a line of code belongs to", 5700 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 5701 "support": { 5702 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", 5703 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2" 5704 }, 5705 "funding": [ 5706 { 5707 "url": "https://github.com/sebastianbergmann", 5708 "type": "github" 5709 } 5710 ], 5711 "time": "2020-11-30T08:15:22+00:00" 5712 }, 5713 { 5714 "name": "sebastian/comparator", 5715 "version": "3.0.3", 5716 "source": { 5717 "type": "git", 5718 "url": "https://github.com/sebastianbergmann/comparator.git", 5719 "reference": "1071dfcef776a57013124ff35e1fc41ccd294758" 5720 }, 5721 "dist": { 5722 "type": "zip", 5723 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758", 5724 "reference": "1071dfcef776a57013124ff35e1fc41ccd294758", 5725 "shasum": "" 5726 }, 5727 "require": { 5728 "php": ">=7.1", 5729 "sebastian/diff": "^3.0", 5730 "sebastian/exporter": "^3.1" 5731 }, 5732 "require-dev": { 5733 "phpunit/phpunit": "^8.5" 5734 }, 5735 "type": "library", 5736 "extra": { 5737 "branch-alias": { 5738 "dev-master": "3.0-dev" 5739 } 5740 }, 5741 "autoload": { 5742 "classmap": [ 5743 "src/" 5744 ] 5745 }, 5746 "notification-url": "https://packagist.org/downloads/", 5747 "license": [ 5748 "BSD-3-Clause" 5749 ], 5750 "authors": [ 5751 { 5752 "name": "Sebastian Bergmann", 5753 "email": "sebastian@phpunit.de" 5754 }, 5755 { 5756 "name": "Jeff Welch", 5757 "email": "whatthejeff@gmail.com" 5758 }, 5759 { 5760 "name": "Volker Dusch", 5761 "email": "github@wallbash.com" 5762 }, 5763 { 5764 "name": "Bernhard Schussek", 5765 "email": "bschussek@2bepublished.at" 5766 } 5767 ], 5768 "description": "Provides the functionality to compare PHP values for equality", 5769 "homepage": "https://github.com/sebastianbergmann/comparator", 5770 "keywords": [ 5771 "comparator", 5772 "compare", 5773 "equality" 5774 ], 5775 "support": { 5776 "issues": "https://github.com/sebastianbergmann/comparator/issues", 5777 "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.3" 5778 }, 5779 "funding": [ 5780 { 5781 "url": "https://github.com/sebastianbergmann", 5782 "type": "github" 5783 } 5784 ], 5785 "time": "2020-11-30T08:04:30+00:00" 5786 }, 5787 { 5788 "name": "sebastian/diff", 5789 "version": "3.0.3", 5790 "source": { 5791 "type": "git", 5792 "url": "https://github.com/sebastianbergmann/diff.git", 5793 "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211" 5794 }, 5795 "dist": { 5796 "type": "zip", 5797 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211", 5798 "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211", 5799 "shasum": "" 5800 }, 5801 "require": { 5802 "php": ">=7.1" 5803 }, 5804 "require-dev": { 5805 "phpunit/phpunit": "^7.5 || ^8.0", 5806 "symfony/process": "^2 || ^3.3 || ^4" 5807 }, 5808 "type": "library", 5809 "extra": { 5810 "branch-alias": { 5811 "dev-master": "3.0-dev" 5812 } 5813 }, 5814 "autoload": { 5815 "classmap": [ 5816 "src/" 5817 ] 5818 }, 5819 "notification-url": "https://packagist.org/downloads/", 5820 "license": [ 5821 "BSD-3-Clause" 5822 ], 5823 "authors": [ 5824 { 5825 "name": "Sebastian Bergmann", 5826 "email": "sebastian@phpunit.de" 5827 }, 5828 { 5829 "name": "Kore Nordmann", 5830 "email": "mail@kore-nordmann.de" 5831 } 5832 ], 5833 "description": "Diff implementation", 5834 "homepage": "https://github.com/sebastianbergmann/diff", 5835 "keywords": [ 5836 "diff", 5837 "udiff", 5838 "unidiff", 5839 "unified diff" 5840 ], 5841 "support": { 5842 "issues": "https://github.com/sebastianbergmann/diff/issues", 5843 "source": "https://github.com/sebastianbergmann/diff/tree/3.0.3" 5844 }, 5845 "funding": [ 5846 { 5847 "url": "https://github.com/sebastianbergmann", 5848 "type": "github" 5849 } 5850 ], 5851 "time": "2020-11-30T07:59:04+00:00" 5852 }, 5853 { 5854 "name": "sebastian/environment", 5855 "version": "4.2.4", 5856 "source": { 5857 "type": "git", 5858 "url": "https://github.com/sebastianbergmann/environment.git", 5859 "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0" 5860 }, 5861 "dist": { 5862 "type": "zip", 5863 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0", 5864 "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0", 5865 "shasum": "" 5866 }, 5867 "require": { 5868 "php": ">=7.1" 5869 }, 5870 "require-dev": { 5871 "phpunit/phpunit": "^7.5" 5872 }, 5873 "suggest": { 5874 "ext-posix": "*" 5875 }, 5876 "type": "library", 5877 "extra": { 5878 "branch-alias": { 5879 "dev-master": "4.2-dev" 5880 } 5881 }, 5882 "autoload": { 5883 "classmap": [ 5884 "src/" 5885 ] 5886 }, 5887 "notification-url": "https://packagist.org/downloads/", 5888 "license": [ 5889 "BSD-3-Clause" 5890 ], 5891 "authors": [ 5892 { 5893 "name": "Sebastian Bergmann", 5894 "email": "sebastian@phpunit.de" 5895 } 5896 ], 5897 "description": "Provides functionality to handle HHVM/PHP environments", 5898 "homepage": "http://www.github.com/sebastianbergmann/environment", 5899 "keywords": [ 5900 "Xdebug", 5901 "environment", 5902 "hhvm" 5903 ], 5904 "support": { 5905 "issues": "https://github.com/sebastianbergmann/environment/issues", 5906 "source": "https://github.com/sebastianbergmann/environment/tree/4.2.4" 5907 }, 5908 "funding": [ 5909 { 5910 "url": "https://github.com/sebastianbergmann", 5911 "type": "github" 5912 } 5913 ], 5914 "time": "2020-11-30T07:53:42+00:00" 5915 }, 5916 { 5917 "name": "sebastian/exporter", 5918 "version": "3.1.3", 5919 "source": { 5920 "type": "git", 5921 "url": "https://github.com/sebastianbergmann/exporter.git", 5922 "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e" 5923 }, 5924 "dist": { 5925 "type": "zip", 5926 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/6b853149eab67d4da22291d36f5b0631c0fd856e", 5927 "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e", 5928 "shasum": "" 5929 }, 5930 "require": { 5931 "php": ">=7.0", 5932 "sebastian/recursion-context": "^3.0" 5933 }, 5934 "require-dev": { 5935 "ext-mbstring": "*", 5936 "phpunit/phpunit": "^6.0" 5937 }, 5938 "type": "library", 5939 "extra": { 5940 "branch-alias": { 5941 "dev-master": "3.1.x-dev" 5942 } 5943 }, 5944 "autoload": { 5945 "classmap": [ 5946 "src/" 5947 ] 5948 }, 5949 "notification-url": "https://packagist.org/downloads/", 5950 "license": [ 5951 "BSD-3-Clause" 5952 ], 5953 "authors": [ 5954 { 5955 "name": "Sebastian Bergmann", 5956 "email": "sebastian@phpunit.de" 5957 }, 5958 { 5959 "name": "Jeff Welch", 5960 "email": "whatthejeff@gmail.com" 5961 }, 5962 { 5963 "name": "Volker Dusch", 5964 "email": "github@wallbash.com" 5965 }, 5966 { 5967 "name": "Adam Harvey", 5968 "email": "aharvey@php.net" 5969 }, 5970 { 5971 "name": "Bernhard Schussek", 5972 "email": "bschussek@gmail.com" 5973 } 5974 ], 5975 "description": "Provides the functionality to export PHP variables for visualization", 5976 "homepage": "http://www.github.com/sebastianbergmann/exporter", 5977 "keywords": [ 5978 "export", 5979 "exporter" 5980 ], 5981 "support": { 5982 "issues": "https://github.com/sebastianbergmann/exporter/issues", 5983 "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.3" 5984 }, 5985 "funding": [ 5986 { 5987 "url": "https://github.com/sebastianbergmann", 5988 "type": "github" 5989 } 5990 ], 5991 "time": "2020-11-30T07:47:53+00:00" 5992 }, 5993 { 5994 "name": "sebastian/global-state", 5995 "version": "2.0.0", 5996 "source": { 5997 "type": "git", 5998 "url": "https://github.com/sebastianbergmann/global-state.git", 5999 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" 6000 }, 6001 "dist": { 6002 "type": "zip", 6003 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", 6004 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", 6005 "shasum": "" 6006 }, 6007 "require": { 6008 "php": "^7.0" 6009 }, 6010 "require-dev": { 6011 "phpunit/phpunit": "^6.0" 6012 }, 6013 "suggest": { 6014 "ext-uopz": "*" 6015 }, 6016 "type": "library", 6017 "extra": { 6018 "branch-alias": { 6019 "dev-master": "2.0-dev" 6020 } 6021 }, 6022 "autoload": { 6023 "classmap": [ 6024 "src/" 6025 ] 6026 }, 6027 "notification-url": "https://packagist.org/downloads/", 6028 "license": [ 6029 "BSD-3-Clause" 6030 ], 6031 "authors": [ 6032 { 6033 "name": "Sebastian Bergmann", 6034 "email": "sebastian@phpunit.de" 6035 } 6036 ], 6037 "description": "Snapshotting of global state", 6038 "homepage": "http://www.github.com/sebastianbergmann/global-state", 6039 "keywords": [ 6040 "global state" 6041 ], 6042 "support": { 6043 "issues": "https://github.com/sebastianbergmann/global-state/issues", 6044 "source": "https://github.com/sebastianbergmann/global-state/tree/2.0.0" 6045 }, 6046 "time": "2017-04-27T15:39:26+00:00" 6047 }, 6048 { 6049 "name": "sebastian/object-enumerator", 6050 "version": "3.0.4", 6051 "source": { 6052 "type": "git", 6053 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 6054 "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2" 6055 }, 6056 "dist": { 6057 "type": "zip", 6058 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", 6059 "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", 6060 "shasum": "" 6061 }, 6062 "require": { 6063 "php": ">=7.0", 6064 "sebastian/object-reflector": "^1.1.1", 6065 "sebastian/recursion-context": "^3.0" 6066 }, 6067 "require-dev": { 6068 "phpunit/phpunit": "^6.0" 6069 }, 6070 "type": "library", 6071 "extra": { 6072 "branch-alias": { 6073 "dev-master": "3.0.x-dev" 6074 } 6075 }, 6076 "autoload": { 6077 "classmap": [ 6078 "src/" 6079 ] 6080 }, 6081 "notification-url": "https://packagist.org/downloads/", 6082 "license": [ 6083 "BSD-3-Clause" 6084 ], 6085 "authors": [ 6086 { 6087 "name": "Sebastian Bergmann", 6088 "email": "sebastian@phpunit.de" 6089 } 6090 ], 6091 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 6092 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 6093 "support": { 6094 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", 6095 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4" 6096 }, 6097 "funding": [ 6098 { 6099 "url": "https://github.com/sebastianbergmann", 6100 "type": "github" 6101 } 6102 ], 6103 "time": "2020-11-30T07:40:27+00:00" 6104 }, 6105 { 6106 "name": "sebastian/object-reflector", 6107 "version": "1.1.2", 6108 "source": { 6109 "type": "git", 6110 "url": "https://github.com/sebastianbergmann/object-reflector.git", 6111 "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d" 6112 }, 6113 "dist": { 6114 "type": "zip", 6115 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", 6116 "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", 6117 "shasum": "" 6118 }, 6119 "require": { 6120 "php": ">=7.0" 6121 }, 6122 "require-dev": { 6123 "phpunit/phpunit": "^6.0" 6124 }, 6125 "type": "library", 6126 "extra": { 6127 "branch-alias": { 6128 "dev-master": "1.1-dev" 6129 } 6130 }, 6131 "autoload": { 6132 "classmap": [ 6133 "src/" 6134 ] 6135 }, 6136 "notification-url": "https://packagist.org/downloads/", 6137 "license": [ 6138 "BSD-3-Clause" 6139 ], 6140 "authors": [ 6141 { 6142 "name": "Sebastian Bergmann", 6143 "email": "sebastian@phpunit.de" 6144 } 6145 ], 6146 "description": "Allows reflection of object attributes, including inherited and non-public ones", 6147 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 6148 "support": { 6149 "issues": "https://github.com/sebastianbergmann/object-reflector/issues", 6150 "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2" 6151 }, 6152 "funding": [ 6153 { 6154 "url": "https://github.com/sebastianbergmann", 6155 "type": "github" 6156 } 6157 ], 6158 "time": "2020-11-30T07:37:18+00:00" 6159 }, 6160 { 6161 "name": "sebastian/recursion-context", 6162 "version": "3.0.1", 6163 "source": { 6164 "type": "git", 6165 "url": "https://github.com/sebastianbergmann/recursion-context.git", 6166 "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb" 6167 }, 6168 "dist": { 6169 "type": "zip", 6170 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb", 6171 "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb", 6172 "shasum": "" 6173 }, 6174 "require": { 6175 "php": ">=7.0" 6176 }, 6177 "require-dev": { 6178 "phpunit/phpunit": "^6.0" 6179 }, 6180 "type": "library", 6181 "extra": { 6182 "branch-alias": { 6183 "dev-master": "3.0.x-dev" 6184 } 6185 }, 6186 "autoload": { 6187 "classmap": [ 6188 "src/" 6189 ] 6190 }, 6191 "notification-url": "https://packagist.org/downloads/", 6192 "license": [ 6193 "BSD-3-Clause" 6194 ], 6195 "authors": [ 6196 { 6197 "name": "Sebastian Bergmann", 6198 "email": "sebastian@phpunit.de" 6199 }, 6200 { 6201 "name": "Jeff Welch", 6202 "email": "whatthejeff@gmail.com" 6203 }, 6204 { 6205 "name": "Adam Harvey", 6206 "email": "aharvey@php.net" 6207 } 6208 ], 6209 "description": "Provides functionality to recursively process PHP variables", 6210 "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 6211 "support": { 6212 "issues": "https://github.com/sebastianbergmann/recursion-context/issues", 6213 "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1" 6214 }, 6215 "funding": [ 6216 { 6217 "url": "https://github.com/sebastianbergmann", 6218 "type": "github" 6219 } 6220 ], 6221 "time": "2020-11-30T07:34:24+00:00" 6222 }, 6223 { 6224 "name": "sebastian/resource-operations", 6225 "version": "2.0.2", 6226 "source": { 6227 "type": "git", 6228 "url": "https://github.com/sebastianbergmann/resource-operations.git", 6229 "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3" 6230 }, 6231 "dist": { 6232 "type": "zip", 6233 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3", 6234 "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3", 6235 "shasum": "" 6236 }, 6237 "require": { 6238 "php": ">=7.1" 6239 }, 6240 "type": "library", 6241 "extra": { 6242 "branch-alias": { 6243 "dev-master": "2.0-dev" 6244 } 6245 }, 6246 "autoload": { 6247 "classmap": [ 6248 "src/" 6249 ] 6250 }, 6251 "notification-url": "https://packagist.org/downloads/", 6252 "license": [ 6253 "BSD-3-Clause" 6254 ], 6255 "authors": [ 6256 { 6257 "name": "Sebastian Bergmann", 6258 "email": "sebastian@phpunit.de" 6259 } 6260 ], 6261 "description": "Provides a list of PHP built-in functions that operate on resources", 6262 "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 6263 "support": { 6264 "issues": "https://github.com/sebastianbergmann/resource-operations/issues", 6265 "source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2" 6266 }, 6267 "funding": [ 6268 { 6269 "url": "https://github.com/sebastianbergmann", 6270 "type": "github" 6271 } 6272 ], 6273 "time": "2020-11-30T07:30:19+00:00" 6274 }, 6275 { 6276 "name": "sebastian/version", 6277 "version": "2.0.1", 6278 "source": { 6279 "type": "git", 6280 "url": "https://github.com/sebastianbergmann/version.git", 6281 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" 6282 }, 6283 "dist": { 6284 "type": "zip", 6285 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", 6286 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", 6287 "shasum": "" 6288 }, 6289 "require": { 6290 "php": ">=5.6" 6291 }, 6292 "type": "library", 6293 "extra": { 6294 "branch-alias": { 6295 "dev-master": "2.0.x-dev" 6296 } 6297 }, 6298 "autoload": { 6299 "classmap": [ 6300 "src/" 6301 ] 6302 }, 6303 "notification-url": "https://packagist.org/downloads/", 6304 "license": [ 6305 "BSD-3-Clause" 6306 ], 6307 "authors": [ 6308 { 6309 "name": "Sebastian Bergmann", 6310 "email": "sebastian@phpunit.de", 6311 "role": "lead" 6312 } 6313 ], 6314 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 6315 "homepage": "https://github.com/sebastianbergmann/version", 6316 "support": { 6317 "issues": "https://github.com/sebastianbergmann/version/issues", 6318 "source": "https://github.com/sebastianbergmann/version/tree/master" 6319 }, 6320 "time": "2016-10-03T07:35:21+00:00" 6321 }, 6322 { 6323 "name": "seld/jsonlint", 6324 "version": "1.8.3", 6325 "source": { 6326 "type": "git", 6327 "url": "https://github.com/Seldaek/jsonlint.git", 6328 "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57" 6329 }, 6330 "dist": { 6331 "type": "zip", 6332 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57", 6333 "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57", 6334 "shasum": "" 6335 }, 6336 "require": { 6337 "php": "^5.3 || ^7.0 || ^8.0" 6338 }, 6339 "require-dev": { 6340 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" 6341 }, 6342 "bin": [ 6343 "bin/jsonlint" 6344 ], 6345 "type": "library", 6346 "autoload": { 6347 "psr-4": { 6348 "Seld\\JsonLint\\": "src/Seld/JsonLint/" 6349 } 6350 }, 6351 "notification-url": "https://packagist.org/downloads/", 6352 "license": [ 6353 "MIT" 6354 ], 6355 "authors": [ 6356 { 6357 "name": "Jordi Boggiano", 6358 "email": "j.boggiano@seld.be", 6359 "homepage": "http://seld.be" 6360 } 6361 ], 6362 "description": "JSON Linter", 6363 "keywords": [ 6364 "json", 6365 "linter", 6366 "parser", 6367 "validator" 6368 ], 6369 "support": { 6370 "issues": "https://github.com/Seldaek/jsonlint/issues", 6371 "source": "https://github.com/Seldaek/jsonlint/tree/1.8.3" 6372 }, 6373 "funding": [ 6374 { 6375 "url": "https://github.com/Seldaek", 6376 "type": "github" 6377 }, 6378 { 6379 "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint", 6380 "type": "tidelift" 6381 } 6382 ], 6383 "time": "2020-11-11T09:19:24+00:00" 6384 }, 6385 { 6386 "name": "seld/phar-utils", 6387 "version": "1.1.1", 6388 "source": { 6389 "type": "git", 6390 "url": "https://github.com/Seldaek/phar-utils.git", 6391 "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796" 6392 }, 6393 "dist": { 6394 "type": "zip", 6395 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796", 6396 "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796", 6397 "shasum": "" 6398 }, 6399 "require": { 6400 "php": ">=5.3" 6401 }, 6402 "type": "library", 6403 "extra": { 6404 "branch-alias": { 6405 "dev-master": "1.x-dev" 6406 } 6407 }, 6408 "autoload": { 6409 "psr-4": { 6410 "Seld\\PharUtils\\": "src/" 6411 } 6412 }, 6413 "notification-url": "https://packagist.org/downloads/", 6414 "license": [ 6415 "MIT" 6416 ], 6417 "authors": [ 6418 { 6419 "name": "Jordi Boggiano", 6420 "email": "j.boggiano@seld.be" 6421 } 6422 ], 6423 "description": "PHAR file format utilities, for when PHP phars you up", 6424 "keywords": [ 6425 "phar" 6426 ], 6427 "support": { 6428 "issues": "https://github.com/Seldaek/phar-utils/issues", 6429 "source": "https://github.com/Seldaek/phar-utils/tree/master" 6430 }, 6431 "time": "2020-07-07T18:42:57+00:00" 6432 }, 6433 { 6434 "name": "symfony/config", 6435 "version": "v4.4.17", 6436 "source": { 6437 "type": "git", 6438 "url": "https://github.com/symfony/config.git", 6439 "reference": "4da4a6b07cc7d8d7d3e29842bc9c20401d555065" 6440 }, 6441 "dist": { 6442 "type": "zip", 6443 "url": "https://api.github.com/repos/symfony/config/zipball/4da4a6b07cc7d8d7d3e29842bc9c20401d555065", 6444 "reference": "4da4a6b07cc7d8d7d3e29842bc9c20401d555065", 6445 "shasum": "" 6446 }, 6447 "require": { 6448 "php": ">=7.1.3", 6449 "symfony/filesystem": "^3.4|^4.0|^5.0", 6450 "symfony/polyfill-ctype": "~1.8" 6451 }, 6452 "conflict": { 6453 "symfony/finder": "<3.4" 6454 }, 6455 "require-dev": { 6456 "symfony/event-dispatcher": "^3.4|^4.0|^5.0", 6457 "symfony/finder": "^3.4|^4.0|^5.0", 6458 "symfony/messenger": "^4.1|^5.0", 6459 "symfony/service-contracts": "^1.1|^2", 6460 "symfony/yaml": "^3.4|^4.0|^5.0" 6461 }, 6462 "suggest": { 6463 "symfony/yaml": "To use the yaml reference dumper" 6464 }, 6465 "type": "library", 6466 "autoload": { 6467 "psr-4": { 6468 "Symfony\\Component\\Config\\": "" 6469 }, 6470 "exclude-from-classmap": [ 6471 "/Tests/" 6472 ] 6473 }, 6474 "notification-url": "https://packagist.org/downloads/", 6475 "license": [ 6476 "MIT" 6477 ], 6478 "authors": [ 6479 { 6480 "name": "Fabien Potencier", 6481 "email": "fabien@symfony.com" 6482 }, 6483 { 6484 "name": "Symfony Community", 6485 "homepage": "https://symfony.com/contributors" 6486 } 6487 ], 6488 "description": "Symfony Config Component", 6489 "homepage": "https://symfony.com", 6490 "support": { 6491 "source": "https://github.com/symfony/config/tree/v4.4.17" 6492 }, 6493 "funding": [ 6494 { 6495 "url": "https://symfony.com/sponsor", 6496 "type": "custom" 6497 }, 6498 { 6499 "url": "https://github.com/fabpot", 6500 "type": "github" 6501 }, 6502 { 6503 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6504 "type": "tidelift" 6505 } 6506 ], 6507 "time": "2020-11-16T11:15:53+00:00" 6508 }, 6509 { 6510 "name": "symfony/console", 6511 "version": "v4.4.17", 6512 "source": { 6513 "type": "git", 6514 "url": "https://github.com/symfony/console.git", 6515 "reference": "c8e37f6928c19816437a4dd7bf16e3bd79941470" 6516 }, 6517 "dist": { 6518 "type": "zip", 6519 "url": "https://api.github.com/repos/symfony/console/zipball/c8e37f6928c19816437a4dd7bf16e3bd79941470", 6520 "reference": "c8e37f6928c19816437a4dd7bf16e3bd79941470", 6521 "shasum": "" 6522 }, 6523 "require": { 6524 "php": ">=7.1.3", 6525 "symfony/polyfill-mbstring": "~1.0", 6526 "symfony/polyfill-php73": "^1.8", 6527 "symfony/polyfill-php80": "^1.15", 6528 "symfony/service-contracts": "^1.1|^2" 6529 }, 6530 "conflict": { 6531 "symfony/dependency-injection": "<3.4", 6532 "symfony/event-dispatcher": "<4.3|>=5", 6533 "symfony/lock": "<4.4", 6534 "symfony/process": "<3.3" 6535 }, 6536 "provide": { 6537 "psr/log-implementation": "1.0" 6538 }, 6539 "require-dev": { 6540 "psr/log": "~1.0", 6541 "symfony/config": "^3.4|^4.0|^5.0", 6542 "symfony/dependency-injection": "^3.4|^4.0|^5.0", 6543 "symfony/event-dispatcher": "^4.3", 6544 "symfony/lock": "^4.4|^5.0", 6545 "symfony/process": "^3.4|^4.0|^5.0", 6546 "symfony/var-dumper": "^4.3|^5.0" 6547 }, 6548 "suggest": { 6549 "psr/log": "For using the console logger", 6550 "symfony/event-dispatcher": "", 6551 "symfony/lock": "", 6552 "symfony/process": "" 6553 }, 6554 "type": "library", 6555 "autoload": { 6556 "psr-4": { 6557 "Symfony\\Component\\Console\\": "" 6558 }, 6559 "exclude-from-classmap": [ 6560 "/Tests/" 6561 ] 6562 }, 6563 "notification-url": "https://packagist.org/downloads/", 6564 "license": [ 6565 "MIT" 6566 ], 6567 "authors": [ 6568 { 6569 "name": "Fabien Potencier", 6570 "email": "fabien@symfony.com" 6571 }, 6572 { 6573 "name": "Symfony Community", 6574 "homepage": "https://symfony.com/contributors" 6575 } 6576 ], 6577 "description": "Symfony Console Component", 6578 "homepage": "https://symfony.com", 6579 "support": { 6580 "source": "https://github.com/symfony/console/tree/v4.4.17" 6581 }, 6582 "funding": [ 6583 { 6584 "url": "https://symfony.com/sponsor", 6585 "type": "custom" 6586 }, 6587 { 6588 "url": "https://github.com/fabpot", 6589 "type": "github" 6590 }, 6591 { 6592 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6593 "type": "tidelift" 6594 } 6595 ], 6596 "time": "2020-11-28T10:15:42+00:00" 6597 }, 6598 { 6599 "name": "symfony/filesystem", 6600 "version": "v4.4.17", 6601 "source": { 6602 "type": "git", 6603 "url": "https://github.com/symfony/filesystem.git", 6604 "reference": "17b83e36a911aefa2cfe04bbf6328ec4c040c1b2" 6605 }, 6606 "dist": { 6607 "type": "zip", 6608 "url": "https://api.github.com/repos/symfony/filesystem/zipball/17b83e36a911aefa2cfe04bbf6328ec4c040c1b2", 6609 "reference": "17b83e36a911aefa2cfe04bbf6328ec4c040c1b2", 6610 "shasum": "" 6611 }, 6612 "require": { 6613 "php": ">=7.1.3", 6614 "symfony/polyfill-ctype": "~1.8" 6615 }, 6616 "type": "library", 6617 "autoload": { 6618 "psr-4": { 6619 "Symfony\\Component\\Filesystem\\": "" 6620 }, 6621 "exclude-from-classmap": [ 6622 "/Tests/" 6623 ] 6624 }, 6625 "notification-url": "https://packagist.org/downloads/", 6626 "license": [ 6627 "MIT" 6628 ], 6629 "authors": [ 6630 { 6631 "name": "Fabien Potencier", 6632 "email": "fabien@symfony.com" 6633 }, 6634 { 6635 "name": "Symfony Community", 6636 "homepage": "https://symfony.com/contributors" 6637 } 6638 ], 6639 "description": "Symfony Filesystem Component", 6640 "homepage": "https://symfony.com", 6641 "support": { 6642 "source": "https://github.com/symfony/filesystem/tree/v4.4.17" 6643 }, 6644 "funding": [ 6645 { 6646 "url": "https://symfony.com/sponsor", 6647 "type": "custom" 6648 }, 6649 { 6650 "url": "https://github.com/fabpot", 6651 "type": "github" 6652 }, 6653 { 6654 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6655 "type": "tidelift" 6656 } 6657 ], 6658 "time": "2020-11-11T22:20:15+00:00" 6659 }, 6660 { 6661 "name": "symfony/finder", 6662 "version": "v4.4.17", 6663 "source": { 6664 "type": "git", 6665 "url": "https://github.com/symfony/finder.git", 6666 "reference": "9f1d1d883b79a91ef320c0c6e803494e042ef36e" 6667 }, 6668 "dist": { 6669 "type": "zip", 6670 "url": "https://api.github.com/repos/symfony/finder/zipball/9f1d1d883b79a91ef320c0c6e803494e042ef36e", 6671 "reference": "9f1d1d883b79a91ef320c0c6e803494e042ef36e", 6672 "shasum": "" 6673 }, 6674 "require": { 6675 "php": ">=7.1.3" 6676 }, 6677 "type": "library", 6678 "autoload": { 6679 "psr-4": { 6680 "Symfony\\Component\\Finder\\": "" 6681 }, 6682 "exclude-from-classmap": [ 6683 "/Tests/" 6684 ] 6685 }, 6686 "notification-url": "https://packagist.org/downloads/", 6687 "license": [ 6688 "MIT" 6689 ], 6690 "authors": [ 6691 { 6692 "name": "Fabien Potencier", 6693 "email": "fabien@symfony.com" 6694 }, 6695 { 6696 "name": "Symfony Community", 6697 "homepage": "https://symfony.com/contributors" 6698 } 6699 ], 6700 "description": "Symfony Finder Component", 6701 "homepage": "https://symfony.com", 6702 "support": { 6703 "source": "https://github.com/symfony/finder/tree/v4.4.17" 6704 }, 6705 "funding": [ 6706 { 6707 "url": "https://symfony.com/sponsor", 6708 "type": "custom" 6709 }, 6710 { 6711 "url": "https://github.com/fabpot", 6712 "type": "github" 6713 }, 6714 { 6715 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6716 "type": "tidelift" 6717 } 6718 ], 6719 "time": "2020-11-17T19:45:34+00:00" 6720 }, 6721 { 6722 "name": "symfony/polyfill-php73", 6723 "version": "v1.20.0", 6724 "source": { 6725 "type": "git", 6726 "url": "https://github.com/symfony/polyfill-php73.git", 6727 "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed" 6728 }, 6729 "dist": { 6730 "type": "zip", 6731 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/8ff431c517be11c78c48a39a66d37431e26a6bed", 6732 "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed", 6733 "shasum": "" 6734 }, 6735 "require": { 6736 "php": ">=7.1" 6737 }, 6738 "type": "library", 6739 "extra": { 6740 "branch-alias": { 6741 "dev-main": "1.20-dev" 6742 }, 6743 "thanks": { 6744 "name": "symfony/polyfill", 6745 "url": "https://github.com/symfony/polyfill" 6746 } 6747 }, 6748 "autoload": { 6749 "psr-4": { 6750 "Symfony\\Polyfill\\Php73\\": "" 6751 }, 6752 "files": [ 6753 "bootstrap.php" 6754 ], 6755 "classmap": [ 6756 "Resources/stubs" 6757 ] 6758 }, 6759 "notification-url": "https://packagist.org/downloads/", 6760 "license": [ 6761 "MIT" 6762 ], 6763 "authors": [ 6764 { 6765 "name": "Nicolas Grekas", 6766 "email": "p@tchwork.com" 6767 }, 6768 { 6769 "name": "Symfony Community", 6770 "homepage": "https://symfony.com/contributors" 6771 } 6772 ], 6773 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", 6774 "homepage": "https://symfony.com", 6775 "keywords": [ 6776 "compatibility", 6777 "polyfill", 6778 "portable", 6779 "shim" 6780 ], 6781 "support": { 6782 "source": "https://github.com/symfony/polyfill-php73/tree/v1.20.0" 6783 }, 6784 "funding": [ 6785 { 6786 "url": "https://symfony.com/sponsor", 6787 "type": "custom" 6788 }, 6789 { 6790 "url": "https://github.com/fabpot", 6791 "type": "github" 6792 }, 6793 { 6794 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6795 "type": "tidelift" 6796 } 6797 ], 6798 "time": "2020-10-23T14:02:19+00:00" 6799 }, 6800 { 6801 "name": "symfony/process", 6802 "version": "v4.4.17", 6803 "source": { 6804 "type": "git", 6805 "url": "https://github.com/symfony/process.git", 6806 "reference": "ec1482f13d53911a8a32e54ba6f9a3b43a57d943" 6807 }, 6808 "dist": { 6809 "type": "zip", 6810 "url": "https://api.github.com/repos/symfony/process/zipball/ec1482f13d53911a8a32e54ba6f9a3b43a57d943", 6811 "reference": "ec1482f13d53911a8a32e54ba6f9a3b43a57d943", 6812 "shasum": "" 6813 }, 6814 "require": { 6815 "php": ">=7.1.3" 6816 }, 6817 "type": "library", 6818 "autoload": { 6819 "psr-4": { 6820 "Symfony\\Component\\Process\\": "" 6821 }, 6822 "exclude-from-classmap": [ 6823 "/Tests/" 6824 ] 6825 }, 6826 "notification-url": "https://packagist.org/downloads/", 6827 "license": [ 6828 "MIT" 6829 ], 6830 "authors": [ 6831 { 6832 "name": "Fabien Potencier", 6833 "email": "fabien@symfony.com" 6834 }, 6835 { 6836 "name": "Symfony Community", 6837 "homepage": "https://symfony.com/contributors" 6838 } 6839 ], 6840 "description": "Symfony Process Component", 6841 "homepage": "https://symfony.com", 6842 "support": { 6843 "source": "https://github.com/symfony/process/tree/v4.4.17" 6844 }, 6845 "funding": [ 6846 { 6847 "url": "https://symfony.com/sponsor", 6848 "type": "custom" 6849 }, 6850 { 6851 "url": "https://github.com/fabpot", 6852 "type": "github" 6853 }, 6854 { 6855 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6856 "type": "tidelift" 6857 } 6858 ], 6859 "time": "2020-11-02T15:10:16+00:00" 6860 }, 6861 { 6862 "name": "symfony/stopwatch", 6863 "version": "v4.4.17", 6864 "source": { 6865 "type": "git", 6866 "url": "https://github.com/symfony/stopwatch.git", 6867 "reference": "c7a594108ed01c89555c4e1bb123b4a54aee2595" 6868 }, 6869 "dist": { 6870 "type": "zip", 6871 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/c7a594108ed01c89555c4e1bb123b4a54aee2595", 6872 "reference": "c7a594108ed01c89555c4e1bb123b4a54aee2595", 6873 "shasum": "" 6874 }, 6875 "require": { 6876 "php": ">=7.1.3", 6877 "symfony/service-contracts": "^1.0|^2" 6878 }, 6879 "type": "library", 6880 "autoload": { 6881 "psr-4": { 6882 "Symfony\\Component\\Stopwatch\\": "" 6883 }, 6884 "exclude-from-classmap": [ 6885 "/Tests/" 6886 ] 6887 }, 6888 "notification-url": "https://packagist.org/downloads/", 6889 "license": [ 6890 "MIT" 6891 ], 6892 "authors": [ 6893 { 6894 "name": "Fabien Potencier", 6895 "email": "fabien@symfony.com" 6896 }, 6897 { 6898 "name": "Symfony Community", 6899 "homepage": "https://symfony.com/contributors" 6900 } 6901 ], 6902 "description": "Symfony Stopwatch Component", 6903 "homepage": "https://symfony.com", 6904 "support": { 6905 "source": "https://github.com/symfony/stopwatch/tree/v4.4.17" 6906 }, 6907 "funding": [ 6908 { 6909 "url": "https://symfony.com/sponsor", 6910 "type": "custom" 6911 }, 6912 { 6913 "url": "https://github.com/fabpot", 6914 "type": "github" 6915 }, 6916 { 6917 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6918 "type": "tidelift" 6919 } 6920 ], 6921 "time": "2020-10-31T22:44:29+00:00" 6922 }, 6923 { 6924 "name": "symfony/var-dumper", 6925 "version": "v4.4.17", 6926 "source": { 6927 "type": "git", 6928 "url": "https://github.com/symfony/var-dumper.git", 6929 "reference": "65c6f1e848cda840ef7278686c8e30a7cc353c93" 6930 }, 6931 "dist": { 6932 "type": "zip", 6933 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/65c6f1e848cda840ef7278686c8e30a7cc353c93", 6934 "reference": "65c6f1e848cda840ef7278686c8e30a7cc353c93", 6935 "shasum": "" 6936 }, 6937 "require": { 6938 "php": ">=7.1.3", 6939 "symfony/polyfill-mbstring": "~1.0", 6940 "symfony/polyfill-php72": "~1.5", 6941 "symfony/polyfill-php80": "^1.15" 6942 }, 6943 "conflict": { 6944 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", 6945 "symfony/console": "<3.4" 6946 }, 6947 "require-dev": { 6948 "ext-iconv": "*", 6949 "symfony/console": "^3.4|^4.0|^5.0", 6950 "symfony/process": "^4.4|^5.0", 6951 "twig/twig": "^1.34|^2.4|^3.0" 6952 }, 6953 "suggest": { 6954 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", 6955 "ext-intl": "To show region name in time zone dump", 6956 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" 6957 }, 6958 "bin": [ 6959 "Resources/bin/var-dump-server" 6960 ], 6961 "type": "library", 6962 "autoload": { 6963 "files": [ 6964 "Resources/functions/dump.php" 6965 ], 6966 "psr-4": { 6967 "Symfony\\Component\\VarDumper\\": "" 6968 }, 6969 "exclude-from-classmap": [ 6970 "/Tests/" 6971 ] 6972 }, 6973 "notification-url": "https://packagist.org/downloads/", 6974 "license": [ 6975 "MIT" 6976 ], 6977 "authors": [ 6978 { 6979 "name": "Nicolas Grekas", 6980 "email": "p@tchwork.com" 6981 }, 6982 { 6983 "name": "Symfony Community", 6984 "homepage": "https://symfony.com/contributors" 6985 } 6986 ], 6987 "description": "Symfony mechanism for exploring and dumping PHP variables", 6988 "homepage": "https://symfony.com", 6989 "keywords": [ 6990 "debug", 6991 "dump" 6992 ], 6993 "support": { 6994 "source": "https://github.com/symfony/var-dumper/tree/v4.4.17" 6995 }, 6996 "funding": [ 6997 { 6998 "url": "https://symfony.com/sponsor", 6999 "type": "custom" 7000 }, 7001 { 7002 "url": "https://github.com/fabpot", 7003 "type": "github" 7004 }, 7005 { 7006 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 7007 "type": "tidelift" 7008 } 7009 ], 7010 "time": "2020-11-24T09:55:37+00:00" 7011 }, 7012 { 7013 "name": "symfony/yaml", 7014 "version": "v4.4.17", 7015 "source": { 7016 "type": "git", 7017 "url": "https://github.com/symfony/yaml.git", 7018 "reference": "7531361cf38e4816821b4a12a42542b3c6143ad1" 7019 }, 7020 "dist": { 7021 "type": "zip", 7022 "url": "https://api.github.com/repos/symfony/yaml/zipball/7531361cf38e4816821b4a12a42542b3c6143ad1", 7023 "reference": "7531361cf38e4816821b4a12a42542b3c6143ad1", 7024 "shasum": "" 7025 }, 7026 "require": { 7027 "php": ">=7.1.3", 7028 "symfony/polyfill-ctype": "~1.8" 7029 }, 7030 "conflict": { 7031 "symfony/console": "<3.4" 7032 }, 7033 "require-dev": { 7034 "symfony/console": "^3.4|^4.0|^5.0" 7035 }, 7036 "suggest": { 7037 "symfony/console": "For validating YAML files using the lint command" 7038 }, 7039 "type": "library", 7040 "autoload": { 7041 "psr-4": { 7042 "Symfony\\Component\\Yaml\\": "" 7043 }, 7044 "exclude-from-classmap": [ 7045 "/Tests/" 7046 ] 7047 }, 7048 "notification-url": "https://packagist.org/downloads/", 7049 "license": [ 7050 "MIT" 7051 ], 7052 "authors": [ 7053 { 7054 "name": "Fabien Potencier", 7055 "email": "fabien@symfony.com" 7056 }, 7057 { 7058 "name": "Symfony Community", 7059 "homepage": "https://symfony.com/contributors" 7060 } 7061 ], 7062 "description": "Symfony Yaml Component", 7063 "homepage": "https://symfony.com", 7064 "support": { 7065 "source": "https://github.com/symfony/yaml/tree/v4.4.17" 7066 }, 7067 "funding": [ 7068 { 7069 "url": "https://symfony.com/sponsor", 7070 "type": "custom" 7071 }, 7072 { 7073 "url": "https://github.com/fabpot", 7074 "type": "github" 7075 }, 7076 { 7077 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 7078 "type": "tidelift" 7079 } 7080 ], 7081 "time": "2020-11-24T12:28:30+00:00" 7082 }, 7083 { 7084 "name": "theseer/tokenizer", 7085 "version": "1.1.3", 7086 "source": { 7087 "type": "git", 7088 "url": "https://github.com/theseer/tokenizer.git", 7089 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" 7090 }, 7091 "dist": { 7092 "type": "zip", 7093 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", 7094 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", 7095 "shasum": "" 7096 }, 7097 "require": { 7098 "ext-dom": "*", 7099 "ext-tokenizer": "*", 7100 "ext-xmlwriter": "*", 7101 "php": "^7.0" 7102 }, 7103 "type": "library", 7104 "autoload": { 7105 "classmap": [ 7106 "src/" 7107 ] 7108 }, 7109 "notification-url": "https://packagist.org/downloads/", 7110 "license": [ 7111 "BSD-3-Clause" 7112 ], 7113 "authors": [ 7114 { 7115 "name": "Arne Blankerts", 7116 "email": "arne@blankerts.de", 7117 "role": "Developer" 7118 } 7119 ], 7120 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 7121 "support": { 7122 "issues": "https://github.com/theseer/tokenizer/issues", 7123 "source": "https://github.com/theseer/tokenizer/tree/master" 7124 }, 7125 "time": "2019-06-13T22:48:21+00:00" 7126 }, 7127 { 7128 "name": "webmozart/assert", 7129 "version": "1.9.1", 7130 "source": { 7131 "type": "git", 7132 "url": "https://github.com/webmozart/assert.git", 7133 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" 7134 }, 7135 "dist": { 7136 "type": "zip", 7137 "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", 7138 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", 7139 "shasum": "" 7140 }, 7141 "require": { 7142 "php": "^5.3.3 || ^7.0 || ^8.0", 7143 "symfony/polyfill-ctype": "^1.8" 7144 }, 7145 "conflict": { 7146 "phpstan/phpstan": "<0.12.20", 7147 "vimeo/psalm": "<3.9.1" 7148 }, 7149 "require-dev": { 7150 "phpunit/phpunit": "^4.8.36 || ^7.5.13" 7151 }, 7152 "type": "library", 7153 "autoload": { 7154 "psr-4": { 7155 "Webmozart\\Assert\\": "src/" 7156 } 7157 }, 7158 "notification-url": "https://packagist.org/downloads/", 7159 "license": [ 7160 "MIT" 7161 ], 7162 "authors": [ 7163 { 7164 "name": "Bernhard Schussek", 7165 "email": "bschussek@gmail.com" 7166 } 7167 ], 7168 "description": "Assertions to validate method input/output with nice error messages.", 7169 "keywords": [ 7170 "assert", 7171 "check", 7172 "validate" 7173 ], 7174 "support": { 7175 "issues": "https://github.com/webmozart/assert/issues", 7176 "source": "https://github.com/webmozart/assert/tree/master" 7177 }, 7178 "time": "2020-07-08T17:02:28+00:00" 7179 } 7180 ], 7181 "aliases": [], 7182 "minimum-stability": "stable", 7183 "stability-flags": [], 7184 "prefer-stable": false, 7185 "prefer-lowest": false, 7186 "platform": { 7187 "ext-curl": "*", 7188 "ext-gd": "*", 7189 "ext-iconv": "*", 7190 "ext-intl": "*", 7191 "ext-json": "*", 7192 "ext-pcre": "*", 7193 "ext-pdo": "*", 7194 "ext-session": "*", 7195 "ext-simplexml": "*", 7196 "ext-xml": "*", 7197 "ext-zip": "*" 7198 }, 7199 "platform-dev": { 7200 "ext-pdo_sqlite": "*", 7201 "ext-sqlite3": "*" 7202 }, 7203 "platform-overrides": { 7204 "php": "7.1.8" 7205 }, 7206 "plugin-api-version": "2.0.0" 7207} 7208