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