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