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