{
  "_readme": [
    "This file locks the dependencies of your project to a known state",
    "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
    "This file is @generated automatically"
  ],
  "content-hash": "ac62ea4e74efb772b9b25dd0ab6ac501",
  "packages": [
    {
      "name": "dotenv-org/phpdotenv-vault",
      "version": "v0.2.4",
      "source": {
        "type": "git",
        "url": "https://github.com/dotenv-org/phpdotenv-vault.git",
        "reference": "5fca3eb6c6a0e9bd320a72781c6a6f9342ab5cd4"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/dotenv-org/phpdotenv-vault/zipball/5fca3eb6c6a0e9bd320a72781c6a6f9342ab5cd4",
        "reference": "5fca3eb6c6a0e9bd320a72781c6a6f9342ab5cd4",
        "shasum": ""
      },
      "require": {
        "php": "^7.1.3 || ^8.0",
        "vlucas/phpdotenv": "^5.5"
      },
      "require-dev": {
        "phpunit/phpunit": "^9.0|^8.0|^7.0|6.0"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "DotenvVault\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "dotenv",
          "email": "mot@dotenv.org",
          "homepage": "https://github.com/dotenv-org"
        }
      ],
      "description": "Load environment variables from encrypted .env.vault files",
      "keywords": [
        "configurations",
        "dotenv",
        "dotenv-vault",
        "env",
        "environment",
        "environment variables"
      ],
      "support": {
        "issues": "https://github.com/dotenv-org/phpdotenv-vault/issues",
        "source": "https://github.com/dotenv-org/phpdotenv-vault/tree/v0.2.4"
      },
      "time": "2023-11-04T06:15:17+00:00"
    },
    {
      "name": "graham-campbell/result-type",
      "version": "v1.1.3",
      "source": {
        "type": "git",
        "url": "https://github.com/GrahamCampbell/Result-Type.git",
        "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
        "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
        "shasum": ""
      },
      "require": {
        "php": "^7.2.5 || ^8.0",
        "phpoption/phpoption": "^1.9.3"
      },
      "require-dev": {
        "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
      },
      "type": "library",
      "autoload": {
        "psr-4": {
          "GrahamCampbell\\ResultType\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "MIT"
      ],
      "authors": [
        {
          "name": "Graham Campbell",
          "email": "hello@gjcampbell.co.uk",
          "homepage": "https://github.com/GrahamCampbell"
        }
      ],
      "description": "An Implementation Of The Result Type",
      "keywords": [
        "Graham Campbell",
        "GrahamCampbell",
        "Result Type",
        "Result-Type",
        "result"
      ],
      "support": {
        "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
        "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
      },
      "funding": [
        {
          "url": "https://github.com/GrahamCampbell",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
          "type": "tidelift"
        }
      ],
      "time": "2024-07-20T21:45:45+00:00"
    },
    {
      "name": "guzzlehttp/guzzle",
      "version": "7.15.1",
      "source": {
        "type": "git",
        "url": "https://github.com/guzzle/guzzle.git",
        "reference": "61443dfb33c62f308ee8add20f45b4d6e4bf8d2f"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/guzzle/guzzle/zipball/61443dfb33c62f308ee8add20f45b4d6e4bf8d2f",
        "reference": "61443dfb33c62f308ee8add20f45b4d6e4bf8d2f",
        "shasum": ""
      },
      "require": {
        "ext-json": "*",
        "guzzlehttp/promises": "^2.5.1",
        "guzzlehttp/psr7": "^2.13",
        "php": "^7.2.5 || ^8.0",
        "psr/http-client": "^1.0",
        "symfony/deprecation-contracts": "^2.5 || ^3.0",
        "symfony/polyfill-php80": "^1.25"
      },
      "provide": {
        "psr/http-client-implementation": "1.0"
      },
      "require-dev": {
        "bamarni/composer-bin-plugin": "^1.8.2",
        "ext-curl": "*",
        "guzzle/client-integration-tests": "3.0.3",
        "guzzlehttp/test-server": "^0.7",
        "php-http/message-factory": "^1.1",
        "phpunit/phpunit": "^8.5.52 || ^9.6.34",
        "psr/log": "^1.1 || ^2.0 || ^3.0"
      },
      "suggest": {
        "ext-curl": "Required for CURL handler support",
        "ext-intl": "Required for Internationalized Domain Name (IDN) support",
        "psr/log": "Required for using the Log middleware"
      },
      "type": "library",
      "extra": {
        "bamarni-bin": {
          "bin-links": true,
          "forward-command": false
        }
      },
      "autoload": {
        "files": [
          "src/functions_include.php"
        ],
        "psr-4": {
          "GuzzleHttp\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "MIT"
      ],
      "authors": [
        {
          "name": "Graham Campbell",
          "email": "hello@gjcampbell.co.uk",
          "homepage": "https://github.com/GrahamCampbell"
        },
        {
          "name": "Michael Dowling",
          "email": "mtdowling@gmail.com",
          "homepage": "https://github.com/mtdowling"
        },
        {
          "name": "Jeremy Lindblom",
          "email": "jeremeamia@gmail.com",
          "homepage": "https://github.com/jeremeamia"
        },
        {
          "name": "George Mponos",
          "email": "gmponos@gmail.com",
          "homepage": "https://github.com/gmponos"
        },
        {
          "name": "Tobias Nyholm",
          "email": "tobias.nyholm@gmail.com",
          "homepage": "https://github.com/Nyholm"
        },
        {
          "name": "Márk Sági-Kazár",
          "email": "mark.sagikazar@gmail.com",
          "homepage": "https://github.com/sagikazarmark"
        },
        {
          "name": "Tobias Schultze",
          "email": "webmaster@tubo-world.de",
          "homepage": "https://github.com/Tobion"
        }
      ],
      "description": "Guzzle is a PHP HTTP client library",
      "keywords": [
        "client",
        "curl",
        "framework",
        "http",
        "http client",
        "psr-18",
        "psr-7",
        "rest",
        "web service"
      ],
      "support": {
        "issues": "https://github.com/guzzle/guzzle/issues",
        "source": "https://github.com/guzzle/guzzle/tree/7.15.1"
      },
      "funding": [
        {
          "url": "https://github.com/GrahamCampbell",
          "type": "github"
        },
        {
          "url": "https://github.com/Nyholm",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
          "type": "tidelift"
        }
      ],
      "time": "2026-07-18T11:23:11+00:00"
    },
    {
      "name": "guzzlehttp/promises",
      "version": "2.5.1",
      "source": {
        "type": "git",
        "url": "https://github.com/guzzle/promises.git",
        "reference": "9ad1e4fc607446a055b95870c7f668e93b5cff29"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/guzzle/promises/zipball/9ad1e4fc607446a055b95870c7f668e93b5cff29",
        "reference": "9ad1e4fc607446a055b95870c7f668e93b5cff29",
        "shasum": ""
      },
      "require": {
        "php": "^7.2.5 || ^8.0",
        "symfony/deprecation-contracts": "^2.5 || ^3.0"
      },
      "require-dev": {
        "bamarni/composer-bin-plugin": "^1.8.2",
        "phpunit/phpunit": "^8.5.52 || ^9.6.34"
      },
      "type": "library",
      "extra": {
        "bamarni-bin": {
          "bin-links": true,
          "forward-command": false
        }
      },
      "autoload": {
        "psr-4": {
          "GuzzleHttp\\Promise\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "MIT"
      ],
      "authors": [
        {
          "name": "Graham Campbell",
          "email": "hello@gjcampbell.co.uk",
          "homepage": "https://github.com/GrahamCampbell"
        },
        {
          "name": "Michael Dowling",
          "email": "mtdowling@gmail.com",
          "homepage": "https://github.com/mtdowling"
        },
        {
          "name": "Tobias Nyholm",
          "email": "tobias.nyholm@gmail.com",
          "homepage": "https://github.com/Nyholm"
        },
        {
          "name": "Tobias Schultze",
          "email": "webmaster@tubo-world.de",
          "homepage": "https://github.com/Tobion"
        }
      ],
      "description": "Guzzle promises library",
      "keywords": [
        "promise"
      ],
      "support": {
        "issues": "https://github.com/guzzle/promises/issues",
        "source": "https://github.com/guzzle/promises/tree/2.5.1"
      },
      "funding": [
        {
          "url": "https://github.com/GrahamCampbell",
          "type": "github"
        },
        {
          "url": "https://github.com/Nyholm",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
          "type": "tidelift"
        }
      ],
      "time": "2026-07-08T15:48:39+00:00"
    },
    {
      "name": "guzzlehttp/psr7",
      "version": "2.13.0",
      "source": {
        "type": "git",
        "url": "https://github.com/guzzle/psr7.git",
        "reference": "dad89620b7a6edb60c15858442eb2e408b45d8f4"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/guzzle/psr7/zipball/dad89620b7a6edb60c15858442eb2e408b45d8f4",
        "reference": "dad89620b7a6edb60c15858442eb2e408b45d8f4",
        "shasum": ""
      },
      "require": {
        "php": "^7.2.5 || ^8.0",
        "psr/http-factory": "^1.0",
        "psr/http-message": "^1.1 || ^2.0",
        "ralouphie/getallheaders": "^3.0",
        "symfony/deprecation-contracts": "^2.5 || ^3.0",
        "symfony/polyfill-php80": "^1.25"
      },
      "provide": {
        "psr/http-factory-implementation": "1.0",
        "psr/http-message-implementation": "1.0"
      },
      "require-dev": {
        "bamarni/composer-bin-plugin": "^1.8.2",
        "http-interop/http-factory-tests": "1.1.0",
        "jshttp/mime-db": "1.54.0.1",
        "phpunit/phpunit": "^8.5.52 || ^9.6.34"
      },
      "suggest": {
        "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
      },
      "type": "library",
      "extra": {
        "bamarni-bin": {
          "bin-links": true,
          "forward-command": false
        }
      },
      "autoload": {
        "psr-4": {
          "GuzzleHttp\\Psr7\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "MIT"
      ],
      "authors": [
        {
          "name": "Graham Campbell",
          "email": "hello@gjcampbell.co.uk",
          "homepage": "https://github.com/GrahamCampbell"
        },
        {
          "name": "Michael Dowling",
          "email": "mtdowling@gmail.com",
          "homepage": "https://github.com/mtdowling"
        },
        {
          "name": "George Mponos",
          "email": "gmponos@gmail.com",
          "homepage": "https://github.com/gmponos"
        },
        {
          "name": "Tobias Nyholm",
          "email": "tobias.nyholm@gmail.com",
          "homepage": "https://github.com/Nyholm"
        },
        {
          "name": "Márk Sági-Kazár",
          "email": "mark.sagikazar@gmail.com",
          "homepage": "https://github.com/sagikazarmark"
        },
        {
          "name": "Tobias Schultze",
          "email": "webmaster@tubo-world.de",
          "homepage": "https://github.com/Tobion"
        },
        {
          "name": "Márk Sági-Kazár",
          "email": "mark.sagikazar@gmail.com",
          "homepage": "https://sagikazarmark.hu"
        }
      ],
      "description": "PSR-7 message implementation that also provides common utility methods",
      "keywords": [
        "http",
        "message",
        "psr-7",
        "request",
        "response",
        "stream",
        "uri",
        "url"
      ],
      "support": {
        "issues": "https://github.com/guzzle/psr7/issues",
        "source": "https://github.com/guzzle/psr7/tree/2.13.0"
      },
      "funding": [
        {
          "url": "https://github.com/GrahamCampbell",
          "type": "github"
        },
        {
          "url": "https://github.com/Nyholm",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
          "type": "tidelift"
        }
      ],
      "time": "2026-07-16T22:23:49+00:00"
    },
    {
      "name": "phpoption/phpoption",
      "version": "1.9.3",
      "source": {
        "type": "git",
        "url": "https://github.com/schmittjoh/php-option.git",
        "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
        "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
        "shasum": ""
      },
      "require": {
        "php": "^7.2.5 || ^8.0"
      },
      "require-dev": {
        "bamarni/composer-bin-plugin": "^1.8.2",
        "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
      },
      "type": "library",
      "extra": {
        "bamarni-bin": {
          "bin-links": true,
          "forward-command": false
        },
        "branch-alias": {
          "dev-master": "1.9-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "PhpOption\\": "src/PhpOption/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "Apache-2.0"
      ],
      "authors": [
        {
          "name": "Johannes M. Schmitt",
          "email": "schmittjoh@gmail.com",
          "homepage": "https://github.com/schmittjoh"
        },
        {
          "name": "Graham Campbell",
          "email": "hello@gjcampbell.co.uk",
          "homepage": "https://github.com/GrahamCampbell"
        }
      ],
      "description": "Option Type for PHP",
      "keywords": [
        "language",
        "option",
        "php",
        "type"
      ],
      "support": {
        "issues": "https://github.com/schmittjoh/php-option/issues",
        "source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
      },
      "funding": [
        {
          "url": "https://github.com/GrahamCampbell",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
          "type": "tidelift"
        }
      ],
      "time": "2024-07-20T21:41:07+00:00"
    },
    {
      "name": "psr/http-client",
      "version": "1.0.3",
      "source": {
        "type": "git",
        "url": "https://github.com/php-fig/http-client.git",
        "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
        "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
        "shasum": ""
      },
      "require": {
        "php": "^7.0 || ^8.0",
        "psr/http-message": "^1.0 || ^2.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "1.0.x-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "Psr\\Http\\Client\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "MIT"
      ],
      "authors": [
        {
          "name": "PHP-FIG",
          "homepage": "https://www.php-fig.org/"
        }
      ],
      "description": "Common interface for HTTP clients",
      "homepage": "https://github.com/php-fig/http-client",
      "keywords": [
        "http",
        "http-client",
        "psr",
        "psr-18"
      ],
      "support": {
        "source": "https://github.com/php-fig/http-client"
      },
      "time": "2023-09-23T14:17:50+00:00"
    },
    {
      "name": "psr/http-factory",
      "version": "1.1.0",
      "source": {
        "type": "git",
        "url": "https://github.com/php-fig/http-factory.git",
        "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
        "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
        "shasum": ""
      },
      "require": {
        "php": ">=7.1",
        "psr/http-message": "^1.0 || ^2.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "1.0.x-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "Psr\\Http\\Message\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "MIT"
      ],
      "authors": [
        {
          "name": "PHP-FIG",
          "homepage": "https://www.php-fig.org/"
        }
      ],
      "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
      "keywords": [
        "factory",
        "http",
        "message",
        "psr",
        "psr-17",
        "psr-7",
        "request",
        "response"
      ],
      "support": {
        "source": "https://github.com/php-fig/http-factory"
      },
      "time": "2024-04-15T12:06:14+00:00"
    },
    {
      "name": "psr/http-message",
      "version": "2.0",
      "source": {
        "type": "git",
        "url": "https://github.com/php-fig/http-message.git",
        "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
        "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
        "shasum": ""
      },
      "require": {
        "php": "^7.2 || ^8.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "2.0.x-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "Psr\\Http\\Message\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "MIT"
      ],
      "authors": [
        {
          "name": "PHP-FIG",
          "homepage": "https://www.php-fig.org/"
        }
      ],
      "description": "Common interface for HTTP messages",
      "homepage": "https://github.com/php-fig/http-message",
      "keywords": [
        "http",
        "http-message",
        "psr",
        "psr-7",
        "request",
        "response"
      ],
      "support": {
        "source": "https://github.com/php-fig/http-message/tree/2.0"
      },
      "time": "2023-04-04T09:54:51+00:00"
    },
    {
      "name": "ralouphie/getallheaders",
      "version": "3.0.3",
      "source": {
        "type": "git",
        "url": "https://github.com/ralouphie/getallheaders.git",
        "reference": "120b605dfeb996808c31b6477290a714d356e822"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
        "reference": "120b605dfeb996808c31b6477290a714d356e822",
        "shasum": ""
      },
      "require": {
        "php": ">=5.6"
      },
      "require-dev": {
        "php-coveralls/php-coveralls": "^2.1",
        "phpunit/phpunit": "^5 || ^6.5"
      },
      "type": "library",
      "autoload": {
        "files": [
          "src/getallheaders.php"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "MIT"
      ],
      "authors": [
        {
          "name": "Ralph Khattar",
          "email": "ralph.khattar@gmail.com"
        }
      ],
      "description": "A polyfill for getallheaders.",
      "support": {
        "issues": "https://github.com/ralouphie/getallheaders/issues",
        "source": "https://github.com/ralouphie/getallheaders/tree/develop"
      },
      "time": "2019-03-08T08:55:37+00:00"
    },
    {
      "name": "symfony/deprecation-contracts",
      "version": "v3.7.1",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/deprecation-contracts.git",
        "reference": "f3202fa1b5097b0af062dc978b32ecf63404e31d"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/f3202fa1b5097b0af062dc978b32ecf63404e31d",
        "reference": "f3202fa1b5097b0af062dc978b32ecf63404e31d",
        "shasum": ""
      },
      "require": {
        "php": ">=8.1"
      },
      "type": "library",
      "extra": {
        "thanks": {
          "url": "https://github.com/symfony/contracts",
          "name": "symfony/contracts"
        },
        "branch-alias": {
          "dev-main": "3.7-dev"
        }
      },
      "autoload": {
        "files": [
          "function.php"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "MIT"
      ],
      "authors": [
        {
          "name": "Nicolas Grekas",
          "email": "p@tchwork.com"
        },
        {
          "name": "Symfony Community",
          "homepage": "https://symfony.com/contributors"
        }
      ],
      "description": "A generic function and convention to trigger deprecation notices",
      "homepage": "https://symfony.com",
      "support": {
        "source": "https://github.com/symfony/deprecation-contracts/tree/v3.7.1"
      },
      "funding": [
        {
          "url": "https://symfony.com/sponsor",
          "type": "custom"
        },
        {
          "url": "https://github.com/fabpot",
          "type": "github"
        },
        {
          "url": "https://github.com/nicolas-grekas",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
          "type": "tidelift"
        }
      ],
      "time": "2026-06-05T06:23:12+00:00"
    },
    {
      "name": "symfony/polyfill-ctype",
      "version": "v1.31.0",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/polyfill-ctype.git",
        "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
        "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
        "shasum": ""
      },
      "require": {
        "php": ">=7.2"
      },
      "provide": {
        "ext-ctype": "*"
      },
      "suggest": {
        "ext-ctype": "For best performance"
      },
      "type": "library",
      "extra": {
        "thanks": {
          "url": "https://github.com/symfony/polyfill",
          "name": "symfony/polyfill"
        }
      },
      "autoload": {
        "files": [
          "bootstrap.php"
        ],
        "psr-4": {
          "Symfony\\Polyfill\\Ctype\\": ""
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "MIT"
      ],
      "authors": [
        {
          "name": "Gert de Pagter",
          "email": "BackEndTea@gmail.com"
        },
        {
          "name": "Symfony Community",
          "homepage": "https://symfony.com/contributors"
        }
      ],
      "description": "Symfony polyfill for ctype functions",
      "homepage": "https://symfony.com",
      "keywords": [
        "compatibility",
        "ctype",
        "polyfill",
        "portable"
      ],
      "support": {
        "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
      },
      "funding": [
        {
          "url": "https://symfony.com/sponsor",
          "type": "custom"
        },
        {
          "url": "https://github.com/fabpot",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
          "type": "tidelift"
        }
      ],
      "time": "2024-09-09T11:45:10+00:00"
    },
    {
      "name": "symfony/polyfill-mbstring",
      "version": "v1.31.0",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/polyfill-mbstring.git",
        "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
        "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
        "shasum": ""
      },
      "require": {
        "php": ">=7.2"
      },
      "provide": {
        "ext-mbstring": "*"
      },
      "suggest": {
        "ext-mbstring": "For best performance"
      },
      "type": "library",
      "extra": {
        "thanks": {
          "url": "https://github.com/symfony/polyfill",
          "name": "symfony/polyfill"
        }
      },
      "autoload": {
        "files": [
          "bootstrap.php"
        ],
        "psr-4": {
          "Symfony\\Polyfill\\Mbstring\\": ""
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "MIT"
      ],
      "authors": [
        {
          "name": "Nicolas Grekas",
          "email": "p@tchwork.com"
        },
        {
          "name": "Symfony Community",
          "homepage": "https://symfony.com/contributors"
        }
      ],
      "description": "Symfony polyfill for the Mbstring extension",
      "homepage": "https://symfony.com",
      "keywords": [
        "compatibility",
        "mbstring",
        "polyfill",
        "portable",
        "shim"
      ],
      "support": {
        "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
      },
      "funding": [
        {
          "url": "https://symfony.com/sponsor",
          "type": "custom"
        },
        {
          "url": "https://github.com/fabpot",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
          "type": "tidelift"
        }
      ],
      "time": "2024-09-09T11:45:10+00:00"
    },
    {
      "name": "symfony/polyfill-php80",
      "version": "v1.37.0",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/polyfill-php80.git",
        "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dfb55726c3a76ea3b6459fcfda1ec2d80a682411",
        "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411",
        "shasum": ""
      },
      "require": {
        "php": ">=7.2"
      },
      "type": "library",
      "extra": {
        "thanks": {
          "url": "https://github.com/symfony/polyfill",
          "name": "symfony/polyfill"
        }
      },
      "autoload": {
        "files": [
          "bootstrap.php"
        ],
        "psr-4": {
          "Symfony\\Polyfill\\Php80\\": ""
        },
        "classmap": [
          "Resources/stubs"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "MIT"
      ],
      "authors": [
        {
          "name": "Ion Bazan",
          "email": "ion.bazan@gmail.com"
        },
        {
          "name": "Nicolas Grekas",
          "email": "p@tchwork.com"
        },
        {
          "name": "Symfony Community",
          "homepage": "https://symfony.com/contributors"
        }
      ],
      "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
      "homepage": "https://symfony.com",
      "keywords": [
        "compatibility",
        "polyfill",
        "portable",
        "shim"
      ],
      "support": {
        "source": "https://github.com/symfony/polyfill-php80/tree/v1.37.0"
      },
      "funding": [
        {
          "url": "https://symfony.com/sponsor",
          "type": "custom"
        },
        {
          "url": "https://github.com/fabpot",
          "type": "github"
        },
        {
          "url": "https://github.com/nicolas-grekas",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
          "type": "tidelift"
        }
      ],
      "time": "2026-04-10T16:19:22+00:00"
    },
    {
      "name": "vlucas/phpdotenv",
      "version": "v5.6.1",
      "source": {
        "type": "git",
        "url": "https://github.com/vlucas/phpdotenv.git",
        "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2",
        "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2",
        "shasum": ""
      },
      "require": {
        "ext-pcre": "*",
        "graham-campbell/result-type": "^1.1.3",
        "php": "^7.2.5 || ^8.0",
        "phpoption/phpoption": "^1.9.3",
        "symfony/polyfill-ctype": "^1.24",
        "symfony/polyfill-mbstring": "^1.24",
        "symfony/polyfill-php80": "^1.24"
      },
      "require-dev": {
        "bamarni/composer-bin-plugin": "^1.8.2",
        "ext-filter": "*",
        "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
      },
      "suggest": {
        "ext-filter": "Required to use the boolean validator."
      },
      "type": "library",
      "extra": {
        "bamarni-bin": {
          "bin-links": true,
          "forward-command": false
        },
        "branch-alias": {
          "dev-master": "5.6-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "Dotenv\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Graham Campbell",
          "email": "hello@gjcampbell.co.uk",
          "homepage": "https://github.com/GrahamCampbell"
        },
        {
          "name": "Vance Lucas",
          "email": "vance@vancelucas.com",
          "homepage": "https://github.com/vlucas"
        }
      ],
      "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
      "keywords": [
        "dotenv",
        "env",
        "environment"
      ],
      "support": {
        "issues": "https://github.com/vlucas/phpdotenv/issues",
        "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.1"
      },
      "funding": [
        {
          "url": "https://github.com/GrahamCampbell",
          "type": "github"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
          "type": "tidelift"
        }
      ],
      "time": "2024-07-20T21:52:34+00:00"
    }
  ],
  "packages-dev": [
    {
      "name": "antecedent/patchwork",
      "version": "2.2.1",
      "source": {
        "type": "git",
        "url": "https://github.com/antecedent/patchwork.git",
        "reference": "1bf183a3e1bd094f231a2128b9ecc5363c269245"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/antecedent/patchwork/zipball/1bf183a3e1bd094f231a2128b9ecc5363c269245",
        "reference": "1bf183a3e1bd094f231a2128b9ecc5363c269245",
        "shasum": ""
      },
      "require": {
        "php": ">=7.1.0"
      },
      "require-dev": {
        "phpunit/phpunit": ">=4"
      },
      "type": "library",
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "MIT"
      ],
      "authors": [
        {
          "name": "Ignas Rudaitis",
          "email": "ignas.rudaitis@gmail.com"
        }
      ],
      "description": "Method redefinition (monkey-patching) functionality for PHP.",
      "homepage": "https://antecedent.github.io/patchwork/",
      "keywords": [
        "aop",
        "aspect",
        "interception",
        "monkeypatching",
        "redefinition",
        "runkit",
        "testing"
      ],
      "support": {
        "issues": "https://github.com/antecedent/patchwork/issues",
        "source": "https://github.com/antecedent/patchwork/tree/2.2.1"
      },
      "time": "2024-12-11T10:19:54+00:00"
    },
    {
      "name": "brain/monkey",
      "version": "2.6.2",
      "source": {
        "type": "git",
        "url": "https://github.com/Brain-WP/BrainMonkey.git",
        "reference": "d95a9d895352c30f47604ad1b825ab8fa9d1a373"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/Brain-WP/BrainMonkey/zipball/d95a9d895352c30f47604ad1b825ab8fa9d1a373",
        "reference": "d95a9d895352c30f47604ad1b825ab8fa9d1a373",
        "shasum": ""
      },
      "require": {
        "antecedent/patchwork": "^2.1.17",
        "mockery/mockery": "^1.3.5 || ^1.4.4",
        "php": ">=5.6.0"
      },
      "require-dev": {
        "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
        "phpcompatibility/php-compatibility": "^9.3.0",
        "phpunit/phpunit": "^5.7.26 || ^6.0 || ^7.0 || >=8.0 <8.5.12 || ^8.5.14 || ^9.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "2.x-dev",
          "dev-version/1": "1.x-dev"
        }
      },
      "autoload": {
        "files": [
          "inc/api.php"
        ],
        "psr-4": {
          "Brain\\Monkey\\": "src/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "MIT"
      ],
      "authors": [
        {
          "name": "Giuseppe Mazzapica",
          "email": "giuseppe.mazzapica@gmail.com",
          "homepage": "https://gmazzap.me",
          "role": "Developer"
        }
      ],
      "description": "Mocking utility for PHP functions and WordPress plugin API",
      "keywords": [
        "Monkey Patching",
        "interception",
        "mock",
        "mock functions",
        "mockery",
        "patchwork",
        "redefinition",
        "runkit",
        "test",
        "testing"
      ],
      "support": {
        "issues": "https://github.com/Brain-WP/BrainMonkey/issues",
        "source": "https://github.com/Brain-WP/BrainMonkey"
      },
      "time": "2024-08-29T20:15:04+00:00"
    },
    {
      "name": "hamcrest/hamcrest-php",
      "version": "v2.0.1",
      "source": {
        "type": "git",
        "url": "https://github.com/hamcrest/hamcrest-php.git",
        "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
        "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
        "shasum": ""
      },
      "require": {
        "php": "^5.3|^7.0|^8.0"
      },
      "replace": {
        "cordoval/hamcrest-php": "*",
        "davedevelopment/hamcrest-php": "*",
        "kodova/hamcrest-php": "*"
      },
      "require-dev": {
        "phpunit/php-file-iterator": "^1.4 || ^2.0",
        "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "2.1-dev"
        }
      },
      "autoload": {
        "classmap": [
          "hamcrest"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "description": "This is the PHP port of Hamcrest Matchers",
      "keywords": [
        "test"
      ],
      "support": {
        "issues": "https://github.com/hamcrest/hamcrest-php/issues",
        "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
      },
      "time": "2020-07-09T08:09:16+00:00"
    },
    {
      "name": "mockery/mockery",
      "version": "1.6.12",
      "source": {
        "type": "git",
        "url": "https://github.com/mockery/mockery.git",
        "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
        "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
        "shasum": ""
      },
      "require": {
        "hamcrest/hamcrest-php": "^2.0.1",
        "lib-pcre": ">=7.0",
        "php": ">=7.3"
      },
      "conflict": {
        "phpunit/phpunit": "<8.0"
      },
      "require-dev": {
        "phpunit/phpunit": "^8.5 || ^9.6.17",
        "symplify/easy-coding-standard": "^12.1.14"
      },
      "type": "library",
      "autoload": {
        "files": [
          "library/helpers.php",
          "library/Mockery.php"
        ],
        "psr-4": {
          "Mockery\\": "library/Mockery"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Pádraic Brady",
          "email": "padraic.brady@gmail.com",
          "homepage": "https://github.com/padraic",
          "role": "Author"
        },
        {
          "name": "Dave Marshall",
          "email": "dave.marshall@atstsolutions.co.uk",
          "homepage": "https://davedevelopment.co.uk",
          "role": "Developer"
        },
        {
          "name": "Nathanael Esayeas",
          "email": "nathanael.esayeas@protonmail.com",
          "homepage": "https://github.com/ghostwriter",
          "role": "Lead Developer"
        }
      ],
      "description": "Mockery is a simple yet flexible PHP mock object framework",
      "homepage": "https://github.com/mockery/mockery",
      "keywords": [
        "BDD",
        "TDD",
        "library",
        "mock",
        "mock objects",
        "mockery",
        "stub",
        "test",
        "test double",
        "testing"
      ],
      "support": {
        "docs": "https://docs.mockery.io/",
        "issues": "https://github.com/mockery/mockery/issues",
        "rss": "https://github.com/mockery/mockery/releases.atom",
        "security": "https://github.com/mockery/mockery/security/advisories",
        "source": "https://github.com/mockery/mockery"
      },
      "time": "2024-05-16T03:13:13+00:00"
    },
    {
      "name": "myclabs/deep-copy",
      "version": "1.13.4",
      "source": {
        "type": "git",
        "url": "https://github.com/myclabs/DeepCopy.git",
        "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
        "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
        "shasum": ""
      },
      "require": {
        "php": "^7.1 || ^8.0"
      },
      "conflict": {
        "doctrine/collections": "<1.6.8",
        "doctrine/common": "<2.13.3 || >=3 <3.2.2"
      },
      "require-dev": {
        "doctrine/collections": "^1.6.8",
        "doctrine/common": "^2.13.3 || ^3.2.2",
        "phpspec/prophecy": "^1.10",
        "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
      },
      "type": "library",
      "autoload": {
        "files": [
          "src/DeepCopy/deep_copy.php"
        ],
        "psr-4": {
          "DeepCopy\\": "src/DeepCopy/"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "MIT"
      ],
      "description": "Create deep copies (clones) of your objects",
      "keywords": [
        "clone",
        "copy",
        "duplicate",
        "object",
        "object graph"
      ],
      "support": {
        "issues": "https://github.com/myclabs/DeepCopy/issues",
        "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
      },
      "funding": [
        {
          "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
          "type": "tidelift"
        }
      ],
      "time": "2025-08-01T08:46:24+00:00"
    },
    {
      "name": "nikic/php-parser",
      "version": "v5.8.0",
      "source": {
        "type": "git",
        "url": "https://github.com/nikic/PHP-Parser.git",
        "reference": "044a6a392ff8ad0d61f14370a5fbbd0a0107152f"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/044a6a392ff8ad0d61f14370a5fbbd0a0107152f",
        "reference": "044a6a392ff8ad0d61f14370a5fbbd0a0107152f",
        "shasum": ""
      },
      "require": {
        "ext-json": "*",
        "ext-tokenizer": "*",
        "php": ">=7.4"
      },
      "require-dev": {
        "ircmaxell/php-yacc": "^0.0.7",
        "phpunit/phpunit": "^9.0"
      },
      "bin": [
        "bin/php-parse"
      ],
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "5.x-dev"
        }
      },
      "autoload": {
        "psr-4": {
          "PhpParser\\": "lib/PhpParser"
        }
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Nikita Popov"
        }
      ],
      "description": "A PHP parser written in PHP",
      "keywords": [
        "parser",
        "php"
      ],
      "support": {
        "issues": "https://github.com/nikic/PHP-Parser/issues",
        "source": "https://github.com/nikic/PHP-Parser/tree/v5.8.0"
      },
      "time": "2026-07-04T14:30:18+00:00"
    },
    {
      "name": "phar-io/manifest",
      "version": "2.0.4",
      "source": {
        "type": "git",
        "url": "https://github.com/phar-io/manifest.git",
        "reference": "54750ef60c58e43759730615a392c31c80e23176"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
        "reference": "54750ef60c58e43759730615a392c31c80e23176",
        "shasum": ""
      },
      "require": {
        "ext-dom": "*",
        "ext-libxml": "*",
        "ext-phar": "*",
        "ext-xmlwriter": "*",
        "phar-io/version": "^3.0.1",
        "php": "^7.2 || ^8.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-master": "2.0.x-dev"
        }
      },
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Arne Blankerts",
          "email": "arne@blankerts.de",
          "role": "Developer"
        },
        {
          "name": "Sebastian Heuer",
          "email": "sebastian@phpeople.de",
          "role": "Developer"
        },
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "Developer"
        }
      ],
      "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
      "support": {
        "issues": "https://github.com/phar-io/manifest/issues",
        "source": "https://github.com/phar-io/manifest/tree/2.0.4"
      },
      "funding": [
        {
          "url": "https://github.com/theseer",
          "type": "github"
        }
      ],
      "time": "2024-03-03T12:33:53+00:00"
    },
    {
      "name": "phar-io/version",
      "version": "3.2.1",
      "source": {
        "type": "git",
        "url": "https://github.com/phar-io/version.git",
        "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
        "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
        "shasum": ""
      },
      "require": {
        "php": "^7.2 || ^8.0"
      },
      "type": "library",
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Arne Blankerts",
          "email": "arne@blankerts.de",
          "role": "Developer"
        },
        {
          "name": "Sebastian Heuer",
          "email": "sebastian@phpeople.de",
          "role": "Developer"
        },
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "Developer"
        }
      ],
      "description": "Library for handling version information and constraints",
      "support": {
        "issues": "https://github.com/phar-io/version/issues",
        "source": "https://github.com/phar-io/version/tree/3.2.1"
      },
      "time": "2022-02-21T01:04:05+00:00"
    },
    {
      "name": "php-stubs/woocommerce-stubs",
      "version": "v8.9.1",
      "source": {
        "type": "git",
        "url": "https://github.com/php-stubs/woocommerce-stubs.git",
        "reference": "2f5be3f363ff3d02b4e29404c7895d9d15fd3e73"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/php-stubs/woocommerce-stubs/zipball/2f5be3f363ff3d02b4e29404c7895d9d15fd3e73",
        "reference": "2f5be3f363ff3d02b4e29404c7895d9d15fd3e73",
        "shasum": ""
      },
      "require": {
        "php-stubs/wordpress-stubs": "^5.3 || ^6.0"
      },
      "require-dev": {
        "php": "~7.1 || ~8.0",
        "php-stubs/generator": "^0.8.0"
      },
      "suggest": {
        "symfony/polyfill-php73": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
        "szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan"
      },
      "type": "library",
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "MIT"
      ],
      "description": "WooCommerce function and class declaration stubs for static analysis.",
      "homepage": "https://github.com/php-stubs/woocommerce-stubs",
      "keywords": [
        "PHPStan",
        "static analysis",
        "woocommerce",
        "wordpress"
      ],
      "support": {
        "issues": "https://github.com/php-stubs/woocommerce-stubs/issues",
        "source": "https://github.com/php-stubs/woocommerce-stubs/tree/v8.9.1"
      },
      "time": "2024-05-21T11:47:54+00:00"
    },
    {
      "name": "php-stubs/wordpress-stubs",
      "version": "v6.6.0",
      "source": {
        "type": "git",
        "url": "https://github.com/php-stubs/wordpress-stubs.git",
        "reference": "86e8753e89d59849276dcdd91b9a7dd78bb4abe2"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/86e8753e89d59849276dcdd91b9a7dd78bb4abe2",
        "reference": "86e8753e89d59849276dcdd91b9a7dd78bb4abe2",
        "shasum": ""
      },
      "require-dev": {
        "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
        "nikic/php-parser": "^4.13",
        "php": "^7.4 || ^8.0",
        "php-stubs/generator": "^0.8.3",
        "phpdocumentor/reflection-docblock": "^5.4.1",
        "phpstan/phpstan": "^1.10.49",
        "phpunit/phpunit": "^9.5",
        "szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^1.0",
        "wp-coding-standards/wpcs": "3.1.0 as 2.3.0"
      },
      "suggest": {
        "paragonie/sodium_compat": "Pure PHP implementation of libsodium",
        "symfony/polyfill-php80": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
        "szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan"
      },
      "type": "library",
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "MIT"
      ],
      "description": "WordPress function and class declaration stubs for static analysis.",
      "homepage": "https://github.com/php-stubs/wordpress-stubs",
      "keywords": [
        "PHPStan",
        "static analysis",
        "wordpress"
      ],
      "support": {
        "issues": "https://github.com/php-stubs/wordpress-stubs/issues",
        "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.6.0"
      },
      "time": "2024-07-17T08:50:38+00:00"
    },
    {
      "name": "phpunit/php-code-coverage",
      "version": "12.5.7",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
        "reference": "186dab580576598076de6818596d12b61801880e"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/186dab580576598076de6818596d12b61801880e",
        "reference": "186dab580576598076de6818596d12b61801880e",
        "shasum": ""
      },
      "require": {
        "ext-dom": "*",
        "ext-libxml": "*",
        "ext-xmlwriter": "*",
        "nikic/php-parser": "^5.7.0",
        "php": ">=8.3",
        "phpunit/php-text-template": "^5.0",
        "sebastian/complexity": "^5.0",
        "sebastian/environment": "^8.1.2",
        "sebastian/lines-of-code": "^4.0.1",
        "sebastian/version": "^6.0",
        "theseer/tokenizer": "^2.0.1"
      },
      "require-dev": {
        "phpunit/phpunit": "^12.5.28"
      },
      "suggest": {
        "ext-pcov": "PHP extension that provides line coverage",
        "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "12.5.x-dev"
        }
      },
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
      "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
      "keywords": [
        "coverage",
        "testing",
        "xunit"
      ],
      "support": {
        "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
        "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
        "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.5.7"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        },
        {
          "url": "https://liberapay.com/sebastianbergmann",
          "type": "liberapay"
        },
        {
          "url": "https://thanks.dev/u/gh/sebastianbergmann",
          "type": "thanks_dev"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/phpunit/php-code-coverage",
          "type": "tidelift"
        }
      ],
      "time": "2026-06-01T13:24:19+00:00"
    },
    {
      "name": "phpunit/php-file-iterator",
      "version": "6.0.1",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
        "reference": "3d1cd096ef6bea4bf2762ba586e35dbd317cbfd5"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3d1cd096ef6bea4bf2762ba586e35dbd317cbfd5",
        "reference": "3d1cd096ef6bea4bf2762ba586e35dbd317cbfd5",
        "shasum": ""
      },
      "require": {
        "php": ">=8.3"
      },
      "require-dev": {
        "phpunit/phpunit": "^12.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "6.0-dev"
        }
      },
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "FilterIterator implementation that filters files based on a list of suffixes.",
      "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
      "keywords": [
        "filesystem",
        "iterator"
      ],
      "support": {
        "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
        "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
        "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/6.0.1"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        },
        {
          "url": "https://liberapay.com/sebastianbergmann",
          "type": "liberapay"
        },
        {
          "url": "https://thanks.dev/u/gh/sebastianbergmann",
          "type": "thanks_dev"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/phpunit/php-file-iterator",
          "type": "tidelift"
        }
      ],
      "time": "2026-02-02T14:04:18+00:00"
    },
    {
      "name": "phpunit/php-invoker",
      "version": "6.0.0",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/php-invoker.git",
        "reference": "12b54e689b07a25a9b41e57736dfab6ec9ae5406"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/12b54e689b07a25a9b41e57736dfab6ec9ae5406",
        "reference": "12b54e689b07a25a9b41e57736dfab6ec9ae5406",
        "shasum": ""
      },
      "require": {
        "php": ">=8.3"
      },
      "require-dev": {
        "ext-pcntl": "*",
        "phpunit/phpunit": "^12.0"
      },
      "suggest": {
        "ext-pcntl": "*"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "6.0-dev"
        }
      },
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "Invoke callables with a timeout",
      "homepage": "https://github.com/sebastianbergmann/php-invoker/",
      "keywords": [
        "process"
      ],
      "support": {
        "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
        "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
        "source": "https://github.com/sebastianbergmann/php-invoker/tree/6.0.0"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2025-02-07T04:58:58+00:00"
    },
    {
      "name": "phpunit/php-text-template",
      "version": "5.0.0",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/php-text-template.git",
        "reference": "e1367a453f0eda562eedb4f659e13aa900d66c53"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/e1367a453f0eda562eedb4f659e13aa900d66c53",
        "reference": "e1367a453f0eda562eedb4f659e13aa900d66c53",
        "shasum": ""
      },
      "require": {
        "php": ">=8.3"
      },
      "require-dev": {
        "phpunit/phpunit": "^12.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "5.0-dev"
        }
      },
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "Simple template engine.",
      "homepage": "https://github.com/sebastianbergmann/php-text-template/",
      "keywords": [
        "template"
      ],
      "support": {
        "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
        "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
        "source": "https://github.com/sebastianbergmann/php-text-template/tree/5.0.0"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2025-02-07T04:59:16+00:00"
    },
    {
      "name": "phpunit/php-timer",
      "version": "8.0.0",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/php-timer.git",
        "reference": "f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc",
        "reference": "f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc",
        "shasum": ""
      },
      "require": {
        "php": ">=8.3"
      },
      "require-dev": {
        "phpunit/phpunit": "^12.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "8.0-dev"
        }
      },
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "Utility class for timing",
      "homepage": "https://github.com/sebastianbergmann/php-timer/",
      "keywords": [
        "timer"
      ],
      "support": {
        "issues": "https://github.com/sebastianbergmann/php-timer/issues",
        "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
        "source": "https://github.com/sebastianbergmann/php-timer/tree/8.0.0"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2025-02-07T04:59:38+00:00"
    },
    {
      "name": "phpunit/phpunit",
      "version": "12.5.31",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/phpunit.git",
        "reference": "0608d157a284f15cc73b99a3327eff06b66a176d"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0608d157a284f15cc73b99a3327eff06b66a176d",
        "reference": "0608d157a284f15cc73b99a3327eff06b66a176d",
        "shasum": ""
      },
      "require": {
        "ext-dom": "*",
        "ext-filter": "*",
        "ext-json": "*",
        "ext-libxml": "*",
        "ext-mbstring": "*",
        "ext-xmlwriter": "*",
        "myclabs/deep-copy": "^1.13.4",
        "phar-io/manifest": "^2.0.4",
        "phar-io/version": "^3.2.1",
        "php": ">=8.3",
        "phpunit/php-code-coverage": "^12.5.7",
        "phpunit/php-file-iterator": "^6.0.1",
        "phpunit/php-invoker": "^6.0.0",
        "phpunit/php-text-template": "^5.0.0",
        "phpunit/php-timer": "^8.0.0",
        "sebastian/cli-parser": "^4.2.1",
        "sebastian/comparator": "^7.1.8",
        "sebastian/diff": "^7.0.0",
        "sebastian/environment": "^8.1.2",
        "sebastian/exporter": "^7.0.3",
        "sebastian/global-state": "^8.0.3",
        "sebastian/object-enumerator": "^7.0.0",
        "sebastian/recursion-context": "^7.0.1",
        "sebastian/type": "^6.0.4",
        "sebastian/version": "^6.0.0",
        "staabm/side-effects-detector": "^1.0.5"
      },
      "bin": [
        "phpunit"
      ],
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "12.5-dev"
        }
      },
      "autoload": {
        "files": [
          "src/Framework/Assert/Functions.php"
        ],
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "The PHP Unit Testing framework.",
      "homepage": "https://phpunit.de/",
      "keywords": [
        "phpunit",
        "testing",
        "xunit"
      ],
      "support": {
        "issues": "https://github.com/sebastianbergmann/phpunit/issues",
        "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
        "source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.31"
      },
      "funding": [
        {
          "url": "https://phpunit.de/sponsoring.html",
          "type": "other"
        }
      ],
      "time": "2026-07-06T14:54:16+00:00"
    },
    {
      "name": "sebastian/cli-parser",
      "version": "4.2.1",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/cli-parser.git",
        "reference": "7d05781b13f7dec9043a629a21d086ed74582a15"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/7d05781b13f7dec9043a629a21d086ed74582a15",
        "reference": "7d05781b13f7dec9043a629a21d086ed74582a15",
        "shasum": ""
      },
      "require": {
        "php": ">=8.3"
      },
      "require-dev": {
        "phpunit/phpunit": "^12.5.25"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "4.2-dev"
        }
      },
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "Library for parsing CLI options",
      "homepage": "https://github.com/sebastianbergmann/cli-parser",
      "support": {
        "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
        "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
        "source": "https://github.com/sebastianbergmann/cli-parser/tree/4.2.1"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        },
        {
          "url": "https://liberapay.com/sebastianbergmann",
          "type": "liberapay"
        },
        {
          "url": "https://thanks.dev/u/gh/sebastianbergmann",
          "type": "thanks_dev"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/sebastian/cli-parser",
          "type": "tidelift"
        }
      ],
      "time": "2026-05-17T05:29:34+00:00"
    },
    {
      "name": "sebastian/comparator",
      "version": "7.1.8",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/comparator.git",
        "reference": "7c65c1e79836812819705b473a90c12399542485"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/7c65c1e79836812819705b473a90c12399542485",
        "reference": "7c65c1e79836812819705b473a90c12399542485",
        "shasum": ""
      },
      "require": {
        "ext-dom": "*",
        "ext-mbstring": "*",
        "php": ">=8.3",
        "sebastian/diff": "^7.0",
        "sebastian/exporter": "^7.0.3"
      },
      "require-dev": {
        "phpunit/phpunit": "^12.5.25"
      },
      "suggest": {
        "ext-bcmath": "For comparing BcMath\\Number objects"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "7.1-dev"
        }
      },
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de"
        },
        {
          "name": "Jeff Welch",
          "email": "whatthejeff@gmail.com"
        },
        {
          "name": "Volker Dusch",
          "email": "github@wallbash.com"
        },
        {
          "name": "Bernhard Schussek",
          "email": "bschussek@2bepublished.at"
        }
      ],
      "description": "Provides the functionality to compare PHP values for equality",
      "homepage": "https://github.com/sebastianbergmann/comparator",
      "keywords": [
        "comparator",
        "compare",
        "equality"
      ],
      "support": {
        "issues": "https://github.com/sebastianbergmann/comparator/issues",
        "security": "https://github.com/sebastianbergmann/comparator/security/policy",
        "source": "https://github.com/sebastianbergmann/comparator/tree/7.1.8"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        },
        {
          "url": "https://liberapay.com/sebastianbergmann",
          "type": "liberapay"
        },
        {
          "url": "https://thanks.dev/u/gh/sebastianbergmann",
          "type": "thanks_dev"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
          "type": "tidelift"
        }
      ],
      "time": "2026-05-21T04:45:25+00:00"
    },
    {
      "name": "sebastian/complexity",
      "version": "5.0.0",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/complexity.git",
        "reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/bad4316aba5303d0221f43f8cee37eb58d384bbb",
        "reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb",
        "shasum": ""
      },
      "require": {
        "nikic/php-parser": "^5.0",
        "php": ">=8.3"
      },
      "require-dev": {
        "phpunit/phpunit": "^12.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "5.0-dev"
        }
      },
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "Library for calculating the complexity of PHP code units",
      "homepage": "https://github.com/sebastianbergmann/complexity",
      "support": {
        "issues": "https://github.com/sebastianbergmann/complexity/issues",
        "security": "https://github.com/sebastianbergmann/complexity/security/policy",
        "source": "https://github.com/sebastianbergmann/complexity/tree/5.0.0"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2025-02-07T04:55:25+00:00"
    },
    {
      "name": "sebastian/diff",
      "version": "7.0.0",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/diff.git",
        "reference": "7ab1ea946c012266ca32390913653d844ecd085f"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7ab1ea946c012266ca32390913653d844ecd085f",
        "reference": "7ab1ea946c012266ca32390913653d844ecd085f",
        "shasum": ""
      },
      "require": {
        "php": ">=8.3"
      },
      "require-dev": {
        "phpunit/phpunit": "^12.0",
        "symfony/process": "^7.2"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "7.0-dev"
        }
      },
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de"
        },
        {
          "name": "Kore Nordmann",
          "email": "mail@kore-nordmann.de"
        }
      ],
      "description": "Diff implementation",
      "homepage": "https://github.com/sebastianbergmann/diff",
      "keywords": [
        "diff",
        "udiff",
        "unidiff",
        "unified diff"
      ],
      "support": {
        "issues": "https://github.com/sebastianbergmann/diff/issues",
        "security": "https://github.com/sebastianbergmann/diff/security/policy",
        "source": "https://github.com/sebastianbergmann/diff/tree/7.0.0"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2025-02-07T04:55:46+00:00"
    },
    {
      "name": "sebastian/environment",
      "version": "8.1.2",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/environment.git",
        "reference": "9d32c685773823b1983e256ae4ecd48a10d6e439"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/9d32c685773823b1983e256ae4ecd48a10d6e439",
        "reference": "9d32c685773823b1983e256ae4ecd48a10d6e439",
        "shasum": ""
      },
      "require": {
        "php": ">=8.3"
      },
      "require-dev": {
        "phpunit/phpunit": "^12.5.26"
      },
      "suggest": {
        "ext-posix": "*"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "8.1-dev"
        }
      },
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de"
        }
      ],
      "description": "Provides functionality to handle HHVM/PHP environments",
      "homepage": "https://github.com/sebastianbergmann/environment",
      "keywords": [
        "Xdebug",
        "environment",
        "hhvm"
      ],
      "support": {
        "issues": "https://github.com/sebastianbergmann/environment/issues",
        "security": "https://github.com/sebastianbergmann/environment/security/policy",
        "source": "https://github.com/sebastianbergmann/environment/tree/8.1.2"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        },
        {
          "url": "https://liberapay.com/sebastianbergmann",
          "type": "liberapay"
        },
        {
          "url": "https://thanks.dev/u/gh/sebastianbergmann",
          "type": "thanks_dev"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/sebastian/environment",
          "type": "tidelift"
        }
      ],
      "time": "2026-05-25T13:40:20+00:00"
    },
    {
      "name": "sebastian/exporter",
      "version": "7.0.3",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/exporter.git",
        "reference": "c5e21b5de653ce0a769fb36f5cdfcb5e7a32cf23"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c5e21b5de653ce0a769fb36f5cdfcb5e7a32cf23",
        "reference": "c5e21b5de653ce0a769fb36f5cdfcb5e7a32cf23",
        "shasum": ""
      },
      "require": {
        "ext-mbstring": "*",
        "php": ">=8.3",
        "sebastian/recursion-context": "^7.0.1"
      },
      "require-dev": {
        "phpunit/phpunit": "^12.5.25"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "7.0-dev"
        }
      },
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de"
        },
        {
          "name": "Jeff Welch",
          "email": "whatthejeff@gmail.com"
        },
        {
          "name": "Volker Dusch",
          "email": "github@wallbash.com"
        },
        {
          "name": "Adam Harvey",
          "email": "aharvey@php.net"
        },
        {
          "name": "Bernhard Schussek",
          "email": "bschussek@gmail.com"
        }
      ],
      "description": "Provides the functionality to export PHP variables for visualization",
      "homepage": "https://www.github.com/sebastianbergmann/exporter",
      "keywords": [
        "export",
        "exporter"
      ],
      "support": {
        "issues": "https://github.com/sebastianbergmann/exporter/issues",
        "security": "https://github.com/sebastianbergmann/exporter/security/policy",
        "source": "https://github.com/sebastianbergmann/exporter/tree/7.0.3"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        },
        {
          "url": "https://liberapay.com/sebastianbergmann",
          "type": "liberapay"
        },
        {
          "url": "https://thanks.dev/u/gh/sebastianbergmann",
          "type": "thanks_dev"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/sebastian/exporter",
          "type": "tidelift"
        }
      ],
      "time": "2026-05-20T04:37:17+00:00"
    },
    {
      "name": "sebastian/global-state",
      "version": "8.0.3",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/global-state.git",
        "reference": "b164d3274d6537ab462591c5755f76a8f5b1aae9"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/b164d3274d6537ab462591c5755f76a8f5b1aae9",
        "reference": "b164d3274d6537ab462591c5755f76a8f5b1aae9",
        "shasum": ""
      },
      "require": {
        "php": ">=8.3",
        "sebastian/object-reflector": "^5.0",
        "sebastian/recursion-context": "^7.0.1"
      },
      "require-dev": {
        "ext-dom": "*",
        "phpunit/phpunit": "^12.5.28"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "8.0-dev"
        }
      },
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de"
        }
      ],
      "description": "Snapshotting of global state",
      "homepage": "https://www.github.com/sebastianbergmann/global-state",
      "keywords": [
        "global state"
      ],
      "support": {
        "issues": "https://github.com/sebastianbergmann/global-state/issues",
        "security": "https://github.com/sebastianbergmann/global-state/security/policy",
        "source": "https://github.com/sebastianbergmann/global-state/tree/8.0.3"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        },
        {
          "url": "https://liberapay.com/sebastianbergmann",
          "type": "liberapay"
        },
        {
          "url": "https://thanks.dev/u/gh/sebastianbergmann",
          "type": "thanks_dev"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/sebastian/global-state",
          "type": "tidelift"
        }
      ],
      "time": "2026-06-01T15:10:33+00:00"
    },
    {
      "name": "sebastian/lines-of-code",
      "version": "4.0.1",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/lines-of-code.git",
        "reference": "d543b8ef219dcd8da262cbb958639a96bedba10e"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d543b8ef219dcd8da262cbb958639a96bedba10e",
        "reference": "d543b8ef219dcd8da262cbb958639a96bedba10e",
        "shasum": ""
      },
      "require": {
        "nikic/php-parser": "^5.7.0",
        "php": ">=8.3"
      },
      "require-dev": {
        "phpunit/phpunit": "^12.5.25"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "4.0-dev"
        }
      },
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "Library for counting the lines of code in PHP source code",
      "homepage": "https://github.com/sebastianbergmann/lines-of-code",
      "support": {
        "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
        "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
        "source": "https://github.com/sebastianbergmann/lines-of-code/tree/4.0.1"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        },
        {
          "url": "https://liberapay.com/sebastianbergmann",
          "type": "liberapay"
        },
        {
          "url": "https://thanks.dev/u/gh/sebastianbergmann",
          "type": "thanks_dev"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/sebastian/lines-of-code",
          "type": "tidelift"
        }
      ],
      "time": "2026-05-19T16:22:07+00:00"
    },
    {
      "name": "sebastian/object-enumerator",
      "version": "7.0.0",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/object-enumerator.git",
        "reference": "1effe8e9b8e068e9ae228e542d5d11b5d16db894"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1effe8e9b8e068e9ae228e542d5d11b5d16db894",
        "reference": "1effe8e9b8e068e9ae228e542d5d11b5d16db894",
        "shasum": ""
      },
      "require": {
        "php": ">=8.3",
        "sebastian/object-reflector": "^5.0",
        "sebastian/recursion-context": "^7.0"
      },
      "require-dev": {
        "phpunit/phpunit": "^12.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "7.0-dev"
        }
      },
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de"
        }
      ],
      "description": "Traverses array structures and object graphs to enumerate all referenced objects",
      "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
      "support": {
        "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
        "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
        "source": "https://github.com/sebastianbergmann/object-enumerator/tree/7.0.0"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2025-02-07T04:57:48+00:00"
    },
    {
      "name": "sebastian/object-reflector",
      "version": "5.0.0",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/object-reflector.git",
        "reference": "4bfa827c969c98be1e527abd576533293c634f6a"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/4bfa827c969c98be1e527abd576533293c634f6a",
        "reference": "4bfa827c969c98be1e527abd576533293c634f6a",
        "shasum": ""
      },
      "require": {
        "php": ">=8.3"
      },
      "require-dev": {
        "phpunit/phpunit": "^12.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "5.0-dev"
        }
      },
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de"
        }
      ],
      "description": "Allows reflection of object attributes, including inherited and non-public ones",
      "homepage": "https://github.com/sebastianbergmann/object-reflector/",
      "support": {
        "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
        "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
        "source": "https://github.com/sebastianbergmann/object-reflector/tree/5.0.0"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2025-02-07T04:58:17+00:00"
    },
    {
      "name": "sebastian/recursion-context",
      "version": "7.0.1",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/recursion-context.git",
        "reference": "0b01998a7d5b1f122911a66bebcb8d46f0c82d8c"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/0b01998a7d5b1f122911a66bebcb8d46f0c82d8c",
        "reference": "0b01998a7d5b1f122911a66bebcb8d46f0c82d8c",
        "shasum": ""
      },
      "require": {
        "php": ">=8.3"
      },
      "require-dev": {
        "phpunit/phpunit": "^12.0"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "7.0-dev"
        }
      },
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de"
        },
        {
          "name": "Jeff Welch",
          "email": "whatthejeff@gmail.com"
        },
        {
          "name": "Adam Harvey",
          "email": "aharvey@php.net"
        }
      ],
      "description": "Provides functionality to recursively process PHP variables",
      "homepage": "https://github.com/sebastianbergmann/recursion-context",
      "support": {
        "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
        "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
        "source": "https://github.com/sebastianbergmann/recursion-context/tree/7.0.1"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        },
        {
          "url": "https://liberapay.com/sebastianbergmann",
          "type": "liberapay"
        },
        {
          "url": "https://thanks.dev/u/gh/sebastianbergmann",
          "type": "thanks_dev"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
          "type": "tidelift"
        }
      ],
      "time": "2025-08-13T04:44:59+00:00"
    },
    {
      "name": "sebastian/type",
      "version": "6.0.4",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/type.git",
        "reference": "82ff822c2edc46724be9f7411d3163021f602773"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/82ff822c2edc46724be9f7411d3163021f602773",
        "reference": "82ff822c2edc46724be9f7411d3163021f602773",
        "shasum": ""
      },
      "require": {
        "php": ">=8.3"
      },
      "require-dev": {
        "phpunit/phpunit": "^12.5.25"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "6.0-dev"
        }
      },
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "Collection of value objects that represent the types of the PHP type system",
      "homepage": "https://github.com/sebastianbergmann/type",
      "support": {
        "issues": "https://github.com/sebastianbergmann/type/issues",
        "security": "https://github.com/sebastianbergmann/type/security/policy",
        "source": "https://github.com/sebastianbergmann/type/tree/6.0.4"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        },
        {
          "url": "https://liberapay.com/sebastianbergmann",
          "type": "liberapay"
        },
        {
          "url": "https://thanks.dev/u/gh/sebastianbergmann",
          "type": "thanks_dev"
        },
        {
          "url": "https://tidelift.com/funding/github/packagist/sebastian/type",
          "type": "tidelift"
        }
      ],
      "time": "2026-05-20T06:45:45+00:00"
    },
    {
      "name": "sebastian/version",
      "version": "6.0.0",
      "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/version.git",
        "reference": "3e6ccf7657d4f0a59200564b08cead899313b53c"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/3e6ccf7657d4f0a59200564b08cead899313b53c",
        "reference": "3e6ccf7657d4f0a59200564b08cead899313b53c",
        "shasum": ""
      },
      "require": {
        "php": ">=8.3"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "6.0-dev"
        }
      },
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Sebastian Bergmann",
          "email": "sebastian@phpunit.de",
          "role": "lead"
        }
      ],
      "description": "Library that helps with managing the version number of Git-hosted PHP projects",
      "homepage": "https://github.com/sebastianbergmann/version",
      "support": {
        "issues": "https://github.com/sebastianbergmann/version/issues",
        "security": "https://github.com/sebastianbergmann/version/security/policy",
        "source": "https://github.com/sebastianbergmann/version/tree/6.0.0"
      },
      "funding": [
        {
          "url": "https://github.com/sebastianbergmann",
          "type": "github"
        }
      ],
      "time": "2025-02-07T05:00:38+00:00"
    },
    {
      "name": "staabm/side-effects-detector",
      "version": "1.0.5",
      "source": {
        "type": "git",
        "url": "https://github.com/staabm/side-effects-detector.git",
        "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
        "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
        "shasum": ""
      },
      "require": {
        "ext-tokenizer": "*",
        "php": "^7.4 || ^8.0"
      },
      "require-dev": {
        "phpstan/extension-installer": "^1.4.3",
        "phpstan/phpstan": "^1.12.6",
        "phpunit/phpunit": "^9.6.21",
        "symfony/var-dumper": "^5.4.43",
        "tomasvotruba/type-coverage": "1.0.0",
        "tomasvotruba/unused-public": "1.0.0"
      },
      "type": "library",
      "autoload": {
        "classmap": [
          "lib/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "MIT"
      ],
      "description": "A static analysis tool to detect side effects in PHP code",
      "keywords": [
        "static analysis"
      ],
      "support": {
        "issues": "https://github.com/staabm/side-effects-detector/issues",
        "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
      },
      "funding": [
        {
          "url": "https://github.com/staabm",
          "type": "github"
        }
      ],
      "time": "2024-10-20T05:08:20+00:00"
    },
    {
      "name": "theseer/tokenizer",
      "version": "2.0.1",
      "source": {
        "type": "git",
        "url": "https://github.com/theseer/tokenizer.git",
        "reference": "7989e43bf381af0eac72e4f0ca5bcbfa81658be4"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/theseer/tokenizer/zipball/7989e43bf381af0eac72e4f0ca5bcbfa81658be4",
        "reference": "7989e43bf381af0eac72e4f0ca5bcbfa81658be4",
        "shasum": ""
      },
      "require": {
        "ext-dom": "*",
        "ext-tokenizer": "*",
        "ext-xmlwriter": "*",
        "php": "^8.1"
      },
      "type": "library",
      "autoload": {
        "classmap": [
          "src/"
        ]
      },
      "notification-url": "https://packagist.org/downloads/",
      "license": [
        "BSD-3-Clause"
      ],
      "authors": [
        {
          "name": "Arne Blankerts",
          "email": "arne@blankerts.de",
          "role": "Developer"
        }
      ],
      "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
      "support": {
        "issues": "https://github.com/theseer/tokenizer/issues",
        "source": "https://github.com/theseer/tokenizer/tree/2.0.1"
      },
      "funding": [
        {
          "url": "https://github.com/theseer",
          "type": "github"
        }
      ],
      "time": "2025-12-08T11:19:18+00:00"
    }
  ],
  "aliases": [],
  "minimum-stability": "stable",
  "stability-flags": {},
  "prefer-stable": false,
  "prefer-lowest": false,
  "platform": {},
  "platform-dev": {},
  "plugin-api-version": "2.9.0"
}
