[
    {
        "name": "aws/aws-crt-php",
        "version": "v1.2.2",
        "version_normalized": "1.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/awslabs/aws-crt-php.git",
            "reference": "2f1dc7b7eda080498be96a4a6d683a41583030e9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/2f1dc7b7eda080498be96a4a6d683a41583030e9",
            "reference": "2f1dc7b7eda080498be96a4a6d683a41583030e9",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35||^5.6.3||^9.5",
            "yoast/phpunit-polyfills": "^1.0"
        },
        "suggest": {
            "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
        },
        "time": "2023-07-20T16:49:55+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "AWS SDK Common Runtime Team",
                "email": "aws-sdk-common-runtime@amazon.com"
            }
        ],
        "description": "AWS Common Runtime for PHP",
        "homepage": "https://github.com/awslabs/aws-crt-php",
        "keywords": [
            "amazon",
            "aws",
            "crt",
            "sdk"
        ]
    },
    {
        "name": "aws/aws-sdk-php",
        "version": "3.283.9",
        "version_normalized": "3.283.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/aws/aws-sdk-php.git",
            "reference": "0233b9f3f2155dac35c829ce4fc1b7cdb6ff8c0a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/0233b9f3f2155dac35c829ce4fc1b7cdb6ff8c0a",
            "reference": "0233b9f3f2155dac35c829ce4fc1b7cdb6ff8c0a",
            "shasum": ""
        },
        "require": {
            "aws/aws-crt-php": "^1.0.4",
            "ext-json": "*",
            "ext-pcre": "*",
            "ext-simplexml": "*",
            "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
            "guzzlehttp/promises": "^1.4.0 || ^2.0",
            "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
            "mtdowling/jmespath.php": "^2.6",
            "php": ">=7.2.5",
            "psr/http-message": "^1.0 || ^2.0"
        },
        "require-dev": {
            "andrewsville/php-token-reflection": "^1.4",
            "aws/aws-php-sns-message-validator": "~1.0",
            "behat/behat": "~3.0",
            "composer/composer": "^1.10.22",
            "dms/phpunit-arraysubset-asserts": "^0.4.0",
            "doctrine/cache": "~1.4",
            "ext-dom": "*",
            "ext-openssl": "*",
            "ext-pcntl": "*",
            "ext-sockets": "*",
            "nette/neon": "^2.3",
            "paragonie/random_compat": ">= 2",
            "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
            "psr/cache": "^1.0",
            "psr/simple-cache": "^1.0",
            "sebastian/comparator": "^1.2.3 || ^4.0",
            "yoast/phpunit-polyfills": "^1.0"
        },
        "suggest": {
            "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
            "doctrine/cache": "To use the DoctrineCacheAdapter",
            "ext-curl": "To send requests using cURL",
            "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
            "ext-sockets": "To use client-side monitoring"
        },
        "time": "2023-10-20T20:03:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions.php"
            ],
            "psr-4": {
                "Aws\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Amazon Web Services",
                "homepage": "http://aws.amazon.com"
            }
        ],
        "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
        "homepage": "http://aws.amazon.com/sdkforphp",
        "keywords": [
            "amazon",
            "aws",
            "cloud",
            "dynamodb",
            "ec2",
            "glacier",
            "s3",
            "sdk"
        ]
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "7.8.0",
        "version_normalized": "7.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9",
            "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9",
            "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.1",
            "ext-curl": "*",
            "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
            "php-http/message-factory": "^1.1",
            "phpunit/phpunit": "^8.5.29 || ^9.5.23",
            "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-08-27T10:20:53+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"
        ],
        "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.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/promises.git",
            "reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
            "reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5 || ^8.0"
        },
        "require-dev": {
            "bamarni/composer-bin-plugin": "^1.8.1",
            "phpunit/phpunit": "^8.5.29 || ^9.5.23"
        },
        "time": "2023-08-03T15:11:55+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"
        ],
        "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.1",
        "version_normalized": "2.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
            "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
            "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.1",
            "http-interop/http-factory-tests": "^0.9",
            "phpunit/phpunit": "^8.5.29 || ^9.5.23"
        },
        "suggest": {
            "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2023-08-27T10:13:57+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"
        ],
        "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": "illuminate/collections",
        "version": "v8.83.27",
        "version_normalized": "8.83.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/collections.git",
            "reference": "705a4e1ef93cd492c45b9b3e7911cccc990a07f4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/collections/zipball/705a4e1ef93cd492c45b9b3e7911cccc990a07f4",
            "reference": "705a4e1ef93cd492c45b9b3e7911cccc990a07f4",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "^8.0",
            "illuminate/macroable": "^8.0",
            "php": "^7.3|^8.0"
        },
        "suggest": {
            "symfony/var-dumper": "Required to use the dump method (^5.4)."
        },
        "time": "2022-06-23T15:29:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "helpers.php"
            ],
            "psr-4": {
                "Illuminate\\Support\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "The Illuminate Collections package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/contracts",
        "version": "v8.83.27",
        "version_normalized": "8.83.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/contracts.git",
            "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/contracts/zipball/5e0fd287a1b22a6b346a9f7cd484d8cf0234585d",
            "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d",
            "shasum": ""
        },
        "require": {
            "php": "^7.3|^8.0",
            "psr/container": "^1.0",
            "psr/simple-cache": "^1.0"
        },
        "time": "2022-01-13T14:47:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Contracts\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "The Illuminate Contracts package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "illuminate/macroable",
        "version": "v8.83.27",
        "version_normalized": "8.83.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/illuminate/macroable.git",
            "reference": "aed81891a6e046fdee72edd497f822190f61c162"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/illuminate/macroable/zipball/aed81891a6e046fdee72edd497f822190f61c162",
            "reference": "aed81891a6e046fdee72edd497f822190f61c162",
            "shasum": ""
        },
        "require": {
            "php": "^7.3|^8.0"
        },
        "time": "2021-11-16T13:57:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Illuminate\\Support\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "The Illuminate Macroable package.",
        "homepage": "https://laravel.com"
    },
    {
        "name": "kunalvarma05/dropbox-php-sdk",
        "version": "v0.4.2",
        "version_normalized": "0.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/kunalvarma05/dropbox-php-sdk.git",
            "reference": "446858ae31c8ebf88c51d93761c7f6520de41a21"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/kunalvarma05/dropbox-php-sdk/zipball/446858ae31c8ebf88c51d93761c7f6520de41a21",
            "reference": "446858ae31c8ebf88c51d93761c7f6520de41a21",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "~6.0|~7.0",
            "illuminate/collections": "^8.0|^9.0|^10.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0"
        },
        "time": "2023-03-02T04:58:28+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Kunnu\\Dropbox\\": "src/Dropbox"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kunal Varma",
                "email": "kunalvarma05@gmail.com"
            }
        ],
        "description": "Dropbox PHP API V2 SDK (Unofficial)",
        "keywords": [
            "api",
            "client",
            "dropbox",
            "php",
            "sdk",
            "unofficial"
        ]
    },
    {
        "name": "mtdowling/jmespath.php",
        "version": "2.7.0",
        "version_normalized": "2.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jmespath/jmespath.php.git",
            "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b",
            "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5 || ^8.0",
            "symfony/polyfill-mbstring": "^1.17"
        },
        "require-dev": {
            "composer/xdebug-handler": "^3.0.3",
            "phpunit/phpunit": "^8.5.33"
        },
        "time": "2023-08-25T10:54:48+00:00",
        "bin": [
            "bin/jp.php"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/JmesPath.php"
            ],
            "psr-4": {
                "JmesPath\\": "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"
            }
        ],
        "description": "Declaratively specify how to extract elements from a JSON document",
        "keywords": [
            "json",
            "jsonpath"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
            "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
            "shasum": ""
        },
        "require": {
            "php": ">=7.4.0"
        },
        "time": "2021-11-05T16:50:12+00:00",
        "type": "library",
        "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"
        ]
    },
    {
        "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"
        ]
    },
    {
        "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"
        ]
    },
    {
        "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"
        ]
    },
    {
        "name": "psr/simple-cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/simple-cache.git",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-10-23T01:57:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\SimpleCache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for simple caching",
        "keywords": [
            "cache",
            "caching",
            "psr",
            "psr-16",
            "simple-cache"
        ]
    },
    {
        "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."
    },
    {
        "name": "symfony/deprecation-contracts",
        "version": "v2.5.2",
        "version_normalized": "2.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/deprecation-contracts.git",
            "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
            "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "time": "2022-01-02T09:53:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "2.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",
        "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"
            }
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.28.0",
        "version_normalized": "1.28.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "42292d99c55abe617799667f454222c54c60e229"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
            "reference": "42292d99c55abe617799667f454222c54c60e229",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "provide": {
            "ext-mbstring": "*"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2023-07-28T09:04:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.28-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "bootstrap.php"
            ],
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ],
        "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"
            }
        ]
    }
]
