{
        "packages": [
                {
                        "name": "guzzlehttp/guzzle",
                        "version": "7.9.2",
                        "version_normalized": "7.9.2.0",
                        "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"
                        },
                        "time": "2024-07-24T11:22:20+00:00",
                        "type": "library",
                        "extra": {
                                "bamarni-bin": {
                                        "bin-links": true,
                                        "forward-command": false
                                }
                        },
                        "installation-source": "dist",
                        "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"
                                }
                        ],
                        "install-path": "../guzzlehttp/guzzle"
                },
                {
                        "name": "guzzlehttp/promises",
                        "version": "2.0.4",
                        "version_normalized": "2.0.4.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/promises.git",
                                "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
                                "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
                                "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"
                        },
                        "time": "2024-10-17T10:06:22+00:00",
                        "type": "library",
                        "extra": {
                                "bamarni-bin": {
                                        "bin-links": true,
                                        "forward-command": false
                                }
                        },
                        "installation-source": "dist",
                        "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.4"
                        },
                        "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"
                                }
                        ],
                        "install-path": "../guzzlehttp/promises"
                },
                {
                        "name": "guzzlehttp/psr7",
                        "version": "2.7.0",
                        "version_normalized": "2.7.0.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"
                        },
                        "time": "2024-07-18T11:15:46+00:00",
                        "type": "library",
                        "extra": {
                                "bamarni-bin": {
                                        "bin-links": true,
                                        "forward-command": false
                                }
                        },
                        "installation-source": "dist",
                        "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"
                                }
                        ],
                        "install-path": "../guzzlehttp/psr7"
                },
                {
                        "name": "mautic/api-library",
                        "version": "3.1.0",
                        "version_normalized": "3.1.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/mautic/api-library.git",
                                "reference": "5b0d9051a3a42eea132fa6da35b712e947804d2c"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/mautic/api-library/zipball/5b0d9051a3a42eea132fa6da35b712e947804d2c",
                                "reference": "5b0d9051a3a42eea132fa6da35b712e947804d2c",
                                "shasum": ""
                        },
                        "require": {
                                "ext-curl": "*",
                                "ext-json": "*",
                                "php": ">=7.2.0",
                                "psr/log": "~1.0 || ~2.0 || ~3.0"
                        },
                        "require-dev": {
                                "brianium/paratest": "^6.2",
                                "friendsofphp/php-cs-fixer": "~2.16.1",
                                "kint-php/kint": "^4.1",
                                "phpunit/phpunit": "~9.5.0"
                        },
                        "time": "2022-05-04T13:59:18+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Mautic\\": "lib/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "description": "Mautic API Connector Library",
                        "support": {
                                "issues": "https://github.com/mautic/api-library/issues",
                                "source": "https://github.com/mautic/api-library/tree/3.1.0"
                        },
                        "install-path": "../mautic/api-library"
                },
                {
                        "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": "1.1.0",
                        "version_normalized": "1.1.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-fig/log.git",
                                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
                                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.0"
                        },
                        "time": "2018-11-20T15:27:04+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.0.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Psr\\Log\\": "Psr/Log/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "PHP-FIG",
                                        "homepage": "http://www.php-fig.org/"
                                }
                        ],
                        "description": "Common interface for logging libraries",
                        "homepage": "https://github.com/php-fig/log",
                        "keywords": [
                                "log",
                                "psr",
                                "psr-3"
                        ],
                        "install-path": "../psr/log"
                },
                {
                        "name": "ralouphie/getallheaders",
                        "version": "3.0.3",
                        "version_normalized": "3.0.3.0",
                        "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"
                        },
                        "time": "2019-03-08T08:55:37+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "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"
                        },
                        "install-path": "../ralouphie/getallheaders"
                },
                {
                        "name": "symfony/deprecation-contracts",
                        "version": "v3.5.1",
                        "version_normalized": "3.5.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/deprecation-contracts.git",
                                "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
                                "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=8.1"
                        },
                        "time": "2024-09-25T14:20:29+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-main": "3.5-dev"
                                },
                                "thanks": {
                                        "name": "symfony/contracts",
                                        "url": "https://github.com/symfony/contracts"
                                }
                        },
                        "installation-source": "dist",
                        "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.1"
                        },
                        "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"
                                }
                        ],
                        "install-path": "../symfony/deprecation-contracts"
                }
        ],
        "dev": true,
        "dev-package-names": []
}
