[
    {
        "name": "guzzlehttp/guzzle",
        "version": "7.8.1",
        "version_normalized": "7.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
            "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
            "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
            "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": "*",
            "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
            "php-http/message-factory": "^1.1",
            "phpunit/phpunit": "^8.5.36 || ^9.6.15",
            "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": "2023-12-03T20:35:24+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.8.1"
        },
        "funding": [
            {
                "url": "https://github.com/GrahamCampbell",
                "type": "github"
            },
            {
                "url": "https://github.com/Nyholm",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "guzzlehttp/promises",
        "version": "2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/promises.git",
            "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
            "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5 || ^8.0"
        },
        "require-dev": {
            "bamarni/composer-bin-plugin": "^1.8.2",
            "phpunit/phpunit": "^8.5.36 || ^9.6.15"
        },
        "time": "2023-12-03T20:19:20+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.2"
        },
        "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"
            }
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "2.6.2",
        "version_normalized": "2.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
            "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
            "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",
            "phpunit/phpunit": "^8.5.36 || ^9.6.15"
        },
        "suggest": {
            "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2023-12-03T20:05:35+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.6.2"
        },
        "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"
            }
        ]
    },
    {
        "name": "mailchimp/transactional",
        "version": "1.0.59",
        "version_normalized": "1.0.59.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mailchimp/mailchimp-transactional-php.git",
            "reference": "1783927027820dc1c624fd04abf5012a57f96feb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mailchimp/mailchimp-transactional-php/zipball/1783927027820dc1c624fd04abf5012a57f96feb",
            "reference": "1783927027820dc1c624fd04abf5012a57f96feb",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "guzzlehttp/guzzle": "^6.4 || ^7.2",
            "php": ">=7.2"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "~2.12",
            "phpunit/phpunit": "^7",
            "squizlabs/php_codesniffer": "~2.6"
        },
        "time": "2024-02-10T01:12:26+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "MailchimpTransactional\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "proprietary"
        ],
        "authors": [
            {
                "name": "Mailchimp",
                "homepage": "https://github.com/mailchimp/mailchimp-transactional-php"
            }
        ],
        "homepage": "http://swagger.io",
        "keywords": [
            "api",
            "php",
            "sdk",
            "swagger"
        ],
        "support": {
            "source": "https://github.com/mailchimp/mailchimp-transactional-php/tree/v1.0.59"
        }
    },
    {
        "name": "phpseclib/phpseclib",
        "version": "2.0.30",
        "version_normalized": "2.0.30.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpseclib/phpseclib.git",
            "reference": "136b9ca7eebef78be14abf90d65c5e57b6bc5d36"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/136b9ca7eebef78be14abf90d65c5e57b6bc5d36",
            "reference": "136b9ca7eebef78be14abf90d65c5e57b6bc5d36",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phing/phing": "~2.7",
            "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "suggest": {
            "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
            "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
            "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
            "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
        },
        "time": "2020-12-17T05:42:04+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "phpseclib/bootstrap.php"
            ],
            "psr-4": {
                "phpseclib\\": "phpseclib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jim Wigginton",
                "email": "terrafrost@php.net",
                "role": "Lead Developer"
            },
            {
                "name": "Patrick Monnerat",
                "email": "pm@datasphere.ch",
                "role": "Developer"
            },
            {
                "name": "Andreas Fischer",
                "email": "bantu@phpbb.com",
                "role": "Developer"
            },
            {
                "name": "Hans-Jürgen Petrich",
                "email": "petrich@tronic-media.com",
                "role": "Developer"
            },
            {
                "name": "Graham Campbell",
                "email": "graham@alt-three.com",
                "role": "Developer"
            }
        ],
        "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
        "homepage": "http://phpseclib.sourceforge.net",
        "keywords": [
            "BigInteger",
            "aes",
            "asn.1",
            "asn1",
            "blowfish",
            "crypto",
            "cryptography",
            "encryption",
            "rsa",
            "security",
            "sftp",
            "signature",
            "signing",
            "ssh",
            "twofish",
            "x.509",
            "x509"
        ],
        "support": {
            "issues": "https://github.com/phpseclib/phpseclib/issues",
            "source": "https://github.com/phpseclib/phpseclib/tree/2.0.30"
        },
        "funding": [
            {
                "url": "https://github.com/terrafrost",
                "type": "github"
            },
            {
                "url": "https://www.patreon.com/phpseclib",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
                "type": "tidelift"
            }
        ]
    },
    {
        "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"
        }
    },
    {
        "name": "psr/http-factory",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-factory.git",
            "reference": "e616d01114759c4c489f93b099585439f795fe35"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
            "reference": "e616d01114759c4c489f93b099585439f795fe35",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0",
            "psr/http-message": "^1.0 || ^2.0"
        },
        "time": "2023-04-10T20:10:41+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": "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/tree/1.0.2"
        }
    },
    {
        "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"
        }
    },
    {
        "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"
        }
    },
    {
        "name": "symfony/deprecation-contracts",
        "version": "v3.4.0",
        "version_normalized": "3.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/deprecation-contracts.git",
            "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
            "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
            "shasum": ""
        },
        "require": {
            "php": ">=8.1"
        },
        "time": "2023-05-23T14:45:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "3.4-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.4.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"
            }
        ]
    }
]
