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": "6c657c6438ca0dcca08a0dc833e6fd29", 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": "brick/math", 64 "version": "0.9.3", 65 "source": { 66 "type": "git", 67 "url": "https://github.com/brick/math.git", 68 "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae" 69 }, 70 "dist": { 71 "type": "zip", 72 "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae", 73 "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae", 74 "shasum": "" 75 }, 76 "require": { 77 "ext-json": "*", 78 "php": "^7.1 || ^8.0" 79 }, 80 "require-dev": { 81 "php-coveralls/php-coveralls": "^2.2", 82 "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0", 83 "vimeo/psalm": "4.9.2" 84 }, 85 "type": "library", 86 "autoload": { 87 "psr-4": { 88 "Brick\\Math\\": "src/" 89 } 90 }, 91 "notification-url": "https://packagist.org/downloads/", 92 "license": [ 93 "MIT" 94 ], 95 "description": "Arbitrary-precision arithmetic library", 96 "keywords": [ 97 "Arbitrary-precision", 98 "BigInteger", 99 "BigRational", 100 "arithmetic", 101 "bigdecimal", 102 "bignum", 103 "brick", 104 "math" 105 ], 106 "support": { 107 "issues": "https://github.com/brick/math/issues", 108 "source": "https://github.com/brick/math/tree/0.9.3" 109 }, 110 "funding": [ 111 { 112 "url": "https://github.com/BenMorel", 113 "type": "github" 114 }, 115 { 116 "url": "https://tidelift.com/funding/github/packagist/brick/math", 117 "type": "tidelift" 118 } 119 ], 120 "time": "2021-08-15T20:50:18+00:00" 121 }, 122 { 123 "name": "doctrine/cache", 124 "version": "2.1.1", 125 "source": { 126 "type": "git", 127 "url": "https://github.com/doctrine/cache.git", 128 "reference": "331b4d5dbaeab3827976273e9356b3b453c300ce" 129 }, 130 "dist": { 131 "type": "zip", 132 "url": "https://api.github.com/repos/doctrine/cache/zipball/331b4d5dbaeab3827976273e9356b3b453c300ce", 133 "reference": "331b4d5dbaeab3827976273e9356b3b453c300ce", 134 "shasum": "" 135 }, 136 "require": { 137 "php": "~7.1 || ^8.0" 138 }, 139 "conflict": { 140 "doctrine/common": ">2.2,<2.4" 141 }, 142 "require-dev": { 143 "alcaeus/mongo-php-adapter": "^1.1", 144 "cache/integration-tests": "dev-master", 145 "doctrine/coding-standard": "^8.0", 146 "mongodb/mongodb": "^1.1", 147 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", 148 "predis/predis": "~1.0", 149 "psr/cache": "^1.0 || ^2.0 || ^3.0", 150 "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev", 151 "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev" 152 }, 153 "suggest": { 154 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" 155 }, 156 "type": "library", 157 "autoload": { 158 "psr-4": { 159 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" 160 } 161 }, 162 "notification-url": "https://packagist.org/downloads/", 163 "license": [ 164 "MIT" 165 ], 166 "authors": [ 167 { 168 "name": "Guilherme Blanco", 169 "email": "guilhermeblanco@gmail.com" 170 }, 171 { 172 "name": "Roman Borschel", 173 "email": "roman@code-factory.org" 174 }, 175 { 176 "name": "Benjamin Eberlei", 177 "email": "kontakt@beberlei.de" 178 }, 179 { 180 "name": "Jonathan Wage", 181 "email": "jonwage@gmail.com" 182 }, 183 { 184 "name": "Johannes Schmitt", 185 "email": "schmittjoh@gmail.com" 186 } 187 ], 188 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", 189 "homepage": "https://www.doctrine-project.org/projects/cache.html", 190 "keywords": [ 191 "abstraction", 192 "apcu", 193 "cache", 194 "caching", 195 "couchdb", 196 "memcached", 197 "php", 198 "redis", 199 "xcache" 200 ], 201 "support": { 202 "issues": "https://github.com/doctrine/cache/issues", 203 "source": "https://github.com/doctrine/cache/tree/2.1.1" 204 }, 205 "funding": [ 206 { 207 "url": "https://www.doctrine-project.org/sponsorship.html", 208 "type": "custom" 209 }, 210 { 211 "url": "https://www.patreon.com/phpdoctrine", 212 "type": "patreon" 213 }, 214 { 215 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", 216 "type": "tidelift" 217 } 218 ], 219 "time": "2021-07-17T14:49:29+00:00" 220 }, 221 { 222 "name": "doctrine/dbal", 223 "version": "3.3.0", 224 "source": { 225 "type": "git", 226 "url": "https://github.com/doctrine/dbal.git", 227 "reference": "a4b37db6f186b6843474189b424aed6a7cc5de4b" 228 }, 229 "dist": { 230 "type": "zip", 231 "url": "https://api.github.com/repos/doctrine/dbal/zipball/a4b37db6f186b6843474189b424aed6a7cc5de4b", 232 "reference": "a4b37db6f186b6843474189b424aed6a7cc5de4b", 233 "shasum": "" 234 }, 235 "require": { 236 "composer-runtime-api": "^2", 237 "doctrine/cache": "^1.11|^2.0", 238 "doctrine/deprecations": "^0.5.3", 239 "doctrine/event-manager": "^1.0", 240 "php": "^7.3 || ^8.0", 241 "psr/cache": "^1|^2|^3", 242 "psr/log": "^1|^2|^3" 243 }, 244 "require-dev": { 245 "doctrine/coding-standard": "9.0.0", 246 "jetbrains/phpstorm-stubs": "2021.1", 247 "phpstan/phpstan": "1.4.0", 248 "phpstan/phpstan-strict-rules": "^1.1", 249 "phpunit/phpunit": "9.5.11", 250 "psalm/plugin-phpunit": "0.16.1", 251 "squizlabs/php_codesniffer": "3.6.2", 252 "symfony/cache": "^5.2|^6.0", 253 "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0", 254 "vimeo/psalm": "4.16.1" 255 }, 256 "suggest": { 257 "symfony/console": "For helpful console commands such as SQL execution and import of files." 258 }, 259 "bin": [ 260 "bin/doctrine-dbal" 261 ], 262 "type": "library", 263 "autoload": { 264 "psr-4": { 265 "Doctrine\\DBAL\\": "src" 266 } 267 }, 268 "notification-url": "https://packagist.org/downloads/", 269 "license": [ 270 "MIT" 271 ], 272 "authors": [ 273 { 274 "name": "Guilherme Blanco", 275 "email": "guilhermeblanco@gmail.com" 276 }, 277 { 278 "name": "Roman Borschel", 279 "email": "roman@code-factory.org" 280 }, 281 { 282 "name": "Benjamin Eberlei", 283 "email": "kontakt@beberlei.de" 284 }, 285 { 286 "name": "Jonathan Wage", 287 "email": "jonwage@gmail.com" 288 } 289 ], 290 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", 291 "homepage": "https://www.doctrine-project.org/projects/dbal.html", 292 "keywords": [ 293 "abstraction", 294 "database", 295 "db2", 296 "dbal", 297 "mariadb", 298 "mssql", 299 "mysql", 300 "oci8", 301 "oracle", 302 "pdo", 303 "pgsql", 304 "postgresql", 305 "queryobject", 306 "sasql", 307 "sql", 308 "sqlite", 309 "sqlserver", 310 "sqlsrv" 311 ], 312 "support": { 313 "issues": "https://github.com/doctrine/dbal/issues", 314 "source": "https://github.com/doctrine/dbal/tree/3.3.0" 315 }, 316 "funding": [ 317 { 318 "url": "https://www.doctrine-project.org/sponsorship.html", 319 "type": "custom" 320 }, 321 { 322 "url": "https://www.patreon.com/phpdoctrine", 323 "type": "patreon" 324 }, 325 { 326 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal", 327 "type": "tidelift" 328 } 329 ], 330 "time": "2022-01-18T00:13:52+00:00" 331 }, 332 { 333 "name": "doctrine/deprecations", 334 "version": "v0.5.3", 335 "source": { 336 "type": "git", 337 "url": "https://github.com/doctrine/deprecations.git", 338 "reference": "9504165960a1f83cc1480e2be1dd0a0478561314" 339 }, 340 "dist": { 341 "type": "zip", 342 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314", 343 "reference": "9504165960a1f83cc1480e2be1dd0a0478561314", 344 "shasum": "" 345 }, 346 "require": { 347 "php": "^7.1|^8.0" 348 }, 349 "require-dev": { 350 "doctrine/coding-standard": "^6.0|^7.0|^8.0", 351 "phpunit/phpunit": "^7.0|^8.0|^9.0", 352 "psr/log": "^1.0" 353 }, 354 "suggest": { 355 "psr/log": "Allows logging deprecations via PSR-3 logger implementation" 356 }, 357 "type": "library", 358 "autoload": { 359 "psr-4": { 360 "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" 361 } 362 }, 363 "notification-url": "https://packagist.org/downloads/", 364 "license": [ 365 "MIT" 366 ], 367 "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", 368 "homepage": "https://www.doctrine-project.org/", 369 "support": { 370 "issues": "https://github.com/doctrine/deprecations/issues", 371 "source": "https://github.com/doctrine/deprecations/tree/v0.5.3" 372 }, 373 "time": "2021-03-21T12:59:47+00:00" 374 }, 375 { 376 "name": "doctrine/event-manager", 377 "version": "1.1.1", 378 "source": { 379 "type": "git", 380 "url": "https://github.com/doctrine/event-manager.git", 381 "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f" 382 }, 383 "dist": { 384 "type": "zip", 385 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f", 386 "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f", 387 "shasum": "" 388 }, 389 "require": { 390 "php": "^7.1 || ^8.0" 391 }, 392 "conflict": { 393 "doctrine/common": "<2.9@dev" 394 }, 395 "require-dev": { 396 "doctrine/coding-standard": "^6.0", 397 "phpunit/phpunit": "^7.0" 398 }, 399 "type": "library", 400 "extra": { 401 "branch-alias": { 402 "dev-master": "1.0.x-dev" 403 } 404 }, 405 "autoload": { 406 "psr-4": { 407 "Doctrine\\Common\\": "lib/Doctrine/Common" 408 } 409 }, 410 "notification-url": "https://packagist.org/downloads/", 411 "license": [ 412 "MIT" 413 ], 414 "authors": [ 415 { 416 "name": "Guilherme Blanco", 417 "email": "guilhermeblanco@gmail.com" 418 }, 419 { 420 "name": "Roman Borschel", 421 "email": "roman@code-factory.org" 422 }, 423 { 424 "name": "Benjamin Eberlei", 425 "email": "kontakt@beberlei.de" 426 }, 427 { 428 "name": "Jonathan Wage", 429 "email": "jonwage@gmail.com" 430 }, 431 { 432 "name": "Johannes Schmitt", 433 "email": "schmittjoh@gmail.com" 434 }, 435 { 436 "name": "Marco Pivetta", 437 "email": "ocramius@gmail.com" 438 } 439 ], 440 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.", 441 "homepage": "https://www.doctrine-project.org/projects/event-manager.html", 442 "keywords": [ 443 "event", 444 "event dispatcher", 445 "event manager", 446 "event system", 447 "events" 448 ], 449 "support": { 450 "issues": "https://github.com/doctrine/event-manager/issues", 451 "source": "https://github.com/doctrine/event-manager/tree/1.1.x" 452 }, 453 "funding": [ 454 { 455 "url": "https://www.doctrine-project.org/sponsorship.html", 456 "type": "custom" 457 }, 458 { 459 "url": "https://www.patreon.com/phpdoctrine", 460 "type": "patreon" 461 }, 462 { 463 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager", 464 "type": "tidelift" 465 } 466 ], 467 "time": "2020-05-29T18:28:51+00:00" 468 }, 469 { 470 "name": "doctrine/inflector", 471 "version": "2.0.4", 472 "source": { 473 "type": "git", 474 "url": "https://github.com/doctrine/inflector.git", 475 "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89" 476 }, 477 "dist": { 478 "type": "zip", 479 "url": "https://api.github.com/repos/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89", 480 "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89", 481 "shasum": "" 482 }, 483 "require": { 484 "php": "^7.2 || ^8.0" 485 }, 486 "require-dev": { 487 "doctrine/coding-standard": "^8.2", 488 "phpstan/phpstan": "^0.12", 489 "phpstan/phpstan-phpunit": "^0.12", 490 "phpstan/phpstan-strict-rules": "^0.12", 491 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", 492 "vimeo/psalm": "^4.10" 493 }, 494 "type": "library", 495 "autoload": { 496 "psr-4": { 497 "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" 498 } 499 }, 500 "notification-url": "https://packagist.org/downloads/", 501 "license": [ 502 "MIT" 503 ], 504 "authors": [ 505 { 506 "name": "Guilherme Blanco", 507 "email": "guilhermeblanco@gmail.com" 508 }, 509 { 510 "name": "Roman Borschel", 511 "email": "roman@code-factory.org" 512 }, 513 { 514 "name": "Benjamin Eberlei", 515 "email": "kontakt@beberlei.de" 516 }, 517 { 518 "name": "Jonathan Wage", 519 "email": "jonwage@gmail.com" 520 }, 521 { 522 "name": "Johannes Schmitt", 523 "email": "schmittjoh@gmail.com" 524 } 525 ], 526 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", 527 "homepage": "https://www.doctrine-project.org/projects/inflector.html", 528 "keywords": [ 529 "inflection", 530 "inflector", 531 "lowercase", 532 "manipulation", 533 "php", 534 "plural", 535 "singular", 536 "strings", 537 "uppercase", 538 "words" 539 ], 540 "support": { 541 "issues": "https://github.com/doctrine/inflector/issues", 542 "source": "https://github.com/doctrine/inflector/tree/2.0.4" 543 }, 544 "funding": [ 545 { 546 "url": "https://www.doctrine-project.org/sponsorship.html", 547 "type": "custom" 548 }, 549 { 550 "url": "https://www.patreon.com/phpdoctrine", 551 "type": "patreon" 552 }, 553 { 554 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", 555 "type": "tidelift" 556 } 557 ], 558 "time": "2021-10-22T20:16:43+00:00" 559 }, 560 { 561 "name": "doctrine/lexer", 562 "version": "1.2.2", 563 "source": { 564 "type": "git", 565 "url": "https://github.com/doctrine/lexer.git", 566 "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c" 567 }, 568 "dist": { 569 "type": "zip", 570 "url": "https://api.github.com/repos/doctrine/lexer/zipball/9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c", 571 "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c", 572 "shasum": "" 573 }, 574 "require": { 575 "php": "^7.1 || ^8.0" 576 }, 577 "require-dev": { 578 "doctrine/coding-standard": "^9.0", 579 "phpstan/phpstan": "1.3", 580 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", 581 "vimeo/psalm": "^4.11" 582 }, 583 "type": "library", 584 "autoload": { 585 "psr-4": { 586 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" 587 } 588 }, 589 "notification-url": "https://packagist.org/downloads/", 590 "license": [ 591 "MIT" 592 ], 593 "authors": [ 594 { 595 "name": "Guilherme Blanco", 596 "email": "guilhermeblanco@gmail.com" 597 }, 598 { 599 "name": "Roman Borschel", 600 "email": "roman@code-factory.org" 601 }, 602 { 603 "name": "Johannes Schmitt", 604 "email": "schmittjoh@gmail.com" 605 } 606 ], 607 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", 608 "homepage": "https://www.doctrine-project.org/projects/lexer.html", 609 "keywords": [ 610 "annotations", 611 "docblock", 612 "lexer", 613 "parser", 614 "php" 615 ], 616 "support": { 617 "issues": "https://github.com/doctrine/lexer/issues", 618 "source": "https://github.com/doctrine/lexer/tree/1.2.2" 619 }, 620 "funding": [ 621 { 622 "url": "https://www.doctrine-project.org/sponsorship.html", 623 "type": "custom" 624 }, 625 { 626 "url": "https://www.patreon.com/phpdoctrine", 627 "type": "patreon" 628 }, 629 { 630 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", 631 "type": "tidelift" 632 } 633 ], 634 "time": "2022-01-12T08:27:12+00:00" 635 }, 636 { 637 "name": "egulias/email-validator", 638 "version": "3.1.2", 639 "source": { 640 "type": "git", 641 "url": "https://github.com/egulias/EmailValidator.git", 642 "reference": "ee0db30118f661fb166bcffbf5d82032df484697" 643 }, 644 "dist": { 645 "type": "zip", 646 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ee0db30118f661fb166bcffbf5d82032df484697", 647 "reference": "ee0db30118f661fb166bcffbf5d82032df484697", 648 "shasum": "" 649 }, 650 "require": { 651 "doctrine/lexer": "^1.2", 652 "php": ">=7.2", 653 "symfony/polyfill-intl-idn": "^1.15" 654 }, 655 "require-dev": { 656 "php-coveralls/php-coveralls": "^2.2", 657 "phpunit/phpunit": "^8.5.8|^9.3.3", 658 "vimeo/psalm": "^4" 659 }, 660 "suggest": { 661 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" 662 }, 663 "type": "library", 664 "extra": { 665 "branch-alias": { 666 "dev-master": "3.0.x-dev" 667 } 668 }, 669 "autoload": { 670 "psr-4": { 671 "Egulias\\EmailValidator\\": "src" 672 } 673 }, 674 "notification-url": "https://packagist.org/downloads/", 675 "license": [ 676 "MIT" 677 ], 678 "authors": [ 679 { 680 "name": "Eduardo Gulias Davis" 681 } 682 ], 683 "description": "A library for validating emails against several RFCs", 684 "homepage": "https://github.com/egulias/EmailValidator", 685 "keywords": [ 686 "email", 687 "emailvalidation", 688 "emailvalidator", 689 "validation", 690 "validator" 691 ], 692 "support": { 693 "issues": "https://github.com/egulias/EmailValidator/issues", 694 "source": "https://github.com/egulias/EmailValidator/tree/3.1.2" 695 }, 696 "funding": [ 697 { 698 "url": "https://github.com/egulias", 699 "type": "github" 700 } 701 ], 702 "time": "2021-10-11T09:18:27+00:00" 703 }, 704 { 705 "name": "ezyang/htmlpurifier", 706 "version": "v4.14.0", 707 "source": { 708 "type": "git", 709 "url": "https://github.com/ezyang/htmlpurifier.git", 710 "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75" 711 }, 712 "dist": { 713 "type": "zip", 714 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/12ab42bd6e742c70c0a52f7b82477fcd44e64b75", 715 "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75", 716 "shasum": "" 717 }, 718 "require": { 719 "php": ">=5.2" 720 }, 721 "type": "library", 722 "autoload": { 723 "psr-0": { 724 "HTMLPurifier": "library/" 725 }, 726 "files": [ 727 "library/HTMLPurifier.composer.php" 728 ], 729 "exclude-from-classmap": [ 730 "/library/HTMLPurifier/Language/" 731 ] 732 }, 733 "notification-url": "https://packagist.org/downloads/", 734 "license": [ 735 "LGPL-2.1-or-later" 736 ], 737 "authors": [ 738 { 739 "name": "Edward Z. Yang", 740 "email": "admin@htmlpurifier.org", 741 "homepage": "http://ezyang.com" 742 } 743 ], 744 "description": "Standards compliant HTML filter written in PHP", 745 "homepage": "http://htmlpurifier.org/", 746 "keywords": [ 747 "html" 748 ], 749 "support": { 750 "issues": "https://github.com/ezyang/htmlpurifier/issues", 751 "source": "https://github.com/ezyang/htmlpurifier/tree/v4.14.0" 752 }, 753 "time": "2021-12-25T01:21:49+00:00" 754 }, 755 { 756 "name": "fig/http-message-util", 757 "version": "1.1.5", 758 "source": { 759 "type": "git", 760 "url": "https://github.com/php-fig/http-message-util.git", 761 "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765" 762 }, 763 "dist": { 764 "type": "zip", 765 "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765", 766 "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765", 767 "shasum": "" 768 }, 769 "require": { 770 "php": "^5.3 || ^7.0 || ^8.0" 771 }, 772 "suggest": { 773 "psr/http-message": "The package containing the PSR-7 interfaces" 774 }, 775 "type": "library", 776 "extra": { 777 "branch-alias": { 778 "dev-master": "1.1.x-dev" 779 } 780 }, 781 "autoload": { 782 "psr-4": { 783 "Fig\\Http\\Message\\": "src/" 784 } 785 }, 786 "notification-url": "https://packagist.org/downloads/", 787 "license": [ 788 "MIT" 789 ], 790 "authors": [ 791 { 792 "name": "PHP-FIG", 793 "homepage": "https://www.php-fig.org/" 794 } 795 ], 796 "description": "Utility classes and constants for use with PSR-7 (psr/http-message)", 797 "keywords": [ 798 "http", 799 "http-message", 800 "psr", 801 "psr-7", 802 "request", 803 "response" 804 ], 805 "support": { 806 "issues": "https://github.com/php-fig/http-message-util/issues", 807 "source": "https://github.com/php-fig/http-message-util/tree/1.1.5" 808 }, 809 "time": "2020-11-24T22:02:12+00:00" 810 }, 811 { 812 "name": "fisharebest/algorithm", 813 "version": "1.6.0", 814 "source": { 815 "type": "git", 816 "url": "https://github.com/fisharebest/algorithm.git", 817 "reference": "ce8cee9f8b1fe93b998d7c359f6a0e8598d9f1e7" 818 }, 819 "dist": { 820 "type": "zip", 821 "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/ce8cee9f8b1fe93b998d7c359f6a0e8598d9f1e7", 822 "reference": "ce8cee9f8b1fe93b998d7c359f6a0e8598d9f1e7", 823 "shasum": "" 824 }, 825 "require": { 826 "php": ">=5.3.0" 827 }, 828 "require-dev": { 829 "php-coveralls/php-coveralls": "*", 830 "phpunit/phpunit": "4 - 9" 831 }, 832 "type": "library", 833 "autoload": { 834 "psr-4": { 835 "Fisharebest\\Algorithm\\": "src/", 836 "Fisharebest\\Tests\\Algorithm\\": "tests/" 837 } 838 }, 839 "notification-url": "https://packagist.org/downloads/", 840 "license": [ 841 "GPL-3.0-or-later" 842 ], 843 "authors": [ 844 { 845 "name": "Greg Roach", 846 "email": "greg@subaqua.co.uk", 847 "role": "Developer" 848 } 849 ], 850 "description": "Implementation of standard algorithms in PHP.", 851 "homepage": "https://github.com/fisharebest/algorithm", 852 "keywords": [ 853 "Algorithm", 854 "diff", 855 "dijkstra", 856 "myers" 857 ], 858 "support": { 859 "issues": "https://github.com/fisharebest/algorithm/issues", 860 "source": "https://github.com/fisharebest/algorithm/tree/1.6.0" 861 }, 862 "time": "2021-09-03T12:13:28+00:00" 863 }, 864 { 865 "name": "fisharebest/ext-calendar", 866 "version": "2.5.0", 867 "source": { 868 "type": "git", 869 "url": "https://github.com/fisharebest/ext-calendar.git", 870 "reference": "155a2d3f5713e1e1805d68cdb42a28ca842e7329" 871 }, 872 "dist": { 873 "type": "zip", 874 "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/155a2d3f5713e1e1805d68cdb42a28ca842e7329", 875 "reference": "155a2d3f5713e1e1805d68cdb42a28ca842e7329", 876 "shasum": "" 877 }, 878 "require": { 879 "php": ">=5.3.0" 880 }, 881 "require-dev": { 882 "phpunit/phpunit": "<6", 883 "satooshi/php-coveralls": "*" 884 }, 885 "type": "library", 886 "autoload": { 887 "files": [ 888 "src/shims.php" 889 ], 890 "psr-4": { 891 "Fisharebest\\ExtCalendar\\": "src/" 892 } 893 }, 894 "notification-url": "https://packagist.org/downloads/", 895 "license": [ 896 "GPL-3.0+" 897 ], 898 "authors": [ 899 { 900 "name": "Greg Roach", 901 "email": "fisharebest@gmail.com", 902 "role": "Developer" 903 } 904 ], 905 "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars. Also provides a replacement for the PHP ext/calendar extension.", 906 "homepage": "https://github.com/fisharebest/ext-calendar", 907 "keywords": [ 908 "Jalali", 909 "arabic", 910 "calendar", 911 "ext-calendar", 912 "french", 913 "gregorian", 914 "hebrew", 915 "hijri", 916 "jewish", 917 "julian", 918 "julian day", 919 "julian day number", 920 "persian", 921 "shamsi" 922 ], 923 "support": { 924 "issues": "https://github.com/fisharebest/ext-calendar/issues", 925 "source": "https://github.com/fisharebest/ext-calendar/tree/develop" 926 }, 927 "time": "2018-09-17T20:40:07+00:00" 928 }, 929 { 930 "name": "fisharebest/flysystem-chroot-adapter", 931 "version": "2.0.0", 932 "source": { 933 "type": "git", 934 "url": "https://github.com/fisharebest/flysystem-chroot-adapter.git", 935 "reference": "10bec3d8582b839db3bd06d28ceb7fc70ea3f199" 936 }, 937 "dist": { 938 "type": "zip", 939 "url": "https://api.github.com/repos/fisharebest/flysystem-chroot-adapter/zipball/10bec3d8582b839db3bd06d28ceb7fc70ea3f199", 940 "reference": "10bec3d8582b839db3bd06d28ceb7fc70ea3f199", 941 "shasum": "" 942 }, 943 "require": { 944 "league/flysystem": "~2.0" 945 }, 946 "require-dev": { 947 "league/flysystem-adapter-test-utilities": "~2.0", 948 "league/flysystem-memory": "^2.0", 949 "php-coveralls/php-coveralls": "~2.4", 950 "phpunit/phpunit": "~9.5" 951 }, 952 "type": "library", 953 "autoload": { 954 "psr-4": { 955 "Fisharebest\\Flysystem\\Adapter\\": "src/" 956 } 957 }, 958 "notification-url": "https://packagist.org/downloads/", 959 "license": [ 960 "MIT" 961 ], 962 "authors": [ 963 { 964 "name": "Greg Roach", 965 "email": "greg@subaqua.co.uk", 966 "role": "Developer" 967 } 968 ], 969 "description": "Creates a filesystem from a sub-folder in another filesystem.", 970 "homepage": "https://github.com/fisharebest/flysystem-chroot-adapter", 971 "keywords": [ 972 "Flysystem", 973 "adapter", 974 "chroot" 975 ], 976 "support": { 977 "issues": "https://github.com/fisharebest/flysystem-chroot-adapter/issues", 978 "source": "https://github.com/fisharebest/flysystem-chroot-adapter/tree/2.0.0" 979 }, 980 "time": "2020-12-29T09:24:45+00:00" 981 }, 982 { 983 "name": "fisharebest/localization", 984 "version": "1.15.1", 985 "source": { 986 "type": "git", 987 "url": "https://github.com/fisharebest/localization.git", 988 "reference": "2f2b620e90998cc263d9fcef87e8b173376d1b0c" 989 }, 990 "dist": { 991 "type": "zip", 992 "url": "https://api.github.com/repos/fisharebest/localization/zipball/2f2b620e90998cc263d9fcef87e8b173376d1b0c", 993 "reference": "2f2b620e90998cc263d9fcef87e8b173376d1b0c", 994 "shasum": "" 995 }, 996 "require": { 997 "php": ">=5.3.0" 998 }, 999 "require-dev": { 1000 "ext-simplexml": "*", 1001 "php-coveralls/php-coveralls": "*", 1002 "phpunit/phpunit": "*" 1003 }, 1004 "type": "library", 1005 "autoload": { 1006 "psr-4": { 1007 "Fisharebest\\Localization\\": "src/" 1008 } 1009 }, 1010 "notification-url": "https://packagist.org/downloads/", 1011 "license": [ 1012 "GPL-3.0+" 1013 ], 1014 "authors": [ 1015 { 1016 "name": "Greg Roach", 1017 "email": "fisharebest@gmail.com", 1018 "role": "Developer" 1019 } 1020 ], 1021 "description": "A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.", 1022 "homepage": "https://github.com/fisharebest/localization", 1023 "keywords": [ 1024 "cldr", 1025 "gettext", 1026 "i18n", 1027 "l10n", 1028 "language", 1029 "locale", 1030 "localization", 1031 "script", 1032 "translate", 1033 "translation" 1034 ], 1035 "support": { 1036 "issues": "https://github.com/fisharebest/localization/issues", 1037 "source": "https://github.com/fisharebest/localization/tree/1.15.1" 1038 }, 1039 "time": "2019-07-02T10:07:27+00:00" 1040 }, 1041 { 1042 "name": "guzzlehttp/guzzle", 1043 "version": "7.4.1", 1044 "source": { 1045 "type": "git", 1046 "url": "https://github.com/guzzle/guzzle.git", 1047 "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79" 1048 }, 1049 "dist": { 1050 "type": "zip", 1051 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ee0a041b1760e6a53d2a39c8c34115adc2af2c79", 1052 "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79", 1053 "shasum": "" 1054 }, 1055 "require": { 1056 "ext-json": "*", 1057 "guzzlehttp/promises": "^1.5", 1058 "guzzlehttp/psr7": "^1.8.3 || ^2.1", 1059 "php": "^7.2.5 || ^8.0", 1060 "psr/http-client": "^1.0", 1061 "symfony/deprecation-contracts": "^2.2 || ^3.0" 1062 }, 1063 "provide": { 1064 "psr/http-client-implementation": "1.0" 1065 }, 1066 "require-dev": { 1067 "bamarni/composer-bin-plugin": "^1.4.1", 1068 "ext-curl": "*", 1069 "php-http/client-integration-tests": "^3.0", 1070 "phpunit/phpunit": "^8.5.5 || ^9.3.5", 1071 "psr/log": "^1.1 || ^2.0 || ^3.0" 1072 }, 1073 "suggest": { 1074 "ext-curl": "Required for CURL handler support", 1075 "ext-intl": "Required for Internationalized Domain Name (IDN) support", 1076 "psr/log": "Required for using the Log middleware" 1077 }, 1078 "type": "library", 1079 "extra": { 1080 "branch-alias": { 1081 "dev-master": "7.4-dev" 1082 } 1083 }, 1084 "autoload": { 1085 "psr-4": { 1086 "GuzzleHttp\\": "src/" 1087 }, 1088 "files": [ 1089 "src/functions_include.php" 1090 ] 1091 }, 1092 "notification-url": "https://packagist.org/downloads/", 1093 "license": [ 1094 "MIT" 1095 ], 1096 "authors": [ 1097 { 1098 "name": "Graham Campbell", 1099 "email": "hello@gjcampbell.co.uk", 1100 "homepage": "https://github.com/GrahamCampbell" 1101 }, 1102 { 1103 "name": "Michael Dowling", 1104 "email": "mtdowling@gmail.com", 1105 "homepage": "https://github.com/mtdowling" 1106 }, 1107 { 1108 "name": "Jeremy Lindblom", 1109 "email": "jeremeamia@gmail.com", 1110 "homepage": "https://github.com/jeremeamia" 1111 }, 1112 { 1113 "name": "George Mponos", 1114 "email": "gmponos@gmail.com", 1115 "homepage": "https://github.com/gmponos" 1116 }, 1117 { 1118 "name": "Tobias Nyholm", 1119 "email": "tobias.nyholm@gmail.com", 1120 "homepage": "https://github.com/Nyholm" 1121 }, 1122 { 1123 "name": "Márk Sági-Kazár", 1124 "email": "mark.sagikazar@gmail.com", 1125 "homepage": "https://github.com/sagikazarmark" 1126 }, 1127 { 1128 "name": "Tobias Schultze", 1129 "email": "webmaster@tubo-world.de", 1130 "homepage": "https://github.com/Tobion" 1131 } 1132 ], 1133 "description": "Guzzle is a PHP HTTP client library", 1134 "keywords": [ 1135 "client", 1136 "curl", 1137 "framework", 1138 "http", 1139 "http client", 1140 "psr-18", 1141 "psr-7", 1142 "rest", 1143 "web service" 1144 ], 1145 "support": { 1146 "issues": "https://github.com/guzzle/guzzle/issues", 1147 "source": "https://github.com/guzzle/guzzle/tree/7.4.1" 1148 }, 1149 "funding": [ 1150 { 1151 "url": "https://github.com/GrahamCampbell", 1152 "type": "github" 1153 }, 1154 { 1155 "url": "https://github.com/Nyholm", 1156 "type": "github" 1157 }, 1158 { 1159 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", 1160 "type": "tidelift" 1161 } 1162 ], 1163 "time": "2021-12-06T18:43:05+00:00" 1164 }, 1165 { 1166 "name": "guzzlehttp/promises", 1167 "version": "1.5.1", 1168 "source": { 1169 "type": "git", 1170 "url": "https://github.com/guzzle/promises.git", 1171 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" 1172 }, 1173 "dist": { 1174 "type": "zip", 1175 "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da", 1176 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da", 1177 "shasum": "" 1178 }, 1179 "require": { 1180 "php": ">=5.5" 1181 }, 1182 "require-dev": { 1183 "symfony/phpunit-bridge": "^4.4 || ^5.1" 1184 }, 1185 "type": "library", 1186 "extra": { 1187 "branch-alias": { 1188 "dev-master": "1.5-dev" 1189 } 1190 }, 1191 "autoload": { 1192 "psr-4": { 1193 "GuzzleHttp\\Promise\\": "src/" 1194 }, 1195 "files": [ 1196 "src/functions_include.php" 1197 ] 1198 }, 1199 "notification-url": "https://packagist.org/downloads/", 1200 "license": [ 1201 "MIT" 1202 ], 1203 "authors": [ 1204 { 1205 "name": "Graham Campbell", 1206 "email": "hello@gjcampbell.co.uk", 1207 "homepage": "https://github.com/GrahamCampbell" 1208 }, 1209 { 1210 "name": "Michael Dowling", 1211 "email": "mtdowling@gmail.com", 1212 "homepage": "https://github.com/mtdowling" 1213 }, 1214 { 1215 "name": "Tobias Nyholm", 1216 "email": "tobias.nyholm@gmail.com", 1217 "homepage": "https://github.com/Nyholm" 1218 }, 1219 { 1220 "name": "Tobias Schultze", 1221 "email": "webmaster@tubo-world.de", 1222 "homepage": "https://github.com/Tobion" 1223 } 1224 ], 1225 "description": "Guzzle promises library", 1226 "keywords": [ 1227 "promise" 1228 ], 1229 "support": { 1230 "issues": "https://github.com/guzzle/promises/issues", 1231 "source": "https://github.com/guzzle/promises/tree/1.5.1" 1232 }, 1233 "funding": [ 1234 { 1235 "url": "https://github.com/GrahamCampbell", 1236 "type": "github" 1237 }, 1238 { 1239 "url": "https://github.com/Nyholm", 1240 "type": "github" 1241 }, 1242 { 1243 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", 1244 "type": "tidelift" 1245 } 1246 ], 1247 "time": "2021-10-22T20:56:57+00:00" 1248 }, 1249 { 1250 "name": "guzzlehttp/psr7", 1251 "version": "2.1.0", 1252 "source": { 1253 "type": "git", 1254 "url": "https://github.com/guzzle/psr7.git", 1255 "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72" 1256 }, 1257 "dist": { 1258 "type": "zip", 1259 "url": "https://api.github.com/repos/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72", 1260 "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72", 1261 "shasum": "" 1262 }, 1263 "require": { 1264 "php": "^7.2.5 || ^8.0", 1265 "psr/http-factory": "^1.0", 1266 "psr/http-message": "^1.0", 1267 "ralouphie/getallheaders": "^3.0" 1268 }, 1269 "provide": { 1270 "psr/http-factory-implementation": "1.0", 1271 "psr/http-message-implementation": "1.0" 1272 }, 1273 "require-dev": { 1274 "bamarni/composer-bin-plugin": "^1.4.1", 1275 "http-interop/http-factory-tests": "^0.9", 1276 "phpunit/phpunit": "^8.5.8 || ^9.3.10" 1277 }, 1278 "suggest": { 1279 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" 1280 }, 1281 "type": "library", 1282 "extra": { 1283 "branch-alias": { 1284 "dev-master": "2.1-dev" 1285 } 1286 }, 1287 "autoload": { 1288 "psr-4": { 1289 "GuzzleHttp\\Psr7\\": "src/" 1290 } 1291 }, 1292 "notification-url": "https://packagist.org/downloads/", 1293 "license": [ 1294 "MIT" 1295 ], 1296 "authors": [ 1297 { 1298 "name": "Graham Campbell", 1299 "email": "hello@gjcampbell.co.uk", 1300 "homepage": "https://github.com/GrahamCampbell" 1301 }, 1302 { 1303 "name": "Michael Dowling", 1304 "email": "mtdowling@gmail.com", 1305 "homepage": "https://github.com/mtdowling" 1306 }, 1307 { 1308 "name": "George Mponos", 1309 "email": "gmponos@gmail.com", 1310 "homepage": "https://github.com/gmponos" 1311 }, 1312 { 1313 "name": "Tobias Nyholm", 1314 "email": "tobias.nyholm@gmail.com", 1315 "homepage": "https://github.com/Nyholm" 1316 }, 1317 { 1318 "name": "Márk Sági-Kazár", 1319 "email": "mark.sagikazar@gmail.com", 1320 "homepage": "https://github.com/sagikazarmark" 1321 }, 1322 { 1323 "name": "Tobias Schultze", 1324 "email": "webmaster@tubo-world.de", 1325 "homepage": "https://github.com/Tobion" 1326 }, 1327 { 1328 "name": "Márk Sági-Kazár", 1329 "email": "mark.sagikazar@gmail.com", 1330 "homepage": "https://sagikazarmark.hu" 1331 } 1332 ], 1333 "description": "PSR-7 message implementation that also provides common utility methods", 1334 "keywords": [ 1335 "http", 1336 "message", 1337 "psr-7", 1338 "request", 1339 "response", 1340 "stream", 1341 "uri", 1342 "url" 1343 ], 1344 "support": { 1345 "issues": "https://github.com/guzzle/psr7/issues", 1346 "source": "https://github.com/guzzle/psr7/tree/2.1.0" 1347 }, 1348 "funding": [ 1349 { 1350 "url": "https://github.com/GrahamCampbell", 1351 "type": "github" 1352 }, 1353 { 1354 "url": "https://github.com/Nyholm", 1355 "type": "github" 1356 }, 1357 { 1358 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", 1359 "type": "tidelift" 1360 } 1361 ], 1362 "time": "2021-10-06T17:43:30+00:00" 1363 }, 1364 { 1365 "name": "illuminate/collections", 1366 "version": "v8.80.0", 1367 "source": { 1368 "type": "git", 1369 "url": "https://github.com/illuminate/collections.git", 1370 "reference": "ed630f15e937c5c928a9454748ff727ce5ea01ec" 1371 }, 1372 "dist": { 1373 "type": "zip", 1374 "url": "https://api.github.com/repos/illuminate/collections/zipball/ed630f15e937c5c928a9454748ff727ce5ea01ec", 1375 "reference": "ed630f15e937c5c928a9454748ff727ce5ea01ec", 1376 "shasum": "" 1377 }, 1378 "require": { 1379 "illuminate/contracts": "^8.0", 1380 "illuminate/macroable": "^8.0", 1381 "php": "^7.3|^8.0" 1382 }, 1383 "suggest": { 1384 "symfony/var-dumper": "Required to use the dump method (^5.4)." 1385 }, 1386 "type": "library", 1387 "extra": { 1388 "branch-alias": { 1389 "dev-master": "8.x-dev" 1390 } 1391 }, 1392 "autoload": { 1393 "psr-4": { 1394 "Illuminate\\Support\\": "" 1395 }, 1396 "files": [ 1397 "helpers.php" 1398 ] 1399 }, 1400 "notification-url": "https://packagist.org/downloads/", 1401 "license": [ 1402 "MIT" 1403 ], 1404 "authors": [ 1405 { 1406 "name": "Taylor Otwell", 1407 "email": "taylor@laravel.com" 1408 } 1409 ], 1410 "description": "The Illuminate Collections package.", 1411 "homepage": "https://laravel.com", 1412 "support": { 1413 "issues": "https://github.com/laravel/framework/issues", 1414 "source": "https://github.com/laravel/framework" 1415 }, 1416 "time": "2022-01-17T15:04:13+00:00" 1417 }, 1418 { 1419 "name": "illuminate/container", 1420 "version": "v8.80.0", 1421 "source": { 1422 "type": "git", 1423 "url": "https://github.com/illuminate/container.git", 1424 "reference": "e18f8ce24a551e086621b00c7b75d6914d2011b4" 1425 }, 1426 "dist": { 1427 "type": "zip", 1428 "url": "https://api.github.com/repos/illuminate/container/zipball/e18f8ce24a551e086621b00c7b75d6914d2011b4", 1429 "reference": "e18f8ce24a551e086621b00c7b75d6914d2011b4", 1430 "shasum": "" 1431 }, 1432 "require": { 1433 "illuminate/contracts": "^8.0", 1434 "php": "^7.3|^8.0", 1435 "psr/container": "^1.0" 1436 }, 1437 "provide": { 1438 "psr/container-implementation": "1.0" 1439 }, 1440 "type": "library", 1441 "extra": { 1442 "branch-alias": { 1443 "dev-master": "8.x-dev" 1444 } 1445 }, 1446 "autoload": { 1447 "psr-4": { 1448 "Illuminate\\Container\\": "" 1449 } 1450 }, 1451 "notification-url": "https://packagist.org/downloads/", 1452 "license": [ 1453 "MIT" 1454 ], 1455 "authors": [ 1456 { 1457 "name": "Taylor Otwell", 1458 "email": "taylor@laravel.com" 1459 } 1460 ], 1461 "description": "The Illuminate Container package.", 1462 "homepage": "https://laravel.com", 1463 "support": { 1464 "issues": "https://github.com/laravel/framework/issues", 1465 "source": "https://github.com/laravel/framework" 1466 }, 1467 "time": "2022-01-05T15:38:15+00:00" 1468 }, 1469 { 1470 "name": "illuminate/contracts", 1471 "version": "v8.80.0", 1472 "source": { 1473 "type": "git", 1474 "url": "https://github.com/illuminate/contracts.git", 1475 "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d" 1476 }, 1477 "dist": { 1478 "type": "zip", 1479 "url": "https://api.github.com/repos/illuminate/contracts/zipball/5e0fd287a1b22a6b346a9f7cd484d8cf0234585d", 1480 "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d", 1481 "shasum": "" 1482 }, 1483 "require": { 1484 "php": "^7.3|^8.0", 1485 "psr/container": "^1.0", 1486 "psr/simple-cache": "^1.0" 1487 }, 1488 "type": "library", 1489 "extra": { 1490 "branch-alias": { 1491 "dev-master": "8.x-dev" 1492 } 1493 }, 1494 "autoload": { 1495 "psr-4": { 1496 "Illuminate\\Contracts\\": "" 1497 } 1498 }, 1499 "notification-url": "https://packagist.org/downloads/", 1500 "license": [ 1501 "MIT" 1502 ], 1503 "authors": [ 1504 { 1505 "name": "Taylor Otwell", 1506 "email": "taylor@laravel.com" 1507 } 1508 ], 1509 "description": "The Illuminate Contracts package.", 1510 "homepage": "https://laravel.com", 1511 "support": { 1512 "issues": "https://github.com/laravel/framework/issues", 1513 "source": "https://github.com/laravel/framework" 1514 }, 1515 "time": "2022-01-13T14:47:47+00:00" 1516 }, 1517 { 1518 "name": "illuminate/database", 1519 "version": "v8.80.0", 1520 "source": { 1521 "type": "git", 1522 "url": "https://github.com/illuminate/database.git", 1523 "reference": "0e6e98b163cf3bf53750f0fb0faa1b22c46d1343" 1524 }, 1525 "dist": { 1526 "type": "zip", 1527 "url": "https://api.github.com/repos/illuminate/database/zipball/0e6e98b163cf3bf53750f0fb0faa1b22c46d1343", 1528 "reference": "0e6e98b163cf3bf53750f0fb0faa1b22c46d1343", 1529 "shasum": "" 1530 }, 1531 "require": { 1532 "ext-json": "*", 1533 "illuminate/collections": "^8.0", 1534 "illuminate/container": "^8.0", 1535 "illuminate/contracts": "^8.0", 1536 "illuminate/macroable": "^8.0", 1537 "illuminate/support": "^8.0", 1538 "php": "^7.3|^8.0", 1539 "symfony/console": "^5.4" 1540 }, 1541 "suggest": { 1542 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).", 1543 "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).", 1544 "illuminate/console": "Required to use the database commands (^8.0).", 1545 "illuminate/events": "Required to use the observers with Eloquent (^8.0).", 1546 "illuminate/filesystem": "Required to use the migrations (^8.0).", 1547 "illuminate/pagination": "Required to paginate the result set (^8.0).", 1548 "symfony/finder": "Required to use Eloquent model factories (^5.4)." 1549 }, 1550 "type": "library", 1551 "extra": { 1552 "branch-alias": { 1553 "dev-master": "8.x-dev" 1554 } 1555 }, 1556 "autoload": { 1557 "psr-4": { 1558 "Illuminate\\Database\\": "" 1559 } 1560 }, 1561 "notification-url": "https://packagist.org/downloads/", 1562 "license": [ 1563 "MIT" 1564 ], 1565 "authors": [ 1566 { 1567 "name": "Taylor Otwell", 1568 "email": "taylor@laravel.com" 1569 } 1570 ], 1571 "description": "The Illuminate Database package.", 1572 "homepage": "https://laravel.com", 1573 "keywords": [ 1574 "database", 1575 "laravel", 1576 "orm", 1577 "sql" 1578 ], 1579 "support": { 1580 "issues": "https://github.com/laravel/framework/issues", 1581 "source": "https://github.com/laravel/framework" 1582 }, 1583 "time": "2022-01-17T19:06:15+00:00" 1584 }, 1585 { 1586 "name": "illuminate/macroable", 1587 "version": "v8.80.0", 1588 "source": { 1589 "type": "git", 1590 "url": "https://github.com/illuminate/macroable.git", 1591 "reference": "aed81891a6e046fdee72edd497f822190f61c162" 1592 }, 1593 "dist": { 1594 "type": "zip", 1595 "url": "https://api.github.com/repos/illuminate/macroable/zipball/aed81891a6e046fdee72edd497f822190f61c162", 1596 "reference": "aed81891a6e046fdee72edd497f822190f61c162", 1597 "shasum": "" 1598 }, 1599 "require": { 1600 "php": "^7.3|^8.0" 1601 }, 1602 "type": "library", 1603 "extra": { 1604 "branch-alias": { 1605 "dev-master": "8.x-dev" 1606 } 1607 }, 1608 "autoload": { 1609 "psr-4": { 1610 "Illuminate\\Support\\": "" 1611 } 1612 }, 1613 "notification-url": "https://packagist.org/downloads/", 1614 "license": [ 1615 "MIT" 1616 ], 1617 "authors": [ 1618 { 1619 "name": "Taylor Otwell", 1620 "email": "taylor@laravel.com" 1621 } 1622 ], 1623 "description": "The Illuminate Macroable package.", 1624 "homepage": "https://laravel.com", 1625 "support": { 1626 "issues": "https://github.com/laravel/framework/issues", 1627 "source": "https://github.com/laravel/framework" 1628 }, 1629 "time": "2021-11-16T13:57:03+00:00" 1630 }, 1631 { 1632 "name": "illuminate/support", 1633 "version": "v8.80.0", 1634 "source": { 1635 "type": "git", 1636 "url": "https://github.com/illuminate/support.git", 1637 "reference": "69afbd89e6b6bf847e3df59e0f72cd820b18e8da" 1638 }, 1639 "dist": { 1640 "type": "zip", 1641 "url": "https://api.github.com/repos/illuminate/support/zipball/69afbd89e6b6bf847e3df59e0f72cd820b18e8da", 1642 "reference": "69afbd89e6b6bf847e3df59e0f72cd820b18e8da", 1643 "shasum": "" 1644 }, 1645 "require": { 1646 "doctrine/inflector": "^1.4|^2.0", 1647 "ext-json": "*", 1648 "ext-mbstring": "*", 1649 "illuminate/collections": "^8.0", 1650 "illuminate/contracts": "^8.0", 1651 "illuminate/macroable": "^8.0", 1652 "nesbot/carbon": "^2.53.1", 1653 "php": "^7.3|^8.0", 1654 "voku/portable-ascii": "^1.4.8" 1655 }, 1656 "conflict": { 1657 "tightenco/collect": "<5.5.33" 1658 }, 1659 "suggest": { 1660 "illuminate/filesystem": "Required to use the composer class (^8.0).", 1661 "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^1.3|^2.0.2).", 1662 "ramsey/uuid": "Required to use Str::uuid() (^4.2.2).", 1663 "symfony/process": "Required to use the composer class (^5.4).", 1664 "symfony/var-dumper": "Required to use the dd function (^5.4).", 1665 "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)." 1666 }, 1667 "type": "library", 1668 "extra": { 1669 "branch-alias": { 1670 "dev-master": "8.x-dev" 1671 } 1672 }, 1673 "autoload": { 1674 "psr-4": { 1675 "Illuminate\\Support\\": "" 1676 }, 1677 "files": [ 1678 "helpers.php" 1679 ] 1680 }, 1681 "notification-url": "https://packagist.org/downloads/", 1682 "license": [ 1683 "MIT" 1684 ], 1685 "authors": [ 1686 { 1687 "name": "Taylor Otwell", 1688 "email": "taylor@laravel.com" 1689 } 1690 ], 1691 "description": "The Illuminate Support package.", 1692 "homepage": "https://laravel.com", 1693 "support": { 1694 "issues": "https://github.com/laravel/framework/issues", 1695 "source": "https://github.com/laravel/framework" 1696 }, 1697 "time": "2022-01-17T15:24:30+00:00" 1698 }, 1699 { 1700 "name": "intervention/image", 1701 "version": "2.7.1", 1702 "source": { 1703 "type": "git", 1704 "url": "https://github.com/Intervention/image.git", 1705 "reference": "744ebba495319501b873a4e48787759c72e3fb8c" 1706 }, 1707 "dist": { 1708 "type": "zip", 1709 "url": "https://api.github.com/repos/Intervention/image/zipball/744ebba495319501b873a4e48787759c72e3fb8c", 1710 "reference": "744ebba495319501b873a4e48787759c72e3fb8c", 1711 "shasum": "" 1712 }, 1713 "require": { 1714 "ext-fileinfo": "*", 1715 "guzzlehttp/psr7": "~1.1 || ^2.0", 1716 "php": ">=5.4.0" 1717 }, 1718 "require-dev": { 1719 "mockery/mockery": "~0.9.2", 1720 "phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15" 1721 }, 1722 "suggest": { 1723 "ext-gd": "to use GD library based image processing.", 1724 "ext-imagick": "to use Imagick based image processing.", 1725 "intervention/imagecache": "Caching extension for the Intervention Image library" 1726 }, 1727 "type": "library", 1728 "extra": { 1729 "branch-alias": { 1730 "dev-master": "2.4-dev" 1731 }, 1732 "laravel": { 1733 "providers": [ 1734 "Intervention\\Image\\ImageServiceProvider" 1735 ], 1736 "aliases": { 1737 "Image": "Intervention\\Image\\Facades\\Image" 1738 } 1739 } 1740 }, 1741 "autoload": { 1742 "psr-4": { 1743 "Intervention\\Image\\": "src/Intervention/Image" 1744 } 1745 }, 1746 "notification-url": "https://packagist.org/downloads/", 1747 "license": [ 1748 "MIT" 1749 ], 1750 "authors": [ 1751 { 1752 "name": "Oliver Vogel", 1753 "email": "oliver@olivervogel.com", 1754 "homepage": "http://olivervogel.com/" 1755 } 1756 ], 1757 "description": "Image handling and manipulation library with support for Laravel integration", 1758 "homepage": "http://image.intervention.io/", 1759 "keywords": [ 1760 "gd", 1761 "image", 1762 "imagick", 1763 "laravel", 1764 "thumbnail", 1765 "watermark" 1766 ], 1767 "support": { 1768 "issues": "https://github.com/Intervention/image/issues", 1769 "source": "https://github.com/Intervention/image/tree/2.7.1" 1770 }, 1771 "funding": [ 1772 { 1773 "url": "https://www.paypal.me/interventionphp", 1774 "type": "custom" 1775 }, 1776 { 1777 "url": "https://github.com/Intervention", 1778 "type": "github" 1779 } 1780 ], 1781 "time": "2021-12-16T16:49:26+00:00" 1782 }, 1783 { 1784 "name": "io-developer/php-whois", 1785 "version": "4.1.6", 1786 "source": { 1787 "type": "git", 1788 "url": "https://github.com/io-developer/php-whois.git", 1789 "reference": "7798aec47cd7c3469eef621d2019905f6bdab208" 1790 }, 1791 "dist": { 1792 "type": "zip", 1793 "url": "https://api.github.com/repos/io-developer/php-whois/zipball/7798aec47cd7c3469eef621d2019905f6bdab208", 1794 "reference": "7798aec47cd7c3469eef621d2019905f6bdab208", 1795 "shasum": "" 1796 }, 1797 "require": { 1798 "ext-curl": "*", 1799 "ext-json": "*", 1800 "ext-mbstring": "*", 1801 "php": ">=7.2", 1802 "true/punycode": "^2.1" 1803 }, 1804 "require-dev": { 1805 "phpunit/phpunit": "^8.0" 1806 }, 1807 "type": "library", 1808 "autoload": { 1809 "psr-4": { 1810 "Iodev\\": "src/Iodev/" 1811 } 1812 }, 1813 "notification-url": "https://packagist.org/downloads/", 1814 "license": [ 1815 "MIT" 1816 ], 1817 "authors": [ 1818 { 1819 "name": "Sergey Sedyshev", 1820 "email": "i.o.developer@gmail.com", 1821 "homepage": "https://github.com/io-developer" 1822 } 1823 ], 1824 "description": "PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 5.4+ and 7+ compatible ", 1825 "homepage": "https://github.com/io-developer/php-whois", 1826 "keywords": [ 1827 "asn", 1828 "domain", 1829 "info", 1830 "lookup", 1831 "parser", 1832 "php", 1833 "query", 1834 "routes", 1835 "tld", 1836 "whois", 1837 "црщшы" 1838 ], 1839 "support": { 1840 "issues": "https://github.com/io-developer/php-whois/issues", 1841 "source": "https://github.com/io-developer/php-whois/tree/4.1.6" 1842 }, 1843 "time": "2022-01-24T15:56:05+00:00" 1844 }, 1845 { 1846 "name": "league/commonmark", 1847 "version": "1.6.0", 1848 "source": { 1849 "type": "git", 1850 "url": "https://github.com/thephpleague/commonmark.git", 1851 "reference": "19a9673b833cc37770439097b381d86cd125bfe8" 1852 }, 1853 "dist": { 1854 "type": "zip", 1855 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/19a9673b833cc37770439097b381d86cd125bfe8", 1856 "reference": "19a9673b833cc37770439097b381d86cd125bfe8", 1857 "shasum": "" 1858 }, 1859 "require": { 1860 "ext-mbstring": "*", 1861 "php": "^7.1 || ^8.0" 1862 }, 1863 "conflict": { 1864 "scrutinizer/ocular": "1.7.*" 1865 }, 1866 "require-dev": { 1867 "cebe/markdown": "~1.0", 1868 "commonmark/commonmark.js": "0.29.2", 1869 "erusev/parsedown": "~1.0", 1870 "ext-json": "*", 1871 "github/gfm": "0.29.0", 1872 "michelf/php-markdown": "~1.4", 1873 "mikehaertl/php-shellcommand": "^1.4", 1874 "phpstan/phpstan": "^0.12", 1875 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2", 1876 "scrutinizer/ocular": "^1.5", 1877 "symfony/finder": "^4.2" 1878 }, 1879 "bin": [ 1880 "bin/commonmark" 1881 ], 1882 "type": "library", 1883 "autoload": { 1884 "psr-4": { 1885 "League\\CommonMark\\": "src" 1886 } 1887 }, 1888 "notification-url": "https://packagist.org/downloads/", 1889 "license": [ 1890 "BSD-3-Clause" 1891 ], 1892 "authors": [ 1893 { 1894 "name": "Colin O'Dell", 1895 "email": "colinodell@gmail.com", 1896 "homepage": "https://www.colinodell.com", 1897 "role": "Lead Developer" 1898 } 1899 ], 1900 "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)", 1901 "homepage": "https://commonmark.thephpleague.com", 1902 "keywords": [ 1903 "commonmark", 1904 "flavored", 1905 "gfm", 1906 "github", 1907 "github-flavored", 1908 "markdown", 1909 "md", 1910 "parser" 1911 ], 1912 "support": { 1913 "docs": "https://commonmark.thephpleague.com/", 1914 "issues": "https://github.com/thephpleague/commonmark/issues", 1915 "rss": "https://github.com/thephpleague/commonmark/releases.atom", 1916 "source": "https://github.com/thephpleague/commonmark" 1917 }, 1918 "funding": [ 1919 { 1920 "url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark", 1921 "type": "custom" 1922 }, 1923 { 1924 "url": "https://www.colinodell.com/sponsor", 1925 "type": "custom" 1926 }, 1927 { 1928 "url": "https://www.paypal.me/colinpodell/10.00", 1929 "type": "custom" 1930 }, 1931 { 1932 "url": "https://github.com/colinodell", 1933 "type": "github" 1934 }, 1935 { 1936 "url": "https://www.patreon.com/colinodell", 1937 "type": "patreon" 1938 }, 1939 { 1940 "url": "https://tidelift.com/funding/github/packagist/league/commonmark", 1941 "type": "tidelift" 1942 } 1943 ], 1944 "time": "2021-05-01T19:00:49+00:00" 1945 }, 1946 { 1947 "name": "league/flysystem", 1948 "version": "2.4.0", 1949 "source": { 1950 "type": "git", 1951 "url": "https://github.com/thephpleague/flysystem.git", 1952 "reference": "4a6f9f7d7b97c938f2fd25aeb9ff9a6a34c79f2f" 1953 }, 1954 "dist": { 1955 "type": "zip", 1956 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/4a6f9f7d7b97c938f2fd25aeb9ff9a6a34c79f2f", 1957 "reference": "4a6f9f7d7b97c938f2fd25aeb9ff9a6a34c79f2f", 1958 "shasum": "" 1959 }, 1960 "require": { 1961 "ext-json": "*", 1962 "league/mime-type-detection": "^1.0.0", 1963 "php": "^7.2 || ^8.0" 1964 }, 1965 "conflict": { 1966 "guzzlehttp/ringphp": "<1.1.1" 1967 }, 1968 "require-dev": { 1969 "async-aws/s3": "^1.5", 1970 "async-aws/simple-s3": "^1.0", 1971 "aws/aws-sdk-php": "^3.132.4", 1972 "composer/semver": "^3.0", 1973 "ext-fileinfo": "*", 1974 "friendsofphp/php-cs-fixer": "^3.2", 1975 "google/cloud-storage": "^1.23", 1976 "phpseclib/phpseclib": "^2.0", 1977 "phpstan/phpstan": "^0.12.26", 1978 "phpunit/phpunit": "^8.5 || ^9.4", 1979 "sabre/dav": "^4.1" 1980 }, 1981 "type": "library", 1982 "autoload": { 1983 "psr-4": { 1984 "League\\Flysystem\\": "src" 1985 } 1986 }, 1987 "notification-url": "https://packagist.org/downloads/", 1988 "license": [ 1989 "MIT" 1990 ], 1991 "authors": [ 1992 { 1993 "name": "Frank de Jonge", 1994 "email": "info@frankdejonge.nl" 1995 } 1996 ], 1997 "description": "File storage abstraction for PHP", 1998 "keywords": [ 1999 "WebDAV", 2000 "aws", 2001 "cloud", 2002 "file", 2003 "files", 2004 "filesystem", 2005 "filesystems", 2006 "ftp", 2007 "s3", 2008 "sftp", 2009 "storage" 2010 ], 2011 "support": { 2012 "issues": "https://github.com/thephpleague/flysystem/issues", 2013 "source": "https://github.com/thephpleague/flysystem/tree/2.4.0" 2014 }, 2015 "funding": [ 2016 { 2017 "url": "https://offset.earth/frankdejonge", 2018 "type": "custom" 2019 }, 2020 { 2021 "url": "https://github.com/frankdejonge", 2022 "type": "github" 2023 }, 2024 { 2025 "url": "https://tidelift.com/funding/github/packagist/league/flysystem", 2026 "type": "tidelift" 2027 } 2028 ], 2029 "time": "2022-01-04T17:09:29+00:00" 2030 }, 2031 { 2032 "name": "league/flysystem-ziparchive", 2033 "version": "2.3.1", 2034 "source": { 2035 "type": "git", 2036 "url": "https://github.com/thephpleague/flysystem-ziparchive.git", 2037 "reference": "4ed7ed1aaf7e4a8ebf5b86609dd24ba20006b488" 2038 }, 2039 "dist": { 2040 "type": "zip", 2041 "url": "https://api.github.com/repos/thephpleague/flysystem-ziparchive/zipball/4ed7ed1aaf7e4a8ebf5b86609dd24ba20006b488", 2042 "reference": "4ed7ed1aaf7e4a8ebf5b86609dd24ba20006b488", 2043 "shasum": "" 2044 }, 2045 "require": { 2046 "ext-zip": "*", 2047 "league/flysystem": "^2.0.0", 2048 "league/mime-type-detection": "^1.0.0", 2049 "php": "^7.2 || ^8.0" 2050 }, 2051 "type": "library", 2052 "autoload": { 2053 "psr-4": { 2054 "League\\Flysystem\\ZipArchive\\": "" 2055 } 2056 }, 2057 "notification-url": "https://packagist.org/downloads/", 2058 "license": [ 2059 "MIT" 2060 ], 2061 "authors": [ 2062 { 2063 "name": "Frank de Jonge", 2064 "email": "info@frankdejonge.nl" 2065 } 2066 ], 2067 "description": "ZIP filesystem adapter for Flysystem.", 2068 "keywords": [ 2069 "Flysystem", 2070 "file", 2071 "files", 2072 "filesystem", 2073 "zip" 2074 ], 2075 "support": { 2076 "issues": "https://github.com/thephpleague/flysystem-ziparchive/issues", 2077 "source": "https://github.com/thephpleague/flysystem-ziparchive/tree/2.3.1" 2078 }, 2079 "time": "2021-11-04T18:54:38+00:00" 2080 }, 2081 { 2082 "name": "league/mime-type-detection", 2083 "version": "1.9.0", 2084 "source": { 2085 "type": "git", 2086 "url": "https://github.com/thephpleague/mime-type-detection.git", 2087 "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69" 2088 }, 2089 "dist": { 2090 "type": "zip", 2091 "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/aa70e813a6ad3d1558fc927863d47309b4c23e69", 2092 "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69", 2093 "shasum": "" 2094 }, 2095 "require": { 2096 "ext-fileinfo": "*", 2097 "php": "^7.2 || ^8.0" 2098 }, 2099 "require-dev": { 2100 "friendsofphp/php-cs-fixer": "^3.2", 2101 "phpstan/phpstan": "^0.12.68", 2102 "phpunit/phpunit": "^8.5.8 || ^9.3" 2103 }, 2104 "type": "library", 2105 "autoload": { 2106 "psr-4": { 2107 "League\\MimeTypeDetection\\": "src" 2108 } 2109 }, 2110 "notification-url": "https://packagist.org/downloads/", 2111 "license": [ 2112 "MIT" 2113 ], 2114 "authors": [ 2115 { 2116 "name": "Frank de Jonge", 2117 "email": "info@frankdejonge.nl" 2118 } 2119 ], 2120 "description": "Mime-type detection for Flysystem", 2121 "support": { 2122 "issues": "https://github.com/thephpleague/mime-type-detection/issues", 2123 "source": "https://github.com/thephpleague/mime-type-detection/tree/1.9.0" 2124 }, 2125 "funding": [ 2126 { 2127 "url": "https://github.com/frankdejonge", 2128 "type": "github" 2129 }, 2130 { 2131 "url": "https://tidelift.com/funding/github/packagist/league/flysystem", 2132 "type": "tidelift" 2133 } 2134 ], 2135 "time": "2021-11-21T11:48:40+00:00" 2136 }, 2137 { 2138 "name": "middlewares/client-ip", 2139 "version": "v2.0.1", 2140 "source": { 2141 "type": "git", 2142 "url": "https://github.com/middlewares/client-ip.git", 2143 "reference": "466c38388a5efa65f5da4d897adfeb09a4fb44cd" 2144 }, 2145 "dist": { 2146 "type": "zip", 2147 "url": "https://api.github.com/repos/middlewares/client-ip/zipball/466c38388a5efa65f5da4d897adfeb09a4fb44cd", 2148 "reference": "466c38388a5efa65f5da4d897adfeb09a4fb44cd", 2149 "shasum": "" 2150 }, 2151 "require": { 2152 "php": "^7.2 || ^8.0", 2153 "psr/http-server-middleware": "^1.0" 2154 }, 2155 "require-dev": { 2156 "friendsofphp/php-cs-fixer": "^2.0", 2157 "laminas/laminas-diactoros": "^2.2", 2158 "middlewares/utils": "^3.1", 2159 "oscarotero/php-cs-fixer-config": "^1.0", 2160 "phpstan/phpstan": "^0.12", 2161 "phpunit/phpunit": "^8|^9", 2162 "squizlabs/php_codesniffer": "^3.0" 2163 }, 2164 "type": "library", 2165 "autoload": { 2166 "psr-4": { 2167 "Middlewares\\": "src/" 2168 } 2169 }, 2170 "notification-url": "https://packagist.org/downloads/", 2171 "license": [ 2172 "MIT" 2173 ], 2174 "description": "Middleware to detect the client ip and save it as a request attribute", 2175 "homepage": "https://github.com/middlewares/client-ip", 2176 "keywords": [ 2177 "IP", 2178 "http", 2179 "middleware", 2180 "psr-15", 2181 "psr-7", 2182 "server" 2183 ], 2184 "support": { 2185 "issues": "https://github.com/middlewares/client-ip/issues", 2186 "source": "https://github.com/middlewares/client-ip/tree/v2.0.1" 2187 }, 2188 "time": "2020-12-02T00:05:31+00:00" 2189 }, 2190 { 2191 "name": "mlocati/ip-lib", 2192 "version": "1.18.0", 2193 "source": { 2194 "type": "git", 2195 "url": "https://github.com/mlocati/ip-lib.git", 2196 "reference": "c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2" 2197 }, 2198 "dist": { 2199 "type": "zip", 2200 "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2", 2201 "reference": "c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2", 2202 "shasum": "" 2203 }, 2204 "require": { 2205 "php": ">=5.3.3" 2206 }, 2207 "require-dev": { 2208 "ext-pdo_sqlite": "*", 2209 "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.5 || ^9.5" 2210 }, 2211 "type": "library", 2212 "autoload": { 2213 "psr-4": { 2214 "IPLib\\": "src/" 2215 } 2216 }, 2217 "notification-url": "https://packagist.org/downloads/", 2218 "license": [ 2219 "MIT" 2220 ], 2221 "authors": [ 2222 { 2223 "name": "Michele Locati", 2224 "email": "mlocati@gmail.com", 2225 "homepage": "https://github.com/mlocati", 2226 "role": "Author" 2227 } 2228 ], 2229 "description": "Handle IPv4, IPv6 addresses and ranges", 2230 "homepage": "https://github.com/mlocati/ip-lib", 2231 "keywords": [ 2232 "IP", 2233 "address", 2234 "addresses", 2235 "ipv4", 2236 "ipv6", 2237 "manage", 2238 "managing", 2239 "matching", 2240 "network", 2241 "networking", 2242 "range", 2243 "subnet" 2244 ], 2245 "support": { 2246 "issues": "https://github.com/mlocati/ip-lib/issues", 2247 "source": "https://github.com/mlocati/ip-lib/tree/1.18.0" 2248 }, 2249 "funding": [ 2250 { 2251 "url": "https://github.com/sponsors/mlocati", 2252 "type": "github" 2253 }, 2254 { 2255 "url": "https://paypal.me/mlocati", 2256 "type": "other" 2257 } 2258 ], 2259 "time": "2022-01-13T18:05:33+00:00" 2260 }, 2261 { 2262 "name": "nesbot/carbon", 2263 "version": "2.56.0", 2264 "source": { 2265 "type": "git", 2266 "url": "https://github.com/briannesbitt/Carbon.git", 2267 "reference": "626ec8cbb724cd3c3400c3ed8f730545b744e3f4" 2268 }, 2269 "dist": { 2270 "type": "zip", 2271 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/626ec8cbb724cd3c3400c3ed8f730545b744e3f4", 2272 "reference": "626ec8cbb724cd3c3400c3ed8f730545b744e3f4", 2273 "shasum": "" 2274 }, 2275 "require": { 2276 "ext-json": "*", 2277 "php": "^7.1.8 || ^8.0", 2278 "symfony/polyfill-mbstring": "^1.0", 2279 "symfony/polyfill-php80": "^1.16", 2280 "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0" 2281 }, 2282 "require-dev": { 2283 "doctrine/dbal": "^2.0 || ^3.0", 2284 "doctrine/orm": "^2.7", 2285 "friendsofphp/php-cs-fixer": "^3.0", 2286 "kylekatarnls/multi-tester": "^2.0", 2287 "phpmd/phpmd": "^2.9", 2288 "phpstan/extension-installer": "^1.0", 2289 "phpstan/phpstan": "^0.12.54 || ^1.0", 2290 "phpunit/phpunit": "^7.5.20 || ^8.5.14", 2291 "squizlabs/php_codesniffer": "^3.4" 2292 }, 2293 "bin": [ 2294 "bin/carbon" 2295 ], 2296 "type": "library", 2297 "extra": { 2298 "branch-alias": { 2299 "dev-3.x": "3.x-dev", 2300 "dev-master": "2.x-dev" 2301 }, 2302 "laravel": { 2303 "providers": [ 2304 "Carbon\\Laravel\\ServiceProvider" 2305 ] 2306 }, 2307 "phpstan": { 2308 "includes": [ 2309 "extension.neon" 2310 ] 2311 } 2312 }, 2313 "autoload": { 2314 "psr-4": { 2315 "Carbon\\": "src/Carbon/" 2316 } 2317 }, 2318 "notification-url": "https://packagist.org/downloads/", 2319 "license": [ 2320 "MIT" 2321 ], 2322 "authors": [ 2323 { 2324 "name": "Brian Nesbitt", 2325 "email": "brian@nesbot.com", 2326 "homepage": "https://markido.com" 2327 }, 2328 { 2329 "name": "kylekatarnls", 2330 "homepage": "https://github.com/kylekatarnls" 2331 } 2332 ], 2333 "description": "An API extension for DateTime that supports 281 different languages.", 2334 "homepage": "https://carbon.nesbot.com", 2335 "keywords": [ 2336 "date", 2337 "datetime", 2338 "time" 2339 ], 2340 "support": { 2341 "docs": "https://carbon.nesbot.com/docs", 2342 "issues": "https://github.com/briannesbitt/Carbon/issues", 2343 "source": "https://github.com/briannesbitt/Carbon" 2344 }, 2345 "funding": [ 2346 { 2347 "url": "https://opencollective.com/Carbon", 2348 "type": "open_collective" 2349 }, 2350 { 2351 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", 2352 "type": "tidelift" 2353 } 2354 ], 2355 "time": "2022-01-21T17:08:38+00:00" 2356 }, 2357 { 2358 "name": "nyholm/psr7", 2359 "version": "1.4.1", 2360 "source": { 2361 "type": "git", 2362 "url": "https://github.com/Nyholm/psr7.git", 2363 "reference": "2212385b47153ea71b1c1b1374f8cb5e4f7892ec" 2364 }, 2365 "dist": { 2366 "type": "zip", 2367 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/2212385b47153ea71b1c1b1374f8cb5e4f7892ec", 2368 "reference": "2212385b47153ea71b1c1b1374f8cb5e4f7892ec", 2369 "shasum": "" 2370 }, 2371 "require": { 2372 "php": ">=7.1", 2373 "php-http/message-factory": "^1.0", 2374 "psr/http-factory": "^1.0", 2375 "psr/http-message": "^1.0" 2376 }, 2377 "provide": { 2378 "psr/http-factory-implementation": "1.0", 2379 "psr/http-message-implementation": "1.0" 2380 }, 2381 "require-dev": { 2382 "http-interop/http-factory-tests": "^0.9", 2383 "php-http/psr7-integration-tests": "^1.0", 2384 "phpunit/phpunit": "^7.5 || 8.5 || 9.4", 2385 "symfony/error-handler": "^4.4" 2386 }, 2387 "type": "library", 2388 "extra": { 2389 "branch-alias": { 2390 "dev-master": "1.4-dev" 2391 } 2392 }, 2393 "autoload": { 2394 "psr-4": { 2395 "Nyholm\\Psr7\\": "src/" 2396 } 2397 }, 2398 "notification-url": "https://packagist.org/downloads/", 2399 "license": [ 2400 "MIT" 2401 ], 2402 "authors": [ 2403 { 2404 "name": "Tobias Nyholm", 2405 "email": "tobias.nyholm@gmail.com" 2406 }, 2407 { 2408 "name": "Martijn van der Ven", 2409 "email": "martijn@vanderven.se" 2410 } 2411 ], 2412 "description": "A fast PHP7 implementation of PSR-7", 2413 "homepage": "https://tnyholm.se", 2414 "keywords": [ 2415 "psr-17", 2416 "psr-7" 2417 ], 2418 "support": { 2419 "issues": "https://github.com/Nyholm/psr7/issues", 2420 "source": "https://github.com/Nyholm/psr7/tree/1.4.1" 2421 }, 2422 "funding": [ 2423 { 2424 "url": "https://github.com/Zegnat", 2425 "type": "github" 2426 }, 2427 { 2428 "url": "https://github.com/nyholm", 2429 "type": "github" 2430 } 2431 ], 2432 "time": "2021-07-02T08:32:20+00:00" 2433 }, 2434 { 2435 "name": "nyholm/psr7-server", 2436 "version": "1.0.2", 2437 "source": { 2438 "type": "git", 2439 "url": "https://github.com/Nyholm/psr7-server.git", 2440 "reference": "b846a689844cef114e8079d8c80f0afd96745ae3" 2441 }, 2442 "dist": { 2443 "type": "zip", 2444 "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/b846a689844cef114e8079d8c80f0afd96745ae3", 2445 "reference": "b846a689844cef114e8079d8c80f0afd96745ae3", 2446 "shasum": "" 2447 }, 2448 "require": { 2449 "php": "^7.1 || ^8.0", 2450 "psr/http-factory": "^1.0", 2451 "psr/http-message": "^1.0" 2452 }, 2453 "require-dev": { 2454 "nyholm/nsa": "^1.1", 2455 "nyholm/psr7": "^1.3", 2456 "phpunit/phpunit": "^7.0 || ^8.5 || ^9.3" 2457 }, 2458 "type": "library", 2459 "autoload": { 2460 "psr-4": { 2461 "Nyholm\\Psr7Server\\": "src/" 2462 } 2463 }, 2464 "notification-url": "https://packagist.org/downloads/", 2465 "license": [ 2466 "MIT" 2467 ], 2468 "authors": [ 2469 { 2470 "name": "Tobias Nyholm", 2471 "email": "tobias.nyholm@gmail.com" 2472 }, 2473 { 2474 "name": "Martijn van der Ven", 2475 "email": "martijn@vanderven.se" 2476 } 2477 ], 2478 "description": "Helper classes to handle PSR-7 server requests", 2479 "homepage": "http://tnyholm.se", 2480 "keywords": [ 2481 "psr-17", 2482 "psr-7" 2483 ], 2484 "support": { 2485 "issues": "https://github.com/Nyholm/psr7-server/issues", 2486 "source": "https://github.com/Nyholm/psr7-server/tree/1.0.2" 2487 }, 2488 "funding": [ 2489 { 2490 "url": "https://github.com/Zegnat", 2491 "type": "github" 2492 }, 2493 { 2494 "url": "https://github.com/nyholm", 2495 "type": "github" 2496 } 2497 ], 2498 "time": "2021-05-12T11:11:27+00:00" 2499 }, 2500 { 2501 "name": "oscarotero/middleland", 2502 "version": "v1.0.1", 2503 "source": { 2504 "type": "git", 2505 "url": "https://github.com/oscarotero/middleland.git", 2506 "reference": "4848543d59f753aa3352c52d88c66f978debafb2" 2507 }, 2508 "dist": { 2509 "type": "zip", 2510 "url": "https://api.github.com/repos/oscarotero/middleland/zipball/4848543d59f753aa3352c52d88c66f978debafb2", 2511 "reference": "4848543d59f753aa3352c52d88c66f978debafb2", 2512 "shasum": "" 2513 }, 2514 "require": { 2515 "php": "^7.0|^8.0", 2516 "psr/container": "^1.0", 2517 "psr/http-server-middleware": "^1.0" 2518 }, 2519 "require-dev": { 2520 "friendsofphp/php-cs-fixer": "^2.0", 2521 "laminas/laminas-diactoros": "^1.3", 2522 "phpunit/phpunit": ">=6.0" 2523 }, 2524 "type": "library", 2525 "autoload": { 2526 "psr-4": { 2527 "Middleland\\": "src/" 2528 } 2529 }, 2530 "notification-url": "https://packagist.org/downloads/", 2531 "license": [ 2532 "MIT" 2533 ], 2534 "authors": [ 2535 { 2536 "name": "Oscar Otero", 2537 "email": "oom@oscarotero.com", 2538 "homepage": "http://oscarotero.com", 2539 "role": "Developer" 2540 } 2541 ], 2542 "description": "PSR-15 middleware dispatcher", 2543 "homepage": "https://github.com/oscarotero/dispatcher", 2544 "keywords": [ 2545 "http", 2546 "middleware", 2547 "psr-15", 2548 "psr-7" 2549 ], 2550 "support": { 2551 "email": "oom@oscarotero.com", 2552 "issues": "https://github.com/oscarotero/dispatcher/issues", 2553 "source": "https://github.com/oscarotero/middleland/tree/v1.0.1" 2554 }, 2555 "time": "2020-12-06T00:59:17+00:00" 2556 }, 2557 { 2558 "name": "php-http/message-factory", 2559 "version": "v1.0.2", 2560 "source": { 2561 "type": "git", 2562 "url": "https://github.com/php-http/message-factory.git", 2563 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" 2564 }, 2565 "dist": { 2566 "type": "zip", 2567 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", 2568 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", 2569 "shasum": "" 2570 }, 2571 "require": { 2572 "php": ">=5.4", 2573 "psr/http-message": "^1.0" 2574 }, 2575 "type": "library", 2576 "extra": { 2577 "branch-alias": { 2578 "dev-master": "1.0-dev" 2579 } 2580 }, 2581 "autoload": { 2582 "psr-4": { 2583 "Http\\Message\\": "src/" 2584 } 2585 }, 2586 "notification-url": "https://packagist.org/downloads/", 2587 "license": [ 2588 "MIT" 2589 ], 2590 "authors": [ 2591 { 2592 "name": "Márk Sági-Kazár", 2593 "email": "mark.sagikazar@gmail.com" 2594 } 2595 ], 2596 "description": "Factory interfaces for PSR-7 HTTP Message", 2597 "homepage": "http://php-http.org", 2598 "keywords": [ 2599 "factory", 2600 "http", 2601 "message", 2602 "stream", 2603 "uri" 2604 ], 2605 "support": { 2606 "issues": "https://github.com/php-http/message-factory/issues", 2607 "source": "https://github.com/php-http/message-factory/tree/master" 2608 }, 2609 "time": "2015-12-19T14:08:53+00:00" 2610 }, 2611 { 2612 "name": "psr/cache", 2613 "version": "1.0.1", 2614 "source": { 2615 "type": "git", 2616 "url": "https://github.com/php-fig/cache.git", 2617 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" 2618 }, 2619 "dist": { 2620 "type": "zip", 2621 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", 2622 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", 2623 "shasum": "" 2624 }, 2625 "require": { 2626 "php": ">=5.3.0" 2627 }, 2628 "type": "library", 2629 "extra": { 2630 "branch-alias": { 2631 "dev-master": "1.0.x-dev" 2632 } 2633 }, 2634 "autoload": { 2635 "psr-4": { 2636 "Psr\\Cache\\": "src/" 2637 } 2638 }, 2639 "notification-url": "https://packagist.org/downloads/", 2640 "license": [ 2641 "MIT" 2642 ], 2643 "authors": [ 2644 { 2645 "name": "PHP-FIG", 2646 "homepage": "http://www.php-fig.org/" 2647 } 2648 ], 2649 "description": "Common interface for caching libraries", 2650 "keywords": [ 2651 "cache", 2652 "psr", 2653 "psr-6" 2654 ], 2655 "support": { 2656 "source": "https://github.com/php-fig/cache/tree/master" 2657 }, 2658 "time": "2016-08-06T20:24:11+00:00" 2659 }, 2660 { 2661 "name": "psr/container", 2662 "version": "1.1.2", 2663 "source": { 2664 "type": "git", 2665 "url": "https://github.com/php-fig/container.git", 2666 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" 2667 }, 2668 "dist": { 2669 "type": "zip", 2670 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", 2671 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", 2672 "shasum": "" 2673 }, 2674 "require": { 2675 "php": ">=7.4.0" 2676 }, 2677 "type": "library", 2678 "autoload": { 2679 "psr-4": { 2680 "Psr\\Container\\": "src/" 2681 } 2682 }, 2683 "notification-url": "https://packagist.org/downloads/", 2684 "license": [ 2685 "MIT" 2686 ], 2687 "authors": [ 2688 { 2689 "name": "PHP-FIG", 2690 "homepage": "https://www.php-fig.org/" 2691 } 2692 ], 2693 "description": "Common Container Interface (PHP FIG PSR-11)", 2694 "homepage": "https://github.com/php-fig/container", 2695 "keywords": [ 2696 "PSR-11", 2697 "container", 2698 "container-interface", 2699 "container-interop", 2700 "psr" 2701 ], 2702 "support": { 2703 "issues": "https://github.com/php-fig/container/issues", 2704 "source": "https://github.com/php-fig/container/tree/1.1.2" 2705 }, 2706 "time": "2021-11-05T16:50:12+00:00" 2707 }, 2708 { 2709 "name": "psr/event-dispatcher", 2710 "version": "1.0.0", 2711 "source": { 2712 "type": "git", 2713 "url": "https://github.com/php-fig/event-dispatcher.git", 2714 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" 2715 }, 2716 "dist": { 2717 "type": "zip", 2718 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", 2719 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", 2720 "shasum": "" 2721 }, 2722 "require": { 2723 "php": ">=7.2.0" 2724 }, 2725 "type": "library", 2726 "extra": { 2727 "branch-alias": { 2728 "dev-master": "1.0.x-dev" 2729 } 2730 }, 2731 "autoload": { 2732 "psr-4": { 2733 "Psr\\EventDispatcher\\": "src/" 2734 } 2735 }, 2736 "notification-url": "https://packagist.org/downloads/", 2737 "license": [ 2738 "MIT" 2739 ], 2740 "authors": [ 2741 { 2742 "name": "PHP-FIG", 2743 "homepage": "http://www.php-fig.org/" 2744 } 2745 ], 2746 "description": "Standard interfaces for event handling.", 2747 "keywords": [ 2748 "events", 2749 "psr", 2750 "psr-14" 2751 ], 2752 "support": { 2753 "issues": "https://github.com/php-fig/event-dispatcher/issues", 2754 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" 2755 }, 2756 "time": "2019-01-08T18:20:26+00:00" 2757 }, 2758 { 2759 "name": "psr/http-client", 2760 "version": "1.0.1", 2761 "source": { 2762 "type": "git", 2763 "url": "https://github.com/php-fig/http-client.git", 2764 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" 2765 }, 2766 "dist": { 2767 "type": "zip", 2768 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", 2769 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", 2770 "shasum": "" 2771 }, 2772 "require": { 2773 "php": "^7.0 || ^8.0", 2774 "psr/http-message": "^1.0" 2775 }, 2776 "type": "library", 2777 "extra": { 2778 "branch-alias": { 2779 "dev-master": "1.0.x-dev" 2780 } 2781 }, 2782 "autoload": { 2783 "psr-4": { 2784 "Psr\\Http\\Client\\": "src/" 2785 } 2786 }, 2787 "notification-url": "https://packagist.org/downloads/", 2788 "license": [ 2789 "MIT" 2790 ], 2791 "authors": [ 2792 { 2793 "name": "PHP-FIG", 2794 "homepage": "http://www.php-fig.org/" 2795 } 2796 ], 2797 "description": "Common interface for HTTP clients", 2798 "homepage": "https://github.com/php-fig/http-client", 2799 "keywords": [ 2800 "http", 2801 "http-client", 2802 "psr", 2803 "psr-18" 2804 ], 2805 "support": { 2806 "source": "https://github.com/php-fig/http-client/tree/master" 2807 }, 2808 "time": "2020-06-29T06:28:15+00:00" 2809 }, 2810 { 2811 "name": "psr/http-factory", 2812 "version": "1.0.1", 2813 "source": { 2814 "type": "git", 2815 "url": "https://github.com/php-fig/http-factory.git", 2816 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" 2817 }, 2818 "dist": { 2819 "type": "zip", 2820 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", 2821 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", 2822 "shasum": "" 2823 }, 2824 "require": { 2825 "php": ">=7.0.0", 2826 "psr/http-message": "^1.0" 2827 }, 2828 "type": "library", 2829 "extra": { 2830 "branch-alias": { 2831 "dev-master": "1.0.x-dev" 2832 } 2833 }, 2834 "autoload": { 2835 "psr-4": { 2836 "Psr\\Http\\Message\\": "src/" 2837 } 2838 }, 2839 "notification-url": "https://packagist.org/downloads/", 2840 "license": [ 2841 "MIT" 2842 ], 2843 "authors": [ 2844 { 2845 "name": "PHP-FIG", 2846 "homepage": "http://www.php-fig.org/" 2847 } 2848 ], 2849 "description": "Common interfaces for PSR-7 HTTP message factories", 2850 "keywords": [ 2851 "factory", 2852 "http", 2853 "message", 2854 "psr", 2855 "psr-17", 2856 "psr-7", 2857 "request", 2858 "response" 2859 ], 2860 "support": { 2861 "source": "https://github.com/php-fig/http-factory/tree/master" 2862 }, 2863 "time": "2019-04-30T12:38:16+00:00" 2864 }, 2865 { 2866 "name": "psr/http-message", 2867 "version": "1.0.1", 2868 "source": { 2869 "type": "git", 2870 "url": "https://github.com/php-fig/http-message.git", 2871 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" 2872 }, 2873 "dist": { 2874 "type": "zip", 2875 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", 2876 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", 2877 "shasum": "" 2878 }, 2879 "require": { 2880 "php": ">=5.3.0" 2881 }, 2882 "type": "library", 2883 "extra": { 2884 "branch-alias": { 2885 "dev-master": "1.0.x-dev" 2886 } 2887 }, 2888 "autoload": { 2889 "psr-4": { 2890 "Psr\\Http\\Message\\": "src/" 2891 } 2892 }, 2893 "notification-url": "https://packagist.org/downloads/", 2894 "license": [ 2895 "MIT" 2896 ], 2897 "authors": [ 2898 { 2899 "name": "PHP-FIG", 2900 "homepage": "http://www.php-fig.org/" 2901 } 2902 ], 2903 "description": "Common interface for HTTP messages", 2904 "homepage": "https://github.com/php-fig/http-message", 2905 "keywords": [ 2906 "http", 2907 "http-message", 2908 "psr", 2909 "psr-7", 2910 "request", 2911 "response" 2912 ], 2913 "support": { 2914 "source": "https://github.com/php-fig/http-message/tree/master" 2915 }, 2916 "time": "2016-08-06T14:39:51+00:00" 2917 }, 2918 { 2919 "name": "psr/http-server-handler", 2920 "version": "1.0.1", 2921 "source": { 2922 "type": "git", 2923 "url": "https://github.com/php-fig/http-server-handler.git", 2924 "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7" 2925 }, 2926 "dist": { 2927 "type": "zip", 2928 "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7", 2929 "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7", 2930 "shasum": "" 2931 }, 2932 "require": { 2933 "php": ">=7.0", 2934 "psr/http-message": "^1.0" 2935 }, 2936 "type": "library", 2937 "extra": { 2938 "branch-alias": { 2939 "dev-master": "1.0.x-dev" 2940 } 2941 }, 2942 "autoload": { 2943 "psr-4": { 2944 "Psr\\Http\\Server\\": "src/" 2945 } 2946 }, 2947 "notification-url": "https://packagist.org/downloads/", 2948 "license": [ 2949 "MIT" 2950 ], 2951 "authors": [ 2952 { 2953 "name": "PHP-FIG", 2954 "homepage": "http://www.php-fig.org/" 2955 } 2956 ], 2957 "description": "Common interface for HTTP server-side request handler", 2958 "keywords": [ 2959 "handler", 2960 "http", 2961 "http-interop", 2962 "psr", 2963 "psr-15", 2964 "psr-7", 2965 "request", 2966 "response", 2967 "server" 2968 ], 2969 "support": { 2970 "issues": "https://github.com/php-fig/http-server-handler/issues", 2971 "source": "https://github.com/php-fig/http-server-handler/tree/master" 2972 }, 2973 "time": "2018-10-30T16:46:14+00:00" 2974 }, 2975 { 2976 "name": "psr/http-server-middleware", 2977 "version": "1.0.1", 2978 "source": { 2979 "type": "git", 2980 "url": "https://github.com/php-fig/http-server-middleware.git", 2981 "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5" 2982 }, 2983 "dist": { 2984 "type": "zip", 2985 "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5", 2986 "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5", 2987 "shasum": "" 2988 }, 2989 "require": { 2990 "php": ">=7.0", 2991 "psr/http-message": "^1.0", 2992 "psr/http-server-handler": "^1.0" 2993 }, 2994 "type": "library", 2995 "extra": { 2996 "branch-alias": { 2997 "dev-master": "1.0.x-dev" 2998 } 2999 }, 3000 "autoload": { 3001 "psr-4": { 3002 "Psr\\Http\\Server\\": "src/" 3003 } 3004 }, 3005 "notification-url": "https://packagist.org/downloads/", 3006 "license": [ 3007 "MIT" 3008 ], 3009 "authors": [ 3010 { 3011 "name": "PHP-FIG", 3012 "homepage": "http://www.php-fig.org/" 3013 } 3014 ], 3015 "description": "Common interface for HTTP server-side middleware", 3016 "keywords": [ 3017 "http", 3018 "http-interop", 3019 "middleware", 3020 "psr", 3021 "psr-15", 3022 "psr-7", 3023 "request", 3024 "response" 3025 ], 3026 "support": { 3027 "issues": "https://github.com/php-fig/http-server-middleware/issues", 3028 "source": "https://github.com/php-fig/http-server-middleware/tree/master" 3029 }, 3030 "time": "2018-10-30T17:12:04+00:00" 3031 }, 3032 { 3033 "name": "psr/log", 3034 "version": "1.1.4", 3035 "source": { 3036 "type": "git", 3037 "url": "https://github.com/php-fig/log.git", 3038 "reference": "d49695b909c3b7628b6289db5479a1c204601f11" 3039 }, 3040 "dist": { 3041 "type": "zip", 3042 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", 3043 "reference": "d49695b909c3b7628b6289db5479a1c204601f11", 3044 "shasum": "" 3045 }, 3046 "require": { 3047 "php": ">=5.3.0" 3048 }, 3049 "type": "library", 3050 "extra": { 3051 "branch-alias": { 3052 "dev-master": "1.1.x-dev" 3053 } 3054 }, 3055 "autoload": { 3056 "psr-4": { 3057 "Psr\\Log\\": "Psr/Log/" 3058 } 3059 }, 3060 "notification-url": "https://packagist.org/downloads/", 3061 "license": [ 3062 "MIT" 3063 ], 3064 "authors": [ 3065 { 3066 "name": "PHP-FIG", 3067 "homepage": "https://www.php-fig.org/" 3068 } 3069 ], 3070 "description": "Common interface for logging libraries", 3071 "homepage": "https://github.com/php-fig/log", 3072 "keywords": [ 3073 "log", 3074 "psr", 3075 "psr-3" 3076 ], 3077 "support": { 3078 "source": "https://github.com/php-fig/log/tree/1.1.4" 3079 }, 3080 "time": "2021-05-03T11:20:27+00:00" 3081 }, 3082 { 3083 "name": "psr/simple-cache", 3084 "version": "1.0.1", 3085 "source": { 3086 "type": "git", 3087 "url": "https://github.com/php-fig/simple-cache.git", 3088 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" 3089 }, 3090 "dist": { 3091 "type": "zip", 3092 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", 3093 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", 3094 "shasum": "" 3095 }, 3096 "require": { 3097 "php": ">=5.3.0" 3098 }, 3099 "type": "library", 3100 "extra": { 3101 "branch-alias": { 3102 "dev-master": "1.0.x-dev" 3103 } 3104 }, 3105 "autoload": { 3106 "psr-4": { 3107 "Psr\\SimpleCache\\": "src/" 3108 } 3109 }, 3110 "notification-url": "https://packagist.org/downloads/", 3111 "license": [ 3112 "MIT" 3113 ], 3114 "authors": [ 3115 { 3116 "name": "PHP-FIG", 3117 "homepage": "http://www.php-fig.org/" 3118 } 3119 ], 3120 "description": "Common interfaces for simple caching", 3121 "keywords": [ 3122 "cache", 3123 "caching", 3124 "psr", 3125 "psr-16", 3126 "simple-cache" 3127 ], 3128 "support": { 3129 "source": "https://github.com/php-fig/simple-cache/tree/master" 3130 }, 3131 "time": "2017-10-23T01:57:42+00:00" 3132 }, 3133 { 3134 "name": "ralouphie/getallheaders", 3135 "version": "3.0.3", 3136 "source": { 3137 "type": "git", 3138 "url": "https://github.com/ralouphie/getallheaders.git", 3139 "reference": "120b605dfeb996808c31b6477290a714d356e822" 3140 }, 3141 "dist": { 3142 "type": "zip", 3143 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", 3144 "reference": "120b605dfeb996808c31b6477290a714d356e822", 3145 "shasum": "" 3146 }, 3147 "require": { 3148 "php": ">=5.6" 3149 }, 3150 "require-dev": { 3151 "php-coveralls/php-coveralls": "^2.1", 3152 "phpunit/phpunit": "^5 || ^6.5" 3153 }, 3154 "type": "library", 3155 "autoload": { 3156 "files": [ 3157 "src/getallheaders.php" 3158 ] 3159 }, 3160 "notification-url": "https://packagist.org/downloads/", 3161 "license": [ 3162 "MIT" 3163 ], 3164 "authors": [ 3165 { 3166 "name": "Ralph Khattar", 3167 "email": "ralph.khattar@gmail.com" 3168 } 3169 ], 3170 "description": "A polyfill for getallheaders.", 3171 "support": { 3172 "issues": "https://github.com/ralouphie/getallheaders/issues", 3173 "source": "https://github.com/ralouphie/getallheaders/tree/develop" 3174 }, 3175 "time": "2019-03-08T08:55:37+00:00" 3176 }, 3177 { 3178 "name": "ramsey/collection", 3179 "version": "1.2.2", 3180 "source": { 3181 "type": "git", 3182 "url": "https://github.com/ramsey/collection.git", 3183 "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a" 3184 }, 3185 "dist": { 3186 "type": "zip", 3187 "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a", 3188 "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a", 3189 "shasum": "" 3190 }, 3191 "require": { 3192 "php": "^7.3 || ^8", 3193 "symfony/polyfill-php81": "^1.23" 3194 }, 3195 "require-dev": { 3196 "captainhook/captainhook": "^5.3", 3197 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", 3198 "ergebnis/composer-normalize": "^2.6", 3199 "fakerphp/faker": "^1.5", 3200 "hamcrest/hamcrest-php": "^2", 3201 "jangregor/phpstan-prophecy": "^0.8", 3202 "mockery/mockery": "^1.3", 3203 "phpspec/prophecy-phpunit": "^2.0", 3204 "phpstan/extension-installer": "^1", 3205 "phpstan/phpstan": "^0.12.32", 3206 "phpstan/phpstan-mockery": "^0.12.5", 3207 "phpstan/phpstan-phpunit": "^0.12.11", 3208 "phpunit/phpunit": "^8.5 || ^9", 3209 "psy/psysh": "^0.10.4", 3210 "slevomat/coding-standard": "^6.3", 3211 "squizlabs/php_codesniffer": "^3.5", 3212 "vimeo/psalm": "^4.4" 3213 }, 3214 "type": "library", 3215 "autoload": { 3216 "psr-4": { 3217 "Ramsey\\Collection\\": "src/" 3218 } 3219 }, 3220 "notification-url": "https://packagist.org/downloads/", 3221 "license": [ 3222 "MIT" 3223 ], 3224 "authors": [ 3225 { 3226 "name": "Ben Ramsey", 3227 "email": "ben@benramsey.com", 3228 "homepage": "https://benramsey.com" 3229 } 3230 ], 3231 "description": "A PHP library for representing and manipulating collections.", 3232 "keywords": [ 3233 "array", 3234 "collection", 3235 "hash", 3236 "map", 3237 "queue", 3238 "set" 3239 ], 3240 "support": { 3241 "issues": "https://github.com/ramsey/collection/issues", 3242 "source": "https://github.com/ramsey/collection/tree/1.2.2" 3243 }, 3244 "funding": [ 3245 { 3246 "url": "https://github.com/ramsey", 3247 "type": "github" 3248 }, 3249 { 3250 "url": "https://tidelift.com/funding/github/packagist/ramsey/collection", 3251 "type": "tidelift" 3252 } 3253 ], 3254 "time": "2021-10-10T03:01:02+00:00" 3255 }, 3256 { 3257 "name": "ramsey/uuid", 3258 "version": "4.2.3", 3259 "source": { 3260 "type": "git", 3261 "url": "https://github.com/ramsey/uuid.git", 3262 "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df" 3263 }, 3264 "dist": { 3265 "type": "zip", 3266 "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df", 3267 "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df", 3268 "shasum": "" 3269 }, 3270 "require": { 3271 "brick/math": "^0.8 || ^0.9", 3272 "ext-json": "*", 3273 "php": "^7.2 || ^8.0", 3274 "ramsey/collection": "^1.0", 3275 "symfony/polyfill-ctype": "^1.8", 3276 "symfony/polyfill-php80": "^1.14" 3277 }, 3278 "replace": { 3279 "rhumsaa/uuid": "self.version" 3280 }, 3281 "require-dev": { 3282 "captainhook/captainhook": "^5.10", 3283 "captainhook/plugin-composer": "^5.3", 3284 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", 3285 "doctrine/annotations": "^1.8", 3286 "ergebnis/composer-normalize": "^2.15", 3287 "mockery/mockery": "^1.3", 3288 "moontoast/math": "^1.1", 3289 "paragonie/random-lib": "^2", 3290 "php-mock/php-mock": "^2.2", 3291 "php-mock/php-mock-mockery": "^1.3", 3292 "php-parallel-lint/php-parallel-lint": "^1.1", 3293 "phpbench/phpbench": "^1.0", 3294 "phpstan/extension-installer": "^1.0", 3295 "phpstan/phpstan": "^0.12", 3296 "phpstan/phpstan-mockery": "^0.12", 3297 "phpstan/phpstan-phpunit": "^0.12", 3298 "phpunit/phpunit": "^8.5 || ^9", 3299 "slevomat/coding-standard": "^7.0", 3300 "squizlabs/php_codesniffer": "^3.5", 3301 "vimeo/psalm": "^4.9" 3302 }, 3303 "suggest": { 3304 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", 3305 "ext-ctype": "Enables faster processing of character classification using ctype functions.", 3306 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", 3307 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", 3308 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", 3309 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." 3310 }, 3311 "type": "library", 3312 "extra": { 3313 "branch-alias": { 3314 "dev-main": "4.x-dev" 3315 }, 3316 "captainhook": { 3317 "force-install": true 3318 } 3319 }, 3320 "autoload": { 3321 "psr-4": { 3322 "Ramsey\\Uuid\\": "src/" 3323 }, 3324 "files": [ 3325 "src/functions.php" 3326 ] 3327 }, 3328 "notification-url": "https://packagist.org/downloads/", 3329 "license": [ 3330 "MIT" 3331 ], 3332 "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", 3333 "keywords": [ 3334 "guid", 3335 "identifier", 3336 "uuid" 3337 ], 3338 "support": { 3339 "issues": "https://github.com/ramsey/uuid/issues", 3340 "source": "https://github.com/ramsey/uuid/tree/4.2.3" 3341 }, 3342 "funding": [ 3343 { 3344 "url": "https://github.com/ramsey", 3345 "type": "github" 3346 }, 3347 { 3348 "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", 3349 "type": "tidelift" 3350 } 3351 ], 3352 "time": "2021-09-25T23:10:38+00:00" 3353 }, 3354 { 3355 "name": "sabre/uri", 3356 "version": "2.2.2", 3357 "source": { 3358 "type": "git", 3359 "url": "https://github.com/sabre-io/uri.git", 3360 "reference": "7cb0f489578afad5006e85cd60f18ff33f2d440d" 3361 }, 3362 "dist": { 3363 "type": "zip", 3364 "url": "https://api.github.com/repos/sabre-io/uri/zipball/7cb0f489578afad5006e85cd60f18ff33f2d440d", 3365 "reference": "7cb0f489578afad5006e85cd60f18ff33f2d440d", 3366 "shasum": "" 3367 }, 3368 "require": { 3369 "php": "^7.1 || ^8.0" 3370 }, 3371 "require-dev": { 3372 "friendsofphp/php-cs-fixer": "~2.17.1", 3373 "phpstan/phpstan": "^0.12", 3374 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0" 3375 }, 3376 "type": "library", 3377 "autoload": { 3378 "files": [ 3379 "lib/functions.php" 3380 ], 3381 "psr-4": { 3382 "Sabre\\Uri\\": "lib/" 3383 } 3384 }, 3385 "notification-url": "https://packagist.org/downloads/", 3386 "license": [ 3387 "BSD-3-Clause" 3388 ], 3389 "authors": [ 3390 { 3391 "name": "Evert Pot", 3392 "email": "me@evertpot.com", 3393 "homepage": "http://evertpot.com/", 3394 "role": "Developer" 3395 } 3396 ], 3397 "description": "Functions for making sense out of URIs.", 3398 "homepage": "http://sabre.io/uri/", 3399 "keywords": [ 3400 "rfc3986", 3401 "uri", 3402 "url" 3403 ], 3404 "support": { 3405 "forum": "https://groups.google.com/group/sabredav-discuss", 3406 "issues": "https://github.com/sabre-io/uri/issues", 3407 "source": "https://github.com/fruux/sabre-uri" 3408 }, 3409 "time": "2021-11-04T09:29:58+00:00" 3410 }, 3411 { 3412 "name": "sabre/vobject", 3413 "version": "4.4.1", 3414 "source": { 3415 "type": "git", 3416 "url": "https://github.com/sabre-io/vobject.git", 3417 "reference": "06feff370141fd3118609f808e86d9315864bf14" 3418 }, 3419 "dist": { 3420 "type": "zip", 3421 "url": "https://api.github.com/repos/sabre-io/vobject/zipball/06feff370141fd3118609f808e86d9315864bf14", 3422 "reference": "06feff370141fd3118609f808e86d9315864bf14", 3423 "shasum": "" 3424 }, 3425 "require": { 3426 "ext-mbstring": "*", 3427 "php": "^7.1 || ^8.0", 3428 "sabre/xml": "^2.1" 3429 }, 3430 "require-dev": { 3431 "friendsofphp/php-cs-fixer": "~2.17.1", 3432 "phpstan/phpstan": "^0.12", 3433 "phpunit/php-invoker": "^2.0 || ^3.1", 3434 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0" 3435 }, 3436 "suggest": { 3437 "hoa/bench": "If you would like to run the benchmark scripts" 3438 }, 3439 "bin": [ 3440 "bin/vobject", 3441 "bin/generate_vcards" 3442 ], 3443 "type": "library", 3444 "extra": { 3445 "branch-alias": { 3446 "dev-master": "4.0.x-dev" 3447 } 3448 }, 3449 "autoload": { 3450 "psr-4": { 3451 "Sabre\\VObject\\": "lib/" 3452 } 3453 }, 3454 "notification-url": "https://packagist.org/downloads/", 3455 "license": [ 3456 "BSD-3-Clause" 3457 ], 3458 "authors": [ 3459 { 3460 "name": "Evert Pot", 3461 "email": "me@evertpot.com", 3462 "homepage": "http://evertpot.com/", 3463 "role": "Developer" 3464 }, 3465 { 3466 "name": "Dominik Tobschall", 3467 "email": "dominik@fruux.com", 3468 "homepage": "http://tobschall.de/", 3469 "role": "Developer" 3470 }, 3471 { 3472 "name": "Ivan Enderlin", 3473 "email": "ivan.enderlin@hoa-project.net", 3474 "homepage": "http://mnt.io/", 3475 "role": "Developer" 3476 } 3477 ], 3478 "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects", 3479 "homepage": "http://sabre.io/vobject/", 3480 "keywords": [ 3481 "availability", 3482 "freebusy", 3483 "iCalendar", 3484 "ical", 3485 "ics", 3486 "jCal", 3487 "jCard", 3488 "recurrence", 3489 "rfc2425", 3490 "rfc2426", 3491 "rfc2739", 3492 "rfc4770", 3493 "rfc5545", 3494 "rfc5546", 3495 "rfc6321", 3496 "rfc6350", 3497 "rfc6351", 3498 "rfc6474", 3499 "rfc6638", 3500 "rfc6715", 3501 "rfc6868", 3502 "vCalendar", 3503 "vCard", 3504 "vcf", 3505 "xCal", 3506 "xCard" 3507 ], 3508 "support": { 3509 "forum": "https://groups.google.com/group/sabredav-discuss", 3510 "issues": "https://github.com/sabre-io/vobject/issues", 3511 "source": "https://github.com/fruux/sabre-vobject" 3512 }, 3513 "time": "2021-12-07T09:45:33+00:00" 3514 }, 3515 { 3516 "name": "sabre/xml", 3517 "version": "2.2.5", 3518 "source": { 3519 "type": "git", 3520 "url": "https://github.com/sabre-io/xml.git", 3521 "reference": "a6af111850e7536d200d9637c34885cd3c77a86c" 3522 }, 3523 "dist": { 3524 "type": "zip", 3525 "url": "https://api.github.com/repos/sabre-io/xml/zipball/a6af111850e7536d200d9637c34885cd3c77a86c", 3526 "reference": "a6af111850e7536d200d9637c34885cd3c77a86c", 3527 "shasum": "" 3528 }, 3529 "require": { 3530 "ext-dom": "*", 3531 "ext-xmlreader": "*", 3532 "ext-xmlwriter": "*", 3533 "lib-libxml": ">=2.6.20", 3534 "php": "^7.1 || ^8.0", 3535 "sabre/uri": ">=1.0,<3.0.0" 3536 }, 3537 "require-dev": { 3538 "friendsofphp/php-cs-fixer": "~2.17.1", 3539 "phpstan/phpstan": "^0.12", 3540 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0" 3541 }, 3542 "type": "library", 3543 "autoload": { 3544 "psr-4": { 3545 "Sabre\\Xml\\": "lib/" 3546 }, 3547 "files": [ 3548 "lib/Deserializer/functions.php", 3549 "lib/Serializer/functions.php" 3550 ] 3551 }, 3552 "notification-url": "https://packagist.org/downloads/", 3553 "license": [ 3554 "BSD-3-Clause" 3555 ], 3556 "authors": [ 3557 { 3558 "name": "Evert Pot", 3559 "email": "me@evertpot.com", 3560 "homepage": "http://evertpot.com/", 3561 "role": "Developer" 3562 }, 3563 { 3564 "name": "Markus Staab", 3565 "email": "markus.staab@redaxo.de", 3566 "role": "Developer" 3567 } 3568 ], 3569 "description": "sabre/xml is an XML library that you may not hate.", 3570 "homepage": "https://sabre.io/xml/", 3571 "keywords": [ 3572 "XMLReader", 3573 "XMLWriter", 3574 "dom", 3575 "xml" 3576 ], 3577 "support": { 3578 "forum": "https://groups.google.com/group/sabredav-discuss", 3579 "issues": "https://github.com/sabre-io/xml/issues", 3580 "source": "https://github.com/fruux/sabre-xml" 3581 }, 3582 "time": "2021-11-04T06:37:27+00:00" 3583 }, 3584 { 3585 "name": "symfony/cache", 3586 "version": "v5.4.2", 3587 "source": { 3588 "type": "git", 3589 "url": "https://github.com/symfony/cache.git", 3590 "reference": "8aad4b69a10c5c51ab54672e78995860f5e447ec" 3591 }, 3592 "dist": { 3593 "type": "zip", 3594 "url": "https://api.github.com/repos/symfony/cache/zipball/8aad4b69a10c5c51ab54672e78995860f5e447ec", 3595 "reference": "8aad4b69a10c5c51ab54672e78995860f5e447ec", 3596 "shasum": "" 3597 }, 3598 "require": { 3599 "php": ">=7.2.5", 3600 "psr/cache": "^1.0|^2.0", 3601 "psr/log": "^1.1|^2|^3", 3602 "symfony/cache-contracts": "^1.1.7|^2", 3603 "symfony/deprecation-contracts": "^2.1|^3", 3604 "symfony/polyfill-php73": "^1.9", 3605 "symfony/polyfill-php80": "^1.16", 3606 "symfony/service-contracts": "^1.1|^2|^3", 3607 "symfony/var-exporter": "^4.4|^5.0|^6.0" 3608 }, 3609 "conflict": { 3610 "doctrine/dbal": "<2.13.1", 3611 "symfony/dependency-injection": "<4.4", 3612 "symfony/http-kernel": "<4.4", 3613 "symfony/var-dumper": "<4.4" 3614 }, 3615 "provide": { 3616 "psr/cache-implementation": "1.0|2.0", 3617 "psr/simple-cache-implementation": "1.0|2.0", 3618 "symfony/cache-implementation": "1.0|2.0" 3619 }, 3620 "require-dev": { 3621 "cache/integration-tests": "dev-master", 3622 "doctrine/cache": "^1.6|^2.0", 3623 "doctrine/dbal": "^2.13.1|^3.0", 3624 "predis/predis": "^1.1", 3625 "psr/simple-cache": "^1.0|^2.0", 3626 "symfony/config": "^4.4|^5.0|^6.0", 3627 "symfony/dependency-injection": "^4.4|^5.0|^6.0", 3628 "symfony/filesystem": "^4.4|^5.0|^6.0", 3629 "symfony/http-kernel": "^4.4|^5.0|^6.0", 3630 "symfony/messenger": "^4.4|^5.0|^6.0", 3631 "symfony/var-dumper": "^4.4|^5.0|^6.0" 3632 }, 3633 "type": "library", 3634 "autoload": { 3635 "psr-4": { 3636 "Symfony\\Component\\Cache\\": "" 3637 }, 3638 "exclude-from-classmap": [ 3639 "/Tests/" 3640 ] 3641 }, 3642 "notification-url": "https://packagist.org/downloads/", 3643 "license": [ 3644 "MIT" 3645 ], 3646 "authors": [ 3647 { 3648 "name": "Nicolas Grekas", 3649 "email": "p@tchwork.com" 3650 }, 3651 { 3652 "name": "Symfony Community", 3653 "homepage": "https://symfony.com/contributors" 3654 } 3655 ], 3656 "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation", 3657 "homepage": "https://symfony.com", 3658 "keywords": [ 3659 "caching", 3660 "psr6" 3661 ], 3662 "support": { 3663 "source": "https://github.com/symfony/cache/tree/v5.4.2" 3664 }, 3665 "funding": [ 3666 { 3667 "url": "https://symfony.com/sponsor", 3668 "type": "custom" 3669 }, 3670 { 3671 "url": "https://github.com/fabpot", 3672 "type": "github" 3673 }, 3674 { 3675 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3676 "type": "tidelift" 3677 } 3678 ], 3679 "time": "2021-12-28T17:15:56+00:00" 3680 }, 3681 { 3682 "name": "symfony/cache-contracts", 3683 "version": "v2.5.0", 3684 "source": { 3685 "type": "git", 3686 "url": "https://github.com/symfony/cache-contracts.git", 3687 "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2" 3688 }, 3689 "dist": { 3690 "type": "zip", 3691 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ac2e168102a2e06a2624f0379bde94cd5854ced2", 3692 "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2", 3693 "shasum": "" 3694 }, 3695 "require": { 3696 "php": ">=7.2.5", 3697 "psr/cache": "^1.0|^2.0|^3.0" 3698 }, 3699 "suggest": { 3700 "symfony/cache-implementation": "" 3701 }, 3702 "type": "library", 3703 "extra": { 3704 "branch-alias": { 3705 "dev-main": "2.5-dev" 3706 }, 3707 "thanks": { 3708 "name": "symfony/contracts", 3709 "url": "https://github.com/symfony/contracts" 3710 } 3711 }, 3712 "autoload": { 3713 "psr-4": { 3714 "Symfony\\Contracts\\Cache\\": "" 3715 } 3716 }, 3717 "notification-url": "https://packagist.org/downloads/", 3718 "license": [ 3719 "MIT" 3720 ], 3721 "authors": [ 3722 { 3723 "name": "Nicolas Grekas", 3724 "email": "p@tchwork.com" 3725 }, 3726 { 3727 "name": "Symfony Community", 3728 "homepage": "https://symfony.com/contributors" 3729 } 3730 ], 3731 "description": "Generic abstractions related to caching", 3732 "homepage": "https://symfony.com", 3733 "keywords": [ 3734 "abstractions", 3735 "contracts", 3736 "decoupling", 3737 "interfaces", 3738 "interoperability", 3739 "standards" 3740 ], 3741 "support": { 3742 "source": "https://github.com/symfony/cache-contracts/tree/v2.5.0" 3743 }, 3744 "funding": [ 3745 { 3746 "url": "https://symfony.com/sponsor", 3747 "type": "custom" 3748 }, 3749 { 3750 "url": "https://github.com/fabpot", 3751 "type": "github" 3752 }, 3753 { 3754 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3755 "type": "tidelift" 3756 } 3757 ], 3758 "time": "2021-08-17T14:20:01+00:00" 3759 }, 3760 { 3761 "name": "symfony/console", 3762 "version": "v5.4.2", 3763 "source": { 3764 "type": "git", 3765 "url": "https://github.com/symfony/console.git", 3766 "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e" 3767 }, 3768 "dist": { 3769 "type": "zip", 3770 "url": "https://api.github.com/repos/symfony/console/zipball/a2c6b7ced2eb7799a35375fb9022519282b5405e", 3771 "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e", 3772 "shasum": "" 3773 }, 3774 "require": { 3775 "php": ">=7.2.5", 3776 "symfony/deprecation-contracts": "^2.1|^3", 3777 "symfony/polyfill-mbstring": "~1.0", 3778 "symfony/polyfill-php73": "^1.9", 3779 "symfony/polyfill-php80": "^1.16", 3780 "symfony/service-contracts": "^1.1|^2|^3", 3781 "symfony/string": "^5.1|^6.0" 3782 }, 3783 "conflict": { 3784 "psr/log": ">=3", 3785 "symfony/dependency-injection": "<4.4", 3786 "symfony/dotenv": "<5.1", 3787 "symfony/event-dispatcher": "<4.4", 3788 "symfony/lock": "<4.4", 3789 "symfony/process": "<4.4" 3790 }, 3791 "provide": { 3792 "psr/log-implementation": "1.0|2.0" 3793 }, 3794 "require-dev": { 3795 "psr/log": "^1|^2", 3796 "symfony/config": "^4.4|^5.0|^6.0", 3797 "symfony/dependency-injection": "^4.4|^5.0|^6.0", 3798 "symfony/event-dispatcher": "^4.4|^5.0|^6.0", 3799 "symfony/lock": "^4.4|^5.0|^6.0", 3800 "symfony/process": "^4.4|^5.0|^6.0", 3801 "symfony/var-dumper": "^4.4|^5.0|^6.0" 3802 }, 3803 "suggest": { 3804 "psr/log": "For using the console logger", 3805 "symfony/event-dispatcher": "", 3806 "symfony/lock": "", 3807 "symfony/process": "" 3808 }, 3809 "type": "library", 3810 "autoload": { 3811 "psr-4": { 3812 "Symfony\\Component\\Console\\": "" 3813 }, 3814 "exclude-from-classmap": [ 3815 "/Tests/" 3816 ] 3817 }, 3818 "notification-url": "https://packagist.org/downloads/", 3819 "license": [ 3820 "MIT" 3821 ], 3822 "authors": [ 3823 { 3824 "name": "Fabien Potencier", 3825 "email": "fabien@symfony.com" 3826 }, 3827 { 3828 "name": "Symfony Community", 3829 "homepage": "https://symfony.com/contributors" 3830 } 3831 ], 3832 "description": "Eases the creation of beautiful and testable command line interfaces", 3833 "homepage": "https://symfony.com", 3834 "keywords": [ 3835 "cli", 3836 "command line", 3837 "console", 3838 "terminal" 3839 ], 3840 "support": { 3841 "source": "https://github.com/symfony/console/tree/v5.4.2" 3842 }, 3843 "funding": [ 3844 { 3845 "url": "https://symfony.com/sponsor", 3846 "type": "custom" 3847 }, 3848 { 3849 "url": "https://github.com/fabpot", 3850 "type": "github" 3851 }, 3852 { 3853 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3854 "type": "tidelift" 3855 } 3856 ], 3857 "time": "2021-12-20T16:11:12+00:00" 3858 }, 3859 { 3860 "name": "symfony/deprecation-contracts", 3861 "version": "v2.5.0", 3862 "source": { 3863 "type": "git", 3864 "url": "https://github.com/symfony/deprecation-contracts.git", 3865 "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8" 3866 }, 3867 "dist": { 3868 "type": "zip", 3869 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8", 3870 "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8", 3871 "shasum": "" 3872 }, 3873 "require": { 3874 "php": ">=7.1" 3875 }, 3876 "type": "library", 3877 "extra": { 3878 "branch-alias": { 3879 "dev-main": "2.5-dev" 3880 }, 3881 "thanks": { 3882 "name": "symfony/contracts", 3883 "url": "https://github.com/symfony/contracts" 3884 } 3885 }, 3886 "autoload": { 3887 "files": [ 3888 "function.php" 3889 ] 3890 }, 3891 "notification-url": "https://packagist.org/downloads/", 3892 "license": [ 3893 "MIT" 3894 ], 3895 "authors": [ 3896 { 3897 "name": "Nicolas Grekas", 3898 "email": "p@tchwork.com" 3899 }, 3900 { 3901 "name": "Symfony Community", 3902 "homepage": "https://symfony.com/contributors" 3903 } 3904 ], 3905 "description": "A generic function and convention to trigger deprecation notices", 3906 "homepage": "https://symfony.com", 3907 "support": { 3908 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0" 3909 }, 3910 "funding": [ 3911 { 3912 "url": "https://symfony.com/sponsor", 3913 "type": "custom" 3914 }, 3915 { 3916 "url": "https://github.com/fabpot", 3917 "type": "github" 3918 }, 3919 { 3920 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3921 "type": "tidelift" 3922 } 3923 ], 3924 "time": "2021-07-12T14:48:14+00:00" 3925 }, 3926 { 3927 "name": "symfony/event-dispatcher", 3928 "version": "v5.4.0", 3929 "source": { 3930 "type": "git", 3931 "url": "https://github.com/symfony/event-dispatcher.git", 3932 "reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb" 3933 }, 3934 "dist": { 3935 "type": "zip", 3936 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/27d39ae126352b9fa3be5e196ccf4617897be3eb", 3937 "reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb", 3938 "shasum": "" 3939 }, 3940 "require": { 3941 "php": ">=7.2.5", 3942 "symfony/deprecation-contracts": "^2.1|^3", 3943 "symfony/event-dispatcher-contracts": "^2|^3", 3944 "symfony/polyfill-php80": "^1.16" 3945 }, 3946 "conflict": { 3947 "symfony/dependency-injection": "<4.4" 3948 }, 3949 "provide": { 3950 "psr/event-dispatcher-implementation": "1.0", 3951 "symfony/event-dispatcher-implementation": "2.0" 3952 }, 3953 "require-dev": { 3954 "psr/log": "^1|^2|^3", 3955 "symfony/config": "^4.4|^5.0|^6.0", 3956 "symfony/dependency-injection": "^4.4|^5.0|^6.0", 3957 "symfony/error-handler": "^4.4|^5.0|^6.0", 3958 "symfony/expression-language": "^4.4|^5.0|^6.0", 3959 "symfony/http-foundation": "^4.4|^5.0|^6.0", 3960 "symfony/service-contracts": "^1.1|^2|^3", 3961 "symfony/stopwatch": "^4.4|^5.0|^6.0" 3962 }, 3963 "suggest": { 3964 "symfony/dependency-injection": "", 3965 "symfony/http-kernel": "" 3966 }, 3967 "type": "library", 3968 "autoload": { 3969 "psr-4": { 3970 "Symfony\\Component\\EventDispatcher\\": "" 3971 }, 3972 "exclude-from-classmap": [ 3973 "/Tests/" 3974 ] 3975 }, 3976 "notification-url": "https://packagist.org/downloads/", 3977 "license": [ 3978 "MIT" 3979 ], 3980 "authors": [ 3981 { 3982 "name": "Fabien Potencier", 3983 "email": "fabien@symfony.com" 3984 }, 3985 { 3986 "name": "Symfony Community", 3987 "homepage": "https://symfony.com/contributors" 3988 } 3989 ], 3990 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", 3991 "homepage": "https://symfony.com", 3992 "support": { 3993 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.0" 3994 }, 3995 "funding": [ 3996 { 3997 "url": "https://symfony.com/sponsor", 3998 "type": "custom" 3999 }, 4000 { 4001 "url": "https://github.com/fabpot", 4002 "type": "github" 4003 }, 4004 { 4005 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4006 "type": "tidelift" 4007 } 4008 ], 4009 "time": "2021-11-23T10:19:22+00:00" 4010 }, 4011 { 4012 "name": "symfony/event-dispatcher-contracts", 4013 "version": "v2.5.0", 4014 "source": { 4015 "type": "git", 4016 "url": "https://github.com/symfony/event-dispatcher-contracts.git", 4017 "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a" 4018 }, 4019 "dist": { 4020 "type": "zip", 4021 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a", 4022 "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a", 4023 "shasum": "" 4024 }, 4025 "require": { 4026 "php": ">=7.2.5", 4027 "psr/event-dispatcher": "^1" 4028 }, 4029 "suggest": { 4030 "symfony/event-dispatcher-implementation": "" 4031 }, 4032 "type": "library", 4033 "extra": { 4034 "branch-alias": { 4035 "dev-main": "2.5-dev" 4036 }, 4037 "thanks": { 4038 "name": "symfony/contracts", 4039 "url": "https://github.com/symfony/contracts" 4040 } 4041 }, 4042 "autoload": { 4043 "psr-4": { 4044 "Symfony\\Contracts\\EventDispatcher\\": "" 4045 } 4046 }, 4047 "notification-url": "https://packagist.org/downloads/", 4048 "license": [ 4049 "MIT" 4050 ], 4051 "authors": [ 4052 { 4053 "name": "Nicolas Grekas", 4054 "email": "p@tchwork.com" 4055 }, 4056 { 4057 "name": "Symfony Community", 4058 "homepage": "https://symfony.com/contributors" 4059 } 4060 ], 4061 "description": "Generic abstractions related to dispatching event", 4062 "homepage": "https://symfony.com", 4063 "keywords": [ 4064 "abstractions", 4065 "contracts", 4066 "decoupling", 4067 "interfaces", 4068 "interoperability", 4069 "standards" 4070 ], 4071 "support": { 4072 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.0" 4073 }, 4074 "funding": [ 4075 { 4076 "url": "https://symfony.com/sponsor", 4077 "type": "custom" 4078 }, 4079 { 4080 "url": "https://github.com/fabpot", 4081 "type": "github" 4082 }, 4083 { 4084 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4085 "type": "tidelift" 4086 } 4087 ], 4088 "time": "2021-07-12T14:48:14+00:00" 4089 }, 4090 { 4091 "name": "symfony/expression-language", 4092 "version": "v5.4.0", 4093 "source": { 4094 "type": "git", 4095 "url": "https://github.com/symfony/expression-language.git", 4096 "reference": "aff6ee3cf4ac1f37f5c7dad3f89f439dbe0893f2" 4097 }, 4098 "dist": { 4099 "type": "zip", 4100 "url": "https://api.github.com/repos/symfony/expression-language/zipball/aff6ee3cf4ac1f37f5c7dad3f89f439dbe0893f2", 4101 "reference": "aff6ee3cf4ac1f37f5c7dad3f89f439dbe0893f2", 4102 "shasum": "" 4103 }, 4104 "require": { 4105 "php": ">=7.2.5", 4106 "symfony/cache": "^4.4|^5.0|^6.0", 4107 "symfony/service-contracts": "^1.1|^2|^3" 4108 }, 4109 "type": "library", 4110 "autoload": { 4111 "psr-4": { 4112 "Symfony\\Component\\ExpressionLanguage\\": "" 4113 }, 4114 "exclude-from-classmap": [ 4115 "/Tests/" 4116 ] 4117 }, 4118 "notification-url": "https://packagist.org/downloads/", 4119 "license": [ 4120 "MIT" 4121 ], 4122 "authors": [ 4123 { 4124 "name": "Fabien Potencier", 4125 "email": "fabien@symfony.com" 4126 }, 4127 { 4128 "name": "Symfony Community", 4129 "homepage": "https://symfony.com/contributors" 4130 } 4131 ], 4132 "description": "Provides an engine that can compile and evaluate expressions", 4133 "homepage": "https://symfony.com", 4134 "support": { 4135 "source": "https://github.com/symfony/expression-language/tree/v5.4.0" 4136 }, 4137 "funding": [ 4138 { 4139 "url": "https://symfony.com/sponsor", 4140 "type": "custom" 4141 }, 4142 { 4143 "url": "https://github.com/fabpot", 4144 "type": "github" 4145 }, 4146 { 4147 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4148 "type": "tidelift" 4149 } 4150 ], 4151 "time": "2021-11-23T10:19:22+00:00" 4152 }, 4153 { 4154 "name": "symfony/mailer", 4155 "version": "v5.4.2", 4156 "source": { 4157 "type": "git", 4158 "url": "https://github.com/symfony/mailer.git", 4159 "reference": "309ba427654351dcad9691bef817b96920ebd2cf" 4160 }, 4161 "dist": { 4162 "type": "zip", 4163 "url": "https://api.github.com/repos/symfony/mailer/zipball/309ba427654351dcad9691bef817b96920ebd2cf", 4164 "reference": "309ba427654351dcad9691bef817b96920ebd2cf", 4165 "shasum": "" 4166 }, 4167 "require": { 4168 "egulias/email-validator": "^2.1.10|^3", 4169 "php": ">=7.2.5", 4170 "psr/event-dispatcher": "^1", 4171 "psr/log": "^1|^2|^3", 4172 "symfony/deprecation-contracts": "^2.1|^3", 4173 "symfony/event-dispatcher": "^4.4|^5.0|^6.0", 4174 "symfony/mime": "^5.2.6|^6.0", 4175 "symfony/polyfill-php80": "^1.16", 4176 "symfony/service-contracts": "^1.1|^2|^3" 4177 }, 4178 "conflict": { 4179 "symfony/http-kernel": "<4.4" 4180 }, 4181 "require-dev": { 4182 "symfony/http-client-contracts": "^1.1|^2|^3", 4183 "symfony/messenger": "^4.4|^5.0|^6.0" 4184 }, 4185 "type": "library", 4186 "autoload": { 4187 "psr-4": { 4188 "Symfony\\Component\\Mailer\\": "" 4189 }, 4190 "exclude-from-classmap": [ 4191 "/Tests/" 4192 ] 4193 }, 4194 "notification-url": "https://packagist.org/downloads/", 4195 "license": [ 4196 "MIT" 4197 ], 4198 "authors": [ 4199 { 4200 "name": "Fabien Potencier", 4201 "email": "fabien@symfony.com" 4202 }, 4203 { 4204 "name": "Symfony Community", 4205 "homepage": "https://symfony.com/contributors" 4206 } 4207 ], 4208 "description": "Helps sending emails", 4209 "homepage": "https://symfony.com", 4210 "support": { 4211 "source": "https://github.com/symfony/mailer/tree/v5.4.2" 4212 }, 4213 "funding": [ 4214 { 4215 "url": "https://symfony.com/sponsor", 4216 "type": "custom" 4217 }, 4218 { 4219 "url": "https://github.com/fabpot", 4220 "type": "github" 4221 }, 4222 { 4223 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4224 "type": "tidelift" 4225 } 4226 ], 4227 "time": "2021-12-11T16:33:38+00:00" 4228 }, 4229 { 4230 "name": "symfony/mime", 4231 "version": "v5.4.2", 4232 "source": { 4233 "type": "git", 4234 "url": "https://github.com/symfony/mime.git", 4235 "reference": "1bfd938cf9562822c05c4d00e8f92134d3c8e42d" 4236 }, 4237 "dist": { 4238 "type": "zip", 4239 "url": "https://api.github.com/repos/symfony/mime/zipball/1bfd938cf9562822c05c4d00e8f92134d3c8e42d", 4240 "reference": "1bfd938cf9562822c05c4d00e8f92134d3c8e42d", 4241 "shasum": "" 4242 }, 4243 "require": { 4244 "php": ">=7.2.5", 4245 "symfony/deprecation-contracts": "^2.1|^3", 4246 "symfony/polyfill-intl-idn": "^1.10", 4247 "symfony/polyfill-mbstring": "^1.0", 4248 "symfony/polyfill-php80": "^1.16" 4249 }, 4250 "conflict": { 4251 "egulias/email-validator": "~3.0.0", 4252 "phpdocumentor/reflection-docblock": "<3.2.2", 4253 "phpdocumentor/type-resolver": "<1.4.0", 4254 "symfony/mailer": "<4.4" 4255 }, 4256 "require-dev": { 4257 "egulias/email-validator": "^2.1.10|^3.1", 4258 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", 4259 "symfony/dependency-injection": "^4.4|^5.0|^6.0", 4260 "symfony/property-access": "^4.4|^5.1|^6.0", 4261 "symfony/property-info": "^4.4|^5.1|^6.0", 4262 "symfony/serializer": "^5.2|^6.0" 4263 }, 4264 "type": "library", 4265 "autoload": { 4266 "psr-4": { 4267 "Symfony\\Component\\Mime\\": "" 4268 }, 4269 "exclude-from-classmap": [ 4270 "/Tests/" 4271 ] 4272 }, 4273 "notification-url": "https://packagist.org/downloads/", 4274 "license": [ 4275 "MIT" 4276 ], 4277 "authors": [ 4278 { 4279 "name": "Fabien Potencier", 4280 "email": "fabien@symfony.com" 4281 }, 4282 { 4283 "name": "Symfony Community", 4284 "homepage": "https://symfony.com/contributors" 4285 } 4286 ], 4287 "description": "Allows manipulating MIME messages", 4288 "homepage": "https://symfony.com", 4289 "keywords": [ 4290 "mime", 4291 "mime-type" 4292 ], 4293 "support": { 4294 "source": "https://github.com/symfony/mime/tree/v5.4.2" 4295 }, 4296 "funding": [ 4297 { 4298 "url": "https://symfony.com/sponsor", 4299 "type": "custom" 4300 }, 4301 { 4302 "url": "https://github.com/fabpot", 4303 "type": "github" 4304 }, 4305 { 4306 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4307 "type": "tidelift" 4308 } 4309 ], 4310 "time": "2021-12-28T17:15:56+00:00" 4311 }, 4312 { 4313 "name": "symfony/polyfill-ctype", 4314 "version": "v1.24.0", 4315 "source": { 4316 "type": "git", 4317 "url": "https://github.com/symfony/polyfill-ctype.git", 4318 "reference": "30885182c981ab175d4d034db0f6f469898070ab" 4319 }, 4320 "dist": { 4321 "type": "zip", 4322 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab", 4323 "reference": "30885182c981ab175d4d034db0f6f469898070ab", 4324 "shasum": "" 4325 }, 4326 "require": { 4327 "php": ">=7.1" 4328 }, 4329 "provide": { 4330 "ext-ctype": "*" 4331 }, 4332 "suggest": { 4333 "ext-ctype": "For best performance" 4334 }, 4335 "type": "library", 4336 "extra": { 4337 "branch-alias": { 4338 "dev-main": "1.23-dev" 4339 }, 4340 "thanks": { 4341 "name": "symfony/polyfill", 4342 "url": "https://github.com/symfony/polyfill" 4343 } 4344 }, 4345 "autoload": { 4346 "psr-4": { 4347 "Symfony\\Polyfill\\Ctype\\": "" 4348 }, 4349 "files": [ 4350 "bootstrap.php" 4351 ] 4352 }, 4353 "notification-url": "https://packagist.org/downloads/", 4354 "license": [ 4355 "MIT" 4356 ], 4357 "authors": [ 4358 { 4359 "name": "Gert de Pagter", 4360 "email": "BackEndTea@gmail.com" 4361 }, 4362 { 4363 "name": "Symfony Community", 4364 "homepage": "https://symfony.com/contributors" 4365 } 4366 ], 4367 "description": "Symfony polyfill for ctype functions", 4368 "homepage": "https://symfony.com", 4369 "keywords": [ 4370 "compatibility", 4371 "ctype", 4372 "polyfill", 4373 "portable" 4374 ], 4375 "support": { 4376 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0" 4377 }, 4378 "funding": [ 4379 { 4380 "url": "https://symfony.com/sponsor", 4381 "type": "custom" 4382 }, 4383 { 4384 "url": "https://github.com/fabpot", 4385 "type": "github" 4386 }, 4387 { 4388 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4389 "type": "tidelift" 4390 } 4391 ], 4392 "time": "2021-10-20T20:35:02+00:00" 4393 }, 4394 { 4395 "name": "symfony/polyfill-intl-grapheme", 4396 "version": "v1.24.0", 4397 "source": { 4398 "type": "git", 4399 "url": "https://github.com/symfony/polyfill-intl-grapheme.git", 4400 "reference": "81b86b50cf841a64252b439e738e97f4a34e2783" 4401 }, 4402 "dist": { 4403 "type": "zip", 4404 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783", 4405 "reference": "81b86b50cf841a64252b439e738e97f4a34e2783", 4406 "shasum": "" 4407 }, 4408 "require": { 4409 "php": ">=7.1" 4410 }, 4411 "suggest": { 4412 "ext-intl": "For best performance" 4413 }, 4414 "type": "library", 4415 "extra": { 4416 "branch-alias": { 4417 "dev-main": "1.23-dev" 4418 }, 4419 "thanks": { 4420 "name": "symfony/polyfill", 4421 "url": "https://github.com/symfony/polyfill" 4422 } 4423 }, 4424 "autoload": { 4425 "psr-4": { 4426 "Symfony\\Polyfill\\Intl\\Grapheme\\": "" 4427 }, 4428 "files": [ 4429 "bootstrap.php" 4430 ] 4431 }, 4432 "notification-url": "https://packagist.org/downloads/", 4433 "license": [ 4434 "MIT" 4435 ], 4436 "authors": [ 4437 { 4438 "name": "Nicolas Grekas", 4439 "email": "p@tchwork.com" 4440 }, 4441 { 4442 "name": "Symfony Community", 4443 "homepage": "https://symfony.com/contributors" 4444 } 4445 ], 4446 "description": "Symfony polyfill for intl's grapheme_* functions", 4447 "homepage": "https://symfony.com", 4448 "keywords": [ 4449 "compatibility", 4450 "grapheme", 4451 "intl", 4452 "polyfill", 4453 "portable", 4454 "shim" 4455 ], 4456 "support": { 4457 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.24.0" 4458 }, 4459 "funding": [ 4460 { 4461 "url": "https://symfony.com/sponsor", 4462 "type": "custom" 4463 }, 4464 { 4465 "url": "https://github.com/fabpot", 4466 "type": "github" 4467 }, 4468 { 4469 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4470 "type": "tidelift" 4471 } 4472 ], 4473 "time": "2021-11-23T21:10:46+00:00" 4474 }, 4475 { 4476 "name": "symfony/polyfill-intl-idn", 4477 "version": "v1.24.0", 4478 "source": { 4479 "type": "git", 4480 "url": "https://github.com/symfony/polyfill-intl-idn.git", 4481 "reference": "749045c69efb97c70d25d7463abba812e91f3a44" 4482 }, 4483 "dist": { 4484 "type": "zip", 4485 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44", 4486 "reference": "749045c69efb97c70d25d7463abba812e91f3a44", 4487 "shasum": "" 4488 }, 4489 "require": { 4490 "php": ">=7.1", 4491 "symfony/polyfill-intl-normalizer": "^1.10", 4492 "symfony/polyfill-php72": "^1.10" 4493 }, 4494 "suggest": { 4495 "ext-intl": "For best performance" 4496 }, 4497 "type": "library", 4498 "extra": { 4499 "branch-alias": { 4500 "dev-main": "1.23-dev" 4501 }, 4502 "thanks": { 4503 "name": "symfony/polyfill", 4504 "url": "https://github.com/symfony/polyfill" 4505 } 4506 }, 4507 "autoload": { 4508 "psr-4": { 4509 "Symfony\\Polyfill\\Intl\\Idn\\": "" 4510 }, 4511 "files": [ 4512 "bootstrap.php" 4513 ] 4514 }, 4515 "notification-url": "https://packagist.org/downloads/", 4516 "license": [ 4517 "MIT" 4518 ], 4519 "authors": [ 4520 { 4521 "name": "Laurent Bassin", 4522 "email": "laurent@bassin.info" 4523 }, 4524 { 4525 "name": "Trevor Rowbotham", 4526 "email": "trevor.rowbotham@pm.me" 4527 }, 4528 { 4529 "name": "Symfony Community", 4530 "homepage": "https://symfony.com/contributors" 4531 } 4532 ], 4533 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", 4534 "homepage": "https://symfony.com", 4535 "keywords": [ 4536 "compatibility", 4537 "idn", 4538 "intl", 4539 "polyfill", 4540 "portable", 4541 "shim" 4542 ], 4543 "support": { 4544 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.24.0" 4545 }, 4546 "funding": [ 4547 { 4548 "url": "https://symfony.com/sponsor", 4549 "type": "custom" 4550 }, 4551 { 4552 "url": "https://github.com/fabpot", 4553 "type": "github" 4554 }, 4555 { 4556 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4557 "type": "tidelift" 4558 } 4559 ], 4560 "time": "2021-09-14T14:02:44+00:00" 4561 }, 4562 { 4563 "name": "symfony/polyfill-intl-normalizer", 4564 "version": "v1.24.0", 4565 "source": { 4566 "type": "git", 4567 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 4568 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" 4569 }, 4570 "dist": { 4571 "type": "zip", 4572 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", 4573 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", 4574 "shasum": "" 4575 }, 4576 "require": { 4577 "php": ">=7.1" 4578 }, 4579 "suggest": { 4580 "ext-intl": "For best performance" 4581 }, 4582 "type": "library", 4583 "extra": { 4584 "branch-alias": { 4585 "dev-main": "1.23-dev" 4586 }, 4587 "thanks": { 4588 "name": "symfony/polyfill", 4589 "url": "https://github.com/symfony/polyfill" 4590 } 4591 }, 4592 "autoload": { 4593 "psr-4": { 4594 "Symfony\\Polyfill\\Intl\\Normalizer\\": "" 4595 }, 4596 "files": [ 4597 "bootstrap.php" 4598 ], 4599 "classmap": [ 4600 "Resources/stubs" 4601 ] 4602 }, 4603 "notification-url": "https://packagist.org/downloads/", 4604 "license": [ 4605 "MIT" 4606 ], 4607 "authors": [ 4608 { 4609 "name": "Nicolas Grekas", 4610 "email": "p@tchwork.com" 4611 }, 4612 { 4613 "name": "Symfony Community", 4614 "homepage": "https://symfony.com/contributors" 4615 } 4616 ], 4617 "description": "Symfony polyfill for intl's Normalizer class and related functions", 4618 "homepage": "https://symfony.com", 4619 "keywords": [ 4620 "compatibility", 4621 "intl", 4622 "normalizer", 4623 "polyfill", 4624 "portable", 4625 "shim" 4626 ], 4627 "support": { 4628 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.0" 4629 }, 4630 "funding": [ 4631 { 4632 "url": "https://symfony.com/sponsor", 4633 "type": "custom" 4634 }, 4635 { 4636 "url": "https://github.com/fabpot", 4637 "type": "github" 4638 }, 4639 { 4640 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4641 "type": "tidelift" 4642 } 4643 ], 4644 "time": "2021-02-19T12:13:01+00:00" 4645 }, 4646 { 4647 "name": "symfony/polyfill-mbstring", 4648 "version": "v1.24.0", 4649 "source": { 4650 "type": "git", 4651 "url": "https://github.com/symfony/polyfill-mbstring.git", 4652 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" 4653 }, 4654 "dist": { 4655 "type": "zip", 4656 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", 4657 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", 4658 "shasum": "" 4659 }, 4660 "require": { 4661 "php": ">=7.1" 4662 }, 4663 "provide": { 4664 "ext-mbstring": "*" 4665 }, 4666 "suggest": { 4667 "ext-mbstring": "For best performance" 4668 }, 4669 "type": "library", 4670 "extra": { 4671 "branch-alias": { 4672 "dev-main": "1.23-dev" 4673 }, 4674 "thanks": { 4675 "name": "symfony/polyfill", 4676 "url": "https://github.com/symfony/polyfill" 4677 } 4678 }, 4679 "autoload": { 4680 "psr-4": { 4681 "Symfony\\Polyfill\\Mbstring\\": "" 4682 }, 4683 "files": [ 4684 "bootstrap.php" 4685 ] 4686 }, 4687 "notification-url": "https://packagist.org/downloads/", 4688 "license": [ 4689 "MIT" 4690 ], 4691 "authors": [ 4692 { 4693 "name": "Nicolas Grekas", 4694 "email": "p@tchwork.com" 4695 }, 4696 { 4697 "name": "Symfony Community", 4698 "homepage": "https://symfony.com/contributors" 4699 } 4700 ], 4701 "description": "Symfony polyfill for the Mbstring extension", 4702 "homepage": "https://symfony.com", 4703 "keywords": [ 4704 "compatibility", 4705 "mbstring", 4706 "polyfill", 4707 "portable", 4708 "shim" 4709 ], 4710 "support": { 4711 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0" 4712 }, 4713 "funding": [ 4714 { 4715 "url": "https://symfony.com/sponsor", 4716 "type": "custom" 4717 }, 4718 { 4719 "url": "https://github.com/fabpot", 4720 "type": "github" 4721 }, 4722 { 4723 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4724 "type": "tidelift" 4725 } 4726 ], 4727 "time": "2021-11-30T18:21:41+00:00" 4728 }, 4729 { 4730 "name": "symfony/polyfill-php72", 4731 "version": "v1.24.0", 4732 "source": { 4733 "type": "git", 4734 "url": "https://github.com/symfony/polyfill-php72.git", 4735 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976" 4736 }, 4737 "dist": { 4738 "type": "zip", 4739 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976", 4740 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976", 4741 "shasum": "" 4742 }, 4743 "require": { 4744 "php": ">=7.1" 4745 }, 4746 "type": "library", 4747 "extra": { 4748 "branch-alias": { 4749 "dev-main": "1.23-dev" 4750 }, 4751 "thanks": { 4752 "name": "symfony/polyfill", 4753 "url": "https://github.com/symfony/polyfill" 4754 } 4755 }, 4756 "autoload": { 4757 "psr-4": { 4758 "Symfony\\Polyfill\\Php72\\": "" 4759 }, 4760 "files": [ 4761 "bootstrap.php" 4762 ] 4763 }, 4764 "notification-url": "https://packagist.org/downloads/", 4765 "license": [ 4766 "MIT" 4767 ], 4768 "authors": [ 4769 { 4770 "name": "Nicolas Grekas", 4771 "email": "p@tchwork.com" 4772 }, 4773 { 4774 "name": "Symfony Community", 4775 "homepage": "https://symfony.com/contributors" 4776 } 4777 ], 4778 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", 4779 "homepage": "https://symfony.com", 4780 "keywords": [ 4781 "compatibility", 4782 "polyfill", 4783 "portable", 4784 "shim" 4785 ], 4786 "support": { 4787 "source": "https://github.com/symfony/polyfill-php72/tree/v1.24.0" 4788 }, 4789 "funding": [ 4790 { 4791 "url": "https://symfony.com/sponsor", 4792 "type": "custom" 4793 }, 4794 { 4795 "url": "https://github.com/fabpot", 4796 "type": "github" 4797 }, 4798 { 4799 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4800 "type": "tidelift" 4801 } 4802 ], 4803 "time": "2021-05-27T09:17:38+00:00" 4804 }, 4805 { 4806 "name": "symfony/polyfill-php73", 4807 "version": "v1.24.0", 4808 "source": { 4809 "type": "git", 4810 "url": "https://github.com/symfony/polyfill-php73.git", 4811 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5" 4812 }, 4813 "dist": { 4814 "type": "zip", 4815 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5", 4816 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5", 4817 "shasum": "" 4818 }, 4819 "require": { 4820 "php": ">=7.1" 4821 }, 4822 "type": "library", 4823 "extra": { 4824 "branch-alias": { 4825 "dev-main": "1.23-dev" 4826 }, 4827 "thanks": { 4828 "name": "symfony/polyfill", 4829 "url": "https://github.com/symfony/polyfill" 4830 } 4831 }, 4832 "autoload": { 4833 "psr-4": { 4834 "Symfony\\Polyfill\\Php73\\": "" 4835 }, 4836 "files": [ 4837 "bootstrap.php" 4838 ], 4839 "classmap": [ 4840 "Resources/stubs" 4841 ] 4842 }, 4843 "notification-url": "https://packagist.org/downloads/", 4844 "license": [ 4845 "MIT" 4846 ], 4847 "authors": [ 4848 { 4849 "name": "Nicolas Grekas", 4850 "email": "p@tchwork.com" 4851 }, 4852 { 4853 "name": "Symfony Community", 4854 "homepage": "https://symfony.com/contributors" 4855 } 4856 ], 4857 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", 4858 "homepage": "https://symfony.com", 4859 "keywords": [ 4860 "compatibility", 4861 "polyfill", 4862 "portable", 4863 "shim" 4864 ], 4865 "support": { 4866 "source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0" 4867 }, 4868 "funding": [ 4869 { 4870 "url": "https://symfony.com/sponsor", 4871 "type": "custom" 4872 }, 4873 { 4874 "url": "https://github.com/fabpot", 4875 "type": "github" 4876 }, 4877 { 4878 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4879 "type": "tidelift" 4880 } 4881 ], 4882 "time": "2021-06-05T21:20:04+00:00" 4883 }, 4884 { 4885 "name": "symfony/polyfill-php80", 4886 "version": "v1.24.0", 4887 "source": { 4888 "type": "git", 4889 "url": "https://github.com/symfony/polyfill-php80.git", 4890 "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9" 4891 }, 4892 "dist": { 4893 "type": "zip", 4894 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9", 4895 "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9", 4896 "shasum": "" 4897 }, 4898 "require": { 4899 "php": ">=7.1" 4900 }, 4901 "type": "library", 4902 "extra": { 4903 "branch-alias": { 4904 "dev-main": "1.23-dev" 4905 }, 4906 "thanks": { 4907 "name": "symfony/polyfill", 4908 "url": "https://github.com/symfony/polyfill" 4909 } 4910 }, 4911 "autoload": { 4912 "psr-4": { 4913 "Symfony\\Polyfill\\Php80\\": "" 4914 }, 4915 "files": [ 4916 "bootstrap.php" 4917 ], 4918 "classmap": [ 4919 "Resources/stubs" 4920 ] 4921 }, 4922 "notification-url": "https://packagist.org/downloads/", 4923 "license": [ 4924 "MIT" 4925 ], 4926 "authors": [ 4927 { 4928 "name": "Ion Bazan", 4929 "email": "ion.bazan@gmail.com" 4930 }, 4931 { 4932 "name": "Nicolas Grekas", 4933 "email": "p@tchwork.com" 4934 }, 4935 { 4936 "name": "Symfony Community", 4937 "homepage": "https://symfony.com/contributors" 4938 } 4939 ], 4940 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 4941 "homepage": "https://symfony.com", 4942 "keywords": [ 4943 "compatibility", 4944 "polyfill", 4945 "portable", 4946 "shim" 4947 ], 4948 "support": { 4949 "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0" 4950 }, 4951 "funding": [ 4952 { 4953 "url": "https://symfony.com/sponsor", 4954 "type": "custom" 4955 }, 4956 { 4957 "url": "https://github.com/fabpot", 4958 "type": "github" 4959 }, 4960 { 4961 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4962 "type": "tidelift" 4963 } 4964 ], 4965 "time": "2021-09-13T13:58:33+00:00" 4966 }, 4967 { 4968 "name": "symfony/polyfill-php81", 4969 "version": "v1.24.0", 4970 "source": { 4971 "type": "git", 4972 "url": "https://github.com/symfony/polyfill-php81.git", 4973 "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f" 4974 }, 4975 "dist": { 4976 "type": "zip", 4977 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", 4978 "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", 4979 "shasum": "" 4980 }, 4981 "require": { 4982 "php": ">=7.1" 4983 }, 4984 "type": "library", 4985 "extra": { 4986 "branch-alias": { 4987 "dev-main": "1.23-dev" 4988 }, 4989 "thanks": { 4990 "name": "symfony/polyfill", 4991 "url": "https://github.com/symfony/polyfill" 4992 } 4993 }, 4994 "autoload": { 4995 "psr-4": { 4996 "Symfony\\Polyfill\\Php81\\": "" 4997 }, 4998 "files": [ 4999 "bootstrap.php" 5000 ], 5001 "classmap": [ 5002 "Resources/stubs" 5003 ] 5004 }, 5005 "notification-url": "https://packagist.org/downloads/", 5006 "license": [ 5007 "MIT" 5008 ], 5009 "authors": [ 5010 { 5011 "name": "Nicolas Grekas", 5012 "email": "p@tchwork.com" 5013 }, 5014 { 5015 "name": "Symfony Community", 5016 "homepage": "https://symfony.com/contributors" 5017 } 5018 ], 5019 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", 5020 "homepage": "https://symfony.com", 5021 "keywords": [ 5022 "compatibility", 5023 "polyfill", 5024 "portable", 5025 "shim" 5026 ], 5027 "support": { 5028 "source": "https://github.com/symfony/polyfill-php81/tree/v1.24.0" 5029 }, 5030 "funding": [ 5031 { 5032 "url": "https://symfony.com/sponsor", 5033 "type": "custom" 5034 }, 5035 { 5036 "url": "https://github.com/fabpot", 5037 "type": "github" 5038 }, 5039 { 5040 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5041 "type": "tidelift" 5042 } 5043 ], 5044 "time": "2021-09-13T13:58:11+00:00" 5045 }, 5046 { 5047 "name": "symfony/service-contracts", 5048 "version": "v2.5.0", 5049 "source": { 5050 "type": "git", 5051 "url": "https://github.com/symfony/service-contracts.git", 5052 "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc" 5053 }, 5054 "dist": { 5055 "type": "zip", 5056 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc", 5057 "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc", 5058 "shasum": "" 5059 }, 5060 "require": { 5061 "php": ">=7.2.5", 5062 "psr/container": "^1.1", 5063 "symfony/deprecation-contracts": "^2.1" 5064 }, 5065 "conflict": { 5066 "ext-psr": "<1.1|>=2" 5067 }, 5068 "suggest": { 5069 "symfony/service-implementation": "" 5070 }, 5071 "type": "library", 5072 "extra": { 5073 "branch-alias": { 5074 "dev-main": "2.5-dev" 5075 }, 5076 "thanks": { 5077 "name": "symfony/contracts", 5078 "url": "https://github.com/symfony/contracts" 5079 } 5080 }, 5081 "autoload": { 5082 "psr-4": { 5083 "Symfony\\Contracts\\Service\\": "" 5084 } 5085 }, 5086 "notification-url": "https://packagist.org/downloads/", 5087 "license": [ 5088 "MIT" 5089 ], 5090 "authors": [ 5091 { 5092 "name": "Nicolas Grekas", 5093 "email": "p@tchwork.com" 5094 }, 5095 { 5096 "name": "Symfony Community", 5097 "homepage": "https://symfony.com/contributors" 5098 } 5099 ], 5100 "description": "Generic abstractions related to writing services", 5101 "homepage": "https://symfony.com", 5102 "keywords": [ 5103 "abstractions", 5104 "contracts", 5105 "decoupling", 5106 "interfaces", 5107 "interoperability", 5108 "standards" 5109 ], 5110 "support": { 5111 "source": "https://github.com/symfony/service-contracts/tree/v2.5.0" 5112 }, 5113 "funding": [ 5114 { 5115 "url": "https://symfony.com/sponsor", 5116 "type": "custom" 5117 }, 5118 { 5119 "url": "https://github.com/fabpot", 5120 "type": "github" 5121 }, 5122 { 5123 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5124 "type": "tidelift" 5125 } 5126 ], 5127 "time": "2021-11-04T16:48:04+00:00" 5128 }, 5129 { 5130 "name": "symfony/string", 5131 "version": "v5.4.2", 5132 "source": { 5133 "type": "git", 5134 "url": "https://github.com/symfony/string.git", 5135 "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d" 5136 }, 5137 "dist": { 5138 "type": "zip", 5139 "url": "https://api.github.com/repos/symfony/string/zipball/e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d", 5140 "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d", 5141 "shasum": "" 5142 }, 5143 "require": { 5144 "php": ">=7.2.5", 5145 "symfony/polyfill-ctype": "~1.8", 5146 "symfony/polyfill-intl-grapheme": "~1.0", 5147 "symfony/polyfill-intl-normalizer": "~1.0", 5148 "symfony/polyfill-mbstring": "~1.0", 5149 "symfony/polyfill-php80": "~1.15" 5150 }, 5151 "conflict": { 5152 "symfony/translation-contracts": ">=3.0" 5153 }, 5154 "require-dev": { 5155 "symfony/error-handler": "^4.4|^5.0|^6.0", 5156 "symfony/http-client": "^4.4|^5.0|^6.0", 5157 "symfony/translation-contracts": "^1.1|^2", 5158 "symfony/var-exporter": "^4.4|^5.0|^6.0" 5159 }, 5160 "type": "library", 5161 "autoload": { 5162 "psr-4": { 5163 "Symfony\\Component\\String\\": "" 5164 }, 5165 "files": [ 5166 "Resources/functions.php" 5167 ], 5168 "exclude-from-classmap": [ 5169 "/Tests/" 5170 ] 5171 }, 5172 "notification-url": "https://packagist.org/downloads/", 5173 "license": [ 5174 "MIT" 5175 ], 5176 "authors": [ 5177 { 5178 "name": "Nicolas Grekas", 5179 "email": "p@tchwork.com" 5180 }, 5181 { 5182 "name": "Symfony Community", 5183 "homepage": "https://symfony.com/contributors" 5184 } 5185 ], 5186 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", 5187 "homepage": "https://symfony.com", 5188 "keywords": [ 5189 "grapheme", 5190 "i18n", 5191 "string", 5192 "unicode", 5193 "utf-8", 5194 "utf8" 5195 ], 5196 "support": { 5197 "source": "https://github.com/symfony/string/tree/v5.4.2" 5198 }, 5199 "funding": [ 5200 { 5201 "url": "https://symfony.com/sponsor", 5202 "type": "custom" 5203 }, 5204 { 5205 "url": "https://github.com/fabpot", 5206 "type": "github" 5207 }, 5208 { 5209 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5210 "type": "tidelift" 5211 } 5212 ], 5213 "time": "2021-12-16T21:52:00+00:00" 5214 }, 5215 { 5216 "name": "symfony/translation", 5217 "version": "v5.4.2", 5218 "source": { 5219 "type": "git", 5220 "url": "https://github.com/symfony/translation.git", 5221 "reference": "ff8bb2107b6a549dc3c5dd9c498dcc82c9c098ca" 5222 }, 5223 "dist": { 5224 "type": "zip", 5225 "url": "https://api.github.com/repos/symfony/translation/zipball/ff8bb2107b6a549dc3c5dd9c498dcc82c9c098ca", 5226 "reference": "ff8bb2107b6a549dc3c5dd9c498dcc82c9c098ca", 5227 "shasum": "" 5228 }, 5229 "require": { 5230 "php": ">=7.2.5", 5231 "symfony/deprecation-contracts": "^2.1|^3", 5232 "symfony/polyfill-mbstring": "~1.0", 5233 "symfony/polyfill-php80": "^1.16", 5234 "symfony/translation-contracts": "^2.3" 5235 }, 5236 "conflict": { 5237 "symfony/config": "<4.4", 5238 "symfony/console": "<5.3", 5239 "symfony/dependency-injection": "<5.0", 5240 "symfony/http-kernel": "<5.0", 5241 "symfony/twig-bundle": "<5.0", 5242 "symfony/yaml": "<4.4" 5243 }, 5244 "provide": { 5245 "symfony/translation-implementation": "2.3" 5246 }, 5247 "require-dev": { 5248 "psr/log": "^1|^2|^3", 5249 "symfony/config": "^4.4|^5.0|^6.0", 5250 "symfony/console": "^5.4|^6.0", 5251 "symfony/dependency-injection": "^5.0|^6.0", 5252 "symfony/finder": "^4.4|^5.0|^6.0", 5253 "symfony/http-client-contracts": "^1.1|^2.0|^3.0", 5254 "symfony/http-kernel": "^5.0|^6.0", 5255 "symfony/intl": "^4.4|^5.0|^6.0", 5256 "symfony/polyfill-intl-icu": "^1.21", 5257 "symfony/service-contracts": "^1.1.2|^2|^3", 5258 "symfony/yaml": "^4.4|^5.0|^6.0" 5259 }, 5260 "suggest": { 5261 "psr/log-implementation": "To use logging capability in translator", 5262 "symfony/config": "", 5263 "symfony/yaml": "" 5264 }, 5265 "type": "library", 5266 "autoload": { 5267 "files": [ 5268 "Resources/functions.php" 5269 ], 5270 "psr-4": { 5271 "Symfony\\Component\\Translation\\": "" 5272 }, 5273 "exclude-from-classmap": [ 5274 "/Tests/" 5275 ] 5276 }, 5277 "notification-url": "https://packagist.org/downloads/", 5278 "license": [ 5279 "MIT" 5280 ], 5281 "authors": [ 5282 { 5283 "name": "Fabien Potencier", 5284 "email": "fabien@symfony.com" 5285 }, 5286 { 5287 "name": "Symfony Community", 5288 "homepage": "https://symfony.com/contributors" 5289 } 5290 ], 5291 "description": "Provides tools to internationalize your application", 5292 "homepage": "https://symfony.com", 5293 "support": { 5294 "source": "https://github.com/symfony/translation/tree/v5.4.2" 5295 }, 5296 "funding": [ 5297 { 5298 "url": "https://symfony.com/sponsor", 5299 "type": "custom" 5300 }, 5301 { 5302 "url": "https://github.com/fabpot", 5303 "type": "github" 5304 }, 5305 { 5306 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5307 "type": "tidelift" 5308 } 5309 ], 5310 "time": "2021-12-25T19:45:36+00:00" 5311 }, 5312 { 5313 "name": "symfony/translation-contracts", 5314 "version": "v2.5.0", 5315 "source": { 5316 "type": "git", 5317 "url": "https://github.com/symfony/translation-contracts.git", 5318 "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e" 5319 }, 5320 "dist": { 5321 "type": "zip", 5322 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e", 5323 "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e", 5324 "shasum": "" 5325 }, 5326 "require": { 5327 "php": ">=7.2.5" 5328 }, 5329 "suggest": { 5330 "symfony/translation-implementation": "" 5331 }, 5332 "type": "library", 5333 "extra": { 5334 "branch-alias": { 5335 "dev-main": "2.5-dev" 5336 }, 5337 "thanks": { 5338 "name": "symfony/contracts", 5339 "url": "https://github.com/symfony/contracts" 5340 } 5341 }, 5342 "autoload": { 5343 "psr-4": { 5344 "Symfony\\Contracts\\Translation\\": "" 5345 } 5346 }, 5347 "notification-url": "https://packagist.org/downloads/", 5348 "license": [ 5349 "MIT" 5350 ], 5351 "authors": [ 5352 { 5353 "name": "Nicolas Grekas", 5354 "email": "p@tchwork.com" 5355 }, 5356 { 5357 "name": "Symfony Community", 5358 "homepage": "https://symfony.com/contributors" 5359 } 5360 ], 5361 "description": "Generic abstractions related to translation", 5362 "homepage": "https://symfony.com", 5363 "keywords": [ 5364 "abstractions", 5365 "contracts", 5366 "decoupling", 5367 "interfaces", 5368 "interoperability", 5369 "standards" 5370 ], 5371 "support": { 5372 "source": "https://github.com/symfony/translation-contracts/tree/v2.5.0" 5373 }, 5374 "funding": [ 5375 { 5376 "url": "https://symfony.com/sponsor", 5377 "type": "custom" 5378 }, 5379 { 5380 "url": "https://github.com/fabpot", 5381 "type": "github" 5382 }, 5383 { 5384 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5385 "type": "tidelift" 5386 } 5387 ], 5388 "time": "2021-08-17T14:20:01+00:00" 5389 }, 5390 { 5391 "name": "symfony/var-exporter", 5392 "version": "v5.4.2", 5393 "source": { 5394 "type": "git", 5395 "url": "https://github.com/symfony/var-exporter.git", 5396 "reference": "2360c8525815b8535caac27cbc1994e2fa8644ba" 5397 }, 5398 "dist": { 5399 "type": "zip", 5400 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/2360c8525815b8535caac27cbc1994e2fa8644ba", 5401 "reference": "2360c8525815b8535caac27cbc1994e2fa8644ba", 5402 "shasum": "" 5403 }, 5404 "require": { 5405 "php": ">=7.2.5", 5406 "symfony/polyfill-php80": "^1.16" 5407 }, 5408 "require-dev": { 5409 "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0" 5410 }, 5411 "type": "library", 5412 "autoload": { 5413 "psr-4": { 5414 "Symfony\\Component\\VarExporter\\": "" 5415 }, 5416 "exclude-from-classmap": [ 5417 "/Tests/" 5418 ] 5419 }, 5420 "notification-url": "https://packagist.org/downloads/", 5421 "license": [ 5422 "MIT" 5423 ], 5424 "authors": [ 5425 { 5426 "name": "Nicolas Grekas", 5427 "email": "p@tchwork.com" 5428 }, 5429 { 5430 "name": "Symfony Community", 5431 "homepage": "https://symfony.com/contributors" 5432 } 5433 ], 5434 "description": "Allows exporting any serializable PHP data structure to plain PHP code", 5435 "homepage": "https://symfony.com", 5436 "keywords": [ 5437 "clone", 5438 "construct", 5439 "export", 5440 "hydrate", 5441 "instantiate", 5442 "serialize" 5443 ], 5444 "support": { 5445 "source": "https://github.com/symfony/var-exporter/tree/v5.4.2" 5446 }, 5447 "funding": [ 5448 { 5449 "url": "https://symfony.com/sponsor", 5450 "type": "custom" 5451 }, 5452 { 5453 "url": "https://github.com/fabpot", 5454 "type": "github" 5455 }, 5456 { 5457 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5458 "type": "tidelift" 5459 } 5460 ], 5461 "time": "2021-12-16T21:58:21+00:00" 5462 }, 5463 { 5464 "name": "tecnickcom/tcpdf", 5465 "version": "6.4.4", 5466 "source": { 5467 "type": "git", 5468 "url": "https://github.com/tecnickcom/TCPDF.git", 5469 "reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320" 5470 }, 5471 "dist": { 5472 "type": "zip", 5473 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/42cd0f9786af7e5db4fcedaa66f717b0d0032320", 5474 "reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320", 5475 "shasum": "" 5476 }, 5477 "require": { 5478 "php": ">=5.3.0" 5479 }, 5480 "type": "library", 5481 "autoload": { 5482 "classmap": [ 5483 "config", 5484 "include", 5485 "tcpdf.php", 5486 "tcpdf_parser.php", 5487 "tcpdf_import.php", 5488 "tcpdf_barcodes_1d.php", 5489 "tcpdf_barcodes_2d.php", 5490 "include/tcpdf_colors.php", 5491 "include/tcpdf_filters.php", 5492 "include/tcpdf_font_data.php", 5493 "include/tcpdf_fonts.php", 5494 "include/tcpdf_images.php", 5495 "include/tcpdf_static.php", 5496 "include/barcodes/datamatrix.php", 5497 "include/barcodes/pdf417.php", 5498 "include/barcodes/qrcode.php" 5499 ] 5500 }, 5501 "notification-url": "https://packagist.org/downloads/", 5502 "license": [ 5503 "LGPL-3.0-only" 5504 ], 5505 "authors": [ 5506 { 5507 "name": "Nicola Asuni", 5508 "email": "info@tecnick.com", 5509 "role": "lead" 5510 } 5511 ], 5512 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", 5513 "homepage": "http://www.tcpdf.org/", 5514 "keywords": [ 5515 "PDFD32000-2008", 5516 "TCPDF", 5517 "barcodes", 5518 "datamatrix", 5519 "pdf", 5520 "pdf417", 5521 "qrcode" 5522 ], 5523 "support": { 5524 "issues": "https://github.com/tecnickcom/TCPDF/issues", 5525 "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.4" 5526 }, 5527 "funding": [ 5528 { 5529 "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project", 5530 "type": "custom" 5531 } 5532 ], 5533 "time": "2021-12-31T08:39:24+00:00" 5534 }, 5535 { 5536 "name": "true/punycode", 5537 "version": "v2.1.1", 5538 "source": { 5539 "type": "git", 5540 "url": "https://github.com/true/php-punycode.git", 5541 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e" 5542 }, 5543 "dist": { 5544 "type": "zip", 5545 "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e", 5546 "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e", 5547 "shasum": "" 5548 }, 5549 "require": { 5550 "php": ">=5.3.0", 5551 "symfony/polyfill-mbstring": "^1.3" 5552 }, 5553 "require-dev": { 5554 "phpunit/phpunit": "~4.7", 5555 "squizlabs/php_codesniffer": "~2.0" 5556 }, 5557 "type": "library", 5558 "autoload": { 5559 "psr-4": { 5560 "TrueBV\\": "src/" 5561 } 5562 }, 5563 "notification-url": "https://packagist.org/downloads/", 5564 "license": [ 5565 "MIT" 5566 ], 5567 "authors": [ 5568 { 5569 "name": "Renan Gonçalves", 5570 "email": "renan.saddam@gmail.com" 5571 } 5572 ], 5573 "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)", 5574 "homepage": "https://github.com/true/php-punycode", 5575 "keywords": [ 5576 "idna", 5577 "punycode" 5578 ], 5579 "support": { 5580 "issues": "https://github.com/true/php-punycode/issues", 5581 "source": "https://github.com/true/php-punycode/tree/master" 5582 }, 5583 "time": "2016-11-16T10:37:54+00:00" 5584 }, 5585 { 5586 "name": "voku/portable-ascii", 5587 "version": "1.6.1", 5588 "source": { 5589 "type": "git", 5590 "url": "https://github.com/voku/portable-ascii.git", 5591 "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a" 5592 }, 5593 "dist": { 5594 "type": "zip", 5595 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/87337c91b9dfacee02452244ee14ab3c43bc485a", 5596 "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a", 5597 "shasum": "" 5598 }, 5599 "require": { 5600 "php": ">=7.0.0" 5601 }, 5602 "require-dev": { 5603 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" 5604 }, 5605 "suggest": { 5606 "ext-intl": "Use Intl for transliterator_transliterate() support" 5607 }, 5608 "type": "library", 5609 "autoload": { 5610 "psr-4": { 5611 "voku\\": "src/voku/" 5612 } 5613 }, 5614 "notification-url": "https://packagist.org/downloads/", 5615 "license": [ 5616 "MIT" 5617 ], 5618 "authors": [ 5619 { 5620 "name": "Lars Moelleken", 5621 "homepage": "http://www.moelleken.org/" 5622 } 5623 ], 5624 "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", 5625 "homepage": "https://github.com/voku/portable-ascii", 5626 "keywords": [ 5627 "ascii", 5628 "clean", 5629 "php" 5630 ], 5631 "support": { 5632 "issues": "https://github.com/voku/portable-ascii/issues", 5633 "source": "https://github.com/voku/portable-ascii/tree/1.6.1" 5634 }, 5635 "funding": [ 5636 { 5637 "url": "https://www.paypal.me/moelleken", 5638 "type": "custom" 5639 }, 5640 { 5641 "url": "https://github.com/voku", 5642 "type": "github" 5643 }, 5644 { 5645 "url": "https://opencollective.com/portable-ascii", 5646 "type": "open_collective" 5647 }, 5648 { 5649 "url": "https://www.patreon.com/voku", 5650 "type": "patreon" 5651 }, 5652 { 5653 "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii", 5654 "type": "tidelift" 5655 } 5656 ], 5657 "time": "2022-01-24T18:55:24+00:00" 5658 } 5659 ], 5660 "packages-dev": [ 5661 { 5662 "name": "composer/ca-bundle", 5663 "version": "1.3.1", 5664 "source": { 5665 "type": "git", 5666 "url": "https://github.com/composer/ca-bundle.git", 5667 "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b" 5668 }, 5669 "dist": { 5670 "type": "zip", 5671 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b", 5672 "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b", 5673 "shasum": "" 5674 }, 5675 "require": { 5676 "ext-openssl": "*", 5677 "ext-pcre": "*", 5678 "php": "^5.3.2 || ^7.0 || ^8.0" 5679 }, 5680 "require-dev": { 5681 "phpstan/phpstan": "^0.12.55", 5682 "psr/log": "^1.0", 5683 "symfony/phpunit-bridge": "^4.2 || ^5", 5684 "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" 5685 }, 5686 "type": "library", 5687 "extra": { 5688 "branch-alias": { 5689 "dev-main": "1.x-dev" 5690 } 5691 }, 5692 "autoload": { 5693 "psr-4": { 5694 "Composer\\CaBundle\\": "src" 5695 } 5696 }, 5697 "notification-url": "https://packagist.org/downloads/", 5698 "license": [ 5699 "MIT" 5700 ], 5701 "authors": [ 5702 { 5703 "name": "Jordi Boggiano", 5704 "email": "j.boggiano@seld.be", 5705 "homepage": "http://seld.be" 5706 } 5707 ], 5708 "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", 5709 "keywords": [ 5710 "cabundle", 5711 "cacert", 5712 "certificate", 5713 "ssl", 5714 "tls" 5715 ], 5716 "support": { 5717 "irc": "irc://irc.freenode.org/composer", 5718 "issues": "https://github.com/composer/ca-bundle/issues", 5719 "source": "https://github.com/composer/ca-bundle/tree/1.3.1" 5720 }, 5721 "funding": [ 5722 { 5723 "url": "https://packagist.com", 5724 "type": "custom" 5725 }, 5726 { 5727 "url": "https://github.com/composer", 5728 "type": "github" 5729 }, 5730 { 5731 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 5732 "type": "tidelift" 5733 } 5734 ], 5735 "time": "2021-10-28T20:44:15+00:00" 5736 }, 5737 { 5738 "name": "composer/composer", 5739 "version": "2.2.5", 5740 "source": { 5741 "type": "git", 5742 "url": "https://github.com/composer/composer.git", 5743 "reference": "22c41ef275c7bb64fa28fb2c0871a39666832cb9" 5744 }, 5745 "dist": { 5746 "type": "zip", 5747 "url": "https://api.github.com/repos/composer/composer/zipball/22c41ef275c7bb64fa28fb2c0871a39666832cb9", 5748 "reference": "22c41ef275c7bb64fa28fb2c0871a39666832cb9", 5749 "shasum": "" 5750 }, 5751 "require": { 5752 "composer/ca-bundle": "^1.0", 5753 "composer/metadata-minifier": "^1.0", 5754 "composer/pcre": "^1.0", 5755 "composer/semver": "^3.0", 5756 "composer/spdx-licenses": "^1.2", 5757 "composer/xdebug-handler": "^2.0", 5758 "justinrainbow/json-schema": "^5.2.11", 5759 "php": "^5.3.2 || ^7.0 || ^8.0", 5760 "psr/log": "^1.0 || ^2.0", 5761 "react/promise": "^1.2 || ^2.7", 5762 "seld/jsonlint": "^1.4", 5763 "seld/phar-utils": "^1.0", 5764 "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0", 5765 "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", 5766 "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", 5767 "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0" 5768 }, 5769 "require-dev": { 5770 "phpspec/prophecy": "^1.10", 5771 "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0" 5772 }, 5773 "suggest": { 5774 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", 5775 "ext-zip": "Enabling the zip extension allows you to unzip archives", 5776 "ext-zlib": "Allow gzip compression of HTTP requests" 5777 }, 5778 "bin": [ 5779 "bin/composer" 5780 ], 5781 "type": "library", 5782 "extra": { 5783 "branch-alias": { 5784 "dev-main": "2.2-dev" 5785 } 5786 }, 5787 "autoload": { 5788 "psr-4": { 5789 "Composer\\": "src/Composer" 5790 } 5791 }, 5792 "notification-url": "https://packagist.org/downloads/", 5793 "license": [ 5794 "MIT" 5795 ], 5796 "authors": [ 5797 { 5798 "name": "Nils Adermann", 5799 "email": "naderman@naderman.de", 5800 "homepage": "https://www.naderman.de" 5801 }, 5802 { 5803 "name": "Jordi Boggiano", 5804 "email": "j.boggiano@seld.be", 5805 "homepage": "https://seld.be" 5806 } 5807 ], 5808 "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.", 5809 "homepage": "https://getcomposer.org/", 5810 "keywords": [ 5811 "autoload", 5812 "dependency", 5813 "package" 5814 ], 5815 "support": { 5816 "irc": "ircs://irc.libera.chat:6697/composer", 5817 "issues": "https://github.com/composer/composer/issues", 5818 "source": "https://github.com/composer/composer/tree/2.2.5" 5819 }, 5820 "funding": [ 5821 { 5822 "url": "https://packagist.com", 5823 "type": "custom" 5824 }, 5825 { 5826 "url": "https://github.com/composer", 5827 "type": "github" 5828 }, 5829 { 5830 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 5831 "type": "tidelift" 5832 } 5833 ], 5834 "time": "2022-01-21T16:25:52+00:00" 5835 }, 5836 { 5837 "name": "composer/metadata-minifier", 5838 "version": "1.0.0", 5839 "source": { 5840 "type": "git", 5841 "url": "https://github.com/composer/metadata-minifier.git", 5842 "reference": "c549d23829536f0d0e984aaabbf02af91f443207" 5843 }, 5844 "dist": { 5845 "type": "zip", 5846 "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207", 5847 "reference": "c549d23829536f0d0e984aaabbf02af91f443207", 5848 "shasum": "" 5849 }, 5850 "require": { 5851 "php": "^5.3.2 || ^7.0 || ^8.0" 5852 }, 5853 "require-dev": { 5854 "composer/composer": "^2", 5855 "phpstan/phpstan": "^0.12.55", 5856 "symfony/phpunit-bridge": "^4.2 || ^5" 5857 }, 5858 "type": "library", 5859 "extra": { 5860 "branch-alias": { 5861 "dev-main": "1.x-dev" 5862 } 5863 }, 5864 "autoload": { 5865 "psr-4": { 5866 "Composer\\MetadataMinifier\\": "src" 5867 } 5868 }, 5869 "notification-url": "https://packagist.org/downloads/", 5870 "license": [ 5871 "MIT" 5872 ], 5873 "authors": [ 5874 { 5875 "name": "Jordi Boggiano", 5876 "email": "j.boggiano@seld.be", 5877 "homepage": "http://seld.be" 5878 } 5879 ], 5880 "description": "Small utility library that handles metadata minification and expansion.", 5881 "keywords": [ 5882 "composer", 5883 "compression" 5884 ], 5885 "support": { 5886 "issues": "https://github.com/composer/metadata-minifier/issues", 5887 "source": "https://github.com/composer/metadata-minifier/tree/1.0.0" 5888 }, 5889 "funding": [ 5890 { 5891 "url": "https://packagist.com", 5892 "type": "custom" 5893 }, 5894 { 5895 "url": "https://github.com/composer", 5896 "type": "github" 5897 }, 5898 { 5899 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 5900 "type": "tidelift" 5901 } 5902 ], 5903 "time": "2021-04-07T13:37:33+00:00" 5904 }, 5905 { 5906 "name": "composer/pcre", 5907 "version": "1.0.1", 5908 "source": { 5909 "type": "git", 5910 "url": "https://github.com/composer/pcre.git", 5911 "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560" 5912 }, 5913 "dist": { 5914 "type": "zip", 5915 "url": "https://api.github.com/repos/composer/pcre/zipball/67a32d7d6f9f560b726ab25a061b38ff3a80c560", 5916 "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560", 5917 "shasum": "" 5918 }, 5919 "require": { 5920 "php": "^5.3.2 || ^7.0 || ^8.0" 5921 }, 5922 "require-dev": { 5923 "phpstan/phpstan": "^1.3", 5924 "phpstan/phpstan-strict-rules": "^1.1", 5925 "symfony/phpunit-bridge": "^4.2 || ^5" 5926 }, 5927 "type": "library", 5928 "extra": { 5929 "branch-alias": { 5930 "dev-main": "1.x-dev" 5931 } 5932 }, 5933 "autoload": { 5934 "psr-4": { 5935 "Composer\\Pcre\\": "src" 5936 } 5937 }, 5938 "notification-url": "https://packagist.org/downloads/", 5939 "license": [ 5940 "MIT" 5941 ], 5942 "authors": [ 5943 { 5944 "name": "Jordi Boggiano", 5945 "email": "j.boggiano@seld.be", 5946 "homepage": "http://seld.be" 5947 } 5948 ], 5949 "description": "PCRE wrapping library that offers type-safe preg_* replacements.", 5950 "keywords": [ 5951 "PCRE", 5952 "preg", 5953 "regex", 5954 "regular expression" 5955 ], 5956 "support": { 5957 "issues": "https://github.com/composer/pcre/issues", 5958 "source": "https://github.com/composer/pcre/tree/1.0.1" 5959 }, 5960 "funding": [ 5961 { 5962 "url": "https://packagist.com", 5963 "type": "custom" 5964 }, 5965 { 5966 "url": "https://github.com/composer", 5967 "type": "github" 5968 }, 5969 { 5970 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 5971 "type": "tidelift" 5972 } 5973 ], 5974 "time": "2022-01-21T20:24:37+00:00" 5975 }, 5976 { 5977 "name": "composer/semver", 5978 "version": "3.2.7", 5979 "source": { 5980 "type": "git", 5981 "url": "https://github.com/composer/semver.git", 5982 "reference": "deac27056b57e46faf136fae7b449eeaa71661ee" 5983 }, 5984 "dist": { 5985 "type": "zip", 5986 "url": "https://api.github.com/repos/composer/semver/zipball/deac27056b57e46faf136fae7b449eeaa71661ee", 5987 "reference": "deac27056b57e46faf136fae7b449eeaa71661ee", 5988 "shasum": "" 5989 }, 5990 "require": { 5991 "php": "^5.3.2 || ^7.0 || ^8.0" 5992 }, 5993 "require-dev": { 5994 "phpstan/phpstan": "^0.12.54", 5995 "symfony/phpunit-bridge": "^4.2 || ^5" 5996 }, 5997 "type": "library", 5998 "extra": { 5999 "branch-alias": { 6000 "dev-main": "3.x-dev" 6001 } 6002 }, 6003 "autoload": { 6004 "psr-4": { 6005 "Composer\\Semver\\": "src" 6006 } 6007 }, 6008 "notification-url": "https://packagist.org/downloads/", 6009 "license": [ 6010 "MIT" 6011 ], 6012 "authors": [ 6013 { 6014 "name": "Nils Adermann", 6015 "email": "naderman@naderman.de", 6016 "homepage": "http://www.naderman.de" 6017 }, 6018 { 6019 "name": "Jordi Boggiano", 6020 "email": "j.boggiano@seld.be", 6021 "homepage": "http://seld.be" 6022 }, 6023 { 6024 "name": "Rob Bast", 6025 "email": "rob.bast@gmail.com", 6026 "homepage": "http://robbast.nl" 6027 } 6028 ], 6029 "description": "Semver library that offers utilities, version constraint parsing and validation.", 6030 "keywords": [ 6031 "semantic", 6032 "semver", 6033 "validation", 6034 "versioning" 6035 ], 6036 "support": { 6037 "irc": "irc://irc.freenode.org/composer", 6038 "issues": "https://github.com/composer/semver/issues", 6039 "source": "https://github.com/composer/semver/tree/3.2.7" 6040 }, 6041 "funding": [ 6042 { 6043 "url": "https://packagist.com", 6044 "type": "custom" 6045 }, 6046 { 6047 "url": "https://github.com/composer", 6048 "type": "github" 6049 }, 6050 { 6051 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 6052 "type": "tidelift" 6053 } 6054 ], 6055 "time": "2022-01-04T09:57:54+00:00" 6056 }, 6057 { 6058 "name": "composer/spdx-licenses", 6059 "version": "1.5.6", 6060 "source": { 6061 "type": "git", 6062 "url": "https://github.com/composer/spdx-licenses.git", 6063 "reference": "a30d487169d799745ca7280bc90fdfa693536901" 6064 }, 6065 "dist": { 6066 "type": "zip", 6067 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/a30d487169d799745ca7280bc90fdfa693536901", 6068 "reference": "a30d487169d799745ca7280bc90fdfa693536901", 6069 "shasum": "" 6070 }, 6071 "require": { 6072 "php": "^5.3.2 || ^7.0 || ^8.0" 6073 }, 6074 "require-dev": { 6075 "phpstan/phpstan": "^0.12.55", 6076 "symfony/phpunit-bridge": "^4.2 || ^5" 6077 }, 6078 "type": "library", 6079 "extra": { 6080 "branch-alias": { 6081 "dev-main": "1.x-dev" 6082 } 6083 }, 6084 "autoload": { 6085 "psr-4": { 6086 "Composer\\Spdx\\": "src" 6087 } 6088 }, 6089 "notification-url": "https://packagist.org/downloads/", 6090 "license": [ 6091 "MIT" 6092 ], 6093 "authors": [ 6094 { 6095 "name": "Nils Adermann", 6096 "email": "naderman@naderman.de", 6097 "homepage": "http://www.naderman.de" 6098 }, 6099 { 6100 "name": "Jordi Boggiano", 6101 "email": "j.boggiano@seld.be", 6102 "homepage": "http://seld.be" 6103 }, 6104 { 6105 "name": "Rob Bast", 6106 "email": "rob.bast@gmail.com", 6107 "homepage": "http://robbast.nl" 6108 } 6109 ], 6110 "description": "SPDX licenses list and validation library.", 6111 "keywords": [ 6112 "license", 6113 "spdx", 6114 "validator" 6115 ], 6116 "support": { 6117 "irc": "irc://irc.freenode.org/composer", 6118 "issues": "https://github.com/composer/spdx-licenses/issues", 6119 "source": "https://github.com/composer/spdx-licenses/tree/1.5.6" 6120 }, 6121 "funding": [ 6122 { 6123 "url": "https://packagist.com", 6124 "type": "custom" 6125 }, 6126 { 6127 "url": "https://github.com/composer", 6128 "type": "github" 6129 }, 6130 { 6131 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 6132 "type": "tidelift" 6133 } 6134 ], 6135 "time": "2021-11-18T10:14:14+00:00" 6136 }, 6137 { 6138 "name": "composer/xdebug-handler", 6139 "version": "2.0.4", 6140 "source": { 6141 "type": "git", 6142 "url": "https://github.com/composer/xdebug-handler.git", 6143 "reference": "0c1a3925ec58a4ec98e992b9c7d171e9e184be0a" 6144 }, 6145 "dist": { 6146 "type": "zip", 6147 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/0c1a3925ec58a4ec98e992b9c7d171e9e184be0a", 6148 "reference": "0c1a3925ec58a4ec98e992b9c7d171e9e184be0a", 6149 "shasum": "" 6150 }, 6151 "require": { 6152 "composer/pcre": "^1", 6153 "php": "^5.3.2 || ^7.0 || ^8.0", 6154 "psr/log": "^1 || ^2 || ^3" 6155 }, 6156 "require-dev": { 6157 "phpstan/phpstan": "^1.0", 6158 "phpstan/phpstan-strict-rules": "^1.1", 6159 "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0" 6160 }, 6161 "type": "library", 6162 "autoload": { 6163 "psr-4": { 6164 "Composer\\XdebugHandler\\": "src" 6165 } 6166 }, 6167 "notification-url": "https://packagist.org/downloads/", 6168 "license": [ 6169 "MIT" 6170 ], 6171 "authors": [ 6172 { 6173 "name": "John Stevenson", 6174 "email": "john-stevenson@blueyonder.co.uk" 6175 } 6176 ], 6177 "description": "Restarts a process without Xdebug.", 6178 "keywords": [ 6179 "Xdebug", 6180 "performance" 6181 ], 6182 "support": { 6183 "irc": "irc://irc.freenode.org/composer", 6184 "issues": "https://github.com/composer/xdebug-handler/issues", 6185 "source": "https://github.com/composer/xdebug-handler/tree/2.0.4" 6186 }, 6187 "funding": [ 6188 { 6189 "url": "https://packagist.com", 6190 "type": "custom" 6191 }, 6192 { 6193 "url": "https://github.com/composer", 6194 "type": "github" 6195 }, 6196 { 6197 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 6198 "type": "tidelift" 6199 } 6200 ], 6201 "time": "2022-01-04T17:06:45+00:00" 6202 }, 6203 { 6204 "name": "doctrine/instantiator", 6205 "version": "1.4.0", 6206 "source": { 6207 "type": "git", 6208 "url": "https://github.com/doctrine/instantiator.git", 6209 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b" 6210 }, 6211 "dist": { 6212 "type": "zip", 6213 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b", 6214 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b", 6215 "shasum": "" 6216 }, 6217 "require": { 6218 "php": "^7.1 || ^8.0" 6219 }, 6220 "require-dev": { 6221 "doctrine/coding-standard": "^8.0", 6222 "ext-pdo": "*", 6223 "ext-phar": "*", 6224 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2", 6225 "phpstan/phpstan": "^0.12", 6226 "phpstan/phpstan-phpunit": "^0.12", 6227 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" 6228 }, 6229 "type": "library", 6230 "autoload": { 6231 "psr-4": { 6232 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 6233 } 6234 }, 6235 "notification-url": "https://packagist.org/downloads/", 6236 "license": [ 6237 "MIT" 6238 ], 6239 "authors": [ 6240 { 6241 "name": "Marco Pivetta", 6242 "email": "ocramius@gmail.com", 6243 "homepage": "https://ocramius.github.io/" 6244 } 6245 ], 6246 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 6247 "homepage": "https://www.doctrine-project.org/projects/instantiator.html", 6248 "keywords": [ 6249 "constructor", 6250 "instantiate" 6251 ], 6252 "support": { 6253 "issues": "https://github.com/doctrine/instantiator/issues", 6254 "source": "https://github.com/doctrine/instantiator/tree/1.4.0" 6255 }, 6256 "funding": [ 6257 { 6258 "url": "https://www.doctrine-project.org/sponsorship.html", 6259 "type": "custom" 6260 }, 6261 { 6262 "url": "https://www.patreon.com/phpdoctrine", 6263 "type": "patreon" 6264 }, 6265 { 6266 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", 6267 "type": "tidelift" 6268 } 6269 ], 6270 "time": "2020-11-10T18:47:58+00:00" 6271 }, 6272 { 6273 "name": "justinrainbow/json-schema", 6274 "version": "5.2.11", 6275 "source": { 6276 "type": "git", 6277 "url": "https://github.com/justinrainbow/json-schema.git", 6278 "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa" 6279 }, 6280 "dist": { 6281 "type": "zip", 6282 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ab6744b7296ded80f8cc4f9509abbff393399aa", 6283 "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa", 6284 "shasum": "" 6285 }, 6286 "require": { 6287 "php": ">=5.3.3" 6288 }, 6289 "require-dev": { 6290 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", 6291 "json-schema/json-schema-test-suite": "1.2.0", 6292 "phpunit/phpunit": "^4.8.35" 6293 }, 6294 "bin": [ 6295 "bin/validate-json" 6296 ], 6297 "type": "library", 6298 "extra": { 6299 "branch-alias": { 6300 "dev-master": "5.0.x-dev" 6301 } 6302 }, 6303 "autoload": { 6304 "psr-4": { 6305 "JsonSchema\\": "src/JsonSchema/" 6306 } 6307 }, 6308 "notification-url": "https://packagist.org/downloads/", 6309 "license": [ 6310 "MIT" 6311 ], 6312 "authors": [ 6313 { 6314 "name": "Bruno Prieto Reis", 6315 "email": "bruno.p.reis@gmail.com" 6316 }, 6317 { 6318 "name": "Justin Rainbow", 6319 "email": "justin.rainbow@gmail.com" 6320 }, 6321 { 6322 "name": "Igor Wiedler", 6323 "email": "igor@wiedler.ch" 6324 }, 6325 { 6326 "name": "Robert Schönthal", 6327 "email": "seroscho@googlemail.com" 6328 } 6329 ], 6330 "description": "A library to validate a json schema.", 6331 "homepage": "https://github.com/justinrainbow/json-schema", 6332 "keywords": [ 6333 "json", 6334 "schema" 6335 ], 6336 "support": { 6337 "issues": "https://github.com/justinrainbow/json-schema/issues", 6338 "source": "https://github.com/justinrainbow/json-schema/tree/5.2.11" 6339 }, 6340 "time": "2021-07-22T09:24:00+00:00" 6341 }, 6342 { 6343 "name": "league/flysystem-memory", 6344 "version": "2.0.6", 6345 "source": { 6346 "type": "git", 6347 "url": "https://github.com/thephpleague/flysystem-memory.git", 6348 "reference": "f644026c705b8a501543f38cb8b745a603aa4952" 6349 }, 6350 "dist": { 6351 "type": "zip", 6352 "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/f644026c705b8a501543f38cb8b745a603aa4952", 6353 "reference": "f644026c705b8a501543f38cb8b745a603aa4952", 6354 "shasum": "" 6355 }, 6356 "require": { 6357 "ext-fileinfo": "*", 6358 "league/flysystem": "^2.0.0", 6359 "php": "^7.2 || ^8.0" 6360 }, 6361 "type": "library", 6362 "autoload": { 6363 "psr-4": { 6364 "League\\Flysystem\\InMemory\\": "" 6365 } 6366 }, 6367 "notification-url": "https://packagist.org/downloads/", 6368 "license": [ 6369 "MIT" 6370 ], 6371 "authors": [ 6372 { 6373 "name": "Frank de Jonge", 6374 "email": "info@frankdejonge.nl" 6375 } 6376 ], 6377 "description": "In-memory filesystem adapter for Flysystem.", 6378 "keywords": [ 6379 "Flysystem", 6380 "file", 6381 "files", 6382 "filesystem", 6383 "memory" 6384 ], 6385 "support": { 6386 "issues": "https://github.com/thephpleague/flysystem-memory/issues", 6387 "source": "https://github.com/thephpleague/flysystem-memory/tree/2.0.6" 6388 }, 6389 "time": "2021-02-12T19:24:17+00:00" 6390 }, 6391 { 6392 "name": "maximebf/debugbar", 6393 "version": "v1.17.3", 6394 "source": { 6395 "type": "git", 6396 "url": "https://github.com/maximebf/php-debugbar.git", 6397 "reference": "e8ac3499af0ea5b440908e06cc0abe5898008b3c" 6398 }, 6399 "dist": { 6400 "type": "zip", 6401 "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/e8ac3499af0ea5b440908e06cc0abe5898008b3c", 6402 "reference": "e8ac3499af0ea5b440908e06cc0abe5898008b3c", 6403 "shasum": "" 6404 }, 6405 "require": { 6406 "php": "^7.1|^8", 6407 "psr/log": "^1|^2|^3", 6408 "symfony/var-dumper": "^2.6|^3|^4|^5" 6409 }, 6410 "require-dev": { 6411 "phpunit/phpunit": "^7.5.20 || ^9.4.2" 6412 }, 6413 "suggest": { 6414 "kriswallsmith/assetic": "The best way to manage assets", 6415 "monolog/monolog": "Log using Monolog", 6416 "predis/predis": "Redis storage" 6417 }, 6418 "type": "library", 6419 "extra": { 6420 "branch-alias": { 6421 "dev-master": "1.17-dev" 6422 } 6423 }, 6424 "autoload": { 6425 "psr-4": { 6426 "DebugBar\\": "src/DebugBar/" 6427 } 6428 }, 6429 "notification-url": "https://packagist.org/downloads/", 6430 "license": [ 6431 "MIT" 6432 ], 6433 "authors": [ 6434 { 6435 "name": "Maxime Bouroumeau-Fuseau", 6436 "email": "maxime.bouroumeau@gmail.com", 6437 "homepage": "http://maximebf.com" 6438 }, 6439 { 6440 "name": "Barry vd. Heuvel", 6441 "email": "barryvdh@gmail.com" 6442 } 6443 ], 6444 "description": "Debug bar in the browser for php application", 6445 "homepage": "https://github.com/maximebf/php-debugbar", 6446 "keywords": [ 6447 "debug", 6448 "debugbar" 6449 ], 6450 "support": { 6451 "issues": "https://github.com/maximebf/php-debugbar/issues", 6452 "source": "https://github.com/maximebf/php-debugbar/tree/v1.17.3" 6453 }, 6454 "time": "2021-10-19T12:33:27+00:00" 6455 }, 6456 { 6457 "name": "myclabs/deep-copy", 6458 "version": "1.10.2", 6459 "source": { 6460 "type": "git", 6461 "url": "https://github.com/myclabs/DeepCopy.git", 6462 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220" 6463 }, 6464 "dist": { 6465 "type": "zip", 6466 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220", 6467 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220", 6468 "shasum": "" 6469 }, 6470 "require": { 6471 "php": "^7.1 || ^8.0" 6472 }, 6473 "replace": { 6474 "myclabs/deep-copy": "self.version" 6475 }, 6476 "require-dev": { 6477 "doctrine/collections": "^1.0", 6478 "doctrine/common": "^2.6", 6479 "phpunit/phpunit": "^7.1" 6480 }, 6481 "type": "library", 6482 "autoload": { 6483 "psr-4": { 6484 "DeepCopy\\": "src/DeepCopy/" 6485 }, 6486 "files": [ 6487 "src/DeepCopy/deep_copy.php" 6488 ] 6489 }, 6490 "notification-url": "https://packagist.org/downloads/", 6491 "license": [ 6492 "MIT" 6493 ], 6494 "description": "Create deep copies (clones) of your objects", 6495 "keywords": [ 6496 "clone", 6497 "copy", 6498 "duplicate", 6499 "object", 6500 "object graph" 6501 ], 6502 "support": { 6503 "issues": "https://github.com/myclabs/DeepCopy/issues", 6504 "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2" 6505 }, 6506 "funding": [ 6507 { 6508 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", 6509 "type": "tidelift" 6510 } 6511 ], 6512 "time": "2020-11-13T09:40:50+00:00" 6513 }, 6514 { 6515 "name": "nikic/php-parser", 6516 "version": "v4.13.2", 6517 "source": { 6518 "type": "git", 6519 "url": "https://github.com/nikic/PHP-Parser.git", 6520 "reference": "210577fe3cf7badcc5814d99455df46564f3c077" 6521 }, 6522 "dist": { 6523 "type": "zip", 6524 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077", 6525 "reference": "210577fe3cf7badcc5814d99455df46564f3c077", 6526 "shasum": "" 6527 }, 6528 "require": { 6529 "ext-tokenizer": "*", 6530 "php": ">=7.0" 6531 }, 6532 "require-dev": { 6533 "ircmaxell/php-yacc": "^0.0.7", 6534 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" 6535 }, 6536 "bin": [ 6537 "bin/php-parse" 6538 ], 6539 "type": "library", 6540 "extra": { 6541 "branch-alias": { 6542 "dev-master": "4.9-dev" 6543 } 6544 }, 6545 "autoload": { 6546 "psr-4": { 6547 "PhpParser\\": "lib/PhpParser" 6548 } 6549 }, 6550 "notification-url": "https://packagist.org/downloads/", 6551 "license": [ 6552 "BSD-3-Clause" 6553 ], 6554 "authors": [ 6555 { 6556 "name": "Nikita Popov" 6557 } 6558 ], 6559 "description": "A PHP parser written in PHP", 6560 "keywords": [ 6561 "parser", 6562 "php" 6563 ], 6564 "support": { 6565 "issues": "https://github.com/nikic/PHP-Parser/issues", 6566 "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2" 6567 }, 6568 "time": "2021-11-30T19:35:32+00:00" 6569 }, 6570 { 6571 "name": "phar-io/manifest", 6572 "version": "2.0.3", 6573 "source": { 6574 "type": "git", 6575 "url": "https://github.com/phar-io/manifest.git", 6576 "reference": "97803eca37d319dfa7826cc2437fc020857acb53" 6577 }, 6578 "dist": { 6579 "type": "zip", 6580 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", 6581 "reference": "97803eca37d319dfa7826cc2437fc020857acb53", 6582 "shasum": "" 6583 }, 6584 "require": { 6585 "ext-dom": "*", 6586 "ext-phar": "*", 6587 "ext-xmlwriter": "*", 6588 "phar-io/version": "^3.0.1", 6589 "php": "^7.2 || ^8.0" 6590 }, 6591 "type": "library", 6592 "extra": { 6593 "branch-alias": { 6594 "dev-master": "2.0.x-dev" 6595 } 6596 }, 6597 "autoload": { 6598 "classmap": [ 6599 "src/" 6600 ] 6601 }, 6602 "notification-url": "https://packagist.org/downloads/", 6603 "license": [ 6604 "BSD-3-Clause" 6605 ], 6606 "authors": [ 6607 { 6608 "name": "Arne Blankerts", 6609 "email": "arne@blankerts.de", 6610 "role": "Developer" 6611 }, 6612 { 6613 "name": "Sebastian Heuer", 6614 "email": "sebastian@phpeople.de", 6615 "role": "Developer" 6616 }, 6617 { 6618 "name": "Sebastian Bergmann", 6619 "email": "sebastian@phpunit.de", 6620 "role": "Developer" 6621 } 6622 ], 6623 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 6624 "support": { 6625 "issues": "https://github.com/phar-io/manifest/issues", 6626 "source": "https://github.com/phar-io/manifest/tree/2.0.3" 6627 }, 6628 "time": "2021-07-20T11:28:43+00:00" 6629 }, 6630 { 6631 "name": "phar-io/version", 6632 "version": "3.1.0", 6633 "source": { 6634 "type": "git", 6635 "url": "https://github.com/phar-io/version.git", 6636 "reference": "bae7c545bef187884426f042434e561ab1ddb182" 6637 }, 6638 "dist": { 6639 "type": "zip", 6640 "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182", 6641 "reference": "bae7c545bef187884426f042434e561ab1ddb182", 6642 "shasum": "" 6643 }, 6644 "require": { 6645 "php": "^7.2 || ^8.0" 6646 }, 6647 "type": "library", 6648 "autoload": { 6649 "classmap": [ 6650 "src/" 6651 ] 6652 }, 6653 "notification-url": "https://packagist.org/downloads/", 6654 "license": [ 6655 "BSD-3-Clause" 6656 ], 6657 "authors": [ 6658 { 6659 "name": "Arne Blankerts", 6660 "email": "arne@blankerts.de", 6661 "role": "Developer" 6662 }, 6663 { 6664 "name": "Sebastian Heuer", 6665 "email": "sebastian@phpeople.de", 6666 "role": "Developer" 6667 }, 6668 { 6669 "name": "Sebastian Bergmann", 6670 "email": "sebastian@phpunit.de", 6671 "role": "Developer" 6672 } 6673 ], 6674 "description": "Library for handling version information and constraints", 6675 "support": { 6676 "issues": "https://github.com/phar-io/version/issues", 6677 "source": "https://github.com/phar-io/version/tree/3.1.0" 6678 }, 6679 "time": "2021-02-23T14:00:09+00:00" 6680 }, 6681 { 6682 "name": "php-coveralls/php-coveralls", 6683 "version": "v2.5.2", 6684 "source": { 6685 "type": "git", 6686 "url": "https://github.com/php-coveralls/php-coveralls.git", 6687 "reference": "007e13afdcdba2cd0efcc5f72c3b7efb356a8bd4" 6688 }, 6689 "dist": { 6690 "type": "zip", 6691 "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/007e13afdcdba2cd0efcc5f72c3b7efb356a8bd4", 6692 "reference": "007e13afdcdba2cd0efcc5f72c3b7efb356a8bd4", 6693 "shasum": "" 6694 }, 6695 "require": { 6696 "ext-json": "*", 6697 "ext-simplexml": "*", 6698 "guzzlehttp/guzzle": "^6.0 || ^7.0", 6699 "php": "^5.5 || ^7.0 || ^8.0", 6700 "psr/log": "^1.0 || ^2.0", 6701 "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0", 6702 "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0", 6703 "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0", 6704 "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" 6705 }, 6706 "require-dev": { 6707 "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0 || ^7.0 || ^8.0 || ^9.0", 6708 "sanmai/phpunit-legacy-adapter": "^6.1 || ^8.0" 6709 }, 6710 "suggest": { 6711 "symfony/http-kernel": "Allows Symfony integration" 6712 }, 6713 "bin": [ 6714 "bin/php-coveralls" 6715 ], 6716 "type": "library", 6717 "autoload": { 6718 "psr-4": { 6719 "PhpCoveralls\\": "src/" 6720 } 6721 }, 6722 "notification-url": "https://packagist.org/downloads/", 6723 "license": [ 6724 "MIT" 6725 ], 6726 "authors": [ 6727 { 6728 "name": "Kitamura Satoshi", 6729 "email": "with.no.parachute@gmail.com", 6730 "homepage": "https://www.facebook.com/satooshi.jp", 6731 "role": "Original creator" 6732 }, 6733 { 6734 "name": "Takashi Matsuo", 6735 "email": "tmatsuo@google.com" 6736 }, 6737 { 6738 "name": "Google Inc" 6739 }, 6740 { 6741 "name": "Dariusz Ruminski", 6742 "email": "dariusz.ruminski@gmail.com", 6743 "homepage": "https://github.com/keradus" 6744 }, 6745 { 6746 "name": "Contributors", 6747 "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors" 6748 } 6749 ], 6750 "description": "PHP client library for Coveralls API", 6751 "homepage": "https://github.com/php-coveralls/php-coveralls", 6752 "keywords": [ 6753 "ci", 6754 "coverage", 6755 "github", 6756 "test" 6757 ], 6758 "support": { 6759 "issues": "https://github.com/php-coveralls/php-coveralls/issues", 6760 "source": "https://github.com/php-coveralls/php-coveralls/tree/v2.5.2" 6761 }, 6762 "time": "2021-12-06T17:05:08+00:00" 6763 }, 6764 { 6765 "name": "phpdocumentor/reflection-common", 6766 "version": "2.2.0", 6767 "source": { 6768 "type": "git", 6769 "url": "https://github.com/phpDocumentor/ReflectionCommon.git", 6770 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" 6771 }, 6772 "dist": { 6773 "type": "zip", 6774 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", 6775 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", 6776 "shasum": "" 6777 }, 6778 "require": { 6779 "php": "^7.2 || ^8.0" 6780 }, 6781 "type": "library", 6782 "extra": { 6783 "branch-alias": { 6784 "dev-2.x": "2.x-dev" 6785 } 6786 }, 6787 "autoload": { 6788 "psr-4": { 6789 "phpDocumentor\\Reflection\\": "src/" 6790 } 6791 }, 6792 "notification-url": "https://packagist.org/downloads/", 6793 "license": [ 6794 "MIT" 6795 ], 6796 "authors": [ 6797 { 6798 "name": "Jaap van Otterdijk", 6799 "email": "opensource@ijaap.nl" 6800 } 6801 ], 6802 "description": "Common reflection classes used by phpdocumentor to reflect the code structure", 6803 "homepage": "http://www.phpdoc.org", 6804 "keywords": [ 6805 "FQSEN", 6806 "phpDocumentor", 6807 "phpdoc", 6808 "reflection", 6809 "static analysis" 6810 ], 6811 "support": { 6812 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", 6813 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" 6814 }, 6815 "time": "2020-06-27T09:03:43+00:00" 6816 }, 6817 { 6818 "name": "phpdocumentor/reflection-docblock", 6819 "version": "5.3.0", 6820 "source": { 6821 "type": "git", 6822 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 6823 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" 6824 }, 6825 "dist": { 6826 "type": "zip", 6827 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", 6828 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", 6829 "shasum": "" 6830 }, 6831 "require": { 6832 "ext-filter": "*", 6833 "php": "^7.2 || ^8.0", 6834 "phpdocumentor/reflection-common": "^2.2", 6835 "phpdocumentor/type-resolver": "^1.3", 6836 "webmozart/assert": "^1.9.1" 6837 }, 6838 "require-dev": { 6839 "mockery/mockery": "~1.3.2", 6840 "psalm/phar": "^4.8" 6841 }, 6842 "type": "library", 6843 "extra": { 6844 "branch-alias": { 6845 "dev-master": "5.x-dev" 6846 } 6847 }, 6848 "autoload": { 6849 "psr-4": { 6850 "phpDocumentor\\Reflection\\": "src" 6851 } 6852 }, 6853 "notification-url": "https://packagist.org/downloads/", 6854 "license": [ 6855 "MIT" 6856 ], 6857 "authors": [ 6858 { 6859 "name": "Mike van Riel", 6860 "email": "me@mikevanriel.com" 6861 }, 6862 { 6863 "name": "Jaap van Otterdijk", 6864 "email": "account@ijaap.nl" 6865 } 6866 ], 6867 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 6868 "support": { 6869 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", 6870 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" 6871 }, 6872 "time": "2021-10-19T17:43:47+00:00" 6873 }, 6874 { 6875 "name": "phpdocumentor/type-resolver", 6876 "version": "1.6.0", 6877 "source": { 6878 "type": "git", 6879 "url": "https://github.com/phpDocumentor/TypeResolver.git", 6880 "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706" 6881 }, 6882 "dist": { 6883 "type": "zip", 6884 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/93ebd0014cab80c4ea9f5e297ea48672f1b87706", 6885 "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706", 6886 "shasum": "" 6887 }, 6888 "require": { 6889 "php": "^7.2 || ^8.0", 6890 "phpdocumentor/reflection-common": "^2.0" 6891 }, 6892 "require-dev": { 6893 "ext-tokenizer": "*", 6894 "psalm/phar": "^4.8" 6895 }, 6896 "type": "library", 6897 "extra": { 6898 "branch-alias": { 6899 "dev-1.x": "1.x-dev" 6900 } 6901 }, 6902 "autoload": { 6903 "psr-4": { 6904 "phpDocumentor\\Reflection\\": "src" 6905 } 6906 }, 6907 "notification-url": "https://packagist.org/downloads/", 6908 "license": [ 6909 "MIT" 6910 ], 6911 "authors": [ 6912 { 6913 "name": "Mike van Riel", 6914 "email": "me@mikevanriel.com" 6915 } 6916 ], 6917 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", 6918 "support": { 6919 "issues": "https://github.com/phpDocumentor/TypeResolver/issues", 6920 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.0" 6921 }, 6922 "time": "2022-01-04T19:58:01+00:00" 6923 }, 6924 { 6925 "name": "phpspec/prophecy", 6926 "version": "v1.15.0", 6927 "source": { 6928 "type": "git", 6929 "url": "https://github.com/phpspec/prophecy.git", 6930 "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13" 6931 }, 6932 "dist": { 6933 "type": "zip", 6934 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13", 6935 "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13", 6936 "shasum": "" 6937 }, 6938 "require": { 6939 "doctrine/instantiator": "^1.2", 6940 "php": "^7.2 || ~8.0, <8.2", 6941 "phpdocumentor/reflection-docblock": "^5.2", 6942 "sebastian/comparator": "^3.0 || ^4.0", 6943 "sebastian/recursion-context": "^3.0 || ^4.0" 6944 }, 6945 "require-dev": { 6946 "phpspec/phpspec": "^6.0 || ^7.0", 6947 "phpunit/phpunit": "^8.0 || ^9.0" 6948 }, 6949 "type": "library", 6950 "extra": { 6951 "branch-alias": { 6952 "dev-master": "1.x-dev" 6953 } 6954 }, 6955 "autoload": { 6956 "psr-4": { 6957 "Prophecy\\": "src/Prophecy" 6958 } 6959 }, 6960 "notification-url": "https://packagist.org/downloads/", 6961 "license": [ 6962 "MIT" 6963 ], 6964 "authors": [ 6965 { 6966 "name": "Konstantin Kudryashov", 6967 "email": "ever.zet@gmail.com", 6968 "homepage": "http://everzet.com" 6969 }, 6970 { 6971 "name": "Marcello Duarte", 6972 "email": "marcello.duarte@gmail.com" 6973 } 6974 ], 6975 "description": "Highly opinionated mocking framework for PHP 5.3+", 6976 "homepage": "https://github.com/phpspec/prophecy", 6977 "keywords": [ 6978 "Double", 6979 "Dummy", 6980 "fake", 6981 "mock", 6982 "spy", 6983 "stub" 6984 ], 6985 "support": { 6986 "issues": "https://github.com/phpspec/prophecy/issues", 6987 "source": "https://github.com/phpspec/prophecy/tree/v1.15.0" 6988 }, 6989 "time": "2021-12-08T12:19:24+00:00" 6990 }, 6991 { 6992 "name": "phpunit/php-code-coverage", 6993 "version": "9.2.10", 6994 "source": { 6995 "type": "git", 6996 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 6997 "reference": "d5850aaf931743067f4bfc1ae4cbd06468400687" 6998 }, 6999 "dist": { 7000 "type": "zip", 7001 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d5850aaf931743067f4bfc1ae4cbd06468400687", 7002 "reference": "d5850aaf931743067f4bfc1ae4cbd06468400687", 7003 "shasum": "" 7004 }, 7005 "require": { 7006 "ext-dom": "*", 7007 "ext-libxml": "*", 7008 "ext-xmlwriter": "*", 7009 "nikic/php-parser": "^4.13.0", 7010 "php": ">=7.3", 7011 "phpunit/php-file-iterator": "^3.0.3", 7012 "phpunit/php-text-template": "^2.0.2", 7013 "sebastian/code-unit-reverse-lookup": "^2.0.2", 7014 "sebastian/complexity": "^2.0", 7015 "sebastian/environment": "^5.1.2", 7016 "sebastian/lines-of-code": "^1.0.3", 7017 "sebastian/version": "^3.0.1", 7018 "theseer/tokenizer": "^1.2.0" 7019 }, 7020 "require-dev": { 7021 "phpunit/phpunit": "^9.3" 7022 }, 7023 "suggest": { 7024 "ext-pcov": "*", 7025 "ext-xdebug": "*" 7026 }, 7027 "type": "library", 7028 "extra": { 7029 "branch-alias": { 7030 "dev-master": "9.2-dev" 7031 } 7032 }, 7033 "autoload": { 7034 "classmap": [ 7035 "src/" 7036 ] 7037 }, 7038 "notification-url": "https://packagist.org/downloads/", 7039 "license": [ 7040 "BSD-3-Clause" 7041 ], 7042 "authors": [ 7043 { 7044 "name": "Sebastian Bergmann", 7045 "email": "sebastian@phpunit.de", 7046 "role": "lead" 7047 } 7048 ], 7049 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 7050 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 7051 "keywords": [ 7052 "coverage", 7053 "testing", 7054 "xunit" 7055 ], 7056 "support": { 7057 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 7058 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.10" 7059 }, 7060 "funding": [ 7061 { 7062 "url": "https://github.com/sebastianbergmann", 7063 "type": "github" 7064 } 7065 ], 7066 "time": "2021-12-05T09:12:13+00:00" 7067 }, 7068 { 7069 "name": "phpunit/php-file-iterator", 7070 "version": "3.0.6", 7071 "source": { 7072 "type": "git", 7073 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 7074 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" 7075 }, 7076 "dist": { 7077 "type": "zip", 7078 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", 7079 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", 7080 "shasum": "" 7081 }, 7082 "require": { 7083 "php": ">=7.3" 7084 }, 7085 "require-dev": { 7086 "phpunit/phpunit": "^9.3" 7087 }, 7088 "type": "library", 7089 "extra": { 7090 "branch-alias": { 7091 "dev-master": "3.0-dev" 7092 } 7093 }, 7094 "autoload": { 7095 "classmap": [ 7096 "src/" 7097 ] 7098 }, 7099 "notification-url": "https://packagist.org/downloads/", 7100 "license": [ 7101 "BSD-3-Clause" 7102 ], 7103 "authors": [ 7104 { 7105 "name": "Sebastian Bergmann", 7106 "email": "sebastian@phpunit.de", 7107 "role": "lead" 7108 } 7109 ], 7110 "description": "FilterIterator implementation that filters files based on a list of suffixes.", 7111 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 7112 "keywords": [ 7113 "filesystem", 7114 "iterator" 7115 ], 7116 "support": { 7117 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", 7118 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" 7119 }, 7120 "funding": [ 7121 { 7122 "url": "https://github.com/sebastianbergmann", 7123 "type": "github" 7124 } 7125 ], 7126 "time": "2021-12-02T12:48:52+00:00" 7127 }, 7128 { 7129 "name": "phpunit/php-invoker", 7130 "version": "3.1.1", 7131 "source": { 7132 "type": "git", 7133 "url": "https://github.com/sebastianbergmann/php-invoker.git", 7134 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" 7135 }, 7136 "dist": { 7137 "type": "zip", 7138 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", 7139 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", 7140 "shasum": "" 7141 }, 7142 "require": { 7143 "php": ">=7.3" 7144 }, 7145 "require-dev": { 7146 "ext-pcntl": "*", 7147 "phpunit/phpunit": "^9.3" 7148 }, 7149 "suggest": { 7150 "ext-pcntl": "*" 7151 }, 7152 "type": "library", 7153 "extra": { 7154 "branch-alias": { 7155 "dev-master": "3.1-dev" 7156 } 7157 }, 7158 "autoload": { 7159 "classmap": [ 7160 "src/" 7161 ] 7162 }, 7163 "notification-url": "https://packagist.org/downloads/", 7164 "license": [ 7165 "BSD-3-Clause" 7166 ], 7167 "authors": [ 7168 { 7169 "name": "Sebastian Bergmann", 7170 "email": "sebastian@phpunit.de", 7171 "role": "lead" 7172 } 7173 ], 7174 "description": "Invoke callables with a timeout", 7175 "homepage": "https://github.com/sebastianbergmann/php-invoker/", 7176 "keywords": [ 7177 "process" 7178 ], 7179 "support": { 7180 "issues": "https://github.com/sebastianbergmann/php-invoker/issues", 7181 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" 7182 }, 7183 "funding": [ 7184 { 7185 "url": "https://github.com/sebastianbergmann", 7186 "type": "github" 7187 } 7188 ], 7189 "time": "2020-09-28T05:58:55+00:00" 7190 }, 7191 { 7192 "name": "phpunit/php-text-template", 7193 "version": "2.0.4", 7194 "source": { 7195 "type": "git", 7196 "url": "https://github.com/sebastianbergmann/php-text-template.git", 7197 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" 7198 }, 7199 "dist": { 7200 "type": "zip", 7201 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", 7202 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", 7203 "shasum": "" 7204 }, 7205 "require": { 7206 "php": ">=7.3" 7207 }, 7208 "require-dev": { 7209 "phpunit/phpunit": "^9.3" 7210 }, 7211 "type": "library", 7212 "extra": { 7213 "branch-alias": { 7214 "dev-master": "2.0-dev" 7215 } 7216 }, 7217 "autoload": { 7218 "classmap": [ 7219 "src/" 7220 ] 7221 }, 7222 "notification-url": "https://packagist.org/downloads/", 7223 "license": [ 7224 "BSD-3-Clause" 7225 ], 7226 "authors": [ 7227 { 7228 "name": "Sebastian Bergmann", 7229 "email": "sebastian@phpunit.de", 7230 "role": "lead" 7231 } 7232 ], 7233 "description": "Simple template engine.", 7234 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 7235 "keywords": [ 7236 "template" 7237 ], 7238 "support": { 7239 "issues": "https://github.com/sebastianbergmann/php-text-template/issues", 7240 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" 7241 }, 7242 "funding": [ 7243 { 7244 "url": "https://github.com/sebastianbergmann", 7245 "type": "github" 7246 } 7247 ], 7248 "time": "2020-10-26T05:33:50+00:00" 7249 }, 7250 { 7251 "name": "phpunit/php-timer", 7252 "version": "5.0.3", 7253 "source": { 7254 "type": "git", 7255 "url": "https://github.com/sebastianbergmann/php-timer.git", 7256 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" 7257 }, 7258 "dist": { 7259 "type": "zip", 7260 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", 7261 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", 7262 "shasum": "" 7263 }, 7264 "require": { 7265 "php": ">=7.3" 7266 }, 7267 "require-dev": { 7268 "phpunit/phpunit": "^9.3" 7269 }, 7270 "type": "library", 7271 "extra": { 7272 "branch-alias": { 7273 "dev-master": "5.0-dev" 7274 } 7275 }, 7276 "autoload": { 7277 "classmap": [ 7278 "src/" 7279 ] 7280 }, 7281 "notification-url": "https://packagist.org/downloads/", 7282 "license": [ 7283 "BSD-3-Clause" 7284 ], 7285 "authors": [ 7286 { 7287 "name": "Sebastian Bergmann", 7288 "email": "sebastian@phpunit.de", 7289 "role": "lead" 7290 } 7291 ], 7292 "description": "Utility class for timing", 7293 "homepage": "https://github.com/sebastianbergmann/php-timer/", 7294 "keywords": [ 7295 "timer" 7296 ], 7297 "support": { 7298 "issues": "https://github.com/sebastianbergmann/php-timer/issues", 7299 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" 7300 }, 7301 "funding": [ 7302 { 7303 "url": "https://github.com/sebastianbergmann", 7304 "type": "github" 7305 } 7306 ], 7307 "time": "2020-10-26T13:16:10+00:00" 7308 }, 7309 { 7310 "name": "phpunit/phpunit", 7311 "version": "9.5.13", 7312 "source": { 7313 "type": "git", 7314 "url": "https://github.com/sebastianbergmann/phpunit.git", 7315 "reference": "597cb647654ede35e43b137926dfdfef0fb11743" 7316 }, 7317 "dist": { 7318 "type": "zip", 7319 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/597cb647654ede35e43b137926dfdfef0fb11743", 7320 "reference": "597cb647654ede35e43b137926dfdfef0fb11743", 7321 "shasum": "" 7322 }, 7323 "require": { 7324 "doctrine/instantiator": "^1.3.1", 7325 "ext-dom": "*", 7326 "ext-json": "*", 7327 "ext-libxml": "*", 7328 "ext-mbstring": "*", 7329 "ext-xml": "*", 7330 "ext-xmlwriter": "*", 7331 "myclabs/deep-copy": "^1.10.1", 7332 "phar-io/manifest": "^2.0.3", 7333 "phar-io/version": "^3.0.2", 7334 "php": ">=7.3", 7335 "phpspec/prophecy": "^1.12.1", 7336 "phpunit/php-code-coverage": "^9.2.7", 7337 "phpunit/php-file-iterator": "^3.0.5", 7338 "phpunit/php-invoker": "^3.1.1", 7339 "phpunit/php-text-template": "^2.0.3", 7340 "phpunit/php-timer": "^5.0.2", 7341 "sebastian/cli-parser": "^1.0.1", 7342 "sebastian/code-unit": "^1.0.6", 7343 "sebastian/comparator": "^4.0.5", 7344 "sebastian/diff": "^4.0.3", 7345 "sebastian/environment": "^5.1.3", 7346 "sebastian/exporter": "^4.0.3", 7347 "sebastian/global-state": "^5.0.1", 7348 "sebastian/object-enumerator": "^4.0.3", 7349 "sebastian/resource-operations": "^3.0.3", 7350 "sebastian/type": "^2.3.4", 7351 "sebastian/version": "^3.0.2" 7352 }, 7353 "require-dev": { 7354 "ext-pdo": "*", 7355 "phpspec/prophecy-phpunit": "^2.0.1" 7356 }, 7357 "suggest": { 7358 "ext-soap": "*", 7359 "ext-xdebug": "*" 7360 }, 7361 "bin": [ 7362 "phpunit" 7363 ], 7364 "type": "library", 7365 "extra": { 7366 "branch-alias": { 7367 "dev-master": "9.5-dev" 7368 } 7369 }, 7370 "autoload": { 7371 "classmap": [ 7372 "src/" 7373 ], 7374 "files": [ 7375 "src/Framework/Assert/Functions.php" 7376 ] 7377 }, 7378 "notification-url": "https://packagist.org/downloads/", 7379 "license": [ 7380 "BSD-3-Clause" 7381 ], 7382 "authors": [ 7383 { 7384 "name": "Sebastian Bergmann", 7385 "email": "sebastian@phpunit.de", 7386 "role": "lead" 7387 } 7388 ], 7389 "description": "The PHP Unit Testing framework.", 7390 "homepage": "https://phpunit.de/", 7391 "keywords": [ 7392 "phpunit", 7393 "testing", 7394 "xunit" 7395 ], 7396 "support": { 7397 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 7398 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.13" 7399 }, 7400 "funding": [ 7401 { 7402 "url": "https://phpunit.de/sponsors.html", 7403 "type": "custom" 7404 }, 7405 { 7406 "url": "https://github.com/sebastianbergmann", 7407 "type": "github" 7408 } 7409 ], 7410 "time": "2022-01-24T07:33:35+00:00" 7411 }, 7412 { 7413 "name": "react/promise", 7414 "version": "v2.8.0", 7415 "source": { 7416 "type": "git", 7417 "url": "https://github.com/reactphp/promise.git", 7418 "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4" 7419 }, 7420 "dist": { 7421 "type": "zip", 7422 "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4", 7423 "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4", 7424 "shasum": "" 7425 }, 7426 "require": { 7427 "php": ">=5.4.0" 7428 }, 7429 "require-dev": { 7430 "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36" 7431 }, 7432 "type": "library", 7433 "autoload": { 7434 "psr-4": { 7435 "React\\Promise\\": "src/" 7436 }, 7437 "files": [ 7438 "src/functions_include.php" 7439 ] 7440 }, 7441 "notification-url": "https://packagist.org/downloads/", 7442 "license": [ 7443 "MIT" 7444 ], 7445 "authors": [ 7446 { 7447 "name": "Jan Sorgalla", 7448 "email": "jsorgalla@gmail.com" 7449 } 7450 ], 7451 "description": "A lightweight implementation of CommonJS Promises/A for PHP", 7452 "keywords": [ 7453 "promise", 7454 "promises" 7455 ], 7456 "support": { 7457 "issues": "https://github.com/reactphp/promise/issues", 7458 "source": "https://github.com/reactphp/promise/tree/v2.8.0" 7459 }, 7460 "time": "2020-05-12T15:16:56+00:00" 7461 }, 7462 { 7463 "name": "sebastian/cli-parser", 7464 "version": "1.0.1", 7465 "source": { 7466 "type": "git", 7467 "url": "https://github.com/sebastianbergmann/cli-parser.git", 7468 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" 7469 }, 7470 "dist": { 7471 "type": "zip", 7472 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", 7473 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", 7474 "shasum": "" 7475 }, 7476 "require": { 7477 "php": ">=7.3" 7478 }, 7479 "require-dev": { 7480 "phpunit/phpunit": "^9.3" 7481 }, 7482 "type": "library", 7483 "extra": { 7484 "branch-alias": { 7485 "dev-master": "1.0-dev" 7486 } 7487 }, 7488 "autoload": { 7489 "classmap": [ 7490 "src/" 7491 ] 7492 }, 7493 "notification-url": "https://packagist.org/downloads/", 7494 "license": [ 7495 "BSD-3-Clause" 7496 ], 7497 "authors": [ 7498 { 7499 "name": "Sebastian Bergmann", 7500 "email": "sebastian@phpunit.de", 7501 "role": "lead" 7502 } 7503 ], 7504 "description": "Library for parsing CLI options", 7505 "homepage": "https://github.com/sebastianbergmann/cli-parser", 7506 "support": { 7507 "issues": "https://github.com/sebastianbergmann/cli-parser/issues", 7508 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" 7509 }, 7510 "funding": [ 7511 { 7512 "url": "https://github.com/sebastianbergmann", 7513 "type": "github" 7514 } 7515 ], 7516 "time": "2020-09-28T06:08:49+00:00" 7517 }, 7518 { 7519 "name": "sebastian/code-unit", 7520 "version": "1.0.8", 7521 "source": { 7522 "type": "git", 7523 "url": "https://github.com/sebastianbergmann/code-unit.git", 7524 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" 7525 }, 7526 "dist": { 7527 "type": "zip", 7528 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", 7529 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", 7530 "shasum": "" 7531 }, 7532 "require": { 7533 "php": ">=7.3" 7534 }, 7535 "require-dev": { 7536 "phpunit/phpunit": "^9.3" 7537 }, 7538 "type": "library", 7539 "extra": { 7540 "branch-alias": { 7541 "dev-master": "1.0-dev" 7542 } 7543 }, 7544 "autoload": { 7545 "classmap": [ 7546 "src/" 7547 ] 7548 }, 7549 "notification-url": "https://packagist.org/downloads/", 7550 "license": [ 7551 "BSD-3-Clause" 7552 ], 7553 "authors": [ 7554 { 7555 "name": "Sebastian Bergmann", 7556 "email": "sebastian@phpunit.de", 7557 "role": "lead" 7558 } 7559 ], 7560 "description": "Collection of value objects that represent the PHP code units", 7561 "homepage": "https://github.com/sebastianbergmann/code-unit", 7562 "support": { 7563 "issues": "https://github.com/sebastianbergmann/code-unit/issues", 7564 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" 7565 }, 7566 "funding": [ 7567 { 7568 "url": "https://github.com/sebastianbergmann", 7569 "type": "github" 7570 } 7571 ], 7572 "time": "2020-10-26T13:08:54+00:00" 7573 }, 7574 { 7575 "name": "sebastian/code-unit-reverse-lookup", 7576 "version": "2.0.3", 7577 "source": { 7578 "type": "git", 7579 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 7580 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" 7581 }, 7582 "dist": { 7583 "type": "zip", 7584 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", 7585 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", 7586 "shasum": "" 7587 }, 7588 "require": { 7589 "php": ">=7.3" 7590 }, 7591 "require-dev": { 7592 "phpunit/phpunit": "^9.3" 7593 }, 7594 "type": "library", 7595 "extra": { 7596 "branch-alias": { 7597 "dev-master": "2.0-dev" 7598 } 7599 }, 7600 "autoload": { 7601 "classmap": [ 7602 "src/" 7603 ] 7604 }, 7605 "notification-url": "https://packagist.org/downloads/", 7606 "license": [ 7607 "BSD-3-Clause" 7608 ], 7609 "authors": [ 7610 { 7611 "name": "Sebastian Bergmann", 7612 "email": "sebastian@phpunit.de" 7613 } 7614 ], 7615 "description": "Looks up which function or method a line of code belongs to", 7616 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 7617 "support": { 7618 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", 7619 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" 7620 }, 7621 "funding": [ 7622 { 7623 "url": "https://github.com/sebastianbergmann", 7624 "type": "github" 7625 } 7626 ], 7627 "time": "2020-09-28T05:30:19+00:00" 7628 }, 7629 { 7630 "name": "sebastian/comparator", 7631 "version": "4.0.6", 7632 "source": { 7633 "type": "git", 7634 "url": "https://github.com/sebastianbergmann/comparator.git", 7635 "reference": "55f4261989e546dc112258c7a75935a81a7ce382" 7636 }, 7637 "dist": { 7638 "type": "zip", 7639 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382", 7640 "reference": "55f4261989e546dc112258c7a75935a81a7ce382", 7641 "shasum": "" 7642 }, 7643 "require": { 7644 "php": ">=7.3", 7645 "sebastian/diff": "^4.0", 7646 "sebastian/exporter": "^4.0" 7647 }, 7648 "require-dev": { 7649 "phpunit/phpunit": "^9.3" 7650 }, 7651 "type": "library", 7652 "extra": { 7653 "branch-alias": { 7654 "dev-master": "4.0-dev" 7655 } 7656 }, 7657 "autoload": { 7658 "classmap": [ 7659 "src/" 7660 ] 7661 }, 7662 "notification-url": "https://packagist.org/downloads/", 7663 "license": [ 7664 "BSD-3-Clause" 7665 ], 7666 "authors": [ 7667 { 7668 "name": "Sebastian Bergmann", 7669 "email": "sebastian@phpunit.de" 7670 }, 7671 { 7672 "name": "Jeff Welch", 7673 "email": "whatthejeff@gmail.com" 7674 }, 7675 { 7676 "name": "Volker Dusch", 7677 "email": "github@wallbash.com" 7678 }, 7679 { 7680 "name": "Bernhard Schussek", 7681 "email": "bschussek@2bepublished.at" 7682 } 7683 ], 7684 "description": "Provides the functionality to compare PHP values for equality", 7685 "homepage": "https://github.com/sebastianbergmann/comparator", 7686 "keywords": [ 7687 "comparator", 7688 "compare", 7689 "equality" 7690 ], 7691 "support": { 7692 "issues": "https://github.com/sebastianbergmann/comparator/issues", 7693 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6" 7694 }, 7695 "funding": [ 7696 { 7697 "url": "https://github.com/sebastianbergmann", 7698 "type": "github" 7699 } 7700 ], 7701 "time": "2020-10-26T15:49:45+00:00" 7702 }, 7703 { 7704 "name": "sebastian/complexity", 7705 "version": "2.0.2", 7706 "source": { 7707 "type": "git", 7708 "url": "https://github.com/sebastianbergmann/complexity.git", 7709 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" 7710 }, 7711 "dist": { 7712 "type": "zip", 7713 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", 7714 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", 7715 "shasum": "" 7716 }, 7717 "require": { 7718 "nikic/php-parser": "^4.7", 7719 "php": ">=7.3" 7720 }, 7721 "require-dev": { 7722 "phpunit/phpunit": "^9.3" 7723 }, 7724 "type": "library", 7725 "extra": { 7726 "branch-alias": { 7727 "dev-master": "2.0-dev" 7728 } 7729 }, 7730 "autoload": { 7731 "classmap": [ 7732 "src/" 7733 ] 7734 }, 7735 "notification-url": "https://packagist.org/downloads/", 7736 "license": [ 7737 "BSD-3-Clause" 7738 ], 7739 "authors": [ 7740 { 7741 "name": "Sebastian Bergmann", 7742 "email": "sebastian@phpunit.de", 7743 "role": "lead" 7744 } 7745 ], 7746 "description": "Library for calculating the complexity of PHP code units", 7747 "homepage": "https://github.com/sebastianbergmann/complexity", 7748 "support": { 7749 "issues": "https://github.com/sebastianbergmann/complexity/issues", 7750 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" 7751 }, 7752 "funding": [ 7753 { 7754 "url": "https://github.com/sebastianbergmann", 7755 "type": "github" 7756 } 7757 ], 7758 "time": "2020-10-26T15:52:27+00:00" 7759 }, 7760 { 7761 "name": "sebastian/diff", 7762 "version": "4.0.4", 7763 "source": { 7764 "type": "git", 7765 "url": "https://github.com/sebastianbergmann/diff.git", 7766 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" 7767 }, 7768 "dist": { 7769 "type": "zip", 7770 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", 7771 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", 7772 "shasum": "" 7773 }, 7774 "require": { 7775 "php": ">=7.3" 7776 }, 7777 "require-dev": { 7778 "phpunit/phpunit": "^9.3", 7779 "symfony/process": "^4.2 || ^5" 7780 }, 7781 "type": "library", 7782 "extra": { 7783 "branch-alias": { 7784 "dev-master": "4.0-dev" 7785 } 7786 }, 7787 "autoload": { 7788 "classmap": [ 7789 "src/" 7790 ] 7791 }, 7792 "notification-url": "https://packagist.org/downloads/", 7793 "license": [ 7794 "BSD-3-Clause" 7795 ], 7796 "authors": [ 7797 { 7798 "name": "Sebastian Bergmann", 7799 "email": "sebastian@phpunit.de" 7800 }, 7801 { 7802 "name": "Kore Nordmann", 7803 "email": "mail@kore-nordmann.de" 7804 } 7805 ], 7806 "description": "Diff implementation", 7807 "homepage": "https://github.com/sebastianbergmann/diff", 7808 "keywords": [ 7809 "diff", 7810 "udiff", 7811 "unidiff", 7812 "unified diff" 7813 ], 7814 "support": { 7815 "issues": "https://github.com/sebastianbergmann/diff/issues", 7816 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" 7817 }, 7818 "funding": [ 7819 { 7820 "url": "https://github.com/sebastianbergmann", 7821 "type": "github" 7822 } 7823 ], 7824 "time": "2020-10-26T13:10:38+00:00" 7825 }, 7826 { 7827 "name": "sebastian/environment", 7828 "version": "5.1.3", 7829 "source": { 7830 "type": "git", 7831 "url": "https://github.com/sebastianbergmann/environment.git", 7832 "reference": "388b6ced16caa751030f6a69e588299fa09200ac" 7833 }, 7834 "dist": { 7835 "type": "zip", 7836 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac", 7837 "reference": "388b6ced16caa751030f6a69e588299fa09200ac", 7838 "shasum": "" 7839 }, 7840 "require": { 7841 "php": ">=7.3" 7842 }, 7843 "require-dev": { 7844 "phpunit/phpunit": "^9.3" 7845 }, 7846 "suggest": { 7847 "ext-posix": "*" 7848 }, 7849 "type": "library", 7850 "extra": { 7851 "branch-alias": { 7852 "dev-master": "5.1-dev" 7853 } 7854 }, 7855 "autoload": { 7856 "classmap": [ 7857 "src/" 7858 ] 7859 }, 7860 "notification-url": "https://packagist.org/downloads/", 7861 "license": [ 7862 "BSD-3-Clause" 7863 ], 7864 "authors": [ 7865 { 7866 "name": "Sebastian Bergmann", 7867 "email": "sebastian@phpunit.de" 7868 } 7869 ], 7870 "description": "Provides functionality to handle HHVM/PHP environments", 7871 "homepage": "http://www.github.com/sebastianbergmann/environment", 7872 "keywords": [ 7873 "Xdebug", 7874 "environment", 7875 "hhvm" 7876 ], 7877 "support": { 7878 "issues": "https://github.com/sebastianbergmann/environment/issues", 7879 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.3" 7880 }, 7881 "funding": [ 7882 { 7883 "url": "https://github.com/sebastianbergmann", 7884 "type": "github" 7885 } 7886 ], 7887 "time": "2020-09-28T05:52:38+00:00" 7888 }, 7889 { 7890 "name": "sebastian/exporter", 7891 "version": "4.0.4", 7892 "source": { 7893 "type": "git", 7894 "url": "https://github.com/sebastianbergmann/exporter.git", 7895 "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9" 7896 }, 7897 "dist": { 7898 "type": "zip", 7899 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9", 7900 "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9", 7901 "shasum": "" 7902 }, 7903 "require": { 7904 "php": ">=7.3", 7905 "sebastian/recursion-context": "^4.0" 7906 }, 7907 "require-dev": { 7908 "ext-mbstring": "*", 7909 "phpunit/phpunit": "^9.3" 7910 }, 7911 "type": "library", 7912 "extra": { 7913 "branch-alias": { 7914 "dev-master": "4.0-dev" 7915 } 7916 }, 7917 "autoload": { 7918 "classmap": [ 7919 "src/" 7920 ] 7921 }, 7922 "notification-url": "https://packagist.org/downloads/", 7923 "license": [ 7924 "BSD-3-Clause" 7925 ], 7926 "authors": [ 7927 { 7928 "name": "Sebastian Bergmann", 7929 "email": "sebastian@phpunit.de" 7930 }, 7931 { 7932 "name": "Jeff Welch", 7933 "email": "whatthejeff@gmail.com" 7934 }, 7935 { 7936 "name": "Volker Dusch", 7937 "email": "github@wallbash.com" 7938 }, 7939 { 7940 "name": "Adam Harvey", 7941 "email": "aharvey@php.net" 7942 }, 7943 { 7944 "name": "Bernhard Schussek", 7945 "email": "bschussek@gmail.com" 7946 } 7947 ], 7948 "description": "Provides the functionality to export PHP variables for visualization", 7949 "homepage": "https://www.github.com/sebastianbergmann/exporter", 7950 "keywords": [ 7951 "export", 7952 "exporter" 7953 ], 7954 "support": { 7955 "issues": "https://github.com/sebastianbergmann/exporter/issues", 7956 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4" 7957 }, 7958 "funding": [ 7959 { 7960 "url": "https://github.com/sebastianbergmann", 7961 "type": "github" 7962 } 7963 ], 7964 "time": "2021-11-11T14:18:36+00:00" 7965 }, 7966 { 7967 "name": "sebastian/global-state", 7968 "version": "5.0.3", 7969 "source": { 7970 "type": "git", 7971 "url": "https://github.com/sebastianbergmann/global-state.git", 7972 "reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49" 7973 }, 7974 "dist": { 7975 "type": "zip", 7976 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/23bd5951f7ff26f12d4e3242864df3e08dec4e49", 7977 "reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49", 7978 "shasum": "" 7979 }, 7980 "require": { 7981 "php": ">=7.3", 7982 "sebastian/object-reflector": "^2.0", 7983 "sebastian/recursion-context": "^4.0" 7984 }, 7985 "require-dev": { 7986 "ext-dom": "*", 7987 "phpunit/phpunit": "^9.3" 7988 }, 7989 "suggest": { 7990 "ext-uopz": "*" 7991 }, 7992 "type": "library", 7993 "extra": { 7994 "branch-alias": { 7995 "dev-master": "5.0-dev" 7996 } 7997 }, 7998 "autoload": { 7999 "classmap": [ 8000 "src/" 8001 ] 8002 }, 8003 "notification-url": "https://packagist.org/downloads/", 8004 "license": [ 8005 "BSD-3-Clause" 8006 ], 8007 "authors": [ 8008 { 8009 "name": "Sebastian Bergmann", 8010 "email": "sebastian@phpunit.de" 8011 } 8012 ], 8013 "description": "Snapshotting of global state", 8014 "homepage": "http://www.github.com/sebastianbergmann/global-state", 8015 "keywords": [ 8016 "global state" 8017 ], 8018 "support": { 8019 "issues": "https://github.com/sebastianbergmann/global-state/issues", 8020 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.3" 8021 }, 8022 "funding": [ 8023 { 8024 "url": "https://github.com/sebastianbergmann", 8025 "type": "github" 8026 } 8027 ], 8028 "time": "2021-06-11T13:31:12+00:00" 8029 }, 8030 { 8031 "name": "sebastian/lines-of-code", 8032 "version": "1.0.3", 8033 "source": { 8034 "type": "git", 8035 "url": "https://github.com/sebastianbergmann/lines-of-code.git", 8036 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" 8037 }, 8038 "dist": { 8039 "type": "zip", 8040 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", 8041 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", 8042 "shasum": "" 8043 }, 8044 "require": { 8045 "nikic/php-parser": "^4.6", 8046 "php": ">=7.3" 8047 }, 8048 "require-dev": { 8049 "phpunit/phpunit": "^9.3" 8050 }, 8051 "type": "library", 8052 "extra": { 8053 "branch-alias": { 8054 "dev-master": "1.0-dev" 8055 } 8056 }, 8057 "autoload": { 8058 "classmap": [ 8059 "src/" 8060 ] 8061 }, 8062 "notification-url": "https://packagist.org/downloads/", 8063 "license": [ 8064 "BSD-3-Clause" 8065 ], 8066 "authors": [ 8067 { 8068 "name": "Sebastian Bergmann", 8069 "email": "sebastian@phpunit.de", 8070 "role": "lead" 8071 } 8072 ], 8073 "description": "Library for counting the lines of code in PHP source code", 8074 "homepage": "https://github.com/sebastianbergmann/lines-of-code", 8075 "support": { 8076 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", 8077 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" 8078 }, 8079 "funding": [ 8080 { 8081 "url": "https://github.com/sebastianbergmann", 8082 "type": "github" 8083 } 8084 ], 8085 "time": "2020-11-28T06:42:11+00:00" 8086 }, 8087 { 8088 "name": "sebastian/object-enumerator", 8089 "version": "4.0.4", 8090 "source": { 8091 "type": "git", 8092 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 8093 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" 8094 }, 8095 "dist": { 8096 "type": "zip", 8097 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", 8098 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", 8099 "shasum": "" 8100 }, 8101 "require": { 8102 "php": ">=7.3", 8103 "sebastian/object-reflector": "^2.0", 8104 "sebastian/recursion-context": "^4.0" 8105 }, 8106 "require-dev": { 8107 "phpunit/phpunit": "^9.3" 8108 }, 8109 "type": "library", 8110 "extra": { 8111 "branch-alias": { 8112 "dev-master": "4.0-dev" 8113 } 8114 }, 8115 "autoload": { 8116 "classmap": [ 8117 "src/" 8118 ] 8119 }, 8120 "notification-url": "https://packagist.org/downloads/", 8121 "license": [ 8122 "BSD-3-Clause" 8123 ], 8124 "authors": [ 8125 { 8126 "name": "Sebastian Bergmann", 8127 "email": "sebastian@phpunit.de" 8128 } 8129 ], 8130 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 8131 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 8132 "support": { 8133 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", 8134 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" 8135 }, 8136 "funding": [ 8137 { 8138 "url": "https://github.com/sebastianbergmann", 8139 "type": "github" 8140 } 8141 ], 8142 "time": "2020-10-26T13:12:34+00:00" 8143 }, 8144 { 8145 "name": "sebastian/object-reflector", 8146 "version": "2.0.4", 8147 "source": { 8148 "type": "git", 8149 "url": "https://github.com/sebastianbergmann/object-reflector.git", 8150 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" 8151 }, 8152 "dist": { 8153 "type": "zip", 8154 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", 8155 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", 8156 "shasum": "" 8157 }, 8158 "require": { 8159 "php": ">=7.3" 8160 }, 8161 "require-dev": { 8162 "phpunit/phpunit": "^9.3" 8163 }, 8164 "type": "library", 8165 "extra": { 8166 "branch-alias": { 8167 "dev-master": "2.0-dev" 8168 } 8169 }, 8170 "autoload": { 8171 "classmap": [ 8172 "src/" 8173 ] 8174 }, 8175 "notification-url": "https://packagist.org/downloads/", 8176 "license": [ 8177 "BSD-3-Clause" 8178 ], 8179 "authors": [ 8180 { 8181 "name": "Sebastian Bergmann", 8182 "email": "sebastian@phpunit.de" 8183 } 8184 ], 8185 "description": "Allows reflection of object attributes, including inherited and non-public ones", 8186 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 8187 "support": { 8188 "issues": "https://github.com/sebastianbergmann/object-reflector/issues", 8189 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" 8190 }, 8191 "funding": [ 8192 { 8193 "url": "https://github.com/sebastianbergmann", 8194 "type": "github" 8195 } 8196 ], 8197 "time": "2020-10-26T13:14:26+00:00" 8198 }, 8199 { 8200 "name": "sebastian/recursion-context", 8201 "version": "4.0.4", 8202 "source": { 8203 "type": "git", 8204 "url": "https://github.com/sebastianbergmann/recursion-context.git", 8205 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172" 8206 }, 8207 "dist": { 8208 "type": "zip", 8209 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172", 8210 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172", 8211 "shasum": "" 8212 }, 8213 "require": { 8214 "php": ">=7.3" 8215 }, 8216 "require-dev": { 8217 "phpunit/phpunit": "^9.3" 8218 }, 8219 "type": "library", 8220 "extra": { 8221 "branch-alias": { 8222 "dev-master": "4.0-dev" 8223 } 8224 }, 8225 "autoload": { 8226 "classmap": [ 8227 "src/" 8228 ] 8229 }, 8230 "notification-url": "https://packagist.org/downloads/", 8231 "license": [ 8232 "BSD-3-Clause" 8233 ], 8234 "authors": [ 8235 { 8236 "name": "Sebastian Bergmann", 8237 "email": "sebastian@phpunit.de" 8238 }, 8239 { 8240 "name": "Jeff Welch", 8241 "email": "whatthejeff@gmail.com" 8242 }, 8243 { 8244 "name": "Adam Harvey", 8245 "email": "aharvey@php.net" 8246 } 8247 ], 8248 "description": "Provides functionality to recursively process PHP variables", 8249 "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 8250 "support": { 8251 "issues": "https://github.com/sebastianbergmann/recursion-context/issues", 8252 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4" 8253 }, 8254 "funding": [ 8255 { 8256 "url": "https://github.com/sebastianbergmann", 8257 "type": "github" 8258 } 8259 ], 8260 "time": "2020-10-26T13:17:30+00:00" 8261 }, 8262 { 8263 "name": "sebastian/resource-operations", 8264 "version": "3.0.3", 8265 "source": { 8266 "type": "git", 8267 "url": "https://github.com/sebastianbergmann/resource-operations.git", 8268 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" 8269 }, 8270 "dist": { 8271 "type": "zip", 8272 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", 8273 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", 8274 "shasum": "" 8275 }, 8276 "require": { 8277 "php": ">=7.3" 8278 }, 8279 "require-dev": { 8280 "phpunit/phpunit": "^9.0" 8281 }, 8282 "type": "library", 8283 "extra": { 8284 "branch-alias": { 8285 "dev-master": "3.0-dev" 8286 } 8287 }, 8288 "autoload": { 8289 "classmap": [ 8290 "src/" 8291 ] 8292 }, 8293 "notification-url": "https://packagist.org/downloads/", 8294 "license": [ 8295 "BSD-3-Clause" 8296 ], 8297 "authors": [ 8298 { 8299 "name": "Sebastian Bergmann", 8300 "email": "sebastian@phpunit.de" 8301 } 8302 ], 8303 "description": "Provides a list of PHP built-in functions that operate on resources", 8304 "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 8305 "support": { 8306 "issues": "https://github.com/sebastianbergmann/resource-operations/issues", 8307 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" 8308 }, 8309 "funding": [ 8310 { 8311 "url": "https://github.com/sebastianbergmann", 8312 "type": "github" 8313 } 8314 ], 8315 "time": "2020-09-28T06:45:17+00:00" 8316 }, 8317 { 8318 "name": "sebastian/type", 8319 "version": "2.3.4", 8320 "source": { 8321 "type": "git", 8322 "url": "https://github.com/sebastianbergmann/type.git", 8323 "reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914" 8324 }, 8325 "dist": { 8326 "type": "zip", 8327 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8cd8a1c753c90bc1a0f5372170e3e489136f914", 8328 "reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914", 8329 "shasum": "" 8330 }, 8331 "require": { 8332 "php": ">=7.3" 8333 }, 8334 "require-dev": { 8335 "phpunit/phpunit": "^9.3" 8336 }, 8337 "type": "library", 8338 "extra": { 8339 "branch-alias": { 8340 "dev-master": "2.3-dev" 8341 } 8342 }, 8343 "autoload": { 8344 "classmap": [ 8345 "src/" 8346 ] 8347 }, 8348 "notification-url": "https://packagist.org/downloads/", 8349 "license": [ 8350 "BSD-3-Clause" 8351 ], 8352 "authors": [ 8353 { 8354 "name": "Sebastian Bergmann", 8355 "email": "sebastian@phpunit.de", 8356 "role": "lead" 8357 } 8358 ], 8359 "description": "Collection of value objects that represent the types of the PHP type system", 8360 "homepage": "https://github.com/sebastianbergmann/type", 8361 "support": { 8362 "issues": "https://github.com/sebastianbergmann/type/issues", 8363 "source": "https://github.com/sebastianbergmann/type/tree/2.3.4" 8364 }, 8365 "funding": [ 8366 { 8367 "url": "https://github.com/sebastianbergmann", 8368 "type": "github" 8369 } 8370 ], 8371 "time": "2021-06-15T12:49:02+00:00" 8372 }, 8373 { 8374 "name": "sebastian/version", 8375 "version": "3.0.2", 8376 "source": { 8377 "type": "git", 8378 "url": "https://github.com/sebastianbergmann/version.git", 8379 "reference": "c6c1022351a901512170118436c764e473f6de8c" 8380 }, 8381 "dist": { 8382 "type": "zip", 8383 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", 8384 "reference": "c6c1022351a901512170118436c764e473f6de8c", 8385 "shasum": "" 8386 }, 8387 "require": { 8388 "php": ">=7.3" 8389 }, 8390 "type": "library", 8391 "extra": { 8392 "branch-alias": { 8393 "dev-master": "3.0-dev" 8394 } 8395 }, 8396 "autoload": { 8397 "classmap": [ 8398 "src/" 8399 ] 8400 }, 8401 "notification-url": "https://packagist.org/downloads/", 8402 "license": [ 8403 "BSD-3-Clause" 8404 ], 8405 "authors": [ 8406 { 8407 "name": "Sebastian Bergmann", 8408 "email": "sebastian@phpunit.de", 8409 "role": "lead" 8410 } 8411 ], 8412 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 8413 "homepage": "https://github.com/sebastianbergmann/version", 8414 "support": { 8415 "issues": "https://github.com/sebastianbergmann/version/issues", 8416 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" 8417 }, 8418 "funding": [ 8419 { 8420 "url": "https://github.com/sebastianbergmann", 8421 "type": "github" 8422 } 8423 ], 8424 "time": "2020-09-28T06:39:44+00:00" 8425 }, 8426 { 8427 "name": "seld/jsonlint", 8428 "version": "1.8.3", 8429 "source": { 8430 "type": "git", 8431 "url": "https://github.com/Seldaek/jsonlint.git", 8432 "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57" 8433 }, 8434 "dist": { 8435 "type": "zip", 8436 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57", 8437 "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57", 8438 "shasum": "" 8439 }, 8440 "require": { 8441 "php": "^5.3 || ^7.0 || ^8.0" 8442 }, 8443 "require-dev": { 8444 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" 8445 }, 8446 "bin": [ 8447 "bin/jsonlint" 8448 ], 8449 "type": "library", 8450 "autoload": { 8451 "psr-4": { 8452 "Seld\\JsonLint\\": "src/Seld/JsonLint/" 8453 } 8454 }, 8455 "notification-url": "https://packagist.org/downloads/", 8456 "license": [ 8457 "MIT" 8458 ], 8459 "authors": [ 8460 { 8461 "name": "Jordi Boggiano", 8462 "email": "j.boggiano@seld.be", 8463 "homepage": "http://seld.be" 8464 } 8465 ], 8466 "description": "JSON Linter", 8467 "keywords": [ 8468 "json", 8469 "linter", 8470 "parser", 8471 "validator" 8472 ], 8473 "support": { 8474 "issues": "https://github.com/Seldaek/jsonlint/issues", 8475 "source": "https://github.com/Seldaek/jsonlint/tree/1.8.3" 8476 }, 8477 "funding": [ 8478 { 8479 "url": "https://github.com/Seldaek", 8480 "type": "github" 8481 }, 8482 { 8483 "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint", 8484 "type": "tidelift" 8485 } 8486 ], 8487 "time": "2020-11-11T09:19:24+00:00" 8488 }, 8489 { 8490 "name": "seld/phar-utils", 8491 "version": "1.2.0", 8492 "source": { 8493 "type": "git", 8494 "url": "https://github.com/Seldaek/phar-utils.git", 8495 "reference": "9f3452c93ff423469c0d56450431562ca423dcee" 8496 }, 8497 "dist": { 8498 "type": "zip", 8499 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/9f3452c93ff423469c0d56450431562ca423dcee", 8500 "reference": "9f3452c93ff423469c0d56450431562ca423dcee", 8501 "shasum": "" 8502 }, 8503 "require": { 8504 "php": ">=5.3" 8505 }, 8506 "type": "library", 8507 "extra": { 8508 "branch-alias": { 8509 "dev-master": "1.x-dev" 8510 } 8511 }, 8512 "autoload": { 8513 "psr-4": { 8514 "Seld\\PharUtils\\": "src/" 8515 } 8516 }, 8517 "notification-url": "https://packagist.org/downloads/", 8518 "license": [ 8519 "MIT" 8520 ], 8521 "authors": [ 8522 { 8523 "name": "Jordi Boggiano", 8524 "email": "j.boggiano@seld.be" 8525 } 8526 ], 8527 "description": "PHAR file format utilities, for when PHP phars you up", 8528 "keywords": [ 8529 "phar" 8530 ], 8531 "support": { 8532 "issues": "https://github.com/Seldaek/phar-utils/issues", 8533 "source": "https://github.com/Seldaek/phar-utils/tree/1.2.0" 8534 }, 8535 "time": "2021-12-10T11:20:11+00:00" 8536 }, 8537 { 8538 "name": "symfony/config", 8539 "version": "v5.4.2", 8540 "source": { 8541 "type": "git", 8542 "url": "https://github.com/symfony/config.git", 8543 "reference": "2e082dae50da563c639119b7b52347a2a3db4ba5" 8544 }, 8545 "dist": { 8546 "type": "zip", 8547 "url": "https://api.github.com/repos/symfony/config/zipball/2e082dae50da563c639119b7b52347a2a3db4ba5", 8548 "reference": "2e082dae50da563c639119b7b52347a2a3db4ba5", 8549 "shasum": "" 8550 }, 8551 "require": { 8552 "php": ">=7.2.5", 8553 "symfony/deprecation-contracts": "^2.1|^3", 8554 "symfony/filesystem": "^4.4|^5.0|^6.0", 8555 "symfony/polyfill-ctype": "~1.8", 8556 "symfony/polyfill-php80": "^1.16", 8557 "symfony/polyfill-php81": "^1.22" 8558 }, 8559 "conflict": { 8560 "symfony/finder": "<4.4" 8561 }, 8562 "require-dev": { 8563 "symfony/event-dispatcher": "^4.4|^5.0|^6.0", 8564 "symfony/finder": "^4.4|^5.0|^6.0", 8565 "symfony/messenger": "^4.4|^5.0|^6.0", 8566 "symfony/service-contracts": "^1.1|^2|^3", 8567 "symfony/yaml": "^4.4|^5.0|^6.0" 8568 }, 8569 "suggest": { 8570 "symfony/yaml": "To use the yaml reference dumper" 8571 }, 8572 "type": "library", 8573 "autoload": { 8574 "psr-4": { 8575 "Symfony\\Component\\Config\\": "" 8576 }, 8577 "exclude-from-classmap": [ 8578 "/Tests/" 8579 ] 8580 }, 8581 "notification-url": "https://packagist.org/downloads/", 8582 "license": [ 8583 "MIT" 8584 ], 8585 "authors": [ 8586 { 8587 "name": "Fabien Potencier", 8588 "email": "fabien@symfony.com" 8589 }, 8590 { 8591 "name": "Symfony Community", 8592 "homepage": "https://symfony.com/contributors" 8593 } 8594 ], 8595 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", 8596 "homepage": "https://symfony.com", 8597 "support": { 8598 "source": "https://github.com/symfony/config/tree/v5.4.2" 8599 }, 8600 "funding": [ 8601 { 8602 "url": "https://symfony.com/sponsor", 8603 "type": "custom" 8604 }, 8605 { 8606 "url": "https://github.com/fabpot", 8607 "type": "github" 8608 }, 8609 { 8610 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8611 "type": "tidelift" 8612 } 8613 ], 8614 "time": "2021-12-15T11:06:13+00:00" 8615 }, 8616 { 8617 "name": "symfony/filesystem", 8618 "version": "v5.4.0", 8619 "source": { 8620 "type": "git", 8621 "url": "https://github.com/symfony/filesystem.git", 8622 "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01" 8623 }, 8624 "dist": { 8625 "type": "zip", 8626 "url": "https://api.github.com/repos/symfony/filesystem/zipball/731f917dc31edcffec2c6a777f3698c33bea8f01", 8627 "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01", 8628 "shasum": "" 8629 }, 8630 "require": { 8631 "php": ">=7.2.5", 8632 "symfony/polyfill-ctype": "~1.8", 8633 "symfony/polyfill-mbstring": "~1.8", 8634 "symfony/polyfill-php80": "^1.16" 8635 }, 8636 "type": "library", 8637 "autoload": { 8638 "psr-4": { 8639 "Symfony\\Component\\Filesystem\\": "" 8640 }, 8641 "exclude-from-classmap": [ 8642 "/Tests/" 8643 ] 8644 }, 8645 "notification-url": "https://packagist.org/downloads/", 8646 "license": [ 8647 "MIT" 8648 ], 8649 "authors": [ 8650 { 8651 "name": "Fabien Potencier", 8652 "email": "fabien@symfony.com" 8653 }, 8654 { 8655 "name": "Symfony Community", 8656 "homepage": "https://symfony.com/contributors" 8657 } 8658 ], 8659 "description": "Provides basic utilities for the filesystem", 8660 "homepage": "https://symfony.com", 8661 "support": { 8662 "source": "https://github.com/symfony/filesystem/tree/v5.4.0" 8663 }, 8664 "funding": [ 8665 { 8666 "url": "https://symfony.com/sponsor", 8667 "type": "custom" 8668 }, 8669 { 8670 "url": "https://github.com/fabpot", 8671 "type": "github" 8672 }, 8673 { 8674 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8675 "type": "tidelift" 8676 } 8677 ], 8678 "time": "2021-10-28T13:39:27+00:00" 8679 }, 8680 { 8681 "name": "symfony/finder", 8682 "version": "v5.4.2", 8683 "source": { 8684 "type": "git", 8685 "url": "https://github.com/symfony/finder.git", 8686 "reference": "e77046c252be48c48a40816187ed527703c8f76c" 8687 }, 8688 "dist": { 8689 "type": "zip", 8690 "url": "https://api.github.com/repos/symfony/finder/zipball/e77046c252be48c48a40816187ed527703c8f76c", 8691 "reference": "e77046c252be48c48a40816187ed527703c8f76c", 8692 "shasum": "" 8693 }, 8694 "require": { 8695 "php": ">=7.2.5", 8696 "symfony/deprecation-contracts": "^2.1|^3", 8697 "symfony/polyfill-php80": "^1.16" 8698 }, 8699 "type": "library", 8700 "autoload": { 8701 "psr-4": { 8702 "Symfony\\Component\\Finder\\": "" 8703 }, 8704 "exclude-from-classmap": [ 8705 "/Tests/" 8706 ] 8707 }, 8708 "notification-url": "https://packagist.org/downloads/", 8709 "license": [ 8710 "MIT" 8711 ], 8712 "authors": [ 8713 { 8714 "name": "Fabien Potencier", 8715 "email": "fabien@symfony.com" 8716 }, 8717 { 8718 "name": "Symfony Community", 8719 "homepage": "https://symfony.com/contributors" 8720 } 8721 ], 8722 "description": "Finds files and directories via an intuitive fluent interface", 8723 "homepage": "https://symfony.com", 8724 "support": { 8725 "source": "https://github.com/symfony/finder/tree/v5.4.2" 8726 }, 8727 "funding": [ 8728 { 8729 "url": "https://symfony.com/sponsor", 8730 "type": "custom" 8731 }, 8732 { 8733 "url": "https://github.com/fabpot", 8734 "type": "github" 8735 }, 8736 { 8737 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8738 "type": "tidelift" 8739 } 8740 ], 8741 "time": "2021-12-15T11:06:13+00:00" 8742 }, 8743 { 8744 "name": "symfony/process", 8745 "version": "v5.4.2", 8746 "source": { 8747 "type": "git", 8748 "url": "https://github.com/symfony/process.git", 8749 "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4" 8750 }, 8751 "dist": { 8752 "type": "zip", 8753 "url": "https://api.github.com/repos/symfony/process/zipball/2b3ba8722c4aaf3e88011be5e7f48710088fb5e4", 8754 "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4", 8755 "shasum": "" 8756 }, 8757 "require": { 8758 "php": ">=7.2.5", 8759 "symfony/polyfill-php80": "^1.16" 8760 }, 8761 "type": "library", 8762 "autoload": { 8763 "psr-4": { 8764 "Symfony\\Component\\Process\\": "" 8765 }, 8766 "exclude-from-classmap": [ 8767 "/Tests/" 8768 ] 8769 }, 8770 "notification-url": "https://packagist.org/downloads/", 8771 "license": [ 8772 "MIT" 8773 ], 8774 "authors": [ 8775 { 8776 "name": "Fabien Potencier", 8777 "email": "fabien@symfony.com" 8778 }, 8779 { 8780 "name": "Symfony Community", 8781 "homepage": "https://symfony.com/contributors" 8782 } 8783 ], 8784 "description": "Executes commands in sub-processes", 8785 "homepage": "https://symfony.com", 8786 "support": { 8787 "source": "https://github.com/symfony/process/tree/v5.4.2" 8788 }, 8789 "funding": [ 8790 { 8791 "url": "https://symfony.com/sponsor", 8792 "type": "custom" 8793 }, 8794 { 8795 "url": "https://github.com/fabpot", 8796 "type": "github" 8797 }, 8798 { 8799 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8800 "type": "tidelift" 8801 } 8802 ], 8803 "time": "2021-12-27T21:01:00+00:00" 8804 }, 8805 { 8806 "name": "symfony/stopwatch", 8807 "version": "v5.4.0", 8808 "source": { 8809 "type": "git", 8810 "url": "https://github.com/symfony/stopwatch.git", 8811 "reference": "208ef96122bfed82a8f3a61458a07113a08bdcfe" 8812 }, 8813 "dist": { 8814 "type": "zip", 8815 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/208ef96122bfed82a8f3a61458a07113a08bdcfe", 8816 "reference": "208ef96122bfed82a8f3a61458a07113a08bdcfe", 8817 "shasum": "" 8818 }, 8819 "require": { 8820 "php": ">=7.2.5", 8821 "symfony/service-contracts": "^1|^2|^3" 8822 }, 8823 "type": "library", 8824 "autoload": { 8825 "psr-4": { 8826 "Symfony\\Component\\Stopwatch\\": "" 8827 }, 8828 "exclude-from-classmap": [ 8829 "/Tests/" 8830 ] 8831 }, 8832 "notification-url": "https://packagist.org/downloads/", 8833 "license": [ 8834 "MIT" 8835 ], 8836 "authors": [ 8837 { 8838 "name": "Fabien Potencier", 8839 "email": "fabien@symfony.com" 8840 }, 8841 { 8842 "name": "Symfony Community", 8843 "homepage": "https://symfony.com/contributors" 8844 } 8845 ], 8846 "description": "Provides a way to profile code", 8847 "homepage": "https://symfony.com", 8848 "support": { 8849 "source": "https://github.com/symfony/stopwatch/tree/v5.4.0" 8850 }, 8851 "funding": [ 8852 { 8853 "url": "https://symfony.com/sponsor", 8854 "type": "custom" 8855 }, 8856 { 8857 "url": "https://github.com/fabpot", 8858 "type": "github" 8859 }, 8860 { 8861 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8862 "type": "tidelift" 8863 } 8864 ], 8865 "time": "2021-11-23T10:19:22+00:00" 8866 }, 8867 { 8868 "name": "symfony/var-dumper", 8869 "version": "v5.4.2", 8870 "source": { 8871 "type": "git", 8872 "url": "https://github.com/symfony/var-dumper.git", 8873 "reference": "1b56c32c3679002b3a42384a580e16e2600f41c1" 8874 }, 8875 "dist": { 8876 "type": "zip", 8877 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1b56c32c3679002b3a42384a580e16e2600f41c1", 8878 "reference": "1b56c32c3679002b3a42384a580e16e2600f41c1", 8879 "shasum": "" 8880 }, 8881 "require": { 8882 "php": ">=7.2.5", 8883 "symfony/polyfill-mbstring": "~1.0", 8884 "symfony/polyfill-php80": "^1.16" 8885 }, 8886 "conflict": { 8887 "phpunit/phpunit": "<5.4.3", 8888 "symfony/console": "<4.4" 8889 }, 8890 "require-dev": { 8891 "ext-iconv": "*", 8892 "symfony/console": "^4.4|^5.0|^6.0", 8893 "symfony/process": "^4.4|^5.0|^6.0", 8894 "symfony/uid": "^5.1|^6.0", 8895 "twig/twig": "^2.13|^3.0.4" 8896 }, 8897 "suggest": { 8898 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", 8899 "ext-intl": "To show region name in time zone dump", 8900 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" 8901 }, 8902 "bin": [ 8903 "Resources/bin/var-dump-server" 8904 ], 8905 "type": "library", 8906 "autoload": { 8907 "files": [ 8908 "Resources/functions/dump.php" 8909 ], 8910 "psr-4": { 8911 "Symfony\\Component\\VarDumper\\": "" 8912 }, 8913 "exclude-from-classmap": [ 8914 "/Tests/" 8915 ] 8916 }, 8917 "notification-url": "https://packagist.org/downloads/", 8918 "license": [ 8919 "MIT" 8920 ], 8921 "authors": [ 8922 { 8923 "name": "Nicolas Grekas", 8924 "email": "p@tchwork.com" 8925 }, 8926 { 8927 "name": "Symfony Community", 8928 "homepage": "https://symfony.com/contributors" 8929 } 8930 ], 8931 "description": "Provides mechanisms for walking through any arbitrary PHP variable", 8932 "homepage": "https://symfony.com", 8933 "keywords": [ 8934 "debug", 8935 "dump" 8936 ], 8937 "support": { 8938 "source": "https://github.com/symfony/var-dumper/tree/v5.4.2" 8939 }, 8940 "funding": [ 8941 { 8942 "url": "https://symfony.com/sponsor", 8943 "type": "custom" 8944 }, 8945 { 8946 "url": "https://github.com/fabpot", 8947 "type": "github" 8948 }, 8949 { 8950 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8951 "type": "tidelift" 8952 } 8953 ], 8954 "time": "2021-12-29T10:10:35+00:00" 8955 }, 8956 { 8957 "name": "symfony/yaml", 8958 "version": "v5.4.2", 8959 "source": { 8960 "type": "git", 8961 "url": "https://github.com/symfony/yaml.git", 8962 "reference": "b9eb163846a61bb32dfc147f7859e274fab38b58" 8963 }, 8964 "dist": { 8965 "type": "zip", 8966 "url": "https://api.github.com/repos/symfony/yaml/zipball/b9eb163846a61bb32dfc147f7859e274fab38b58", 8967 "reference": "b9eb163846a61bb32dfc147f7859e274fab38b58", 8968 "shasum": "" 8969 }, 8970 "require": { 8971 "php": ">=7.2.5", 8972 "symfony/deprecation-contracts": "^2.1|^3", 8973 "symfony/polyfill-ctype": "^1.8" 8974 }, 8975 "conflict": { 8976 "symfony/console": "<5.3" 8977 }, 8978 "require-dev": { 8979 "symfony/console": "^5.3|^6.0" 8980 }, 8981 "suggest": { 8982 "symfony/console": "For validating YAML files using the lint command" 8983 }, 8984 "bin": [ 8985 "Resources/bin/yaml-lint" 8986 ], 8987 "type": "library", 8988 "autoload": { 8989 "psr-4": { 8990 "Symfony\\Component\\Yaml\\": "" 8991 }, 8992 "exclude-from-classmap": [ 8993 "/Tests/" 8994 ] 8995 }, 8996 "notification-url": "https://packagist.org/downloads/", 8997 "license": [ 8998 "MIT" 8999 ], 9000 "authors": [ 9001 { 9002 "name": "Fabien Potencier", 9003 "email": "fabien@symfony.com" 9004 }, 9005 { 9006 "name": "Symfony Community", 9007 "homepage": "https://symfony.com/contributors" 9008 } 9009 ], 9010 "description": "Loads and dumps YAML files", 9011 "homepage": "https://symfony.com", 9012 "support": { 9013 "source": "https://github.com/symfony/yaml/tree/v5.4.2" 9014 }, 9015 "funding": [ 9016 { 9017 "url": "https://symfony.com/sponsor", 9018 "type": "custom" 9019 }, 9020 { 9021 "url": "https://github.com/fabpot", 9022 "type": "github" 9023 }, 9024 { 9025 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 9026 "type": "tidelift" 9027 } 9028 ], 9029 "time": "2021-12-16T21:58:21+00:00" 9030 }, 9031 { 9032 "name": "theseer/tokenizer", 9033 "version": "1.2.1", 9034 "source": { 9035 "type": "git", 9036 "url": "https://github.com/theseer/tokenizer.git", 9037 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" 9038 }, 9039 "dist": { 9040 "type": "zip", 9041 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", 9042 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", 9043 "shasum": "" 9044 }, 9045 "require": { 9046 "ext-dom": "*", 9047 "ext-tokenizer": "*", 9048 "ext-xmlwriter": "*", 9049 "php": "^7.2 || ^8.0" 9050 }, 9051 "type": "library", 9052 "autoload": { 9053 "classmap": [ 9054 "src/" 9055 ] 9056 }, 9057 "notification-url": "https://packagist.org/downloads/", 9058 "license": [ 9059 "BSD-3-Clause" 9060 ], 9061 "authors": [ 9062 { 9063 "name": "Arne Blankerts", 9064 "email": "arne@blankerts.de", 9065 "role": "Developer" 9066 } 9067 ], 9068 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 9069 "support": { 9070 "issues": "https://github.com/theseer/tokenizer/issues", 9071 "source": "https://github.com/theseer/tokenizer/tree/1.2.1" 9072 }, 9073 "funding": [ 9074 { 9075 "url": "https://github.com/theseer", 9076 "type": "github" 9077 } 9078 ], 9079 "time": "2021-07-28T10:34:58+00:00" 9080 }, 9081 { 9082 "name": "webmozart/assert", 9083 "version": "1.10.0", 9084 "source": { 9085 "type": "git", 9086 "url": "https://github.com/webmozarts/assert.git", 9087 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" 9088 }, 9089 "dist": { 9090 "type": "zip", 9091 "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", 9092 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25", 9093 "shasum": "" 9094 }, 9095 "require": { 9096 "php": "^7.2 || ^8.0", 9097 "symfony/polyfill-ctype": "^1.8" 9098 }, 9099 "conflict": { 9100 "phpstan/phpstan": "<0.12.20", 9101 "vimeo/psalm": "<4.6.1 || 4.6.2" 9102 }, 9103 "require-dev": { 9104 "phpunit/phpunit": "^8.5.13" 9105 }, 9106 "type": "library", 9107 "extra": { 9108 "branch-alias": { 9109 "dev-master": "1.10-dev" 9110 } 9111 }, 9112 "autoload": { 9113 "psr-4": { 9114 "Webmozart\\Assert\\": "src/" 9115 } 9116 }, 9117 "notification-url": "https://packagist.org/downloads/", 9118 "license": [ 9119 "MIT" 9120 ], 9121 "authors": [ 9122 { 9123 "name": "Bernhard Schussek", 9124 "email": "bschussek@gmail.com" 9125 } 9126 ], 9127 "description": "Assertions to validate method input/output with nice error messages.", 9128 "keywords": [ 9129 "assert", 9130 "check", 9131 "validate" 9132 ], 9133 "support": { 9134 "issues": "https://github.com/webmozarts/assert/issues", 9135 "source": "https://github.com/webmozarts/assert/tree/1.10.0" 9136 }, 9137 "time": "2021-03-09T10:59:23+00:00" 9138 } 9139 ], 9140 "aliases": [], 9141 "minimum-stability": "stable", 9142 "stability-flags": [], 9143 "prefer-stable": false, 9144 "prefer-lowest": false, 9145 "platform": { 9146 "php": "7.4 - 8.1", 9147 "ext-ctype": "*", 9148 "ext-curl": "*", 9149 "ext-exif": "*", 9150 "ext-fileinfo": "*", 9151 "ext-gd": "*", 9152 "ext-iconv": "*", 9153 "ext-intl": "*", 9154 "ext-json": "*", 9155 "ext-mbstring": "*", 9156 "ext-pcre": "*", 9157 "ext-pdo": "*", 9158 "ext-session": "*", 9159 "ext-simplexml": "*", 9160 "ext-xml": "*", 9161 "ext-zip": "*" 9162 }, 9163 "platform-dev": { 9164 "ext-dom": "*", 9165 "ext-pdo_sqlite": "*", 9166 "ext-sqlite3": "*" 9167 }, 9168 "platform-overrides": { 9169 "php": "7.4" 9170 }, 9171 "plugin-api-version": "2.1.0" 9172} 9173