{
        "packages": [
                {
                        "name": "aws/aws-crt-php",
                        "version": "v1.2.7",
                        "version_normalized": "1.2.7.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/awslabs/aws-crt-php.git",
                                "reference": "d71d9906c7bb63a28295447ba12e74723bd3730e"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/d71d9906c7bb63a28295447ba12e74723bd3730e",
                                "reference": "d71d9906c7bb63a28295447ba12e74723bd3730e",
                                "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": "2024-10-18T22:15:13+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"
                        ],
                        "support": {
                                "issues": "https://github.com/awslabs/aws-crt-php/issues",
                                "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.7"
                        },
                        "install-path": "../aws/aws-crt-php"
                },
                {
                        "name": "aws/aws-sdk-php",
                        "version": "3.347.1",
                        "version_normalized": "3.347.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/aws/aws-sdk-php.git",
                                "reference": "ca91caa1d93223f03905e245a268759258ca41a6"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/ca91caa1d93223f03905e245a268759258ca41a6",
                                "reference": "ca91caa1d93223f03905e245a268759258ca41a6",
                                "shasum": ""
                        },
                        "require": {
                                "aws/aws-crt-php": "^1.2.3",
                                "ext-json": "*",
                                "ext-pcre": "*",
                                "ext-simplexml": "*",
                                "guzzlehttp/guzzle": "^7.4.5",
                                "guzzlehttp/promises": "^2.0",
                                "guzzlehttp/psr7": "^2.4.5",
                                "mtdowling/jmespath.php": "^2.8.0",
                                "php": ">=8.1",
                                "psr/http-message": "^2.0"
                        },
                        "require-dev": {
                                "andrewsville/php-token-reflection": "^1.4",
                                "aws/aws-php-sns-message-validator": "~1.0",
                                "behat/behat": "~3.0",
                                "composer/composer": "^2.7.8",
                                "dms/phpunit-arraysubset-asserts": "^0.4.0",
                                "doctrine/cache": "~1.4",
                                "ext-dom": "*",
                                "ext-openssl": "*",
                                "ext-pcntl": "*",
                                "ext-sockets": "*",
                                "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
                                "psr/cache": "^2.0 || ^3.0",
                                "psr/simple-cache": "^2.0 || ^3.0",
                                "sebastian/comparator": "^1.2.3 || ^4.0 || ^5.0",
                                "symfony/filesystem": "^v6.4.0 || ^v7.1.0",
                                "yoast/phpunit-polyfills": "^2.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": "2025-06-24T18:14:42+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "3.0-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "src/functions.php"
                                ],
                                "psr-4": {
                                        "Aws\\": "src/"
                                },
                                "exclude-from-classmap": [
                                        "src/data/"
                                ]
                        },
                        "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"
                        ],
                        "support": {
                                "forum": "https://github.com/aws/aws-sdk-php/discussions",
                                "issues": "https://github.com/aws/aws-sdk-php/issues",
                                "source": "https://github.com/aws/aws-sdk-php/tree/3.347.1"
                        },
                        "install-path": "../aws/aws-sdk-php"
                },
                {
                        "name": "guzzlehttp/guzzle",
                        "version": "7.9.3",
                        "version_normalized": "7.9.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/guzzle.git",
                                "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
                                "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
                                "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": "2025-03-27T13:37:11+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.3"
                        },
                        "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.2.0",
                        "version_normalized": "2.2.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/promises.git",
                                "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/promises/zipball/7c69f28996b0a6920945dd20b3857e499d9ca96c",
                                "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c",
                                "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": "2025-03-27T13:27:01+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.2.0"
                        },
                        "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.1",
                        "version_normalized": "2.7.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/psr7.git",
                                "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/psr7/zipball/c2270caaabe631b3b44c85f99e5a04bbb8060d16",
                                "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16",
                                "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": "2025-03-27T12:30:47+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.1"
                        },
                        "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": "katzgrau/klogger",
                        "version": "1.2.2",
                        "version_normalized": "1.2.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/katzgrau/KLogger.git",
                                "reference": "36481c69db9305169a2ceadead25c2acaabd567c"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/katzgrau/KLogger/zipball/36481c69db9305169a2ceadead25c2acaabd567c",
                                "reference": "36481c69db9305169a2ceadead25c2acaabd567c",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3",
                                "psr/log": "^1.0.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^6.0.0"
                        },
                        "time": "2022-07-29T20:41:14+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Katzgrau\\KLogger\\": "src/"
                                },
                                "classmap": [
                                        "src/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Kenny Katzgrau",
                                        "email": "katzgrau@gmail.com"
                                },
                                {
                                        "name": "Dan Horrigan",
                                        "email": "dan@dhorrigan.com"
                                }
                        ],
                        "description": "A Simple Logging Class",
                        "keywords": [
                                "logging"
                        ],
                        "support": {
                                "issues": "https://github.com/katzgrau/KLogger/issues",
                                "source": "https://github.com/katzgrau/KLogger/tree/1.2.2"
                        },
                        "install-path": "../katzgrau/klogger"
                },
                {
                        "name": "league/flysystem",
                        "version": "3.30.0",
                        "version_normalized": "3.30.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/thephpleague/flysystem.git",
                                "reference": "2203e3151755d874bb2943649dae1eb8533ac93e"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/2203e3151755d874bb2943649dae1eb8533ac93e",
                                "reference": "2203e3151755d874bb2943649dae1eb8533ac93e",
                                "shasum": ""
                        },
                        "require": {
                                "league/flysystem-local": "^3.0.0",
                                "league/mime-type-detection": "^1.0.0",
                                "php": "^8.0.2"
                        },
                        "conflict": {
                                "async-aws/core": "<1.19.0",
                                "async-aws/s3": "<1.14.0",
                                "aws/aws-sdk-php": "3.209.31 || 3.210.0",
                                "guzzlehttp/guzzle": "<7.0",
                                "guzzlehttp/ringphp": "<1.1.1",
                                "phpseclib/phpseclib": "3.0.15",
                                "symfony/http-client": "<5.2"
                        },
                        "require-dev": {
                                "async-aws/s3": "^1.5 || ^2.0",
                                "async-aws/simple-s3": "^1.1 || ^2.0",
                                "aws/aws-sdk-php": "^3.295.10",
                                "composer/semver": "^3.0",
                                "ext-fileinfo": "*",
                                "ext-ftp": "*",
                                "ext-mongodb": "^1.3|^2",
                                "ext-zip": "*",
                                "friendsofphp/php-cs-fixer": "^3.5",
                                "google/cloud-storage": "^1.23",
                                "guzzlehttp/psr7": "^2.6",
                                "microsoft/azure-storage-blob": "^1.1",
                                "mongodb/mongodb": "^1.2|^2",
                                "phpseclib/phpseclib": "^3.0.36",
                                "phpstan/phpstan": "^1.10",
                                "phpunit/phpunit": "^9.5.11|^10.0",
                                "sabre/dav": "^4.6.0"
                        },
                        "time": "2025-06-25T13:29:59+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "League\\Flysystem\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Frank de Jonge",
                                        "email": "info@frankdejonge.nl"
                                }
                        ],
                        "description": "File storage abstraction for PHP",
                        "keywords": [
                                "WebDAV",
                                "aws",
                                "cloud",
                                "file",
                                "files",
                                "filesystem",
                                "filesystems",
                                "ftp",
                                "s3",
                                "sftp",
                                "storage"
                        ],
                        "support": {
                                "issues": "https://github.com/thephpleague/flysystem/issues",
                                "source": "https://github.com/thephpleague/flysystem/tree/3.30.0"
                        },
                        "install-path": "../league/flysystem"
                },
                {
                        "name": "league/flysystem-aws-s3-v3",
                        "version": "3.29.0",
                        "version_normalized": "3.29.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
                                "reference": "c6ff6d4606e48249b63f269eba7fabdb584e76a9"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/c6ff6d4606e48249b63f269eba7fabdb584e76a9",
                                "reference": "c6ff6d4606e48249b63f269eba7fabdb584e76a9",
                                "shasum": ""
                        },
                        "require": {
                                "aws/aws-sdk-php": "^3.295.10",
                                "league/flysystem": "^3.10.0",
                                "league/mime-type-detection": "^1.0.0",
                                "php": "^8.0.2"
                        },
                        "conflict": {
                                "guzzlehttp/guzzle": "<7.0",
                                "guzzlehttp/ringphp": "<1.1.1"
                        },
                        "time": "2024-08-17T13:10:48+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "League\\Flysystem\\AwsS3V3\\": ""
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Frank de Jonge",
                                        "email": "info@frankdejonge.nl"
                                }
                        ],
                        "description": "AWS S3 filesystem adapter for Flysystem.",
                        "keywords": [
                                "Flysystem",
                                "aws",
                                "file",
                                "files",
                                "filesystem",
                                "s3",
                                "storage"
                        ],
                        "support": {
                                "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.29.0"
                        },
                        "install-path": "../league/flysystem-aws-s3-v3"
                },
                {
                        "name": "league/flysystem-local",
                        "version": "3.30.0",
                        "version_normalized": "3.30.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/thephpleague/flysystem-local.git",
                                "reference": "6691915f77c7fb69adfb87dcd550052dc184ee10"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/6691915f77c7fb69adfb87dcd550052dc184ee10",
                                "reference": "6691915f77c7fb69adfb87dcd550052dc184ee10",
                                "shasum": ""
                        },
                        "require": {
                                "ext-fileinfo": "*",
                                "league/flysystem": "^3.0.0",
                                "league/mime-type-detection": "^1.0.0",
                                "php": "^8.0.2"
                        },
                        "time": "2025-05-21T10:34:19+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "League\\Flysystem\\Local\\": ""
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Frank de Jonge",
                                        "email": "info@frankdejonge.nl"
                                }
                        ],
                        "description": "Local filesystem adapter for Flysystem.",
                        "keywords": [
                                "Flysystem",
                                "file",
                                "files",
                                "filesystem",
                                "local"
                        ],
                        "support": {
                                "source": "https://github.com/thephpleague/flysystem-local/tree/3.30.0"
                        },
                        "install-path": "../league/flysystem-local"
                },
                {
                        "name": "league/mime-type-detection",
                        "version": "1.16.0",
                        "version_normalized": "1.16.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/thephpleague/mime-type-detection.git",
                                "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
                                "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
                                "shasum": ""
                        },
                        "require": {
                                "ext-fileinfo": "*",
                                "php": "^7.4 || ^8.0"
                        },
                        "require-dev": {
                                "friendsofphp/php-cs-fixer": "^3.2",
                                "phpstan/phpstan": "^0.12.68",
                                "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
                        },
                        "time": "2024-09-21T08:32:55+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "League\\MimeTypeDetection\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Frank de Jonge",
                                        "email": "info@frankdejonge.nl"
                                }
                        ],
                        "description": "Mime-type detection for Flysystem",
                        "support": {
                                "issues": "https://github.com/thephpleague/mime-type-detection/issues",
                                "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/frankdejonge",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../league/mime-type-detection"
                },
                {
                        "name": "mtdowling/jmespath.php",
                        "version": "2.8.0",
                        "version_normalized": "2.8.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/jmespath/jmespath.php.git",
                                "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
                                "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
                                "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": "2024-09-04T18:46:31+00:00",
                        "bin": [
                                "bin/jp.php"
                        ],
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "2.8-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"
                        ],
                        "support": {
                                "issues": "https://github.com/jmespath/jmespath.php/issues",
                                "source": "https://github.com/jmespath/jmespath.php/tree/2.8.0"
                        },
                        "install-path": "../mtdowling/jmespath.php"
                },
                {
                        "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.4",
                        "version_normalized": "1.1.4.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-fig/log.git",
                                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.0"
                        },
                        "time": "2021-05-03T11:20:27+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.1.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": "https://www.php-fig.org/"
                                }
                        ],
                        "description": "Common interface for logging libraries",
                        "homepage": "https://github.com/php-fig/log",
                        "keywords": [
                                "log",
                                "psr",
                                "psr-3"
                        ],
                        "support": {
                                "source": "https://github.com/php-fig/log/tree/1.1.4"
                        },
                        "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.",
                        "install-path": "../ralouphie/getallheaders"
                },
                {
                        "name": "symfony/deprecation-contracts",
                        "version": "v3.6.0",
                        "version_normalized": "3.6.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/deprecation-contracts.git",
                                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
                                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=8.1"
                        },
                        "time": "2024-09-25T14:21:43+00:00",
                        "type": "library",
                        "extra": {
                                "thanks": {
                                        "url": "https://github.com/symfony/contracts",
                                        "name": "symfony/contracts"
                                },
                                "branch-alias": {
                                        "dev-main": "3.6-dev"
                                }
                        },
                        "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.6.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"
                                }
                        ],
                        "install-path": "../symfony/deprecation-contracts"
                },
                {
                        "name": "symfony/polyfill-mbstring",
                        "version": "v1.32.0",
                        "version_normalized": "1.32.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-mbstring.git",
                                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
                                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
                                "shasum": ""
                        },
                        "require": {
                                "ext-iconv": "*",
                                "php": ">=7.2"
                        },
                        "provide": {
                                "ext-mbstring": "*"
                        },
                        "suggest": {
                                "ext-mbstring": "For best performance"
                        },
                        "time": "2024-12-23T08:48:59+00:00",
                        "type": "library",
                        "extra": {
                                "thanks": {
                                        "url": "https://github.com/symfony/polyfill",
                                        "name": "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"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.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"
                                }
                        ],
                        "install-path": "../symfony/polyfill-mbstring"
                }
        ],
        "dev": true,
        "dev-package-names": []
}
