{
    "packages": [
        {
            "name": "auth0/auth0-php",
            "version": "8.13.0",
            "version_normalized": "8.13.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/auth0/auth0-PHP.git",
                "reference": "3acf0f4d847f355eada5ac3f3336b175238c8ef1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/auth0/auth0-PHP/zipball/3acf0f4d847f355eada5ac3f3336b175238c8ef1",
                "reference": "3acf0f4d847f355eada5ac3f3336b175238c8ef1",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "php": "^8.1",
                "php-http/multipart-stream-builder": "^1",
                "psr-discovery/all": "^1",
                "psr/http-client-implementation": "^1",
                "psr/http-factory-implementation": "^1",
                "psr/http-message-implementation": "^1"
            },
            "require-dev": {
                "ergebnis/composer-normalize": "~2.43.0",
                "friendsofphp/php-cs-fixer": "~3.59.0",
                "mockery/mockery": "~1.6.0",
                "pestphp/pest": "~2.34.0",
                "phpstan/phpstan": "~1.11.0",
                "phpstan/phpstan-strict-rules": "~1.6.0",
                "psr-mock/http": "~1.0.0",
                "rector/rector": "~0.17.0",
                "spatie/ray": "~1.41.0",
                "symfony/cache": "^4 || ^5 || ^6",
                "symfony/event-dispatcher": "^4 || ^5 || ^6",
                "vimeo/psalm": "~5.25.0",
                "wikimedia/composer-merge-plugin": "~2.1.0"
            },
            "suggest": {
                "psr/cache-implementation": "(PSR-6 Cache) Improve performance by avoiding making redundant network requests.",
                "psr/event-dispatcher-implementation": "(PSR-14 Event Dispatcher) Observe and react to events when they occur."
            },
            "time": "2024-11-15T11:08:53+00:00",
            "type": "library",
            "extra": {
                "merge-plugin": {
                    "include": [
                        "composer.local.json"
                    ],
                    "recurse": true,
                    "replace": true,
                    "merge-dev": true,
                    "merge-extra": false,
                    "merge-scripts": false,
                    "merge-extra-deep": false,
                    "ignore-duplicates": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Auth0\\SDK\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Auth0",
                    "email": "support@auth0.com",
                    "homepage": "https://auth0.com/"
                }
            ],
            "description": "PHP SDK for Auth0 Authentication and Management APIs.",
            "homepage": "https://github.com/auth0/auth0-PHP",
            "keywords": [
                "Authentication",
                "JSON Web Token",
                "JWK",
                "OpenId",
                "api",
                "auth",
                "auth0",
                "authorization",
                "json web key",
                "jwt",
                "login",
                "oauth",
                "protect",
                "secure"
            ],
            "support": {
                "issues": "https://github.com/auth0/auth0-PHP/issues",
                "source": "https://github.com/auth0/auth0-PHP/tree/8.13.0"
            },
            "install-path": "../auth0/auth0-php"
        },
        {
            "name": "composer/semver",
            "version": "3.4.3",
            "version_normalized": "3.4.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
                "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.11",
                "symfony/phpunit-bridge": "^3 || ^7"
            },
            "time": "2024-09-19T14:15:21+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\Semver\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
            "keywords": [
                "semantic",
                "semver",
                "validation",
                "versioning"
            ],
            "support": {
                "irc": "ircs://irc.libera.chat:6697/composer",
                "issues": "https://github.com/composer/semver/issues",
                "source": "https://github.com/composer/semver/tree/3.4.3"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "install-path": "./semver"
        },
        {
            "name": "nyholm/psr7",
            "version": "1.8.2",
            "version_normalized": "1.8.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Nyholm/psr7.git",
                "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Nyholm/psr7/zipball/a71f2b11690f4b24d099d6b16690a90ae14fc6f3",
                "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.1 || ^2.0"
            },
            "provide": {
                "php-http/message-factory-implementation": "1.0",
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "http-interop/http-factory-tests": "^0.9",
                "php-http/message-factory": "^1.0",
                "php-http/psr7-integration-tests": "^1.0",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
                "symfony/error-handler": "^4.4"
            },
            "time": "2024-09-09T07:06:30+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.8-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Nyholm\\Psr7\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com"
                },
                {
                    "name": "Martijn van der Ven",
                    "email": "martijn@vanderven.se"
                }
            ],
            "description": "A fast PHP7 implementation of PSR-7",
            "homepage": "https://tnyholm.se",
            "keywords": [
                "psr-17",
                "psr-7"
            ],
            "support": {
                "issues": "https://github.com/Nyholm/psr7/issues",
                "source": "https://github.com/Nyholm/psr7/tree/1.8.2"
            },
            "funding": [
                {
                    "url": "https://github.com/Zegnat",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nyholm",
                    "type": "github"
                }
            ],
            "install-path": "../nyholm/psr7"
        },
        {
            "name": "php-http/discovery",
            "version": "1.20.0",
            "version_normalized": "1.20.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-http/discovery.git",
                "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-http/discovery/zipball/82fe4c73ef3363caed49ff8dd1539ba06044910d",
                "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0|^2.0",
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "nyholm/psr7": "<1.0",
                "zendframework/zend-diactoros": "*"
            },
            "provide": {
                "php-http/async-client-implementation": "*",
                "php-http/client-implementation": "*",
                "psr/http-client-implementation": "*",
                "psr/http-factory-implementation": "*",
                "psr/http-message-implementation": "*"
            },
            "require-dev": {
                "composer/composer": "^1.0.2|^2.0",
                "graham-campbell/phpspec-skip-example-extension": "^5.0",
                "php-http/httplug": "^1.0 || ^2.0",
                "php-http/message-factory": "^1.0",
                "phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
                "sebastian/comparator": "^3.0.5 || ^4.0.8",
                "symfony/phpunit-bridge": "^6.4.4 || ^7.0.1"
            },
            "time": "2024-10-02T11:20:13+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Http\\Discovery\\Composer\\Plugin",
                "plugin-optional": true
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Http\\Discovery\\": "src/"
                },
                "exclude-from-classmap": [
                    "src/Composer/Plugin.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com"
                }
            ],
            "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations",
            "homepage": "http://php-http.org",
            "keywords": [
                "adapter",
                "client",
                "discovery",
                "factory",
                "http",
                "message",
                "psr17",
                "psr7"
            ],
            "support": {
                "issues": "https://github.com/php-http/discovery/issues",
                "source": "https://github.com/php-http/discovery/tree/1.20.0"
            },
            "install-path": "../php-http/discovery"
        },
        {
            "name": "php-http/multipart-stream-builder",
            "version": "1.4.2",
            "version_normalized": "1.4.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-http/multipart-stream-builder.git",
                "reference": "10086e6de6f53489cca5ecc45b6f468604d3460e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-http/multipart-stream-builder/zipball/10086e6de6f53489cca5ecc45b6f468604d3460e",
                "reference": "10086e6de6f53489cca5ecc45b6f468604d3460e",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0",
                "php-http/discovery": "^1.15",
                "psr/http-factory-implementation": "^1.0"
            },
            "require-dev": {
                "nyholm/psr7": "^1.0",
                "php-http/message": "^1.5",
                "php-http/message-factory": "^1.0.2",
                "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3"
            },
            "time": "2024-09-04T13:22:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Http\\Message\\MultipartStream\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com"
                }
            ],
            "description": "A builder class that help you create a multipart stream",
            "homepage": "http://php-http.org",
            "keywords": [
                "factory",
                "http",
                "message",
                "multipart stream",
                "stream"
            ],
            "support": {
                "issues": "https://github.com/php-http/multipart-stream-builder/issues",
                "source": "https://github.com/php-http/multipart-stream-builder/tree/1.4.2"
            },
            "install-path": "../php-http/multipart-stream-builder"
        },
        {
            "name": "psr-discovery/all",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/psr-discovery/all.git",
                "reference": "840bc0cde7d56e9296606f7a6f0cfc8301fda57d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/psr-discovery/all/zipball/840bc0cde7d56e9296606f7a6f0cfc8301fda57d",
                "reference": "840bc0cde7d56e9296606f7a6f0cfc8301fda57d",
                "shasum": ""
            },
            "require": {
                "php": "^8.2",
                "psr-discovery/cache-implementations": "^1",
                "psr-discovery/container-implementations": "^1",
                "psr-discovery/event-dispatcher-implementations": "^1",
                "psr-discovery/http-client-implementations": "^1",
                "psr-discovery/http-factory-implementations": "^1",
                "psr-discovery/log-implementations": "^1"
            },
            "time": "2024-12-05T17:59:32+00:00",
            "type": "metapackage",
            "extra": {
                "merge-plugin": {
                    "include": [
                        "composer.local.json"
                    ],
                    "recurse": true,
                    "replace": true,
                    "merge-dev": true,
                    "merge-extra": false,
                    "merge-scripts": false,
                    "merge-extra-deep": false,
                    "ignore-duplicates": false
                }
            },
            "autoload": {
                "psr-4": {
                    "PsrDiscovery\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Evan Sims",
                    "email": "hello@evansims.com",
                    "homepage": "https://evansims.com/"
                }
            ],
            "description": "Lightweight library that discovers available PSR implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.",
            "homepage": "https://github.com/psr-discovery",
            "keywords": [
                "PSR-11",
                "discovery",
                "psr",
                "psr-14",
                "psr-17",
                "psr-18",
                "psr-3",
                "psr-6"
            ],
            "support": {
                "source": "https://github.com/psr-discovery/all/tree/1.2.0"
            },
            "install-path": null
        },
        {
            "name": "psr-discovery/cache-implementations",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/psr-discovery/cache-implementations.git",
                "reference": "ba247db9da1289b5880bf1b28c4280c16370ea3e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/psr-discovery/cache-implementations/zipball/ba247db9da1289b5880bf1b28c4280c16370ea3e",
                "reference": "ba247db9da1289b5880bf1b28c4280c16370ea3e",
                "shasum": ""
            },
            "require": {
                "php": "^8.2",
                "psr-discovery/discovery": "^1.0",
                "psr/cache": "^1.0 | ^2.0 | ^3.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.14",
                "mockery/mockery": "^1.5",
                "pestphp/pest": "^2.0",
                "phpstan/phpstan": "^1.10",
                "phpstan/phpstan-strict-rules": "^1.5",
                "rector/rector": "^0.15",
                "vimeo/psalm": "^5.8",
                "wikimedia/composer-merge-plugin": "^2.0"
            },
            "time": "2024-12-05T17:55:07+00:00",
            "type": "library",
            "extra": {
                "merge-plugin": {
                    "include": [
                        "composer.local.json"
                    ],
                    "recurse": true,
                    "replace": true,
                    "merge-dev": true,
                    "merge-extra": false,
                    "merge-scripts": false,
                    "merge-extra-deep": false,
                    "ignore-duplicates": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PsrDiscovery\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Evan Sims",
                    "email": "hello@evansims.com",
                    "homepage": "https://evansims.com/"
                }
            ],
            "description": "Lightweight library that discovers available PSR-6 Cache implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.",
            "homepage": "https://github.com/psr-discovery",
            "keywords": [
                "cache",
                "cache-implementation",
                "discovery",
                "psr",
                "psr-6"
            ],
            "support": {
                "issues": "https://github.com/psr-discovery/cache-implementations/issues",
                "source": "https://github.com/psr-discovery/cache-implementations/tree/1.2.0"
            },
            "install-path": "../psr-discovery/cache-implementations"
        },
        {
            "name": "psr-discovery/container-implementations",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/psr-discovery/container-implementations.git",
                "reference": "451bb93b473f194a2984c3e7ae0b162e44c55ba1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/psr-discovery/container-implementations/zipball/451bb93b473f194a2984c3e7ae0b162e44c55ba1",
                "reference": "451bb93b473f194a2984c3e7ae0b162e44c55ba1",
                "shasum": ""
            },
            "require": {
                "php": "^8.2",
                "psr-discovery/discovery": "^1.0",
                "psr/container": "^1.0 | ^2.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.14",
                "mockery/mockery": "^1.5",
                "pestphp/pest": "^2.0",
                "phpstan/phpstan": "^1.10",
                "phpstan/phpstan-strict-rules": "^1.5",
                "rector/rector": "^0.15",
                "vimeo/psalm": "^5.8",
                "wikimedia/composer-merge-plugin": "^2.0"
            },
            "time": "2024-12-05T17:42:15+00:00",
            "type": "library",
            "extra": {
                "merge-plugin": {
                    "include": [
                        "composer.local.json"
                    ],
                    "recurse": true,
                    "replace": true,
                    "merge-dev": true,
                    "merge-extra": false,
                    "merge-scripts": false,
                    "merge-extra-deep": false,
                    "ignore-duplicates": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PsrDiscovery\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Evan Sims",
                    "email": "hello@evansims.com",
                    "homepage": "https://evansims.com/"
                }
            ],
            "description": "Lightweight library that discovers available PSR-11 Container implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.",
            "homepage": "https://github.com/psr-discovery/http-client-implementations",
            "keywords": [
                "PSR-11",
                "discovery",
                "psr"
            ],
            "support": {
                "issues": "https://github.com/psr-discovery/container-implementations/issues",
                "source": "https://github.com/psr-discovery/container-implementations/tree/1.2.0"
            },
            "install-path": "../psr-discovery/container-implementations"
        },
        {
            "name": "psr-discovery/discovery",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/psr-discovery/discovery.git",
                "reference": "636f67406eadd33a66a7e65b9f0e26abfd7614ac"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/psr-discovery/discovery/zipball/636f67406eadd33a66a7e65b9f0e26abfd7614ac",
                "reference": "636f67406eadd33a66a7e65b9f0e26abfd7614ac",
                "shasum": ""
            },
            "require": {
                "composer/semver": "^3.0",
                "php": "^8.2"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.14",
                "mockery/mockery": "^1.5",
                "pestphp/pest": "^2.0",
                "phpstan/phpstan": "^1.10",
                "phpstan/phpstan-strict-rules": "^1.5",
                "rector/rector": "^0.15",
                "vimeo/psalm": "^5.8",
                "wikimedia/composer-merge-plugin": "^2.0"
            },
            "time": "2024-12-05T16:59:22+00:00",
            "type": "library",
            "extra": {
                "merge-plugin": {
                    "include": [
                        "composer.local.json"
                    ],
                    "recurse": true,
                    "replace": true,
                    "merge-dev": true,
                    "merge-extra": false,
                    "merge-scripts": false,
                    "merge-extra-deep": false,
                    "ignore-duplicates": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PsrDiscovery\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Evan Sims",
                    "email": "hello@evansims.com",
                    "homepage": "https://evansims.com/"
                }
            ],
            "description": "Lightweight library that discovers available PSR implementations by searching for a list of well-known classes that implement the relevant interfaces, and returning an instance of the first one that is found.",
            "homepage": "https://github.com/psr-discovery/discovery",
            "keywords": [
                "PSR-11",
                "discovery",
                "psr",
                "psr-14",
                "psr-17",
                "psr-18",
                "psr-3",
                "psr-6"
            ],
            "support": {
                "issues": "https://github.com/psr-discovery/discovery/issues",
                "source": "https://github.com/psr-discovery/discovery/tree/1.2.0"
            },
            "install-path": "../psr-discovery/discovery"
        },
        {
            "name": "psr-discovery/event-dispatcher-implementations",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/psr-discovery/event-dispatcher-implementations.git",
                "reference": "8ccb36eca9c7a685d91316d1f64cff6253e38825"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/psr-discovery/event-dispatcher-implementations/zipball/8ccb36eca9c7a685d91316d1f64cff6253e38825",
                "reference": "8ccb36eca9c7a685d91316d1f64cff6253e38825",
                "shasum": ""
            },
            "require": {
                "php": "^8.2",
                "psr-discovery/discovery": "^1.0",
                "psr/event-dispatcher": "^1.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.14",
                "mockery/mockery": "^1.5",
                "pestphp/pest": "^2.0",
                "phpstan/phpstan": "^1.10",
                "phpstan/phpstan-strict-rules": "^1.5",
                "rector/rector": "^0.15",
                "vimeo/psalm": "^5.8",
                "wikimedia/composer-merge-plugin": "^2.0"
            },
            "time": "2024-12-05T17:29:26+00:00",
            "type": "library",
            "extra": {
                "merge-plugin": {
                    "include": [
                        "composer.local.json"
                    ],
                    "recurse": true,
                    "replace": true,
                    "merge-dev": true,
                    "merge-extra": false,
                    "merge-scripts": false,
                    "merge-extra-deep": false,
                    "ignore-duplicates": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PsrDiscovery\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Evan Sims",
                    "email": "hello@evansims.com",
                    "homepage": "https://evansims.com/"
                }
            ],
            "description": "Lightweight library that discovers available PSR-14 Event Dispatcher implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.",
            "homepage": "https://github.com/psr-discovery/http-client-implementations",
            "keywords": [
                "discovery",
                "psr",
                "psr-18"
            ],
            "support": {
                "issues": "https://github.com/psr-discovery/event-dispatcher-implementations/issues",
                "source": "https://github.com/psr-discovery/event-dispatcher-implementations/tree/1.2.0"
            },
            "install-path": "../psr-discovery/event-dispatcher-implementations"
        },
        {
            "name": "psr-discovery/http-client-implementations",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/psr-discovery/http-client-implementations.git",
                "reference": "3999d98e4fcbf099efeda07df82c59134f932ad8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/psr-discovery/http-client-implementations/zipball/3999d98e4fcbf099efeda07df82c59134f932ad8",
                "reference": "3999d98e4fcbf099efeda07df82c59134f932ad8",
                "shasum": ""
            },
            "require": {
                "php": "^8.2",
                "psr-discovery/discovery": "^1.0",
                "psr/http-client": "^1.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.14",
                "mockery/mockery": "^1.5",
                "pestphp/pest": "^2.0",
                "phpstan/phpstan": "^1.10",
                "phpstan/phpstan-strict-rules": "^1.5",
                "rector/rector": "^0.15",
                "vimeo/psalm": "^5.8",
                "wikimedia/composer-merge-plugin": "^2.0"
            },
            "time": "2024-12-05T18:08:01+00:00",
            "type": "library",
            "extra": {
                "merge-plugin": {
                    "include": [
                        "composer.local.json"
                    ],
                    "recurse": true,
                    "replace": true,
                    "merge-dev": true,
                    "merge-extra": false,
                    "merge-scripts": false,
                    "merge-extra-deep": false,
                    "ignore-duplicates": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PsrDiscovery\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Evan Sims",
                    "email": "hello@evansims.com",
                    "homepage": "https://evansims.com/"
                }
            ],
            "description": "Lightweight library that discovers available PSR-18 HTTP Client implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.",
            "homepage": "https://github.com/psr-discovery/http-client-implementations",
            "keywords": [
                "discovery",
                "psr",
                "psr-18"
            ],
            "support": {
                "issues": "https://github.com/psr-discovery/http-client-implementations/issues",
                "source": "https://github.com/psr-discovery/http-client-implementations/tree/1.4.0"
            },
            "install-path": "../psr-discovery/http-client-implementations"
        },
        {
            "name": "psr-discovery/http-factory-implementations",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/psr-discovery/http-factory-implementations.git",
                "reference": "3979e3d9a95bedd91c13e1de12c6e99a74c449d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/psr-discovery/http-factory-implementations/zipball/3979e3d9a95bedd91c13e1de12c6e99a74c449d3",
                "reference": "3979e3d9a95bedd91c13e1de12c6e99a74c449d3",
                "shasum": ""
            },
            "require": {
                "php": "^8.2",
                "psr-discovery/discovery": "^1.1",
                "psr/http-factory": "^1.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.14",
                "mockery/mockery": "^1.5",
                "pestphp/pest": "^2.0",
                "phpstan/phpstan": "^1.10",
                "phpstan/phpstan-strict-rules": "^1.5",
                "rector/rector": "^0.15",
                "vimeo/psalm": "^5.8",
                "wikimedia/composer-merge-plugin": "^2.0"
            },
            "time": "2024-12-05T17:18:21+00:00",
            "type": "library",
            "extra": {
                "merge-plugin": {
                    "include": [
                        "composer.local.json"
                    ],
                    "recurse": true,
                    "replace": true,
                    "merge-dev": true,
                    "merge-extra": false,
                    "merge-scripts": false,
                    "merge-extra-deep": false,
                    "ignore-duplicates": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PsrDiscovery\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Evan Sims",
                    "email": "hello@evansims.com",
                    "homepage": "https://evansims.com/"
                }
            ],
            "description": "Lightweight library that discovers available PSR-17 HTTP Factory implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.",
            "homepage": "https://github.com/psr-discovery/http-factory-implementations",
            "keywords": [
                "discovery",
                "psr",
                "psr-18"
            ],
            "support": {
                "issues": "https://github.com/psr-discovery/http-factory-implementations/issues",
                "source": "https://github.com/psr-discovery/http-factory-implementations/tree/1.2.0"
            },
            "install-path": "../psr-discovery/http-factory-implementations"
        },
        {
            "name": "psr-discovery/log-implementations",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/psr-discovery/log-implementations.git",
                "reference": "8cc55fcaa6b7481244e491a005263459fdfc6cba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/psr-discovery/log-implementations/zipball/8cc55fcaa6b7481244e491a005263459fdfc6cba",
                "reference": "8cc55fcaa6b7481244e491a005263459fdfc6cba",
                "shasum": ""
            },
            "require": {
                "php": "^8.2",
                "psr-discovery/discovery": "^1.0",
                "psr/log": "^1.0 | ^2.0 | ^3.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.14",
                "mockery/mockery": "^1.5",
                "pestphp/pest": "^2.0",
                "phpstan/phpstan": "^1.10",
                "phpstan/phpstan-strict-rules": "^1.5",
                "rector/rector": "^0.15",
                "vimeo/psalm": "^5.8",
                "wikimedia/composer-merge-plugin": "^2.0"
            },
            "time": "2024-12-05T17:06:04+00:00",
            "type": "library",
            "extra": {
                "merge-plugin": {
                    "include": [
                        "composer.local.json"
                    ],
                    "recurse": true,
                    "replace": true,
                    "merge-dev": true,
                    "merge-extra": false,
                    "merge-scripts": false,
                    "merge-extra-deep": false,
                    "ignore-duplicates": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PsrDiscovery\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Evan Sims",
                    "email": "hello@evansims.com",
                    "homepage": "https://evansims.com/"
                }
            ],
            "description": "Lightweight library that discovers available PSR-3 Log implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.",
            "homepage": "https://github.com/psr-discovery",
            "keywords": [
                "discovery",
                "log",
                "log-implementation",
                "psr",
                "psr-3"
            ],
            "support": {
                "issues": "https://github.com/psr-discovery/log-implementations/issues",
                "source": "https://github.com/psr-discovery/log-implementations/tree/1.1.0"
            },
            "install-path": "../psr-discovery/log-implementations"
        },
        {
            "name": "psr/cache",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2021-02-03T23:26:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "support": {
                "source": "https://github.com/php-fig/cache/tree/3.0.0"
            },
            "install-path": "../psr/cache"
        },
        {
            "name": "psr/container",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "time": "2021-11-05T16:47:00+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https://github.com/php-fig/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
            "support": {
                "issues": "https://github.com/php-fig/container/issues",
                "source": "https://github.com/php-fig/container/tree/2.0.2"
            },
            "install-path": "../psr/container"
        },
        {
            "name": "psr/event-dispatcher",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/event-dispatcher.git",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "time": "2019-01-08T18:20:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\EventDispatcher\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Standard interfaces for event handling.",
            "keywords": [
                "events",
                "psr",
                "psr-14"
            ],
            "support": {
                "issues": "https://github.com/php-fig/event-dispatcher/issues",
                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
            },
            "install-path": "../psr/event-dispatcher"
        },
        {
            "name": "psr/http-client",
            "version": "1.0.3",
            "version_normalized": "1.0.3.0",
            "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"
            },
            "time": "2023-09-23T14:17:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../psr/http-client"
        },
        {
            "name": "psr/http-factory",
            "version": "1.1.0",
            "version_normalized": "1.1.0.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"
            },
            "time": "2024-04-15T12:06:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../psr/http-factory"
        },
        {
            "name": "psr/http-message",
            "version": "2.0",
            "version_normalized": "2.0.0.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"
            },
            "time": "2023-04-04T09:54:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../psr/http-message"
        },
        {
            "name": "psr/log",
            "version": "3.0.2",
            "version_normalized": "3.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2024-09-11T13:17:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/3.0.2"
            },
            "install-path": "../psr/log"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
