{
    "packages": [
        {
            "name": "cache/adapter-common",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-cache/adapter-common.git",
                "reference": "6b87c5cbdf03be42437b595dbe5de8e97cd1d497"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-cache/adapter-common/zipball/6b87c5cbdf03be42437b595dbe5de8e97cd1d497",
                "reference": "6b87c5cbdf03be42437b595dbe5de8e97cd1d497",
                "shasum": ""
            },
            "require": {
                "cache/tag-interop": "^1.0",
                "php": "^5.6 || ^7.0 || ^8.0",
                "psr/cache": "^1.0",
                "psr/log": "^1.0",
                "psr/simple-cache": "^1.0"
            },
            "require-dev": {
                "cache/integration-tests": "^0.16",
                "phpunit/phpunit": "^5.7.21"
            },
            "time": "2020-12-14T12:17:39+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Cache\\Adapter\\Common\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Scherer",
                    "email": "aequasi@gmail.com",
                    "homepage": "https://github.com/aequasi"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/nyholm"
                }
            ],
            "description": "Common classes for PSR-6 adapters",
            "homepage": "http://www.php-cache.com/en/latest/",
            "keywords": [
                "cache",
                "psr-6",
                "tag"
            ],
            "support": {
                "source": "https://github.com/php-cache/adapter-common/tree/1.2.0"
            },
            "install-path": "../cache/adapter-common"
        },
        {
            "name": "cache/array-adapter",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-cache/array-adapter.git",
                "reference": "71e72a51b76ed2668642a35690a7df7178f00670"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-cache/array-adapter/zipball/71e72a51b76ed2668642a35690a7df7178f00670",
                "reference": "71e72a51b76ed2668642a35690a7df7178f00670",
                "shasum": ""
            },
            "require": {
                "cache/adapter-common": "^1.0",
                "cache/hierarchical-cache": "^1.0",
                "php": "^5.6 || ^7.0 || ^8.0",
                "psr/cache": "^1.0",
                "psr/simple-cache": "^1.0"
            },
            "provide": {
                "psr/cache-implementation": "^1.0",
                "psr/simple-cache-implementation": "^1.0"
            },
            "require-dev": {
                "cache/integration-tests": "^0.16",
                "phpunit/phpunit": "^5.7.21"
            },
            "time": "2020-12-14T12:17:39+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Cache\\Adapter\\PHPArray\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Scherer",
                    "email": "aequasi@gmail.com",
                    "homepage": "https://github.com/aequasi"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/nyholm"
                }
            ],
            "description": "A PSR-6 cache implementation using a php array. This implementation supports tags",
            "homepage": "http://www.php-cache.com/en/latest/",
            "keywords": [
                "array",
                "cache",
                "psr-6",
                "tag"
            ],
            "support": {
                "source": "https://github.com/php-cache/array-adapter/tree/1.1.0"
            },
            "install-path": "../cache/array-adapter"
        },
        {
            "name": "cache/filesystem-adapter",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-cache/filesystem-adapter.git",
                "reference": "1501ca71502f45114844824209e6a41d87afb221"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-cache/filesystem-adapter/zipball/1501ca71502f45114844824209e6a41d87afb221",
                "reference": "1501ca71502f45114844824209e6a41d87afb221",
                "shasum": ""
            },
            "require": {
                "cache/adapter-common": "^1.0",
                "league/flysystem": "^1.0",
                "php": "^5.6 || ^7.0 || ^8.0",
                "psr/cache": "^1.0",
                "psr/simple-cache": "^1.0"
            },
            "provide": {
                "psr/cache-implementation": "^1.0",
                "psr/simple-cache-implementation": "^1.0"
            },
            "require-dev": {
                "cache/integration-tests": "^0.16",
                "phpunit/phpunit": "^5.7.21"
            },
            "time": "2020-12-14T12:17:39+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Cache\\Adapter\\Filesystem\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Scherer",
                    "email": "aequasi@gmail.com",
                    "homepage": "https://github.com/aequasi"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/nyholm"
                }
            ],
            "description": "A PSR-6 cache implementation using filesystem. This implementation supports tags",
            "homepage": "http://www.php-cache.com/en/latest/",
            "keywords": [
                "cache",
                "filesystem",
                "psr-6",
                "tag"
            ],
            "support": {
                "source": "https://github.com/php-cache/filesystem-adapter/tree/1.1.0"
            },
            "install-path": "../cache/filesystem-adapter"
        },
        {
            "name": "cache/hierarchical-cache",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-cache/hierarchical-cache.git",
                "reference": "ba3746c65461b17154fb855068403670fd7fa2d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-cache/hierarchical-cache/zipball/ba3746c65461b17154fb855068403670fd7fa2d3",
                "reference": "ba3746c65461b17154fb855068403670fd7fa2d3",
                "shasum": ""
            },
            "require": {
                "cache/adapter-common": "^1.0",
                "php": "^5.6 || ^7.0 || ^8.0",
                "psr/cache": "^1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7.21"
            },
            "time": "2020-12-14T12:17:39+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Cache\\Hierarchy\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Scherer",
                    "email": "aequasi@gmail.com",
                    "homepage": "https://github.com/aequasi"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/nyholm"
                }
            ],
            "description": "A helper trait and interface to your PSR-6 cache to support hierarchical keys.",
            "homepage": "http://www.php-cache.com/en/latest/",
            "keywords": [
                "cache",
                "hierarchical",
                "hierarchy",
                "psr-6"
            ],
            "support": {
                "source": "https://github.com/php-cache/hierarchical-cache/tree/1.1.0"
            },
            "install-path": "../cache/hierarchical-cache"
        },
        {
            "name": "cache/tag-interop",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-cache/tag-interop.git",
                "reference": "b062b1d735357da50edf8387f7a8696f3027d328"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-cache/tag-interop/zipball/b062b1d735357da50edf8387f7a8696f3027d328",
                "reference": "b062b1d735357da50edf8387f7a8696f3027d328",
                "shasum": ""
            },
            "require": {
                "php": "^5.5 || ^7.0 || ^8.0",
                "psr/cache": "^1.0 || ^2.0"
            },
            "time": "2021-12-31T10:03:23+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Cache\\TagInterop\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/nyholm"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com",
                    "homepage": "https://github.com/nicolas-grekas"
                }
            ],
            "description": "Framework interoperable interfaces for tags",
            "homepage": "https://www.php-cache.com/en/latest/",
            "keywords": [
                "cache",
                "psr",
                "psr6",
                "tag"
            ],
            "support": {
                "issues": "https://github.com/php-cache/tag-interop/issues",
                "source": "https://github.com/php-cache/tag-interop/tree/1.1.0"
            },
            "install-path": "../cache/tag-interop"
        },
        {
            "name": "comfino/shop-plugins-shared",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "git@github.com:comfino/shop-plugins-shared.git",
                "reference": "9d0680060b63f2514519f8268115c841ddcc466e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/comfino/shop-plugins-shared/zipball/9d0680060b63f2514519f8268115c841ddcc466e",
                "reference": "9d0680060b63f2514519f8268115c841ddcc466e",
                "shasum": ""
            },
            "require": {
                "cache/array-adapter": "1.1.0",
                "cache/filesystem-adapter": "1.1.0",
                "ext-curl": "*",
                "ext-json": "*",
                "ext-zlib": "*",
                "monolog/monolog": "^1.27",
                "php": ">=7.1",
                "psr/http-message": "1.0.1",
                "psr/log": "^1.1",
                "sunrise/http-client-curl": "^1.4",
                "sunrise/http-factory": "^2.0"
            },
            "require-dev": {
                "nyholm/psr7": "^1.6",
                "php-http/mock-client": "^1.6",
                "phpspec/prophecy-phpunit": "^1.1",
                "phpunit/phpunit": "^5.7"
            },
            "time": "2026-02-16T12:48:10+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Comfino\\": "src/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "Comfino\\Tests\\": "tests/"
                }
            },
            "license": [
                "proprietary"
            ],
            "authors": [
                {
                    "name": "Artur Kozubski",
                    "email": "akozubski@comperia.pl",
                    "homepage": "https://comfino.pl/plugins"
                }
            ],
            "description": "Shared library for shop plugins with all dependencies cumulated from ecommerce packages.",
            "homepage": "https://github.com/comfino/shop-plugins-shared",
            "support": {
                "source": "https://github.com/comfino/shop-plugins-shared/tree/master",
                "issues": "https://github.com/comfino/shop-plugins-shared/issues"
            },
            "install-path": "../comfino/shop-plugins-shared"
        },
        {
            "name": "fig/http-message-util",
            "version": "1.1.5",
            "version_normalized": "1.1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message-util.git",
                "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
                "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
                "shasum": ""
            },
            "require": {
                "php": "^5.3 || ^7.0 || ^8.0"
            },
            "suggest": {
                "psr/http-message": "The package containing the PSR-7 interfaces"
            },
            "time": "2020-11-24T22:02:12+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Fig\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "issues": "https://github.com/php-fig/http-message-util/issues",
                "source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
            },
            "install-path": "../fig/http-message-util"
        },
        {
            "name": "league/flysystem",
            "version": "1.0.70",
            "version_normalized": "1.0.70.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/flysystem.git",
                "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/585824702f534f8d3cf7fab7225e8466cc4b7493",
                "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "php": ">=5.5.9"
            },
            "conflict": {
                "league/flysystem-sftp": "<1.0.6"
            },
            "require-dev": {
                "phpspec/phpspec": "^3.4 || ^4.0 || ^5.0 || ^6.0",
                "phpunit/phpunit": "^5.7.26"
            },
            "suggest": {
                "ext-fileinfo": "Required for MimeType",
                "ext-ftp": "Allows you to use FTP server storage",
                "ext-openssl": "Allows you to use FTPS server storage",
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
            },
            "time": "2020-07-26T07:20:36+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Flysystem\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frank de Jonge",
                    "email": "info@frenky.net"
                }
            ],
            "description": "Filesystem abstraction: Many filesystems, one API.",
            "keywords": [
                "Cloud Files",
                "WebDAV",
                "abstraction",
                "aws",
                "cloud",
                "copy.com",
                "dropbox",
                "file systems",
                "files",
                "filesystem",
                "filesystems",
                "ftp",
                "rackspace",
                "remote",
                "s3",
                "sftp",
                "storage"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/flysystem/issues",
                "source": "https://github.com/thephpleague/flysystem/tree/1.0.70"
            },
            "funding": [
                {
                    "url": "https://offset.earth/frankdejonge",
                    "type": "other"
                }
            ],
            "install-path": "../league/flysystem"
        },
        {
            "name": "monolog/monolog",
            "version": "1.27.1",
            "version_normalized": "1.27.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "904713c5929655dc9b97288b69cfeedad610c9a1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/904713c5929655dc9b97288b69cfeedad610c9a1",
                "reference": "904713c5929655dc9b97288b69cfeedad610c9a1",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "psr/log": "~1.0"
            },
            "provide": {
                "psr/log-implementation": "1.0.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
                "doctrine/couchdb": "~1.0@dev",
                "graylog2/gelf-php": "~1.0",
                "php-amqplib/php-amqplib": "~2.4",
                "php-console/php-console": "^3.1.3",
                "phpstan/phpstan": "^0.12.59",
                "phpunit/phpunit": "~4.5",
                "ruflin/elastica": ">=0.90 <3.0",
                "sentry/sentry": "^0.13",
                "swiftmailer/swiftmailer": "^5.3|^6.0"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-mongo": "Allow sending log messages to a MongoDB server",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "php-console/php-console": "Allow sending log messages to Google Chrome",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
                "sentry/sentry": "Allow sending log messages to a Sentry server"
            },
            "time": "2022-06-09T08:53:42+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Monolog\\": "src/Monolog"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "http://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/monolog/issues",
                "source": "https://github.com/Seldaek/monolog/tree/1.27.1"
            },
            "funding": [
                {
                    "url": "https://github.com/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                    "type": "tidelift"
                }
            ],
            "install-path": "../monolog/monolog"
        },
        {
            "name": "psr/cache",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2016-08-06T20:24:11+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "support": {
                "source": "https://github.com/php-fig/cache/tree/master"
            },
            "install-path": "../psr/cache"
        },
        {
            "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": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2016-08-06T14:39:51+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": "http://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/master"
            },
            "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": "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"
            ],
            "support": {
                "source": "https://github.com/php-fig/simple-cache/tree/master"
            },
            "install-path": "../psr/simple-cache"
        },
        {
            "name": "sunrise/http-client-curl",
            "version": "v1.4.6",
            "version_normalized": "1.4.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sunrise-php/http-client-curl.git",
                "reference": "df3fa3f7f9bf9f88fb6afc6ce79866bc51e789f8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sunrise-php/http-client-curl/zipball/df3fa3f7f9bf9f88fb6afc6ce79866bc51e789f8",
                "reference": "df3fa3f7f9bf9f88fb6afc6ce79866bc51e789f8",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": "^7.1|^8.0",
                "psr/http-client": "^1.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0"
            },
            "provide": {
                "php-http/client-implementation": "1.0",
                "psr/http-client-implementation": "1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "7.5.20|9.5.0",
                "sunrise/coding-standard": "1.0.0",
                "sunrise/http-factory": "2.0.0"
            },
            "time": "2022-04-19T19:08:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sunrise\\Http\\Client\\Curl\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Anatoly Fenric",
                    "email": "afenric@gmail.com",
                    "homepage": "https://github.com/fenric"
                },
                {
                    "name": "李昀陞 (Peter)",
                    "email": "peter279k@gmail.com",
                    "homepage": "https://github.com/peter279k"
                }
            ],
            "description": "Simple HTTP cURL client for PHP 7.1+ based on PSR-18",
            "homepage": "https://github.com/sunrise-php/http-client-curl",
            "keywords": [
                "PSR-2",
                "client",
                "curl",
                "fenric",
                "http",
                "php-7",
                "php-8",
                "psr-17",
                "psr-18",
                "psr-7",
                "sunrise"
            ],
            "support": {
                "issues": "https://github.com/sunrise-php/http-client-curl/issues",
                "source": "https://github.com/sunrise-php/http-client-curl/tree/v1.4.6"
            },
            "install-path": "../sunrise/http-client-curl"
        },
        {
            "name": "sunrise/http-factory",
            "version": "v2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sunrise-php/http-factory.git",
                "reference": "c923fcd8ac770f68e5070f06324d50713c6fe681"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sunrise-php/http-factory/zipball/c923fcd8ac770f68e5070f06324d50713c6fe681",
                "reference": "c923fcd8ac770f68e5070f06324d50713c6fe681",
                "shasum": ""
            },
            "require": {
                "php": "^7.1|^8.0",
                "sunrise/http-message": "^2.0",
                "sunrise/http-server-request": "^2.0",
                "sunrise/stream": "^1.2",
                "sunrise/uri": "^1.2"
            },
            "provide": {
                "psr/http-factory-implementation": "1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "7.5.20|9.5.0",
                "sunrise/coding-standard": "1.0.0"
            },
            "time": "2022-12-31T01:52:59+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sunrise\\Http\\Factory\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Anatoly Fenric",
                    "email": "afenric@gmail.com",
                    "homepage": "https://github.com/fenric"
                }
            ],
            "description": "HTTP factory for PHP 7.1+ based on PSR-17",
            "homepage": "https://github.com/sunrise-php/http-factory",
            "keywords": [
                "PHP7",
                "factory",
                "fenric",
                "http",
                "php8",
                "psr-17",
                "psr-7",
                "sunrise"
            ],
            "support": {
                "issues": "https://github.com/sunrise-php/http-factory/issues",
                "source": "https://github.com/sunrise-php/http-factory/tree/v2.0.3"
            },
            "abandoned": "sunrise/http-message",
            "install-path": "../sunrise/http-factory"
        },
        {
            "name": "sunrise/http-header",
            "version": "v2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sunrise-php/http-header.git",
                "reference": "b291196b4f0b041e6f546d1eed91cbcdb1e773b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sunrise-php/http-header/zipball/b291196b4f0b041e6f546d1eed91cbcdb1e773b8",
                "reference": "b291196b4f0b041e6f546d1eed91cbcdb1e773b8",
                "shasum": ""
            },
            "require": {
                "php": "^7.1|^8.0"
            },
            "require-dev": {
                "sunrise/coding-standard": "1.0.0"
            },
            "time": "2022-04-18T23:18:22+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sunrise\\Http\\Header\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Anatoly Fenric",
                    "email": "afenric@gmail.com",
                    "homepage": "https://github.com/fenric"
                }
            ],
            "description": "HTTP header interface",
            "homepage": "https://github.com/sunrise-php/http-header",
            "keywords": [
                "fenric",
                "header",
                "http",
                "sunrise"
            ],
            "support": {
                "issues": "https://github.com/sunrise-php/http-header/issues",
                "source": "https://github.com/sunrise-php/http-header/tree/v2.0.2"
            },
            "abandoned": "sunrise/http-message",
            "install-path": "../sunrise/http-header"
        },
        {
            "name": "sunrise/http-message",
            "version": "v2.1.3",
            "version_normalized": "2.1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sunrise-php/http-message.git",
                "reference": "cd6ebddf984ff2169c30c315a5d87ae88aa930da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sunrise-php/http-message/zipball/cd6ebddf984ff2169c30c315a5d87ae88aa930da",
                "reference": "cd6ebddf984ff2169c30c315a5d87ae88aa930da",
                "shasum": ""
            },
            "require": {
                "fig/http-message-util": "^1.1",
                "php": "^7.1|^8.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0",
                "sunrise/http-header": "^2.0",
                "sunrise/stream": "^1.2",
                "sunrise/uri": "^1.2"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "7.5.20|9.5.0",
                "sunrise/coding-standard": "1.0.0"
            },
            "time": "2022-04-19T19:10:25+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "constants/REASON_PHRASES.php"
                ],
                "psr-4": {
                    "Sunrise\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Anatoly Fenric",
                    "email": "afenric@gmail.com",
                    "homepage": "https://github.com/fenric"
                }
            ],
            "description": "HTTP message wrapper for PHP 7.1+ based on RFC-7230, PSR-7 and PSR-17",
            "homepage": "https://github.com/sunrise-php/http-message",
            "keywords": [
                "fenric",
                "http",
                "message",
                "php-7",
                "php-8",
                "psr-17",
                "psr-7",
                "request",
                "response",
                "rfc-7230",
                "sunrise"
            ],
            "support": {
                "issues": "https://github.com/sunrise-php/http-message/issues",
                "source": "https://github.com/sunrise-php/http-message/tree/v2.1.3"
            },
            "install-path": "../sunrise/http-message"
        },
        {
            "name": "sunrise/http-server-request",
            "version": "v2.2.2",
            "version_normalized": "2.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sunrise-php/http-server-request.git",
                "reference": "431ed2d5b27def62b23196987cd9db654dcda7ce"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sunrise-php/http-server-request/zipball/431ed2d5b27def62b23196987cd9db654dcda7ce",
                "reference": "431ed2d5b27def62b23196987cd9db654dcda7ce",
                "shasum": ""
            },
            "require": {
                "php": "^7.1|^8.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0",
                "sunrise/http-message": "^2.0",
                "sunrise/stream": "^1.2",
                "sunrise/uri": "^1.2"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "7.5.20|9.5.0",
                "sunrise/coding-standard": "1.0.0"
            },
            "time": "2022-12-31T01:57:49+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "constants/UPLOAD_ERRORS.php",
                    "functions/request_body.php",
                    "functions/request_files.php",
                    "functions/request_headers.php",
                    "functions/request_method.php",
                    "functions/request_protocol.php",
                    "functions/request_uri.php"
                ],
                "psr-4": {
                    "Sunrise\\Http\\ServerRequest\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Anatoly Fenric",
                    "email": "afenric@gmail.com",
                    "homepage": "https://github.com/fenric"
                },
                {
                    "name": "李昀陞 (Peter)",
                    "email": "peter279k@gmail.com",
                    "homepage": "https://github.com/peter279k"
                }
            ],
            "description": "HTTP server request wrapper for PHP 7.1+ based on PSR-7 and PSR-17",
            "homepage": "https://github.com/sunrise-php/http-server-request",
            "keywords": [
                "PHP7",
                "fenric",
                "http",
                "php8",
                "psr-17",
                "psr-7",
                "request",
                "server",
                "sunrise"
            ],
            "support": {
                "issues": "https://github.com/sunrise-php/http-server-request/issues",
                "source": "https://github.com/sunrise-php/http-server-request/tree/v2.2.2"
            },
            "abandoned": "sunrise/http-message",
            "install-path": "../sunrise/http-server-request"
        },
        {
            "name": "sunrise/stream",
            "version": "v1.3.4",
            "version_normalized": "1.3.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sunrise-php/stream.git",
                "reference": "d1a4764f51b9b6710c0c216820accba3d43e5644"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sunrise-php/stream/zipball/d1a4764f51b9b6710c0c216820accba3d43e5644",
                "reference": "d1a4764f51b9b6710c0c216820accba3d43e5644",
                "shasum": ""
            },
            "require": {
                "php": "^7.1|^8.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "7.5.20|9.5.0",
                "sunrise/coding-standard": "1.0.0"
            },
            "time": "2022-12-31T02:00:59+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sunrise\\Stream\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Anatoly Fenric",
                    "email": "afenric@gmail.com",
                    "homepage": "https://github.com/fenric"
                },
                {
                    "name": "李昀陞 (Peter)",
                    "email": "peter279k@gmail.com",
                    "homepage": "https://github.com/peter279k"
                }
            ],
            "description": "Stream wrapper for PHP 7.1+ based on PSR-7 and PSR-17",
            "homepage": "https://github.com/sunrise-php/stream",
            "keywords": [
                "PHP7",
                "fenric",
                "http",
                "php8",
                "psr-17",
                "psr-7",
                "stream",
                "sunrise"
            ],
            "support": {
                "issues": "https://github.com/sunrise-php/stream/issues",
                "source": "https://github.com/sunrise-php/stream/tree/v1.3.4"
            },
            "abandoned": "sunrise/http-message",
            "install-path": "../sunrise/stream"
        },
        {
            "name": "sunrise/uri",
            "version": "v1.2.5",
            "version_normalized": "1.2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sunrise-php/uri.git",
                "reference": "cf636bb78bec0888ad0e0645588a1ee2d783adae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sunrise-php/uri/zipball/cf636bb78bec0888ad0e0645588a1ee2d783adae",
                "reference": "cf636bb78bec0888ad0e0645588a1ee2d783adae",
                "shasum": ""
            },
            "require": {
                "php": "^7.1|^8.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "7.5.20|9.5.0",
                "sunrise/coding-standard": "1.0.0"
            },
            "time": "2022-12-31T02:03:56+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sunrise\\Uri\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Anatoly Fenric",
                    "email": "afenric@gmail.com",
                    "homepage": "https://github.com/fenric"
                },
                {
                    "name": "李昀陞 (Peter)",
                    "email": "peter279k@gmail.com",
                    "homepage": "https://github.com/peter279k"
                }
            ],
            "description": "URI wrapper for PHP 7.1+ based on RFC-3986, PSR-7 and PSR-17",
            "homepage": "https://github.com/sunrise-php/uri",
            "keywords": [
                "PHP7",
                "fenric",
                "http",
                "parser",
                "php8",
                "psr-17",
                "psr-7",
                "rfc-3986",
                "sunrise",
                "uri"
            ],
            "support": {
                "issues": "https://github.com/sunrise-php/uri/issues",
                "source": "https://github.com/sunrise-php/uri/tree/v1.2.5"
            },
            "abandoned": "sunrise/http-message",
            "install-path": "../sunrise/uri"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v2.5.4",
            "version_normalized": "2.5.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918",
                "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "2.5-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/v2.5.4"
            },
            "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/options-resolver",
            "version": "v4.4.44",
            "version_normalized": "4.4.44.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/options-resolver.git",
                "reference": "583f56160f716dd435f1cd721fd14b548f4bb510"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/583f56160f716dd435f1cd721fd14b548f4bb510",
                "reference": "583f56160f716dd435f1cd721fd14b548f4bb510",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-php80": "^1.16"
            },
            "time": "2022-07-20T09:59:04+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\OptionsResolver\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides an improved replacement for the array_replace PHP function",
            "homepage": "https://symfony.com",
            "keywords": [
                "config",
                "configuration",
                "options"
            ],
            "support": {
                "source": "https://github.com/symfony/options-resolver/tree/v4.4.44"
            },
            "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/options-resolver"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.30.0",
            "version_normalized": "1.30.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "0424dff1c58f028c451efff2045f5d92410bd540"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540",
                "reference": "0424dff1c58f028c451efff2045f5d92410bd540",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2024-05-31T15:07:36+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\\Ctype\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.30.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-ctype"
        },
        {
            "name": "symfony/polyfill-php73",
            "version": "v1.30.0",
            "version_normalized": "1.30.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php73.git",
                "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/ec444d3f3f6505bb28d11afa41e75faadebc10a1",
                "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2024-05-31T15:07:36+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\\Php73\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "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 backporting some PHP 7.3+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php73/tree/v1.30.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-php73"
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "v1.30.0",
            "version_normalized": "1.30.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "77fa7995ac1b21ab60769b7323d600a991a90433"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433",
                "reference": "77fa7995ac1b21ab60769b7323d600a991a90433",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2024-05-31T15:07:36+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\\Php80\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.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-php80"
        },
        {
            "name": "symfony/yaml",
            "version": "v4.4.45",
            "version_normalized": "4.4.45.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d",
                "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-ctype": "~1.8"
            },
            "conflict": {
                "symfony/console": "<3.4"
            },
            "require-dev": {
                "symfony/console": "^3.4|^4.0|^5.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "time": "2022-08-02T15:47:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Loads and dumps YAML files",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/yaml/tree/v4.4.45"
            },
            "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/yaml"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
