{
  "_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": "ab51a0e8e89d6976e3c6c7c5d33f6367",
  "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.9.2",
      "source": {
        "type": "git",
        "url": "https://github.com/guzzle/guzzle.git",
        "reference": "d281ed313b989f213357e3be1a179f02196ac99b"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b",
        "reference": "d281ed313b989f213357e3be1a179f02196ac99b",
        "shasum": ""
      },
      "require": {
        "ext-json": "*",
        "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
        "guzzlehttp/psr7": "^2.7.0",
        "php": "^7.2.5 || ^8.0",
        "psr/http-client": "^1.0",
        "symfony/deprecation-contracts": "^2.2 || ^3.0"
      },
      "provide": {
        "psr/http-client-implementation": "1.0"
      },
      "require-dev": {
        "bamarni/composer-bin-plugin": "^1.8.2",
        "ext-curl": "*",
        "guzzle/client-integration-tests": "3.0.2",
        "php-http/message-factory": "^1.1",
        "phpunit/phpunit": "^8.5.39 || ^9.6.20",
        "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.9.2"
      },
      "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": "2024-07-24T11:22:20+00:00"
    },
    {
      "name": "guzzlehttp/promises",
      "version": "2.0.3",
      "source": {
        "type": "git",
        "url": "https://github.com/guzzle/promises.git",
        "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
        "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
        "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"
      },
      "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.0.3"
      },
      "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": "2024-07-18T10:29:17+00:00"
    },
    {
      "name": "guzzlehttp/psr7",
      "version": "2.7.0",
      "source": {
        "type": "git",
        "url": "https://github.com/guzzle/psr7.git",
        "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
        "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
        "shasum": ""
      },
      "require": {
        "php": "^7.2.5 || ^8.0",
        "psr/http-factory": "^1.0",
        "psr/http-message": "^1.1 || ^2.0",
        "ralouphie/getallheaders": "^3.0"
      },
      "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": "0.9.0",
        "phpunit/phpunit": "^8.5.39 || ^9.6.20"
      },
      "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.7.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": "2024-07-18T11:15:46+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.5.0",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/deprecation-contracts.git",
        "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
        "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
        "shasum": ""
      },
      "require": {
        "php": ">=8.1"
      },
      "type": "library",
      "extra": {
        "branch-alias": {
          "dev-main": "3.5-dev"
        },
        "thanks": {
          "name": "symfony/contracts",
          "url": "https://github.com/symfony/contracts"
        }
      },
      "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.5.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-04-18T09:32:20+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.31.0",
      "source": {
        "type": "git",
        "url": "https://github.com/symfony/polyfill-php80.git",
        "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
      },
      "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
        "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
        "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.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": "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": "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"
    }
  ],
  "aliases": [],
  "minimum-stability": "stable",
  "stability-flags": {},
  "prefer-stable": false,
  "prefer-lowest": false,
  "platform": {},
  "platform-dev": {},
  "plugin-api-version": "2.6.0"
}
