{
    "packages": [
        {
            "name": "amphp/amp",
            "version": "v2.6.2",
            "version_normalized": "2.6.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/amp/zipball/9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
                "reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2022-02-20T17:52:18+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/functions.php",
                    "lib/Internal/functions.php"
                ],
                "psr-4": {
                    "Amp\\": "lib"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@php.net"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Bob Weinand",
                    "email": "bobwei9@hotmail.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "A non-blocking concurrency framework for PHP applications.",
            "homepage": "https://amphp.org/amp",
            "keywords": [
                "async",
                "asynchronous",
                "awaitable",
                "concurrency",
                "event",
                "event-loop",
                "future",
                "non-blocking",
                "promise"
            ],
            "install-path": "../amphp/amp"
        },
        {
            "name": "amphp/byte-stream",
            "version": "v1.8.1",
            "version_normalized": "1.8.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd",
                "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^2",
                "php": ">=7.1"
            },
            "time": "2021-03-30T17:13:30+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/functions.php"
                ],
                "psr-4": {
                    "Amp\\ByteStream\\": "lib"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "A stream abstraction to make working with non-blocking I/O simple.",
            "homepage": "http://amphp.org/byte-stream",
            "keywords": [
                "amp",
                "amphp",
                "async",
                "io",
                "non-blocking",
                "stream"
            ],
            "install-path": "../amphp/byte-stream"
        },
        {
            "name": "amphp/cache",
            "version": "v1.5.0",
            "version_normalized": "1.5.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/cache/zipball/2b6b5dbb70e54cc914df9952ba7c012bc4cbcd28",
                "reference": "2b6b5dbb70e54cc914df9952ba7c012bc4cbcd28",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^2",
                "amphp/serialization": "^1",
                "amphp/sync": "^1.2",
                "php": ">=7.1"
            },
            "conflict": {
                "amphp/file": "<0.2 || >=3"
            },
            "time": "2021-06-29T17:12:43+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Amp\\Cache\\": "lib"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@php.net"
                }
            ],
            "description": "A promise-aware caching API for Amp.",
            "homepage": "https://github.com/amphp/cache",
            "install-path": "../amphp/cache"
        },
        {
            "name": "amphp/dns",
            "version": "v1.2.3",
            "version_normalized": "1.2.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/dns/zipball/852292532294d7972c729a96b49756d781f7c59d",
                "reference": "852292532294d7972c729a96b49756d781f7c59d",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^2",
                "amphp/byte-stream": "^1.1",
                "amphp/cache": "^1.2",
                "amphp/parser": "^1",
                "amphp/windows-registry": "^0.3",
                "daverandom/libdns": "^2.0.1",
                "ext-filter": "*",
                "ext-json": "*",
                "php": ">=7.0"
            },
            "time": "2020-07-21T19:04:57+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/functions.php"
                ],
                "psr-4": {
                    "Amp\\Dns\\": "lib"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Wright",
                    "email": "addr@daverandom.com"
                },
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@php.net"
                },
                {
                    "name": "Bob Weinand",
                    "email": "bobwei9@hotmail.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                }
            ],
            "description": "Async DNS resolution for Amp.",
            "homepage": "https://github.com/amphp/dns",
            "keywords": [
                "amp",
                "amphp",
                "async",
                "client",
                "dns",
                "resolve"
            ],
            "install-path": "../amphp/dns"
        },
        {
            "name": "amphp/hpack",
            "version": "v3.1.1",
            "version_normalized": "3.1.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/hpack/zipball/cf4f1663e9fd58f60258c06177098655ca6377a5",
                "reference": "cf4f1663e9fd58f60258c06177098655ca6377a5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2021-06-11T20:03:34+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Amp\\Http\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@php.net"
                },
                {
                    "name": "Bob Weinand"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                }
            ],
            "description": "HTTP/2 HPack implementation.",
            "homepage": "https://github.com/amphp/hpack",
            "keywords": [
                "headers",
                "hpack",
                "http-2"
            ],
            "install-path": "../amphp/hpack"
        },
        {
            "name": "amphp/http",
            "version": "v1.7.1",
            "version_normalized": "1.7.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/http/zipball/0d729b09fbace00dd1fd35ae8d4d45eb25f39d96",
                "reference": "0d729b09fbace00dd1fd35ae8d4d45eb25f39d96",
                "shasum": ""
            },
            "require": {
                "amphp/hpack": "^3",
                "php": ">=7.1"
            },
            "time": "2023-02-08T00:29:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Amp\\Http\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Basic HTTP primitives which can be shared by servers and clients.",
            "install-path": "../amphp/http"
        },
        {
            "name": "amphp/http-client",
            "version": "v4.6.2",
            "version_normalized": "4.6.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/http-client/zipball/453f84f623e409889168351e60246f5feddc1b3c",
                "reference": "453f84f623e409889168351e60246f5feddc1b3c",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^2.4",
                "amphp/byte-stream": "^1.6",
                "amphp/hpack": "^3",
                "amphp/http": "^1.6",
                "amphp/socket": "^1",
                "amphp/sync": "^1.3",
                "league/uri": "^6",
                "php": ">=7.2",
                "psr/http-message": "^1"
            },
            "conflict": {
                "amphp/file": "<0.2 || >=3"
            },
            "suggest": {
                "amphp/file": "Required for file request bodies and HTTP archive logging",
                "ext-json": "Required for logging HTTP archives",
                "ext-zlib": "Allows using compression for response bodies."
            },
            "time": "2021-10-09T14:11:46+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/Internal/functions.php"
                ],
                "psr-4": {
                    "Amp\\Http\\Client\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@gmail.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                }
            ],
            "description": "Asynchronous concurrent HTTP/2 and HTTP/1.1 client built on the Amp concurrency framework",
            "homepage": "https://github.com/amphp/http-client",
            "keywords": [
                "async",
                "client",
                "concurrent",
                "http",
                "non-blocking",
                "rest"
            ],
            "install-path": "../amphp/http-client"
        },
        {
            "name": "amphp/parallel",
            "version": "v1.4.3",
            "version_normalized": "1.4.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/parallel/zipball/3aac213ba7858566fd83d38ccb85b91b2d652cb0",
                "reference": "3aac213ba7858566fd83d38ccb85b91b2d652cb0",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^2",
                "amphp/byte-stream": "^1.6.1",
                "amphp/parser": "^1",
                "amphp/process": "^1",
                "amphp/serialization": "^1",
                "amphp/sync": "^1.0.1",
                "php": ">=7.1"
            },
            "time": "2023-03-23T08:04:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/Context/functions.php",
                    "lib/Sync/functions.php",
                    "lib/Worker/functions.php"
                ],
                "psr-4": {
                    "Amp\\Parallel\\": "lib"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Stephen Coakley",
                    "email": "me@stephencoakley.com"
                }
            ],
            "description": "Parallel processing component for Amp.",
            "homepage": "https://github.com/amphp/parallel",
            "keywords": [
                "async",
                "asynchronous",
                "concurrent",
                "multi-processing",
                "multi-threading"
            ],
            "install-path": "../amphp/parallel"
        },
        {
            "name": "amphp/parser",
            "version": "v1.1.0",
            "version_normalized": "1.1.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/parser/zipball/ff1de4144726c5dad5fab97f66692ebe8de3e151",
                "reference": "ff1de4144726c5dad5fab97f66692ebe8de3e151",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "time": "2022-12-30T18:08:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Amp\\Parser\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "A generator parser to make streaming parsers simple.",
            "homepage": "https://github.com/amphp/parser",
            "keywords": [
                "async",
                "non-blocking",
                "parser",
                "stream"
            ],
            "install-path": "../amphp/parser"
        },
        {
            "name": "amphp/process",
            "version": "v1.1.4",
            "version_normalized": "1.1.4.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/process/zipball/76e9495fd6818b43a20167cb11d8a67f7744ee0f",
                "reference": "76e9495fd6818b43a20167cb11d8a67f7744ee0f",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^2",
                "amphp/byte-stream": "^1.4",
                "php": ">=7"
            },
            "time": "2022-07-06T23:50:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/functions.php"
                ],
                "psr-4": {
                    "Amp\\Process\\": "lib"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bob Weinand",
                    "email": "bobwei9@hotmail.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Asynchronous process manager.",
            "homepage": "https://github.com/amphp/process",
            "install-path": "../amphp/process"
        },
        {
            "name": "amphp/serialization",
            "version": "v1.0.0",
            "version_normalized": "1.0.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/serialization/zipball/693e77b2fb0b266c3c7d622317f881de44ae94a1",
                "reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2020-03-25T21:39:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Amp\\Serialization\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Serialization tools for IPC and data storage in PHP.",
            "homepage": "https://github.com/amphp/serialization",
            "keywords": [
                "async",
                "asynchronous",
                "serialization",
                "serialize"
            ],
            "install-path": "../amphp/serialization"
        },
        {
            "name": "amphp/socket",
            "version": "v1.2.0",
            "version_normalized": "1.2.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/socket/zipball/a8af9f5d0a66c5fe9567da45a51509e592788fe6",
                "reference": "a8af9f5d0a66c5fe9567da45a51509e592788fe6",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^2",
                "amphp/byte-stream": "^1.6",
                "amphp/dns": "^1 || ^0.9",
                "ext-openssl": "*",
                "kelunik/certificate": "^1.1",
                "league/uri-parser": "^1.4",
                "php": ">=7.1"
            },
            "time": "2021-07-09T18:18:48+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php",
                    "src/Internal/functions.php"
                ],
                "psr-4": {
                    "Amp\\Socket\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@gmail.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Async socket connection / server tools for Amp.",
            "homepage": "https://github.com/amphp/socket",
            "keywords": [
                "amp",
                "async",
                "encryption",
                "non-blocking",
                "sockets",
                "tcp",
                "tls"
            ],
            "install-path": "../amphp/socket"
        },
        {
            "name": "amphp/sync",
            "version": "v1.4.2",
            "version_normalized": "1.4.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/sync/zipball/85ab06764f4f36d63b1356b466df6111cf4b89cf",
                "reference": "85ab06764f4f36d63b1356b466df6111cf4b89cf",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^2.2",
                "php": ">=7.1"
            },
            "time": "2021-10-25T18:29:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php",
                    "src/ConcurrentIterator/functions.php"
                ],
                "psr-4": {
                    "Amp\\Sync\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Stephen Coakley",
                    "email": "me@stephencoakley.com"
                }
            ],
            "description": "Mutex, Semaphore, and other synchronization tools for Amp.",
            "homepage": "https://github.com/amphp/sync",
            "keywords": [
                "async",
                "asynchronous",
                "mutex",
                "semaphore",
                "synchronization"
            ],
            "install-path": "../amphp/sync"
        },
        {
            "name": "amphp/windows-registry",
            "version": "v0.3.3",
            "version_normalized": "0.3.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/windows-registry/zipball/0f56438b9197e224325e88f305346f0221df1f71",
                "reference": "0f56438b9197e224325e88f305346f0221df1f71",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^2",
                "amphp/byte-stream": "^1.4",
                "amphp/process": "^1"
            },
            "time": "2020-07-10T16:13:29+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Amp\\WindowsRegistry\\": "lib"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Windows Registry Reader.",
            "install-path": "../amphp/windows-registry"
        },
        {
            "name": "aws/aws-crt-php",
            "version": "v1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/awslabs/aws-crt-php.git",
                "reference": "1926277fc71d253dfa820271ac5987bdb193ccf5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/1926277fc71d253dfa820271ac5987bdb193ccf5",
                "reference": "1926277fc71d253dfa820271ac5987bdb193ccf5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35||^5.6.3||^9.5",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "suggest": {
                "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
            },
            "time": "2023-03-24T20:22:19+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.1"
            },
            "install-path": "../aws/aws-crt-php"
        },
        {
            "name": "aws/aws-sdk-php",
            "version": "3.271.8",
            "version_normalized": "3.271.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/aws/aws-sdk-php.git",
                "reference": "46250f9947768c102052a6650a0a09405e77ee0a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/46250f9947768c102052a6650a0a09405e77ee0a",
                "reference": "46250f9947768c102052a6650a0a09405e77ee0a",
                "shasum": ""
            },
            "require": {
                "aws/aws-crt-php": "^1.0.4",
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-simplexml": "*",
                "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
                "guzzlehttp/promises": "^1.4.0",
                "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
                "mtdowling/jmespath.php": "^2.6",
                "php": ">=5.5",
                "psr/http-message": "^1.0"
            },
            "require-dev": {
                "andrewsville/php-token-reflection": "^1.4",
                "aws/aws-php-sns-message-validator": "~1.0",
                "behat/behat": "~3.0",
                "composer/composer": "^1.10.22",
                "dms/phpunit-arraysubset-asserts": "^0.4.0",
                "doctrine/cache": "~1.4",
                "ext-dom": "*",
                "ext-openssl": "*",
                "ext-pcntl": "*",
                "ext-sockets": "*",
                "nette/neon": "^2.3",
                "paragonie/random_compat": ">= 2",
                "phpunit/phpunit": "^4.8.35 || ^5.6.3 || ^9.5",
                "psr/cache": "^1.0",
                "psr/simple-cache": "^1.0",
                "sebastian/comparator": "^1.2.3 || ^4.0",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "suggest": {
                "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
                "doctrine/cache": "To use the DoctrineCacheAdapter",
                "ext-curl": "To send requests using cURL",
                "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
                "ext-sockets": "To use client-side monitoring"
            },
            "time": "2023-06-05T18:20:21+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Aws\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Amazon Web Services",
                    "homepage": "http://aws.amazon.com"
                }
            ],
            "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
            "homepage": "http://aws.amazon.com/sdkforphp",
            "keywords": [
                "amazon",
                "aws",
                "cloud",
                "dynamodb",
                "ec2",
                "glacier",
                "s3",
                "sdk"
            ],
            "support": {
                "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
                "issues": "https://github.com/aws/aws-sdk-php/issues",
                "source": "https://github.com/aws/aws-sdk-php/tree/3.271.8"
            },
            "install-path": "../aws/aws-sdk-php"
        },
        {
            "name": "cakephp/core",
            "version": "3.9.4",
            "version_normalized": "3.9.4.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cakephp/core/zipball/4b45635d6be8a98be175fea9c9f575de29d515b3",
                "reference": "4b45635d6be8a98be175fea9c9f575de29d515b3",
                "shasum": ""
            },
            "require": {
                "cakephp/utility": "^3.6.0",
                "php": ">=5.6.0"
            },
            "suggest": {
                "cakephp/cache": "To use Configure::store() and restore().",
                "cakephp/event": "To use PluginApplicationInterface or plugin applications."
            },
            "time": "2020-10-21T21:21:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Cake\\Core\\": "."
                },
                "files": [
                    "functions.php"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "CakePHP Community",
                    "homepage": "https://github.com/cakephp/core/graphs/contributors"
                }
            ],
            "description": "CakePHP Framework Core classes",
            "homepage": "https://cakephp.org",
            "keywords": [
                "cakephp",
                "core",
                "framework"
            ],
            "install-path": "../cakephp/core"
        },
        {
            "name": "cakephp/utility",
            "version": "3.9.4",
            "version_normalized": "3.9.4.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cakephp/utility/zipball/e655b399b7492e517caef52fb87af9db10543112",
                "reference": "e655b399b7492e517caef52fb87af9db10543112",
                "shasum": ""
            },
            "require": {
                "cakephp/core": "^3.6.0",
                "php": ">=5.6.0"
            },
            "suggest": {
                "ext-intl": "To use Text::transliterate() or Text::slug()",
                "lib-ICU": "To use Text::transliterate() or Text::slug()"
            },
            "time": "2020-08-18T13:55:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Cake\\Utility\\": "."
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "CakePHP Community",
                    "homepage": "https://github.com/cakephp/utility/graphs/contributors"
                }
            ],
            "description": "CakePHP Utility classes such as Inflector, String, Hash, and Security",
            "homepage": "https://cakephp.org",
            "keywords": [
                "cakephp",
                "hash",
                "inflector",
                "security",
                "string",
                "utility"
            ],
            "install-path": "../cakephp/utility"
        },
        {
            "name": "cebe/markdown",
            "version": "1.2.1",
            "version_normalized": "1.2.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cebe/markdown/zipball/9bac5e971dd391e2802dca5400bbeacbaea9eb86",
                "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86",
                "shasum": ""
            },
            "require": {
                "lib-pcre": "*",
                "php": ">=5.4.0"
            },
            "time": "2018-03-26T11:24:36+00:00",
            "bin": [
                "bin/markdown"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "cebe\\markdown\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Carsten Brandt",
                    "email": "mail@cebe.cc",
                    "homepage": "http://cebe.cc/",
                    "role": "Creator"
                }
            ],
            "description": "A super fast, highly extensible markdown parser for PHP",
            "homepage": "https://github.com/cebe/markdown#readme",
            "keywords": [
                "extensible",
                "fast",
                "gfm",
                "markdown",
                "markdown-extra"
            ],
            "install-path": "../cebe/markdown"
        },
        {
            "name": "commerceguys/addressing",
            "version": "v1.4.2",
            "version_normalized": "1.4.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/commerceguys/addressing/zipball/406c7b5f0fbe4f6a64155c0fe03b1adb34d01308",
                "reference": "406c7b5f0fbe4f6a64155c0fe03b1adb34d01308",
                "shasum": ""
            },
            "require": {
                "doctrine/collections": "^1.2 || ^2.0",
                "php": ">=7.3"
            },
            "suggest": {
                "symfony/validator": "to validate addresses"
            },
            "time": "2023-02-15T10:11:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "CommerceGuys\\Addressing\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bojan Zivanovic"
                },
                {
                    "name": "Damien Tournoud"
                }
            ],
            "description": "Addressing library powered by CLDR and Google's address data.",
            "keywords": [
                "address",
                "internationalization",
                "localization",
                "postal"
            ],
            "install-path": "../commerceguys/addressing"
        },
        {
            "name": "composer/ca-bundle",
            "version": "1.3.6",
            "version_normalized": "1.3.6.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/90d087e988ff194065333d16bc5cf649872d9cdb",
                "reference": "90d087e988ff194065333d16bc5cf649872d9cdb",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "ext-pcre": "*",
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "time": "2023-06-06T12:02:59+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\CaBundle\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
            "keywords": [
                "cabundle",
                "cacert",
                "certificate",
                "ssl",
                "tls"
            ],
            "install-path": "./ca-bundle"
        },
        {
            "name": "composer/composer",
            "version": "2.2.19",
            "version_normalized": "2.2.19.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/composer/zipball/30ff21a9af9a10845436abaeeb0bb7276e996d24",
                "reference": "30ff21a9af9a10845436abaeeb0bb7276e996d24",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.0",
                "composer/metadata-minifier": "^1.0",
                "composer/pcre": "^1.0",
                "composer/semver": "^3.0",
                "composer/spdx-licenses": "^1.2",
                "composer/xdebug-handler": "^2.0 || ^3.0",
                "justinrainbow/json-schema": "^5.2.11",
                "php": "^5.3.2 || ^7.0 || ^8.0",
                "psr/log": "^1.0 || ^2.0",
                "react/promise": "^1.2 || ^2.7",
                "seld/jsonlint": "^1.4",
                "seld/phar-utils": "^1.0",
                "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
                "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
                "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
                "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
            },
            "suggest": {
                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
                "ext-zip": "Enabling the zip extension allows you to unzip archives",
                "ext-zlib": "Allow gzip compression of HTTP requests"
            },
            "time": "2023-02-04T13:54:48+00:00",
            "bin": [
                "bin/composer"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.2-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\": "src/Composer"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "https://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https://seld.be"
                }
            ],
            "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
            "homepage": "https://getcomposer.org/",
            "keywords": [
                "autoload",
                "dependency",
                "package"
            ],
            "install-path": "./composer"
        },
        {
            "name": "composer/metadata-minifier",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
                "reference": "c549d23829536f0d0e984aaabbf02af91f443207",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "time": "2021-04-07T13:37:33+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\MetadataMinifier\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Small utility library that handles metadata minification and expansion.",
            "keywords": [
                "composer",
                "compression"
            ],
            "install-path": "./metadata-minifier"
        },
        {
            "name": "composer/pcre",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/pcre/zipball/67a32d7d6f9f560b726ab25a061b38ff3a80c560",
                "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "time": "2022-01-21T20:24:37+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\Pcre\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
            "keywords": [
                "PCRE",
                "preg",
                "regex",
                "regular expression"
            ],
            "install-path": "./pcre"
        },
        {
            "name": "composer/semver",
            "version": "3.3.2",
            "version_normalized": "3.3.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
                "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "time": "2022-04-01T19:23:25+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\Semver\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
            "keywords": [
                "semantic",
                "semver",
                "validation",
                "versioning"
            ],
            "install-path": "./semver"
        },
        {
            "name": "composer/spdx-licenses",
            "version": "1.5.7",
            "version_normalized": "1.5.7.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/c848241796da2abf65837d51dce1fae55a960149",
                "reference": "c848241796da2abf65837d51dce1fae55a960149",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "time": "2022-05-23T07:37:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\Spdx\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "SPDX licenses list and validation library.",
            "keywords": [
                "license",
                "spdx",
                "validator"
            ],
            "install-path": "./spdx-licenses"
        },
        {
            "name": "composer/xdebug-handler",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
                "reference": "ced299686f41dce890debac69273b47ffe98a40c",
                "shasum": ""
            },
            "require": {
                "composer/pcre": "^1 || ^2 || ^3",
                "php": "^7.2.5 || ^8.0",
                "psr/log": "^1 || ^2 || ^3"
            },
            "time": "2022-02-25T21:32:43+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\XdebugHandler\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "John Stevenson",
                    "email": "john-stevenson@blueyonder.co.uk"
                }
            ],
            "description": "Restarts a process without Xdebug.",
            "keywords": [
                "Xdebug",
                "performance"
            ],
            "install-path": "./xdebug-handler"
        },
        {
            "name": "craftcms/cms",
            "version": "4.4.15",
            "version_normalized": "4.4.15.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/craftcms/cms/zipball/273dfd3dadbb404f69ffd6d7f93451497bbd811c",
                "reference": "273dfd3dadbb404f69ffd6d7f93451497bbd811c",
                "shasum": ""
            },
            "require": {
                "commerceguys/addressing": "^1.2",
                "composer/composer": "2.2.19",
                "craftcms/plugin-installer": "~1.6.0",
                "craftcms/server-check": "~2.1.2",
                "creocoder/yii2-nested-sets": "~0.9.0",
                "elvanto/litemoji": "^4.3.0",
                "enshrined/svg-sanitize": "~0.16.0",
                "ext-bcmath": "*",
                "ext-curl": "*",
                "ext-dom": "*",
                "ext-intl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "ext-pcre": "*",
                "ext-pdo": "*",
                "ext-zip": "*",
                "guzzlehttp/guzzle": "^7.2.0",
                "illuminate/collections": "^9.1.0",
                "mikehaertl/php-shellcommand": "^1.6.3",
                "moneyphp/money": "^4.0",
                "monolog/monolog": "^2.3",
                "php": "^8.0.2",
                "pixelandtonic/imagine": "~1.3.3.1",
                "samdark/yii2-psr-log-target": "^1.1.3",
                "seld/cli-prompt": "^1.0.4",
                "symfony/http-client": "^6.0.3",
                "symfony/var-dumper": "^5.0|^6.0",
                "symfony/yaml": "^5.2.3",
                "theiconic/name-parser": "^1.2",
                "twig/twig": "~3.4.3",
                "voku/stringy": "^6.4.0",
                "webonyx/graphql-php": "~14.11.5",
                "yiisoft/yii2": "~2.0.47.0",
                "yiisoft/yii2-debug": "~2.1.22.0",
                "yiisoft/yii2-queue": "~2.3.2",
                "yiisoft/yii2-symfonymailer": "^2.0.0"
            },
            "conflict": {
                "webonyx/graphql-php": "14.11.7"
            },
            "provide": {
                "bower-asset/inputmask": "~3.2.2|~3.3.5",
                "bower-asset/jquery": "3.5.*@stable|3.4.*@stable|3.3.*@stable|3.2.*@stable|3.1.*@stable|2.2.*@stable|2.1.*@stable|1.11.*@stable|1.12.*@stable",
                "bower-asset/punycode": "1.3.*",
                "bower-asset/yii2-pjax": "~2.0.1",
                "yii2tech/ar-softdelete": "1.0.4"
            },
            "suggest": {
                "ext-exif": "Adds support for parsing image EXIF data.",
                "ext-iconv": "Adds support for more character encodings than PHP’s built-in mb_convert_encoding() function, which Craft will take advantage of when converting strings to UTF-8.",
                "ext-imagick": "Adds support for more image processing formats and options."
            },
            "time": "2023-07-03T17:32:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "craft\\": "src/",
                    "yii2tech\\ar\\softdelete\\": "lib/ar-softdelete/src/"
                }
            },
            "license": [
                "proprietary"
            ],
            "authors": [
                {
                    "name": "Pixel & Tonic",
                    "homepage": "https://pixelandtonic.com/"
                }
            ],
            "description": "Craft CMS",
            "homepage": "https://craftcms.com",
            "keywords": [
                "cms",
                "craftcms",
                "yii2"
            ],
            "support": {
                "email": "support@craftcms.com",
                "issues": "https://github.com/craftcms/cms/issues?state=open",
                "forum": "https://craftcms.stackexchange.com/",
                "source": "https://github.com/craftcms/cms",
                "docs": "https://craftcms.com/docs/4.x/",
                "rss": "https://github.com/craftcms/cms/releases.atom"
            },
            "install-path": "../craftcms/cms"
        },
        {
            "name": "craftcms/feed-me",
            "version": "5.1.4",
            "version_normalized": "5.1.4.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/craftcms/feed-me/zipball/e452704c87e6f9d0b1d3d410788c6e095fe5321e",
                "reference": "e452704c87e6f9d0b1d3d410788c6e095fe5321e",
                "shasum": ""
            },
            "require": {
                "cakephp/utility": "^3.3.12",
                "craftcms/cms": "^4.0.0-RC2",
                "jakeasmith/http_build_url": "^1.0",
                "league/csv": "^8.2 || ^9.0",
                "nesbot/carbon": "^1.22 || ^2.10",
                "php": "^8.0.2",
                "seld/jsonlint": "^1.7"
            },
            "time": "2023-06-16T00:05:11+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Feed Me",
                "handle": "feed-me",
                "documentationUrl": "https://docs.craftcms.com/feed-me/v4/"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "craft\\feedme\\": "src/"
                }
            },
            "license": [
                "proprietary"
            ],
            "authors": [
                {
                    "name": "Pixel & Tonic",
                    "homepage": "https://pixelandtonic.com/"
                },
                {
                    "name": "Verbb",
                    "homepage": "https://verbb.io"
                }
            ],
            "description": "Import content from XML, RSS, CSV or JSON feeds into entries, categories, Craft Commerce products, and more.",
            "keywords": [
                "cms",
                "craft",
                "craftcms",
                "feed me"
            ],
            "support": {
                "email": "support@craftcms.com",
                "issues": "https://github.com/craftcms/feed-me/issues?state=open",
                "source": "https://github.com/craftcms/feed-me",
                "docs": "https://docs.craftcms.com/feed-me/v4/",
                "rss": "https://github.com/craftcms/feed-me/commits/master.atom"
            },
            "install-path": "../craftcms/feed-me"
        },
        {
            "name": "craftcms/flysystem",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/craftcms/flysystem.git",
                "reference": "57a6fbdb3eec31151101216d50f7a37a5b6d68f2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/craftcms/flysystem/zipball/57a6fbdb3eec31151101216d50f7a37a5b6d68f2",
                "reference": "57a6fbdb3eec31151101216d50f7a37a5b6d68f2",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^4.0.0-alpha.1",
                "league/flysystem": "^3.0.0",
                "php": "^8.0.2"
            },
            "require-dev": {
                "craftcms/ecs": "dev-main",
                "craftcms/phpstan": "dev-main",
                "craftcms/rector": "dev-main"
            },
            "time": "2022-05-03T21:28:40+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "craft\\flysystem\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Pixel & Tonic",
                    "homepage": "https://pixelandtonic.com/"
                }
            ],
            "description": "Base Flysystem implementation for Craft CMS",
            "keywords": [
                "Flysystem",
                "craftcms",
                "yii2"
            ],
            "support": {
                "docs": "https://github.com/craftcms/flysystem",
                "email": "support@craftcms.com",
                "issues": "https://github.com/craftcms/flysystem/issues?state=open",
                "rss": "https://github.com/craftcms/flysystem/commits/master.atom",
                "source": "https://github.com/craftcms/flysystem"
            },
            "install-path": "../craftcms/flysystem"
        },
        {
            "name": "craftcms/html-field",
            "version": "2.0.7",
            "version_normalized": "2.0.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/craftcms/html-field.git",
                "reference": "7ecccab102b4e86abb5526411e96594f430f2bb5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/craftcms/html-field/zipball/7ecccab102b4e86abb5526411e96594f430f2bb5",
                "reference": "7ecccab102b4e86abb5526411e96594f430f2bb5",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^4.0.0-alpha.1",
                "php": "^8.0.2"
            },
            "require-dev": {
                "craftcms/ecs": "dev-main",
                "craftcms/phpstan": "dev-main",
                "craftcms/rector": "dev-main"
            },
            "time": "2023-04-21T16:52:18+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "craft\\htmlfield\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Pixel & Tonic",
                    "homepage": "https://pixelandtonic.com/"
                }
            ],
            "description": "Base class for Craft CMS field types with HTML values.",
            "support": {
                "docs": "https://github.com/craftcms/html-field/blob/main/README.md",
                "email": "support@craftcms.com",
                "issues": "https://github.com/craftcms/html-field/issues?state=open",
                "rss": "https://github.com/craftcms/html-field/commits/main.atom",
                "source": "https://github.com/craftcms/html-field"
            },
            "install-path": "../craftcms/html-field"
        },
        {
            "name": "craftcms/plugin-installer",
            "version": "1.6.0",
            "version_normalized": "1.6.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/craftcms/plugin-installer/zipball/bd1650e8da6d5ca7a8527068d3e51c34bc7b6b4f",
                "reference": "bd1650e8da6d5ca7a8527068d3e51c34bc7b6b4f",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": ">=5.4"
            },
            "time": "2023-02-22T13:17:00+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "craft\\composer\\Plugin"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "craft\\composer\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "description": "Craft CMS Plugin Installer",
            "homepage": "https://craftcms.com/",
            "keywords": [
                "cms",
                "composer",
                "craftcms",
                "installer",
                "plugin"
            ],
            "install-path": "../craftcms/plugin-installer"
        },
        {
            "name": "craftcms/redactor",
            "version": "3.0.4",
            "version_normalized": "3.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/craftcms/redactor.git",
                "reference": "3e71faf0f129025d8814207e496870ce6deeef01"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/craftcms/redactor/zipball/3e71faf0f129025d8814207e496870ce6deeef01",
                "reference": "3e71faf0f129025d8814207e496870ce6deeef01",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^4.0.0-alpha.1",
                "craftcms/html-field": "^2.0.0",
                "php": "^8.0.2"
            },
            "require-dev": {
                "craftcms/ecs": "dev-main",
                "craftcms/phpstan": "dev-main",
                "craftcms/rector": "dev-main"
            },
            "time": "2023-03-16T23:00:48+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Redactor",
                "handle": "redactor",
                "documentationUrl": "https://github.com/craftcms/redactor/blob/v2/README.md"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "craft\\redactor\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Pixel & Tonic",
                    "homepage": "https://pixelandtonic.com/"
                }
            ],
            "description": "Edit rich text content in Craft CMS using Redactor by Imperavi.",
            "keywords": [
                "Redactor",
                "cms",
                "craftcms",
                "html",
                "yii2"
            ],
            "support": {
                "docs": "https://github.com/craftcms/redactor/blob/v2/README.md",
                "email": "support@craftcms.com",
                "issues": "https://github.com/craftcms/redactor/issues?state=open",
                "rss": "https://github.com/craftcms/redactor/commits/v2.atom",
                "source": "https://github.com/craftcms/redactor"
            },
            "install-path": "../craftcms/redactor"
        },
        {
            "name": "craftcms/server-check",
            "version": "2.1.5",
            "version_normalized": "2.1.5.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/craftcms/server-check/zipball/a099ba05adf6424298aa5177ca17084e616a5690",
                "reference": "a099ba05adf6424298aa5177ca17084e616a5690",
                "shasum": ""
            },
            "time": "2023-05-26T20:43:59+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "server/requirements"
                ]
            },
            "license": [
                "MIT"
            ],
            "description": "Craft CMS Server Check",
            "homepage": "https://craftcms.com/",
            "keywords": [
                "cms",
                "craftcms",
                "requirements",
                "yii2"
            ],
            "install-path": "../craftcms/server-check"
        },
        {
            "name": "creocoder/yii2-nested-sets",
            "version": "0.9.0",
            "version_normalized": "0.9.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/creocoder/yii2-nested-sets/zipball/cb8635a459b6246e5a144f096b992dcc30cf9954",
                "reference": "cb8635a459b6246e5a144f096b992dcc30cf9954",
                "shasum": ""
            },
            "require": {
                "yiisoft/yii2": "*"
            },
            "time": "2015-01-27T10:53:51+00:00",
            "type": "yii2-extension",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "creocoder\\nestedsets\\": "src"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Alexander Kochetov",
                    "email": "creocoder@gmail.com"
                }
            ],
            "description": "The nested sets behavior for the Yii framework",
            "keywords": [
                "nested sets",
                "yii2"
            ],
            "install-path": "../creocoder/yii2-nested-sets"
        },
        {
            "name": "cypresslab/gitelephant",
            "version": "v4.5.0",
            "version_normalized": "4.5.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/matteosister/GitElephant/zipball/6f396bdb41fa0b2e5e414e16188f6eb107021947",
                "reference": "6f396bdb41fa0b2e5e414e16188f6eb107021947",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0",
                "phpcollection/phpcollection": "~0.4|~0.5",
                "symfony/filesystem": ">=3.4",
                "symfony/finder": ">=3.4",
                "symfony/process": ">=3.4"
            },
            "time": "2022-10-08T12:56:52+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "GitElephant": "src/"
                }
            },
            "license": [
                "LGPL-3.0+"
            ],
            "authors": [
                {
                    "name": "Matteo Giachino",
                    "email": "matteog@gmail.com"
                }
            ],
            "description": "An abstraction layer for git written in PHP",
            "homepage": "http://gitelephant.cypresslab.net/",
            "keywords": [
                "git"
            ],
            "install-path": "../cypresslab/gitelephant"
        },
        {
            "name": "davechild/textstatistics",
            "version": "1.0.3",
            "version_normalized": "1.0.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/DaveChild/Text-Statistics/zipball/e83d5f82726db80e662ae305fce3b3c41299b4f5",
                "reference": "e83d5f82726db80e662ae305fce3b3c41299b4f5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "suggest": {
                "ext-bcmath": "More accurate floating point calculations.",
                "ext-mbstring": "Handle multi-byte text properly."
            },
            "time": "2018-08-21T08:17:10+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "DaveChild\\TextStatistics": "src"
                }
            },
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Dave Child",
                    "email": "dave@addedbytes.com",
                    "homepage": "https://www.addedbytes.com/",
                    "role": "Developer"
                }
            ],
            "description": "PHP package to measure the readability of text according to various algorithms.",
            "homepage": "https://github.com/DaveChild/Text-Statistics",
            "install-path": "../davechild/textstatistics"
        },
        {
            "name": "daverandom/libdns",
            "version": "v2.0.3",
            "version_normalized": "2.0.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/DaveRandom/LibDNS/zipball/42c2d700d1178c9f9e78664793463f7f1aea248c",
                "reference": "42c2d700d1178c9f9e78664793463f7f1aea248c",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "php": ">=7.0"
            },
            "suggest": {
                "ext-intl": "Required for IDN support"
            },
            "time": "2022-09-20T18:15:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "LibDNS\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "description": "DNS protocol implementation written in pure PHP",
            "keywords": [
                "dns"
            ],
            "install-path": "../daverandom/libdns"
        },
        {
            "name": "defuse/php-encryption",
            "version": "v2.4.0",
            "version_normalized": "2.4.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/defuse/php-encryption/zipball/f53396c2d34225064647a05ca76c1da9d99e5828",
                "reference": "f53396c2d34225064647a05ca76c1da9d99e5828",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "paragonie/random_compat": ">= 2",
                "php": ">=5.6.0"
            },
            "time": "2023-06-19T06:10:36+00:00",
            "bin": [
                "bin/generate-defuse-key"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Defuse\\Crypto\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Hornby",
                    "email": "taylor@defuse.ca",
                    "homepage": "https://defuse.ca/"
                },
                {
                    "name": "Scott Arciszewski",
                    "email": "info@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "Secure PHP Encryption Library",
            "keywords": [
                "aes",
                "authenticated encryption",
                "cipher",
                "crypto",
                "cryptography",
                "encrypt",
                "encryption",
                "openssl",
                "security",
                "symmetric key cryptography"
            ],
            "install-path": "../defuse/php-encryption"
        },
        {
            "name": "doctrine/collections",
            "version": "1.8.0",
            "version_normalized": "1.8.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
                "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
                "shasum": ""
            },
            "require": {
                "doctrine/deprecations": "^0.5.3 || ^1",
                "php": "^7.1.3 || ^8.0"
            },
            "time": "2022-09-01T20:12:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
            "homepage": "https://www.doctrine-project.org/projects/collections.html",
            "keywords": [
                "array",
                "collections",
                "iterators",
                "php"
            ],
            "install-path": "../doctrine/collections"
        },
        {
            "name": "doctrine/deprecations",
            "version": "v1.1.1",
            "version_normalized": "1.1.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3",
                "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "suggest": {
                "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
            },
            "time": "2023-06-03T09:27:29+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
                }
            },
            "license": [
                "MIT"
            ],
            "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
            "homepage": "https://www.doctrine-project.org/",
            "install-path": "../doctrine/deprecations"
        },
        {
            "name": "doctrine/lexer",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
                "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
                "shasum": ""
            },
            "require": {
                "doctrine/deprecations": "^1.0",
                "php": "^7.1 || ^8.0"
            },
            "time": "2022-12-14T08:49:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Lexer\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
            "keywords": [
                "annotations",
                "docblock",
                "lexer",
                "parser",
                "php"
            ],
            "install-path": "../doctrine/lexer"
        },
        {
            "name": "egulias/email-validator",
            "version": "3.2.6",
            "version_normalized": "3.2.6.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7",
                "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "^1.2|^2",
                "php": ">=7.2",
                "symfony/polyfill-intl-idn": "^1.15"
            },
            "suggest": {
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
            },
            "time": "2023-06-01T07:04:22+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Egulias\\EmailValidator\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Eduardo Gulias Davis"
                }
            ],
            "description": "A library for validating emails against several RFCs",
            "homepage": "https://github.com/egulias/EmailValidator",
            "keywords": [
                "email",
                "emailvalidation",
                "emailvalidator",
                "validation",
                "validator"
            ],
            "install-path": "../egulias/email-validator"
        },
        {
            "name": "elvanto/litemoji",
            "version": "4.3.0",
            "version_normalized": "4.3.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/elvanto/litemoji/zipball/f13cf10686f7110a3b17d09de03050d0708840b8",
                "reference": "f13cf10686f7110a3b17d09de03050d0708840b8",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=7.3"
            },
            "time": "2022-10-28T02:32:19+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "LitEmoji\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "description": "A PHP library simplifying the conversion of unicode, HTML and shortcode emoji.",
            "keywords": [
                "emoji",
                "php-emoji"
            ],
            "install-path": "../elvanto/litemoji"
        },
        {
            "name": "enshrined/svg-sanitize",
            "version": "0.16.0",
            "version_normalized": "0.16.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/239e257605e2141265b429e40987b2ee51bba4b4",
                "reference": "239e257605e2141265b429e40987b2ee51bba4b4",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "ezyang/htmlpurifier": "^4.16",
                "php": "^5.6 || ^7.0 || ^8.0"
            },
            "time": "2023-03-20T10:51:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "enshrined\\svgSanitize\\": "src"
                }
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Daryll Doyle",
                    "email": "daryll@enshrined.co.uk"
                }
            ],
            "description": "An SVG sanitizer for PHP",
            "install-path": "../enshrined/svg-sanitize"
        },
        {
            "name": "ezyang/htmlpurifier",
            "version": "v4.16.0",
            "version_normalized": "4.16.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
                "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
                "shasum": ""
            },
            "require": {
                "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "suggest": {
                "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
                "ext-bcmath": "Used for unit conversion and imagecrash protection",
                "ext-iconv": "Converts text to and from non-UTF-8 encodings",
                "ext-tidy": "Used for pretty-printing HTML"
            },
            "time": "2022-09-18T07:06:19+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "library/HTMLPurifier.composer.php"
                ],
                "psr-0": {
                    "HTMLPurifier": "library/"
                },
                "exclude-from-classmap": [
                    "/library/HTMLPurifier/Language/"
                ]
            },
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Edward Z. Yang",
                    "email": "admin@htmlpurifier.org",
                    "homepage": "http://ezyang.com"
                }
            ],
            "description": "Standards compliant HTML filter written in PHP",
            "homepage": "http://htmlpurifier.org/",
            "keywords": [
                "html"
            ],
            "install-path": "../ezyang/htmlpurifier"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "7.7.0",
            "version_normalized": "7.7.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/fb7566caccf22d74d1ab270de3551f72a58399f5",
                "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^1.5.3 || ^2.0",
                "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
                "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"
            },
            "suggest": {
                "ext-curl": "Required for CURL handler support",
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
                "psr/log": "Required for using the Log middleware"
            },
            "time": "2023-05-21T14:04:53+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                }
            },
            "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"
            ],
            "install-path": "../guzzlehttp/guzzle"
        },
        {
            "name": "guzzlehttp/promises",
            "version": "1.5.3",
            "version_normalized": "1.5.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
                "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "time": "2023-05-21T12:31:43+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\Promise\\": "src/"
                }
            },
            "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"
            ],
            "install-path": "../guzzlehttp/promises"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "2.5.0",
            "version_normalized": "2.5.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/b635f279edd83fc275f822a1188157ffea568ff6",
                "reference": "b635f279edd83fc275f822a1188157ffea568ff6",
                "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"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2023-04-17T16:11:26+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                }
            },
            "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"
            ],
            "install-path": "../guzzlehttp/psr7"
        },
        {
            "name": "hashids/hashids",
            "version": "4.1.0",
            "version_normalized": "4.1.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vinkla/hashids/zipball/8cab111f78e0bd9c76953b082919fc9e251761be",
                "reference": "8cab111f78e0bd9c76953b082919fc9e251761be",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^7.2 || ^8.0"
            },
            "suggest": {
                "ext-bcmath": "Required to use BC Math arbitrary precision mathematics (*).",
                "ext-gmp": "Required to use GNU multiple precision mathematics (*)."
            },
            "time": "2020-11-26T19:24:33+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Hashids\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ivan Akimov",
                    "email": "ivan@barreleye.com"
                },
                {
                    "name": "Vincent Klaiber",
                    "email": "hello@doubledip.se"
                }
            ],
            "description": "Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers",
            "homepage": "https://hashids.org/php",
            "keywords": [
                "bitly",
                "decode",
                "encode",
                "hash",
                "hashid",
                "hashids",
                "ids",
                "obfuscate",
                "youtube"
            ],
            "install-path": "../hashids/hashids"
        },
        {
            "name": "illuminate/collections",
            "version": "v9.52.10",
            "version_normalized": "9.52.10.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/collections/zipball/d3710b0b244bfc62c288c1a87eaa62dd28352d1f",
                "reference": "d3710b0b244bfc62c288c1a87eaa62dd28352d1f",
                "shasum": ""
            },
            "require": {
                "illuminate/conditionable": "^9.0",
                "illuminate/contracts": "^9.0",
                "illuminate/macroable": "^9.0",
                "php": "^8.0.2"
            },
            "suggest": {
                "symfony/var-dumper": "Required to use the dump method (^6.0)."
            },
            "time": "2023-06-11T21:17:10+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "9.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "helpers.php"
                ],
                "psr-4": {
                    "Illuminate\\Support\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Collections package.",
            "homepage": "https://laravel.com",
            "install-path": "../illuminate/collections"
        },
        {
            "name": "illuminate/conditionable",
            "version": "v9.52.10",
            "version_normalized": "9.52.10.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/conditionable/zipball/bea24daa0fa84b7e7b0d5b84f62c71b7e2dc3364",
                "reference": "bea24daa0fa84b7e7b0d5b84f62c71b7e2dc3364",
                "shasum": ""
            },
            "require": {
                "php": "^8.0.2"
            },
            "time": "2023-02-01T21:42:32+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "9.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Illuminate\\Support\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Conditionable package.",
            "homepage": "https://laravel.com",
            "install-path": "../illuminate/conditionable"
        },
        {
            "name": "illuminate/contracts",
            "version": "v9.52.10",
            "version_normalized": "9.52.10.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/44f65d723b13823baa02ff69751a5948bde60c22",
                "reference": "44f65d723b13823baa02ff69751a5948bde60c22",
                "shasum": ""
            },
            "require": {
                "php": "^8.0.2",
                "psr/container": "^1.1.1|^2.0.1",
                "psr/simple-cache": "^1.0|^2.0|^3.0"
            },
            "time": "2023-02-08T14:36:30+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "9.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Illuminate\\Contracts\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Contracts package.",
            "homepage": "https://laravel.com",
            "install-path": "../illuminate/contracts"
        },
        {
            "name": "illuminate/macroable",
            "version": "v9.52.10",
            "version_normalized": "9.52.10.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/macroable/zipball/e3bfaf6401742a9c6abca61b9b10e998e5b6449a",
                "reference": "e3bfaf6401742a9c6abca61b9b10e998e5b6449a",
                "shasum": ""
            },
            "require": {
                "php": "^8.0.2"
            },
            "time": "2022-08-09T13:29:29+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "9.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Illuminate\\Support\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Macroable package.",
            "homepage": "https://laravel.com",
            "install-path": "../illuminate/macroable"
        },
        {
            "name": "imgix/imgix-php",
            "version": "3.3.1",
            "version_normalized": "3.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/imgix/imgix-php.git",
                "reference": "ddb7e427b601bc3534f108180c81292d5b29bc39"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/imgix/imgix-php/zipball/ddb7e427b601bc3534f108180c81292d5b29bc39",
                "reference": "ddb7e427b601bc3534f108180c81292d5b29bc39",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "time": "2021-03-25T15:10:34+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Imgix\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "description": "A PHP client library for generating URLs with imgix.",
            "keywords": [
                "imgix"
            ],
            "support": {
                "issues": "https://github.com/imgix/imgix-php/issues",
                "source": "https://github.com/imgix/imgix-php/tree/3.3.1"
            },
            "install-path": "../imgix/imgix-php"
        },
        {
            "name": "jakeasmith/http_build_url",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/93c273e77cb1edead0cf8bcf8cd2003428e74e37",
                "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37",
                "shasum": ""
            },
            "time": "2017-05-01T15:36:40+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/http_build_url.php"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jake A. Smith",
                    "email": "theman@jakeasmith.com"
                }
            ],
            "description": "Provides functionality for http_build_url() to environments without pecl_http.",
            "install-path": "../jakeasmith/http_build_url"
        },
        {
            "name": "justinrainbow/json-schema",
            "version": "5.2.12",
            "version_normalized": "5.2.12.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
                "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "time": "2022-04-13T08:02:27+00:00",
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "JsonSchema\\": "src/JsonSchema/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bruno Prieto Reis",
                    "email": "bruno.p.reis@gmail.com"
                },
                {
                    "name": "Justin Rainbow",
                    "email": "justin.rainbow@gmail.com"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                },
                {
                    "name": "Robert Schönthal",
                    "email": "seroscho@googlemail.com"
                }
            ],
            "description": "A library to validate a json schema.",
            "homepage": "https://github.com/justinrainbow/json-schema",
            "keywords": [
                "json",
                "schema"
            ],
            "install-path": "../justinrainbow/json-schema"
        },
        {
            "name": "kelunik/certificate",
            "version": "v1.1.3",
            "version_normalized": "1.1.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kelunik/certificate/zipball/7e00d498c264d5eb4f78c69f41c8bd6719c0199e",
                "reference": "7e00d498c264d5eb4f78c69f41c8bd6719c0199e",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "php": ">=7.0"
            },
            "time": "2023-02-03T21:26:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Kelunik\\Certificate\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Access certificate details and transform between different formats.",
            "keywords": [
                "DER",
                "certificate",
                "certificates",
                "openssl",
                "pem",
                "x509"
            ],
            "install-path": "../kelunik/certificate"
        },
        {
            "name": "ksubileau/color-thief-php",
            "version": "v1.4.1",
            "version_normalized": "1.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ksubileau/color-thief-php.git",
                "reference": "fc2acefacbd037f68cf61bcc62b30ac1bb16ed59"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ksubileau/color-thief-php/zipball/fc2acefacbd037f68cf61bcc62b30ac1bb16ed59",
                "reference": "fc2acefacbd037f68cf61bcc62b30ac1bb16ed59",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.13",
                "phpunit/phpunit": "~4.8|~5.7"
            },
            "suggest": {
                "ext-gd": "to use the GD image adapter.",
                "ext-gmagick": "to use the Gmagick image adapter.",
                "ext-imagick": "to use the Imagick image adapter."
            },
            "time": "2018-10-27T18:57:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ColorThief\\": "lib/ColorThief"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "CC-BY-2.5"
            ],
            "authors": [
                {
                    "name": "Kevin Subileau",
                    "homepage": "http://www.kevinsubileau.fr"
                }
            ],
            "description": "Grabs the dominant color or a representative color palette from an image.",
            "homepage": "http://www.kevinsubileau.fr/projets/color-thief-php",
            "keywords": [
                "color",
                "dominant",
                "palette",
                "php",
                "thief"
            ],
            "support": {
                "issues": "https://github.com/ksubileau/color-thief-php/issues",
                "source": "https://github.com/ksubileau/color-thief-php/tree/master"
            },
            "install-path": "../ksubileau/color-thief-php"
        },
        {
            "name": "league/csv",
            "version": "9.8.0",
            "version_normalized": "9.8.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/csv/zipball/9d2e0265c5d90f5dd601bc65ff717e05cec19b47",
                "reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": "^7.4 || ^8.0"
            },
            "suggest": {
                "ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes",
                "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
            },
            "time": "2022-01-04T00:13:07+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "9.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Csv\\": "src"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https://github.com/nyamsprod/",
                    "role": "Developer"
                }
            ],
            "description": "CSV data manipulation made easy in PHP",
            "homepage": "https://csv.thephpleague.com",
            "keywords": [
                "convert",
                "csv",
                "export",
                "filter",
                "import",
                "read",
                "transform",
                "write"
            ],
            "install-path": "../league/csv"
        },
        {
            "name": "league/flysystem",
            "version": "3.15.1",
            "version_normalized": "3.15.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/flysystem.git",
                "reference": "a141d430414fcb8bf797a18716b09f759a385bed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a141d430414fcb8bf797a18716b09f759a385bed",
                "reference": "a141d430414fcb8bf797a18716b09f759a385bed",
                "shasum": ""
            },
            "require": {
                "league/flysystem-local": "^3.0.0",
                "league/mime-type-detection": "^1.0.0",
                "php": "^8.0.2"
            },
            "conflict": {
                "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",
                "async-aws/simple-s3": "^1.1",
                "aws/aws-sdk-php": "^3.220.0",
                "composer/semver": "^3.0",
                "ext-fileinfo": "*",
                "ext-ftp": "*",
                "ext-zip": "*",
                "friendsofphp/php-cs-fixer": "^3.5",
                "google/cloud-storage": "^1.23",
                "microsoft/azure-storage-blob": "^1.1",
                "phpseclib/phpseclib": "^3.0.14",
                "phpstan/phpstan": "^0.12.26",
                "phpunit/phpunit": "^9.5.11",
                "sabre/dav": "^4.3.1"
            },
            "time": "2023-05-04T09:04:26+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.15.1"
            },
            "funding": [
                {
                    "url": "https://ecologi.com/frankdejonge",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/frankdejonge",
                    "type": "github"
                }
            ],
            "install-path": "../league/flysystem"
        },
        {
            "name": "league/flysystem-aws-s3-v3",
            "version": "3.15.0",
            "version_normalized": "3.15.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
                "reference": "d8de61ee10b6a607e7996cff388c5a3a663e8c8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/d8de61ee10b6a607e7996cff388c5a3a663e8c8a",
                "reference": "d8de61ee10b6a607e7996cff388c5a3a663e8c8a",
                "shasum": ""
            },
            "require": {
                "aws/aws-sdk-php": "^3.220.0",
                "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": "2023-05-02T20:02:14+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": {
                "issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues",
                "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.15.0"
            },
            "funding": [
                {
                    "url": "https://ecologi.com/frankdejonge",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/frankdejonge",
                    "type": "github"
                }
            ],
            "install-path": "../league/flysystem-aws-s3-v3"
        },
        {
            "name": "league/flysystem-local",
            "version": "3.15.0",
            "version_normalized": "3.15.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/flysystem-local.git",
                "reference": "543f64c397fefdf9cfeac443ffb6beff602796b3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/543f64c397fefdf9cfeac443ffb6beff602796b3",
                "reference": "543f64c397fefdf9cfeac443ffb6beff602796b3",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "league/flysystem": "^3.0.0",
                "league/mime-type-detection": "^1.0.0",
                "php": "^8.0.2"
            },
            "time": "2023-05-02T20:02:14+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": {
                "issues": "https://github.com/thephpleague/flysystem-local/issues",
                "source": "https://github.com/thephpleague/flysystem-local/tree/3.15.0"
            },
            "funding": [
                {
                    "url": "https://ecologi.com/frankdejonge",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/frankdejonge",
                    "type": "github"
                }
            ],
            "install-path": "../league/flysystem-local"
        },
        {
            "name": "league/mime-type-detection",
            "version": "1.11.0",
            "version_normalized": "1.11.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/mime-type-detection.git",
                "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
                "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.2",
                "phpstan/phpstan": "^0.12.68",
                "phpunit/phpunit": "^8.5.8 || ^9.3"
            },
            "time": "2022-04-17T13:12:02+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.11.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": "league/uri",
            "version": "6.7.2",
            "version_normalized": "6.7.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/uri/zipball/d3b50812dd51f3fbf176344cc2981db03d10fe06",
                "reference": "d3b50812dd51f3fbf176344cc2981db03d10fe06",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "league/uri-interfaces": "^2.3",
                "php": "^7.4 || ^8.0",
                "psr/http-message": "^1.0"
            },
            "conflict": {
                "league/uri-schemes": "^1.0"
            },
            "suggest": {
                "ext-fileinfo": "Needed to create Data URI from a filepath",
                "ext-intl": "Needed to improve host validation",
                "league/uri-components": "Needed to easily manipulate URI objects",
                "psr/http-factory": "Needed to use the URI factory"
            },
            "time": "2022-09-13T19:50:42+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Uri\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https://nyamsprod.com"
                }
            ],
            "description": "URI manipulation library",
            "homepage": "https://uri.thephpleague.com",
            "keywords": [
                "data-uri",
                "file-uri",
                "ftp",
                "hostname",
                "http",
                "https",
                "middleware",
                "parse_str",
                "parse_url",
                "psr-7",
                "query-string",
                "querystring",
                "rfc3986",
                "rfc3987",
                "rfc6570",
                "uri",
                "uri-template",
                "url",
                "ws"
            ],
            "install-path": "../league/uri"
        },
        {
            "name": "league/uri-interfaces",
            "version": "2.3.0",
            "version_normalized": "2.3.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
                "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.2 || ^8.0"
            },
            "suggest": {
                "ext-intl": "to use the IDNA feature",
                "symfony/intl": "to use the IDNA feature via Symfony Polyfill"
            },
            "time": "2021-06-28T04:27:21+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Uri\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https://nyamsprod.com"
                }
            ],
            "description": "Common interface for URI representation",
            "homepage": "http://github.com/thephpleague/uri-interfaces",
            "keywords": [
                "rfc3986",
                "rfc3987",
                "uri",
                "url"
            ],
            "install-path": "../league/uri-interfaces"
        },
        {
            "name": "league/uri-parser",
            "version": "1.4.1",
            "version_normalized": "1.4.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/uri-parser/zipball/671548427e4c932352d9b9279fdfa345bf63fa00",
                "reference": "671548427e4c932352d9b9279fdfa345bf63fa00",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0"
            },
            "suggest": {
                "ext-intl": "Allow parsing RFC3987 compliant hosts",
                "league/uri-schemes": "Allow validating and normalizing URI parsing results"
            },
            "time": "2018-11-22T07:55:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Uri\\": "src"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https://nyamsprod.com"
                }
            ],
            "description": "userland URI parser RFC 3986 compliant",
            "homepage": "https://github.com/thephpleague/uri-parser",
            "keywords": [
                "parse_url",
                "parser",
                "rfc3986",
                "rfc3987",
                "uri",
                "url"
            ],
            "install-path": "../league/uri-parser"
        },
        {
            "name": "maennchen/zipstream-php",
            "version": "v2.4.0",
            "version_normalized": "2.4.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3",
                "reference": "3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "myclabs/php-enum": "^1.5",
                "php": "^8.0",
                "psr/http-message": "^1.0"
            },
            "time": "2022-12-08T12:29:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ZipStream\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paul Duncan",
                    "email": "pabs@pablotron.org"
                },
                {
                    "name": "Jonatan Männchen",
                    "email": "jonatan@maennchen.ch"
                },
                {
                    "name": "Jesse Donat",
                    "email": "donatj@gmail.com"
                },
                {
                    "name": "András Kolesár",
                    "email": "kolesar@kolesar.hu"
                }
            ],
            "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
            "keywords": [
                "stream",
                "zip"
            ],
            "install-path": "../maennchen/zipstream-php"
        },
        {
            "name": "markbaker/complex",
            "version": "3.0.2",
            "version_normalized": "3.0.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
                "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2022-12-06T16:21:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Complex\\": "classes/src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Baker",
                    "email": "mark@lange.demon.co.uk"
                }
            ],
            "description": "PHP Class for working with complex numbers",
            "homepage": "https://github.com/MarkBaker/PHPComplex",
            "keywords": [
                "complex",
                "mathematics"
            ],
            "install-path": "../markbaker/complex"
        },
        {
            "name": "markbaker/matrix",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
                "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "time": "2022-12-02T22:17:43+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Matrix\\": "classes/src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Baker",
                    "email": "mark@demon-angel.eu"
                }
            ],
            "description": "PHP Class for working with matrices",
            "homepage": "https://github.com/MarkBaker/PHPMatrix",
            "keywords": [
                "mathematics",
                "matrix",
                "vector"
            ],
            "install-path": "../markbaker/matrix"
        },
        {
            "name": "mikehaertl/php-shellcommand",
            "version": "1.7.0",
            "version_normalized": "1.7.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/e79ea528be155ffdec6f3bf1a4a46307bb49e545",
                "reference": "e79ea528be155ffdec6f3bf1a4a46307bb49e545",
                "shasum": ""
            },
            "require": {
                "php": ">= 5.3.0"
            },
            "time": "2023-04-19T08:25:22+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "mikehaertl\\shellcommand\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Härtl",
                    "email": "haertl.mike@gmail.com"
                }
            ],
            "description": "An object oriented interface to shell commands",
            "keywords": [
                "shell"
            ],
            "install-path": "../mikehaertl/php-shellcommand"
        },
        {
            "name": "moneyphp/money",
            "version": "v4.1.1",
            "version_normalized": "4.1.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/moneyphp/money/zipball/9682220995ffd396843be5b4ee1e5f2c2d6ecee2",
                "reference": "9682220995ffd396843be5b4ee1e5f2c2d6ecee2",
                "shasum": ""
            },
            "require": {
                "ext-bcmath": "*",
                "ext-filter": "*",
                "ext-json": "*",
                "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "suggest": {
                "ext-gmp": "Calculate without integer limits",
                "ext-intl": "Format Money objects with intl",
                "florianv/exchanger": "Exchange rates library for PHP",
                "florianv/swap": "Exchange rates library for PHP",
                "psr/cache-implementation": "Used for Currency caching"
            },
            "time": "2023-04-11T09:18:34+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Money\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mathias Verraes",
                    "email": "mathias@verraes.net",
                    "homepage": "http://verraes.net"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com"
                },
                {
                    "name": "Frederik Bosch",
                    "email": "f.bosch@genkgo.nl"
                }
            ],
            "description": "PHP implementation of Fowler's Money pattern",
            "homepage": "http://moneyphp.org",
            "keywords": [
                "Value Object",
                "money",
                "vo"
            ],
            "install-path": "../moneyphp/money"
        },
        {
            "name": "monolog/monolog",
            "version": "2.9.1",
            "version_normalized": "2.9.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
                "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "psr/log": "^1.0.1 || ^2.0 || ^3.0"
            },
            "provide": {
                "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.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",
                "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
                "ext-mbstring": "Allow to work properly with unicode symbols",
                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
                "ext-openssl": "Required to send log messages using SSL",
                "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
            },
            "time": "2023-02-06T13:44:46+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Monolog\\": "src/Monolog"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https://seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "https://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
            "install-path": "../monolog/monolog"
        },
        {
            "name": "mtdowling/jmespath.php",
            "version": "2.6.1",
            "version_normalized": "2.6.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/jmespath/jmespath.php.git",
                "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
                "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 || ^7.0 || ^8.0",
                "symfony/polyfill-mbstring": "^1.17"
            },
            "require-dev": {
                "composer/xdebug-handler": "^1.4 || ^2.0",
                "phpunit/phpunit": "^4.8.36 || ^7.5.15"
            },
            "time": "2021-06-14T00:11:39+00:00",
            "bin": [
                "bin/jp.php"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "JmesPath\\": "src/"
                },
                "files": [
                    "src/JmesPath.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "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.6.1"
            },
            "install-path": "../mtdowling/jmespath.php"
        },
        {
            "name": "myclabs/php-enum",
            "version": "1.8.4",
            "version_normalized": "1.8.4.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483",
                "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.3 || ^8.0"
            },
            "time": "2022-08-04T09:53:51+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MyCLabs\\Enum\\": "src/"
                },
                "classmap": [
                    "stubs/Stringable.php"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP Enum contributors",
                    "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
                }
            ],
            "description": "PHP Enum implementation",
            "homepage": "http://github.com/myclabs/php-enum",
            "keywords": [
                "enum"
            ],
            "install-path": "../myclabs/php-enum"
        },
        {
            "name": "nesbot/carbon",
            "version": "2.68.1",
            "version_normalized": "2.68.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4f991ed2a403c85efbc4f23eb4030063fdbe01da",
                "reference": "4f991ed2a403c85efbc4f23eb4030063fdbe01da",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.1.8 || ^8.0",
                "symfony/polyfill-mbstring": "^1.0",
                "symfony/polyfill-php80": "^1.16",
                "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
            },
            "time": "2023-06-20T18:29:04+00:00",
            "bin": [
                "bin/carbon"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-3.x": "3.x-dev",
                    "dev-master": "2.x-dev"
                },
                "laravel": {
                    "providers": [
                        "Carbon\\Laravel\\ServiceProvider"
                    ]
                },
                "phpstan": {
                    "includes": [
                        "extension.neon"
                    ]
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Carbon\\": "src/Carbon/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Brian Nesbitt",
                    "email": "brian@nesbot.com",
                    "homepage": "https://markido.com"
                },
                {
                    "name": "kylekatarnls",
                    "homepage": "https://github.com/kylekatarnls"
                }
            ],
            "description": "An API extension for DateTime that supports 281 different languages.",
            "homepage": "https://carbon.nesbot.com",
            "keywords": [
                "date",
                "datetime",
                "time"
            ],
            "install-path": "../nesbot/carbon"
        },
        {
            "name": "nystudio107/craft-code-editor",
            "version": "1.0.9",
            "version_normalized": "1.0.9.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nystudio107/craft-code-editor/zipball/ed82bebd043245173c187b8c16434bf93e179406",
                "reference": "ed82bebd043245173c187b8c16434bf93e179406",
                "shasum": ""
            },
            "require": {
                "phpdocumentor/reflection-docblock": "^5.0.0"
            },
            "time": "2023-04-17T03:53:23+00:00",
            "type": "yii2-extension",
            "extra": {
                "bootstrap": "nystudio107\\codeeditor\\CodeEditor"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "nystudio107\\codeeditor\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "nystudio107",
                    "homepage": "https://nystudio107.com"
                }
            ],
            "description": "Provides a code editor field with Twig & Craft API autocomplete",
            "keywords": [
                "Craft",
                "Monaco",
                "cms",
                "code",
                "craftcms",
                "css",
                "editor",
                "javascript",
                "markdown",
                "twig"
            ],
            "install-path": "../nystudio107/craft-code-editor"
        },
        {
            "name": "nystudio107/craft-imageoptimize",
            "version": "dev-develop-v4",
            "version_normalized": "dev-develop-v4",
            "source": {
                "type": "git",
                "url": "https://github.com/nystudio107/craft-imageoptimize.git",
                "reference": "7b80cebb6e1f2217d92b00c43eb22cc12b75fb76"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nystudio107/craft-imageoptimize/zipball/7b80cebb6e1f2217d92b00c43eb22cc12b75fb76",
                "reference": "7b80cebb6e1f2217d92b00c43eb22cc12b75fb76",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^4.0.0",
                "ksubileau/color-thief-php": "^1.3",
                "mikehaertl/php-shellcommand": "~1.2",
                "nystudio107/craft-imageoptimize-imgix": "^4.0.1",
                "nystudio107/craft-imageoptimize-sharp": "^4.0.0",
                "nystudio107/craft-imageoptimize-thumbor": "^4.0.0",
                "nystudio107/craft-plugin-vite": "^4.0.0"
            },
            "time": "2023-05-19T19:13:32+00:00",
            "type": "craft-plugin",
            "extra": {
                "class": "nystudio107\\imageoptimize\\ImageOptimize",
                "handle": "image-optimize",
                "name": "ImageOptimize"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "nystudio107\\imageoptimize\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "proprietary"
            ],
            "authors": [
                {
                    "name": "nystudio107",
                    "homepage": "https://nystudio107.com"
                }
            ],
            "description": "Automatically create & optimize responsive image transforms, using either native Craft transforms or a service like imgix, with zero template changes.",
            "keywords": [
                "Craft",
                "cms",
                "craft-plugin",
                "craftcms",
                "image",
                "image-variants",
                "imgix",
                "optimize",
                "optimize-images"
            ],
            "support": {
                "docs": "https://nystudio107.com/docs/image-optimize/",
                "issues": "https://nystudio107.com/plugins/imageoptimize/support",
                "source": "https://github.com/nystudio107/craft-imageoptimize"
            },
            "funding": [
                {
                    "url": "https://github.com/khalwat",
                    "type": "github"
                }
            ],
            "install-path": "../nystudio107/craft-imageoptimize"
        },
        {
            "name": "nystudio107/craft-imageoptimize-imgix",
            "version": "4.0.1",
            "version_normalized": "4.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nystudio107/craft-imageoptimize-imgix.git",
                "reference": "b181cfe7fa3554da9ba70be22a987b6f46eb4cd2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nystudio107/craft-imageoptimize-imgix/zipball/b181cfe7fa3554da9ba70be22a987b6f46eb4cd2",
                "reference": "b181cfe7fa3554da9ba70be22a987b6f46eb4cd2",
                "shasum": ""
            },
            "require": {
                "imgix/imgix-php": "^3.0.0",
                "nystudio107/craft-imageoptimize": "^4.0.0-beta.1"
            },
            "time": "2022-07-06T19:24:40+00:00",
            "type": "image-transform",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "nystudio107\\imageoptimizeimgix\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "proprietary"
            ],
            "authors": [
                {
                    "name": "nystudio107",
                    "homepage": "https://nystudio107.com"
                }
            ],
            "description": "Provides an Imgix image transform type for the ImageOptimize plugin.",
            "keywords": [
                "craftcms",
                "image-optimize",
                "image-transform",
                "imgix"
            ],
            "funding": [
                {
                    "url": "https://github.com/khalwat",
                    "type": "github"
                }
            ],
            "install-path": "../nystudio107/craft-imageoptimize-imgix"
        },
        {
            "name": "nystudio107/craft-imageoptimize-sharp",
            "version": "4.0.0",
            "version_normalized": "4.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nystudio107/craft-imageoptimize-sharp.git",
                "reference": "358a8e9c044c685dcce31c0db06066616fae07aa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nystudio107/craft-imageoptimize-sharp/zipball/358a8e9c044c685dcce31c0db06066616fae07aa",
                "reference": "358a8e9c044c685dcce31c0db06066616fae07aa",
                "shasum": ""
            },
            "require": {
                "nystudio107/craft-imageoptimize": "^4.0.0-beta.1"
            },
            "time": "2022-05-25T19:39:49+00:00",
            "type": "image-transform",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "nystudio107\\imageoptimizesharp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "proprietary"
            ],
            "authors": [
                {
                    "name": "nystudio107",
                    "homepage": "https://nystudio107.com"
                }
            ],
            "description": "Provides an Sharp image transform type for the ImageOptimize plugin.",
            "keywords": [
                "craftcms",
                "image-optimize",
                "image-transform",
                "sharp"
            ],
            "support": {
                "docs": "https://github.com/nystudio107/craft-imageoptimize-sharp/blob/v1/README.md",
                "issues": "https://github.com/nystudio107/craft-imageoptimize-sharp/issues",
                "source": "https://github.com/nystudio107/craft-imageoptimize-sharp/tree/4.0.0"
            },
            "funding": [
                {
                    "url": "https://github.com/khalwat",
                    "type": "github"
                }
            ],
            "install-path": "../nystudio107/craft-imageoptimize-sharp"
        },
        {
            "name": "nystudio107/craft-imageoptimize-thumbor",
            "version": "4.0.0",
            "version_normalized": "4.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nystudio107/craft-imageoptimize-thumbor.git",
                "reference": "e7e18ca980bd4dbc506c4c15edf9795c930af31f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nystudio107/craft-imageoptimize-thumbor/zipball/e7e18ca980bd4dbc506c4c15edf9795c930af31f",
                "reference": "e7e18ca980bd4dbc506c4c15edf9795c930af31f",
                "shasum": ""
            },
            "require": {
                "nystudio107/craft-imageoptimize": "^4.0.0-beta.1",
                "webfactory/phumbor": "^1.2"
            },
            "time": "2022-05-25T19:41:19+00:00",
            "type": "image-transform",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "nystudio107\\imageoptimizethumbor\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "proprietary"
            ],
            "authors": [
                {
                    "name": "nystudio107",
                    "homepage": "https://nystudio107.com"
                }
            ],
            "description": "Provides an Thumbor image transform type for the ImageOptimize plugin.",
            "keywords": [
                "craftcms",
                "image-optimize",
                "image-transform",
                "thumbor"
            ],
            "support": {
                "docs": "https://github.com/nystudio107/craft-imageoptimize-thumbor/blob/v1/README.md",
                "issues": "https://github.com/nystudio107/craft-imageoptimize-thumbor/issues",
                "source": "https://github.com/nystudio107/craft-imageoptimize-thumbor/tree/4.0.0"
            },
            "funding": [
                {
                    "url": "https://github.com/khalwat",
                    "type": "github"
                }
            ],
            "install-path": "../nystudio107/craft-imageoptimize-thumbor"
        },
        {
            "name": "nystudio107/craft-plugin-vite",
            "version": "4.0.8",
            "version_normalized": "4.0.8.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nystudio107/craft-plugin-vite/zipball/eb05b1cc7dc9eeecbdfe8cd3cd3d119e83c62619",
                "reference": "eb05b1cc7dc9eeecbdfe8cd3cd3d119e83c62619",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^4.0.0"
            },
            "time": "2023-01-25T21:09:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "nystudio107\\pluginvite\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "nystudio107",
                    "homepage": "https://nystudio107.com"
                }
            ],
            "description": "Plugin Vite is the conduit between Craft CMS plugins and Vite, with manifest.json & HMR support",
            "keywords": [
                "craftcms",
                "plugin",
                "vite"
            ],
            "support": {
                "docs": "https://github.com/nystudio107/craft-plugin-vite/blob/v1/README.md",
                "issues": "https://github.com/nystudio107/craft-plugin-vite/issues"
            },
            "install-path": "../nystudio107/craft-plugin-vite"
        },
        {
            "name": "nystudio107/craft-seomatic",
            "version": "4.0.28",
            "version_normalized": "4.0.28.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nystudio107/craft-seomatic/zipball/46dc01226cb5e1db3a5953d0dc48b1bc6982a6f2",
                "reference": "46dc01226cb5e1db3a5953d0dc48b1bc6982a6f2",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^4.0.0",
                "davechild/textstatistics": "^1.0.3",
                "nystudio107/craft-code-editor": "^1.0.0",
                "nystudio107/craft-plugin-vite": "^4.0.7",
                "php": "^8.0.2",
                "php-science/textrank": "^1.0.3",
                "sunra/php-simple-html-dom-parser": "^1.5.2"
            },
            "time": "2023-06-13T19:32:07+00:00",
            "type": "craft-plugin",
            "extra": {
                "class": "nystudio107\\seomatic\\Seomatic",
                "handle": "seomatic",
                "name": "SEOmatic"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "nystudio107\\seomatic\\": "src/"
                }
            },
            "license": [
                "proprietary"
            ],
            "authors": [
                {
                    "name": "nystudio107",
                    "homepage": "https://nystudio107.com"
                }
            ],
            "description": "SEOmatic facilitates modern SEO best practices & implementation for Craft CMS 4. It is a turnkey SEO system that is comprehensive, powerful, and flexible.",
            "keywords": [
                "cms",
                "craft",
                "craft-plugin",
                "craftcms",
                "facebook",
                "json-ld",
                "meta",
                "seo",
                "seomatic",
                "sitemap",
                "tags",
                "twitter"
            ],
            "support": {
                "docs": "https://nystudio107.com/docs/seomatic/",
                "issues": "https://nystudio107.com/plugins/seomatic/support",
                "source": "https://github.com/nystudio107/craft-seomatic"
            },
            "install-path": "../nystudio107/craft-seomatic"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v9.99.100",
            "version_normalized": "9.99.100.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
                "shasum": ""
            },
            "require": {
                "php": ">= 7"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "time": "2020-10-15T08:29:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
                "polyfill",
                "pseudorandom",
                "random"
            ],
            "install-path": "../paragonie/random_compat"
        },
        {
            "name": "php-science/textrank",
            "version": "1.2.2",
            "version_normalized": "1.2.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHP-Science/TextRank/zipball/c5ccfc998b3cee91bf5d01b9f107d382acfa0ca8",
                "reference": "c5ccfc998b3cee91bf5d01b9f107d382acfa0ca8",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-mbstring": "*",
                "php": ">=7.2"
            },
            "time": "2022-08-12T13:02:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PhpScience\\TextRank\\": [
                        "src/",
                        "tests/"
                    ]
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "David Belicza",
                    "email": "87.bdavid@gmail.com"
                }
            ],
            "description": "TextRank (automatic text summarization) for PHP7 and HHVM.",
            "keywords": [
                "PHP7",
                "automatic",
                "php8",
                "science",
                "strict",
                "summarization",
                "textrank"
            ],
            "install-path": "../php-science/textrank"
        },
        {
            "name": "phpcollection/phpcollection",
            "version": "0.6.0",
            "version_normalized": "0.6.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/56d18c8c2c0400f2838703246ac7de919a605763",
                "reference": "56d18c8c2c0400f2838703246ac7de919a605763",
                "shasum": ""
            },
            "require": {
                "phpoption/phpoption": "1.*"
            },
            "time": "2022-03-21T13:02:41+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.4-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "PhpCollection": "src/"
                }
            },
            "license": [
                "Apache2"
            ],
            "authors": [
                {
                    "name": "Johannes M. Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "General-Purpose Collection Library for PHP",
            "keywords": [
                "collection",
                "list",
                "map",
                "sequence",
                "set"
            ],
            "install-path": "../phpcollection/phpcollection"
        },
        {
            "name": "phpdocumentor/reflection-common",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2020-06-27T09:03:43+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-2.x": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jaap van Otterdijk",
                    "email": "opensource@ijaap.nl"
                }
            ],
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
            "homepage": "http://www.phpdoc.org",
            "keywords": [
                "FQSEN",
                "phpDocumentor",
                "phpdoc",
                "reflection",
                "static analysis"
            ],
            "install-path": "../phpdocumentor/reflection-common"
        },
        {
            "name": "phpdocumentor/reflection-docblock",
            "version": "5.3.0",
            "version_normalized": "5.3.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
                "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
                "shasum": ""
            },
            "require": {
                "ext-filter": "*",
                "php": "^7.2 || ^8.0",
                "phpdocumentor/reflection-common": "^2.2",
                "phpdocumentor/type-resolver": "^1.3",
                "webmozart/assert": "^1.9.1"
            },
            "time": "2021-10-19T17:43:47+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                },
                {
                    "name": "Jaap van Otterdijk",
                    "email": "account@ijaap.nl"
                }
            ],
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
            "install-path": "../phpdocumentor/reflection-docblock"
        },
        {
            "name": "phpdocumentor/type-resolver",
            "version": "1.7.2",
            "version_normalized": "1.7.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b2fe4d22a5426f38e014855322200b97b5362c0d",
                "reference": "b2fe4d22a5426f38e014855322200b97b5362c0d",
                "shasum": ""
            },
            "require": {
                "doctrine/deprecations": "^1.0",
                "php": "^7.4 || ^8.0",
                "phpdocumentor/reflection-common": "^2.0",
                "phpstan/phpdoc-parser": "^1.13"
            },
            "time": "2023-05-30T18:13:47+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                }
            ],
            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
            "install-path": "../phpdocumentor/type-resolver"
        },
        {
            "name": "phpoffice/phpspreadsheet",
            "version": "1.25.2",
            "version_normalized": "1.25.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/a317a09e7def49852400a4b3eca4a4b0790ceeb5",
                "reference": "a317a09e7def49852400a4b3eca4a4b0790ceeb5",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-dom": "*",
                "ext-fileinfo": "*",
                "ext-gd": "*",
                "ext-iconv": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-simplexml": "*",
                "ext-xml": "*",
                "ext-xmlreader": "*",
                "ext-xmlwriter": "*",
                "ext-zip": "*",
                "ext-zlib": "*",
                "ezyang/htmlpurifier": "^4.15",
                "maennchen/zipstream-php": "^2.1",
                "markbaker/complex": "^3.0",
                "markbaker/matrix": "^3.0",
                "php": "^7.3 || ^8.0",
                "psr/http-client": "^1.0",
                "psr/http-factory": "^1.0",
                "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
            },
            "suggest": {
                "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
                "ext-intl": "PHP Internationalization Functions",
                "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
                "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
                "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
            },
            "time": "2022-09-25T17:21:01+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Maarten Balliauw",
                    "homepage": "https://blog.maartenballiauw.be"
                },
                {
                    "name": "Mark Baker",
                    "homepage": "https://markbakeruk.net"
                },
                {
                    "name": "Franck Lefevre",
                    "homepage": "https://rootslabs.net"
                },
                {
                    "name": "Erik Tilt"
                },
                {
                    "name": "Adrien Crivelli"
                }
            ],
            "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
            "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
            "keywords": [
                "OpenXML",
                "excel",
                "gnumeric",
                "ods",
                "php",
                "spreadsheet",
                "xls",
                "xlsx"
            ],
            "install-path": "../phpoffice/phpspreadsheet"
        },
        {
            "name": "phpoption/phpoption",
            "version": "1.9.1",
            "version_normalized": "1.9.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e",
                "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0"
            },
            "time": "2023-02-25T19:38:58+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true
                },
                "branch-alias": {
                    "dev-master": "1.9-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PhpOption\\": "src/PhpOption/"
                }
            },
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Johannes M. Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh"
                },
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                }
            ],
            "description": "Option Type for PHP",
            "keywords": [
                "language",
                "option",
                "php",
                "type"
            ],
            "install-path": "../phpoption/phpoption"
        },
        {
            "name": "phpstan/phpdoc-parser",
            "version": "1.22.1",
            "version_normalized": "1.22.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/65c39594fbd8c67abfc68bb323f86447bab79cc0",
                "reference": "65c39594fbd8c67abfc68bb323f86447bab79cc0",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2023-06-29T20:46:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PHPStan\\PhpDocParser\\": [
                        "src/"
                    ]
                }
            },
            "license": [
                "MIT"
            ],
            "description": "PHPDoc parser with support for nullable, intersection and generic types",
            "install-path": "../phpstan/phpdoc-parser"
        },
        {
            "name": "pixelandtonic/imagine",
            "version": "1.3.3.1",
            "version_normalized": "1.3.3.1",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pixelandtonic/Imagine/zipball/4d9bb596ff60504e37ccf9103c0bb705dba7fec6",
                "reference": "4d9bb596ff60504e37ccf9103c0bb705dba7fec6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "suggest": {
                "ext-exif": "to read EXIF metadata",
                "ext-gd": "to use the GD implementation",
                "ext-gmagick": "to use the Gmagick implementation",
                "ext-imagick": "to use the Imagick implementation"
            },
            "time": "2023-01-03T19:18:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Imagine\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bulat Shakirzyanov",
                    "email": "mallluhuct@gmail.com",
                    "homepage": "http://avalanche123.com"
                }
            ],
            "description": "Image processing for PHP 5.3",
            "homepage": "http://imagine.readthedocs.org/",
            "keywords": [
                "drawing",
                "graphics",
                "image manipulation",
                "image processing"
            ],
            "install-path": "../pixelandtonic/imagine"
        },
        {
            "name": "psr/container",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "time": "2021-11-05T16:47:00+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https://github.com/php-fig/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
            "install-path": "../psr/container"
        },
        {
            "name": "psr/event-dispatcher",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "time": "2019-01-08T18:20:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\EventDispatcher\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Standard interfaces for event handling.",
            "keywords": [
                "events",
                "psr",
                "psr-14"
            ],
            "install-path": "../psr/event-dispatcher"
        },
        {
            "name": "psr/http-client",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
                "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "time": "2023-04-10T20:12:12+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Client\\": "src/"
                }
            },
            "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"
            ],
            "install-path": "../psr/http-client"
        },
        {
            "name": "psr/http-factory",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
                "reference": "e616d01114759c4c489f93b099585439f795fe35",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "time": "2023-04-10T20:10:41+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for PSR-7 HTTP message factories",
            "keywords": [
                "factory",
                "http",
                "message",
                "psr",
                "psr-17",
                "psr-7",
                "request",
                "response"
            ],
            "install-path": "../psr/http-factory"
        },
        {
            "name": "psr/http-message",
            "version": "1.1",
            "version_normalized": "1.1.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2023-04-04T09:50:52+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "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"
            ],
            "install-path": "../psr/http-message"
        },
        {
            "name": "psr/log",
            "version": "1.1.4",
            "version_normalized": "1.1.4.0",
            "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/"
                }
            },
            "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"
            ],
            "install-path": "../psr/log"
        },
        {
            "name": "psr/simple-cache",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2021-10-29T13:26:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\SimpleCache\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for simple caching",
            "keywords": [
                "cache",
                "caching",
                "psr",
                "psr-16",
                "simple-cache"
            ],
            "install-path": "../psr/simple-cache"
        },
        {
            "name": "putyourlightson/craft-blitz",
            "version": "4.4.6",
            "version_normalized": "4.4.6.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/putyourlightson/craft-blitz/zipball/89753627f75d98606cb2ada64d2b60620c98918c",
                "reference": "89753627f75d98606cb2ada64d2b60620c98918c",
                "shasum": ""
            },
            "require": {
                "amphp/http-client": "^4.0",
                "amphp/parallel": "^1.0",
                "craftcms/cms": "^4.0",
                "cypresslab/gitelephant": "^4.0",
                "php": "^8.0.2",
                "putyourlightson/craft-blitz-hints": "^1.0.1"
            },
            "time": "2023-06-28T08:10:35+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Blitz",
                "handle": "blitz",
                "developer": "PutYourLightsOn",
                "developerUrl": "https://putyourlightson.com/",
                "documentationUrl": "https://putyourlightson.com/plugins/blitz",
                "changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-blitz/v4/CHANGELOG.md",
                "class": "putyourlightson\\blitz\\Blitz"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "putyourlightson\\blitz\\": "src/"
                }
            },
            "license": [
                "proprietary"
            ],
            "description": "Intelligent static page caching for creating lightning-fast sites.",
            "homepage": "https://putyourlightson.com/plugins/blitz",
            "keywords": [
                "cache",
                "caching",
                "fast",
                "performance",
                "speed"
            ],
            "support": {
                "docs": "https://putyourlightson.com/plugins/blitz",
                "source": "https://github.com/putyourlightson/craft-blitz",
                "issues": "https://github.com/putyourlightson/craft-blitz/issues"
            },
            "install-path": "../putyourlightson/craft-blitz"
        },
        {
            "name": "putyourlightson/craft-blitz-hints",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/putyourlightson/craft-blitz-hints/zipball/909ffe3f79cee3c9ac3a5b14b9a2a1ffe87ba4f9",
                "reference": "909ffe3f79cee3c9ac3a5b14b9a2a1ffe87ba4f9",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^4.0.0",
                "php": "^8.0.2"
            },
            "time": "2023-03-04T01:19:50+00:00",
            "type": "craft-module",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "putyourlightson\\blitzhints\\": "src/"
                }
            },
            "license": [
                "mit"
            ],
            "description": "Provides templating performance hints.",
            "support": {
                "docs": "https://github.com/putyourlightson/craft-blitz-hints",
                "source": "https://github.com/putyourlightson/craft-blitz-hints",
                "issues": "https://github.com/putyourlightson/craft-blitz-hints/issues"
            },
            "install-path": "../putyourlightson/craft-blitz-hints"
        },
        {
            "name": "putyourlightson/craft-sprig",
            "version": "2.6.2",
            "version_normalized": "2.6.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/putyourlightson/craft-sprig.git",
                "reference": "5fb86aaaf040d6fe2b15882fa2c0a44bde78106a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/putyourlightson/craft-sprig/zipball/5fb86aaaf040d6fe2b15882fa2c0a44bde78106a",
                "reference": "5fb86aaaf040d6fe2b15882fa2c0a44bde78106a",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^4.0",
                "nystudio107/craft-code-editor": "^1.0.0",
                "php": "^8.0.2",
                "putyourlightson/craft-sprig-core": "^2.5.2"
            },
            "time": "2023-05-01T13:00:18+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Sprig",
                "handle": "sprig",
                "developer": "PutYourLightsOn",
                "developerUrl": "https://putyourlightson.com/",
                "documentationUrl": "https://putyourlightson.com/plugins/sprig",
                "changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-sprig/v2/CHANGELOG.md",
                "class": "putyourlightson\\sprig\\plugin\\Sprig"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "putyourlightson\\sprig\\plugin\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "mit"
            ],
            "description": "A reactive Twig component framework for Craft.",
            "support": {
                "docs": "https://putyourlightson.com/plugins/sprig",
                "issues": "https://github.com/putyourlightson/craft-sprig/issues",
                "source": "https://github.com/putyourlightson/craft-sprig"
            },
            "funding": [
                {
                    "url": "https://github.com/bencroker",
                    "type": "github"
                }
            ],
            "install-path": "../putyourlightson/craft-sprig"
        },
        {
            "name": "putyourlightson/craft-sprig-core",
            "version": "2.5.2",
            "version_normalized": "2.5.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/putyourlightson/craft-sprig-core.git",
                "reference": "129e9963e67628913f5c9a20063a08cb56c6cf0a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/putyourlightson/craft-sprig-core/zipball/129e9963e67628913f5c9a20063a08cb56c6cf0a",
                "reference": "129e9963e67628913f5c9a20063a08cb56c6cf0a",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^4.0.0",
                "php": "^8.0.2"
            },
            "require-dev": {
                "codeception/codeception": "^4.1.29",
                "codeception/module-asserts": "^1.3.1",
                "codeception/module-yii2": "^1.1.5",
                "vlucas/phpdotenv": "^5.4.1"
            },
            "time": "2023-05-01T12:59:26+00:00",
            "type": "craft-module",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "putyourlightson\\sprig\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "mit"
            ],
            "description": "A reactive Twig component framework for Craft.",
            "support": {
                "docs": "https://github.com/putyourlightson/craft-sprig-core",
                "issues": "https://github.com/putyourlightson/craft-sprig-core/issues",
                "source": "https://github.com/putyourlightson/craft-sprig-core"
            },
            "install-path": "../putyourlightson/craft-sprig-core"
        },
        {
            "name": "ralouphie/getallheaders",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "time": "2019-03-08T08:55:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/getallheaders.php"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "ralph.khattar@gmail.com"
                }
            ],
            "description": "A polyfill for getallheaders.",
            "install-path": "../ralouphie/getallheaders"
        },
        {
            "name": "react/promise",
            "version": "v2.10.0",
            "version_normalized": "2.10.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/promise/zipball/f913fb8cceba1e6644b7b90c4bfb678ed8a3ef38",
                "reference": "f913fb8cceba1e6644b7b90c4bfb678ed8a3ef38",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "time": "2023-05-02T15:15:43+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "React\\Promise\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jan Sorgalla",
                    "email": "jsorgalla@gmail.com",
                    "homepage": "https://sorgalla.com/"
                },
                {
                    "name": "Christian Lück",
                    "email": "christian@clue.engineering",
                    "homepage": "https://clue.engineering/"
                },
                {
                    "name": "Cees-Jan Kiewiet",
                    "email": "reactphp@ceesjankiewiet.nl",
                    "homepage": "https://wyrihaximus.net/"
                },
                {
                    "name": "Chris Boden",
                    "email": "cboden@gmail.com",
                    "homepage": "https://cboden.dev/"
                }
            ],
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
            "keywords": [
                "promise",
                "promises"
            ],
            "install-path": "../react/promise"
        },
        {
            "name": "samdark/yii2-psr-log-target",
            "version": "1.1.3",
            "version_normalized": "1.1.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/samdark/yii2-psr-log-target/zipball/ccb29ecb7140c4eb81c3dfad38f61b21a9c1ed30",
                "reference": "ccb29ecb7140c4eb81c3dfad38f61b21a9c1ed30",
                "shasum": ""
            },
            "require": {
                "psr/log": "~1.0.2|~1.1.0",
                "yiisoft/yii2": "~2.0.0"
            },
            "time": "2020-07-16T12:34:01+00:00",
            "type": "yii2-extension",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "samdark\\log\\": "src",
                    "samdark\\log\\tests\\": "tests"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Alexander Makarov",
                    "email": "sam@rmcreative.ru"
                }
            ],
            "description": "Yii 2 log target which uses PSR-3 compatible logger",
            "homepage": "https://github.com/samdark/yii2-psr-log-target",
            "keywords": [
                "extension",
                "log",
                "psr-3",
                "yii"
            ],
            "install-path": "../samdark/yii2-psr-log-target"
        },
        {
            "name": "scrivo/highlight.php",
            "version": "v9.18.1.9",
            "version_normalized": "9.18.1.9",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/d45585504777e6194a91dffc7270ca39833787f8",
                "reference": "d45585504777e6194a91dffc7270ca39833787f8",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=5.4"
            },
            "suggest": {
                "ext-mbstring": "Allows highlighting code with unicode characters and supports language with unicode keywords"
            },
            "time": "2021-12-03T06:45:28+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "HighlightUtilities/functions.php"
                ],
                "psr-0": {
                    "Highlight\\": "",
                    "HighlightUtilities\\": ""
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Geert Bergman",
                    "homepage": "http://www.scrivo.org/",
                    "role": "Project Author"
                },
                {
                    "name": "Vladimir Jimenez",
                    "homepage": "https://allejo.io",
                    "role": "Maintainer"
                },
                {
                    "name": "Martin Folkers",
                    "homepage": "https://twobrain.io",
                    "role": "Contributor"
                }
            ],
            "description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
            "keywords": [
                "code",
                "highlight",
                "highlight.js",
                "highlight.php",
                "syntax"
            ],
            "install-path": "../scrivo/highlight.php"
        },
        {
            "name": "seld/cli-prompt",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/b8dfcf02094b8c03b40322c229493bb2884423c5",
                "reference": "b8dfcf02094b8c03b40322c229493bb2884423c5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "time": "2020-12-15T21:32:01+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Seld\\CliPrompt\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be"
                }
            ],
            "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
            "keywords": [
                "cli",
                "console",
                "hidden",
                "input",
                "prompt"
            ],
            "install-path": "../seld/cli-prompt"
        },
        {
            "name": "seld/jsonlint",
            "version": "1.10.0",
            "version_normalized": "1.10.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/594fd6462aad8ecee0b45ca5045acea4776667f1",
                "reference": "594fd6462aad8ecee0b45ca5045acea4776667f1",
                "shasum": ""
            },
            "require": {
                "php": "^5.3 || ^7.0 || ^8.0"
            },
            "time": "2023-05-11T13:16:46+00:00",
            "bin": [
                "bin/jsonlint"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "JSON Linter",
            "keywords": [
                "json",
                "linter",
                "parser",
                "validator"
            ],
            "install-path": "../seld/jsonlint"
        },
        {
            "name": "seld/phar-utils",
            "version": "1.2.1",
            "version_normalized": "1.2.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
                "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "time": "2022-08-31T10:31:18+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Seld\\PharUtils\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be"
                }
            ],
            "description": "PHAR file format utilities, for when PHP phars you up",
            "keywords": [
                "phar"
            ],
            "install-path": "../seld/phar-utils"
        },
        {
            "name": "solspace/craft-freeform",
            "version": "4.1.4",
            "version_normalized": "4.1.4.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/solspace/craft-freeform/zipball/e950171d7808656dd60f97a54c198d70c0462239",
                "reference": "e950171d7808656dd60f97a54c198d70c0462239",
                "shasum": ""
            },
            "require": {
                "composer/composer": "^1.0|^2.0.13",
                "craftcms/cms": "^4.0.0",
                "egulias/email-validator": "^2.1|^3.0",
                "ext-json": "*",
                "hashids/hashids": "^2.0|^3.0|^4.0",
                "nesbot/carbon": "^1.22.1|^2.19",
                "php": "^8.0.2",
                "phpoffice/phpspreadsheet": "1.25.2",
                "solspace/craft3-commons": "^1.0.21",
                "stripe/stripe-php": "^7.27.3",
                "symfony/filesystem": "^2.8|^3.0|^4.0|^5.0|^6.0",
                "symfony/finder": "^2.8|^3.0|^4.0|^5.0|^6.0",
                "symfony/property-access": "^2.8|^3.0|^4.0|^5.0|^6.0"
            },
            "time": "2023-07-05T16:54:13+00:00",
            "type": "craft-plugin",
            "extra": {
                "schemaVersion": "4.2.6",
                "handle": "freeform",
                "class": "Solspace\\Freeform\\Freeform",
                "name": "Freeform",
                "developer": "Solspace",
                "developerUrl": "https://docs.solspace.com/",
                "documentationUrl": "https://docs.solspace.com/craft/freeform/v4/",
                "changelogUrl": "https://raw.githubusercontent.com/solspace/craft-freeform/v4/CHANGELOG.md",
                "hasSettings": true,
                "hasCpSection": true,
                "hooks": {
                    "pre-commit": [
                        "set -e",
                        "npm -v",
                        "php -v",
                        "printf '\\n\\e[32m######### Linting Scripts #########\\e[0m\\n\\n'",
                        "npm run lint",
                        "printf '\\n\\e[32m######### Running Unit Tests #########\\e[0m\\n\\n'",
                        "composer run test:unit",
                        "printf '\\n\\e[32m######### Running CS Fixer dry run #########\\e[0m\\n\\n'",
                        "composer run fix:dry-run || (printf \"\\e[41mCS Fixer found issues\\e[0m\\n\" && exit 1)"
                    ]
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Solspace\\Freeform\\": "packages/plugin/src/",
                    "Solspace\\Tests\\Freeform\\": "packages/plugin/tests"
                }
            },
            "authors": [
                {
                    "name": "Solspace",
                    "homepage": "https://solspace.com/"
                }
            ],
            "description": "Reliable form builder that's ready for wherever your project takes you.",
            "install-path": "../solspace/craft-freeform"
        },
        {
            "name": "solspace/craft3-commons",
            "version": "1.0.25",
            "version_normalized": "1.0.25.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/solspace/craft3-commons/zipball/c940b137de92cf37ee2e2b0d3007e373fd454738",
                "reference": "c940b137de92cf37ee2e2b0d3007e373fd454738",
                "shasum": ""
            },
            "require": {
                "monolog/monolog": "^1.23.0|^2.0"
            },
            "time": "2020-08-06T14:40:45+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Solspace\\Commons\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "description": "Solspace Commons Library for Craft CMS 3 plugins",
            "install-path": "../solspace/craft3-commons"
        },
        {
            "name": "spatie/shiki-php",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/shiki-php/zipball/34fe61405b405c735c82a9c56feffd3f7c5544ff",
                "reference": "34fe61405b405c735c82a9c56feffd3f7c5544ff",
                "shasum": ""
            },
            "require": {
                "php": "^7.4|^8.0"
            },
            "time": "2022-06-01T11:28:41+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Spatie\\ShikiPhp\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Rias Van der Veken",
                    "email": "rias@spatie.be",
                    "role": "Developer"
                },
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Highlight code using Shiki in PHP",
            "homepage": "https://github.com/spatie/shiki-php",
            "keywords": [
                "shiki",
                "spatie"
            ],
            "install-path": "../spatie/shiki-php"
        },
        {
            "name": "stripe/stripe-php",
            "version": "v7.128.0",
            "version_normalized": "7.128.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stripe/stripe-php/zipball/c704949c49b72985c76cc61063aa26fefbd2724e",
                "reference": "c704949c49b72985c76cc61063aa26fefbd2724e",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": ">=5.6.0"
            },
            "time": "2022-05-05T17:18:02+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Stripe\\": "lib/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Stripe and contributors",
                    "homepage": "https://github.com/stripe/stripe-php/contributors"
                }
            ],
            "description": "Stripe PHP Library",
            "homepage": "https://stripe.com/",
            "keywords": [
                "api",
                "payment processing",
                "stripe"
            ],
            "install-path": "../stripe/stripe-php"
        },
        {
            "name": "sunra/php-simple-html-dom-parser",
            "version": "v1.5.2",
            "version_normalized": "1.5.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
                "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.3.2"
            },
            "time": "2016-11-22T22:57:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Sunra\\PhpSimple\\HtmlDomParser": "Src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sunra",
                    "email": "sunra@yandex.ru",
                    "homepage": "https://github.com/sunra"
                },
                {
                    "name": "S.C. Chen",
                    "homepage": "http://sourceforge.net/projects/simplehtmldom/"
                }
            ],
            "description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.",
            "homepage": "https://github.com/sunra/php-simple-html-dom-parser",
            "keywords": [
                "dom",
                "html",
                "parser"
            ],
            "install-path": "../sunra/php-simple-html-dom-parser"
        },
        {
            "name": "symfony/console",
            "version": "v5.4.24",
            "version_normalized": "5.4.24.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/560fc3ed7a43e6d30ea94a07d77f9a60b8ed0fb8",
                "reference": "560fc3ed7a43e6d30ea94a07d77f9a60b8ed0fb8",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php73": "^1.9",
                "symfony/polyfill-php80": "^1.16",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/string": "^5.1|^6.0"
            },
            "conflict": {
                "psr/log": ">=3",
                "symfony/dependency-injection": "<4.4",
                "symfony/dotenv": "<5.1",
                "symfony/event-dispatcher": "<4.4",
                "symfony/lock": "<4.4",
                "symfony/process": "<4.4"
            },
            "provide": {
                "psr/log-implementation": "1.0|2.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/lock": "",
                "symfony/process": ""
            },
            "time": "2023-05-26T05:13:16+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Console\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Eases the creation of beautiful and testable command line interfaces",
            "homepage": "https://symfony.com",
            "keywords": [
                "cli",
                "command-line",
                "console",
                "terminal"
            ],
            "install-path": "../symfony/console"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v3.0.2",
            "version_normalized": "3.0.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
                "reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2"
            },
            "time": "2022-01-02T09:55:41+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.0-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "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",
            "install-path": "../symfony/deprecation-contracts"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v6.0.19",
            "version_normalized": "6.0.19.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2eaf8e63bc5b8cefabd4a800157f0d0c094f677a",
                "reference": "2eaf8e63bc5b8cefabd4a800157f0d0c094f677a",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "symfony/event-dispatcher-contracts": "^2|^3"
            },
            "conflict": {
                "symfony/dependency-injection": "<5.4"
            },
            "provide": {
                "psr/event-dispatcher-implementation": "1.0",
                "symfony/event-dispatcher-implementation": "2.0|3.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "time": "2023-01-01T08:36:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
            "homepage": "https://symfony.com",
            "install-path": "../symfony/event-dispatcher"
        },
        {
            "name": "symfony/event-dispatcher-contracts",
            "version": "v3.0.2",
            "version_normalized": "3.0.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7bc61cc2db649b4637d331240c5346dcc7708051",
                "reference": "7bc61cc2db649b4637d331240c5346dcc7708051",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "psr/event-dispatcher": "^1"
            },
            "suggest": {
                "symfony/event-dispatcher-implementation": ""
            },
            "time": "2022-01-02T09:55:41+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.0-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\EventDispatcher\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to dispatching event",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "install-path": "../symfony/event-dispatcher-contracts"
        },
        {
            "name": "symfony/filesystem",
            "version": "v6.0.19",
            "version_normalized": "6.0.19.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/3d49eec03fda1f0fc19b7349fbbe55ebc1004214",
                "reference": "3d49eec03fda1f0fc19b7349fbbe55ebc1004214",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.8"
            },
            "time": "2023-01-20T17:44:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Filesystem\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides basic utilities for the filesystem",
            "homepage": "https://symfony.com",
            "install-path": "../symfony/filesystem"
        },
        {
            "name": "symfony/finder",
            "version": "v6.0.19",
            "version_normalized": "6.0.19.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/5cc9cac6586fc0c28cd173780ca696e419fefa11",
                "reference": "5cc9cac6586fc0c28cd173780ca696e419fefa11",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2"
            },
            "time": "2023-01-20T17:44:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Finder\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Finds files and directories via an intuitive fluent interface",
            "homepage": "https://symfony.com",
            "install-path": "../symfony/finder"
        },
        {
            "name": "symfony/http-client",
            "version": "v6.0.20",
            "version_normalized": "6.0.20.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-client/zipball/541c04560da1875f62c963c3aab6ea12a7314e11",
                "reference": "541c04560da1875f62c963c3aab6ea12a7314e11",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "psr/log": "^1|^2|^3",
                "symfony/http-client-contracts": "^3",
                "symfony/service-contracts": "^1.0|^2|^3"
            },
            "provide": {
                "php-http/async-client-implementation": "*",
                "php-http/client-implementation": "*",
                "psr/http-client-implementation": "1.0",
                "symfony/http-client-implementation": "3.0"
            },
            "time": "2023-01-30T15:41:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\HttpClient\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
            "homepage": "https://symfony.com",
            "install-path": "../symfony/http-client"
        },
        {
            "name": "symfony/http-client-contracts",
            "version": "v3.0.2",
            "version_normalized": "3.0.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/4184b9b63af1edaf35b6a7974c6f1f9f33294129",
                "reference": "4184b9b63af1edaf35b6a7974c6f1f9f33294129",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2"
            },
            "suggest": {
                "symfony/http-client-implementation": ""
            },
            "time": "2022-04-12T16:11:42+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.0-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\HttpClient\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to HTTP clients",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "install-path": "../symfony/http-client-contracts"
        },
        {
            "name": "symfony/mailer",
            "version": "v6.0.19",
            "version_normalized": "6.0.19.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mailer/zipball/cd60799210c488f545ddde2444dc1aa548322872",
                "reference": "cd60799210c488f545ddde2444dc1aa548322872",
                "shasum": ""
            },
            "require": {
                "egulias/email-validator": "^2.1.10|^3|^4",
                "php": ">=8.0.2",
                "psr/event-dispatcher": "^1",
                "psr/log": "^1|^2|^3",
                "symfony/event-dispatcher": "^5.4|^6.0",
                "symfony/mime": "^5.4|^6.0",
                "symfony/service-contracts": "^1.1|^2|^3"
            },
            "conflict": {
                "symfony/http-kernel": "<5.4"
            },
            "time": "2023-01-11T11:50:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Mailer\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Helps sending emails",
            "homepage": "https://symfony.com",
            "install-path": "../symfony/mailer"
        },
        {
            "name": "symfony/mime",
            "version": "v6.0.19",
            "version_normalized": "6.0.19.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mime/zipball/d7052547a0070cbeadd474e172b527a00d657301",
                "reference": "d7052547a0070cbeadd474e172b527a00d657301",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "symfony/polyfill-intl-idn": "^1.10",
                "symfony/polyfill-mbstring": "^1.0"
            },
            "conflict": {
                "egulias/email-validator": "~3.0.0",
                "phpdocumentor/reflection-docblock": "<3.2.2",
                "phpdocumentor/type-resolver": "<1.4.0",
                "symfony/mailer": "<5.4",
                "symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6"
            },
            "time": "2023-01-11T11:50:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Mime\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Allows manipulating MIME messages",
            "homepage": "https://symfony.com",
            "keywords": [
                "mime",
                "mime-type"
            ],
            "install-path": "../symfony/mime"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.27.0",
            "version_normalized": "1.27.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
                "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2022-11-03T14:55:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.27-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                }
            },
            "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"
            ],
            "install-path": "../symfony/polyfill-ctype"
        },
        {
            "name": "symfony/polyfill-iconv",
            "version": "v1.27.0",
            "version_normalized": "1.27.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/927013f3aac555983a5059aada98e1907d842695",
                "reference": "927013f3aac555983a5059aada98e1907d842695",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-iconv": "*"
            },
            "suggest": {
                "ext-iconv": "For best performance"
            },
            "time": "2022-11-03T14:55:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.27-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Iconv\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Iconv extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "iconv",
                "polyfill",
                "portable",
                "shim"
            ],
            "install-path": "../symfony/polyfill-iconv"
        },
        {
            "name": "symfony/polyfill-intl-grapheme",
            "version": "v1.27.0",
            "version_normalized": "1.27.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
                "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2022-11-03T14:55:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.27-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's grapheme_* functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "grapheme",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "install-path": "../symfony/polyfill-intl-grapheme"
        },
        {
            "name": "symfony/polyfill-intl-idn",
            "version": "v1.27.0",
            "version_normalized": "1.27.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
                "reference": "639084e360537a19f9ee352433b84ce831f3d2da",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "symfony/polyfill-intl-normalizer": "^1.10",
                "symfony/polyfill-php72": "^1.10"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2022-11-03T14:55:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.27-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Laurent Bassin",
                    "email": "laurent@bassin.info"
                },
                {
                    "name": "Trevor Rowbotham",
                    "email": "trevor.rowbotham@pm.me"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "idn",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "install-path": "../symfony/polyfill-intl-idn"
        },
        {
            "name": "symfony/polyfill-intl-normalizer",
            "version": "v1.27.0",
            "version_normalized": "1.27.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2022-11-03T14:55:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.27-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's Normalizer class and related functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "intl",
                "normalizer",
                "polyfill",
                "portable",
                "shim"
            ],
            "install-path": "../symfony/polyfill-intl-normalizer"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.27.0",
            "version_normalized": "1.27.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2022-11-03T14:55:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.27-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "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"
            ],
            "install-path": "../symfony/polyfill-mbstring"
        },
        {
            "name": "symfony/polyfill-php72",
            "version": "v1.27.0",
            "version_normalized": "1.27.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
                "reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2022-11-03T14:55:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.27-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php72\\": ""
                }
            },
            "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.2+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "install-path": "../symfony/polyfill-php72"
        },
        {
            "name": "symfony/polyfill-php73",
            "version": "v1.27.0",
            "version_normalized": "1.27.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
                "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2022-11-03T14:55:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.27-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php73\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "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"
            ],
            "install-path": "../symfony/polyfill-php73"
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "v1.27.0",
            "version_normalized": "1.27.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
                "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2022-11-03T14:55:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.27-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "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"
            ],
            "install-path": "../symfony/polyfill-php80"
        },
        {
            "name": "symfony/process",
            "version": "v6.0.19",
            "version_normalized": "6.0.19.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/2114fd60f26a296cc403a7939ab91478475a33d4",
                "reference": "2114fd60f26a296cc403a7939ab91478475a33d4",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2"
            },
            "time": "2023-01-01T08:36:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Process\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Executes commands in sub-processes",
            "homepage": "https://symfony.com",
            "install-path": "../symfony/process"
        },
        {
            "name": "symfony/property-access",
            "version": "v6.0.19",
            "version_normalized": "6.0.19.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/property-access/zipball/cae9aadf6e3a08315af666d4fede905fbb5b5393",
                "reference": "cae9aadf6e3a08315af666d4fede905fbb5b5393",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "symfony/property-info": "^5.4|^6.0"
            },
            "suggest": {
                "psr/cache-implementation": "To cache access methods."
            },
            "time": "2023-01-01T08:36:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\PropertyAccess\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides functions to read and write from/to an object or array using a simple string notation",
            "homepage": "https://symfony.com",
            "keywords": [
                "access",
                "array",
                "extraction",
                "index",
                "injection",
                "object",
                "property",
                "property path",
                "reflection"
            ],
            "install-path": "../symfony/property-access"
        },
        {
            "name": "symfony/property-info",
            "version": "v6.0.19",
            "version_normalized": "6.0.19.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/property-info/zipball/e6dfb2223b21768d3b2ae033a5e1f9d205184d45",
                "reference": "e6dfb2223b21768d3b2ae033a5e1f9d205184d45",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "symfony/string": "^5.4|^6.0"
            },
            "conflict": {
                "phpdocumentor/reflection-docblock": "<5.2",
                "phpdocumentor/type-resolver": "<1.4.0",
                "symfony/dependency-injection": "<5.4"
            },
            "suggest": {
                "phpdocumentor/reflection-docblock": "To use the PHPDoc",
                "psr/cache-implementation": "To cache results",
                "symfony/doctrine-bridge": "To use Doctrine metadata",
                "symfony/serializer": "To use Serializer metadata"
            },
            "time": "2023-01-15T17:21:41+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\PropertyInfo\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kévin Dunglas",
                    "email": "dunglas@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Extracts information about PHP class' properties using metadata of popular sources",
            "homepage": "https://symfony.com",
            "keywords": [
                "doctrine",
                "phpdoc",
                "property",
                "symfony",
                "type",
                "validator"
            ],
            "install-path": "../symfony/property-info"
        },
        {
            "name": "symfony/service-contracts",
            "version": "v3.0.2",
            "version_normalized": "3.0.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d78d39c1599bd1188b8e26bb341da52c3c6d8a66",
                "reference": "d78d39c1599bd1188b8e26bb341da52c3c6d8a66",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "psr/container": "^2.0"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
            },
            "suggest": {
                "symfony/service-implementation": ""
            },
            "time": "2022-05-30T19:17:58+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.0-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Service\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to writing services",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "install-path": "../symfony/service-contracts"
        },
        {
            "name": "symfony/string",
            "version": "v6.0.19",
            "version_normalized": "6.0.19.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/string/zipball/d9e72497367c23e08bf94176d2be45b00a9d232a",
                "reference": "d9e72497367c23e08bf94176d2be45b00a9d232a",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-intl-grapheme": "~1.0",
                "symfony/polyfill-intl-normalizer": "~1.0",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "conflict": {
                "symfony/translation-contracts": "<2.0"
            },
            "time": "2023-01-01T08:36:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources/functions.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\String\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
            "homepage": "https://symfony.com",
            "keywords": [
                "grapheme",
                "i18n",
                "string",
                "unicode",
                "utf-8",
                "utf8"
            ],
            "install-path": "../symfony/string"
        },
        {
            "name": "symfony/translation",
            "version": "v6.0.19",
            "version_normalized": "6.0.19.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation/zipball/9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f",
                "reference": "9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/translation-contracts": "^2.3|^3.0"
            },
            "conflict": {
                "symfony/config": "<5.4",
                "symfony/console": "<5.4",
                "symfony/dependency-injection": "<5.4",
                "symfony/http-kernel": "<5.4",
                "symfony/twig-bundle": "<5.4",
                "symfony/yaml": "<5.4"
            },
            "provide": {
                "symfony/translation-implementation": "2.3|3.0"
            },
            "suggest": {
                "psr/log-implementation": "To use logging capability in translator",
                "symfony/config": "",
                "symfony/yaml": ""
            },
            "time": "2023-01-01T08:36:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources/functions.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\Translation\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools to internationalize your application",
            "homepage": "https://symfony.com",
            "install-path": "../symfony/translation"
        },
        {
            "name": "symfony/translation-contracts",
            "version": "v3.0.2",
            "version_normalized": "3.0.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/acbfbb274e730e5a0236f619b6168d9dedb3e282",
                "reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2"
            },
            "suggest": {
                "symfony/translation-implementation": ""
            },
            "time": "2022-06-27T17:10:44+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.0-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Translation\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to translation",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "install-path": "../symfony/translation-contracts"
        },
        {
            "name": "symfony/var-dumper",
            "version": "v5.4.25",
            "version_normalized": "5.4.25.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/82269f73c0f0f9859ab9b6900eebacbe54954ede",
                "reference": "82269f73c0f0f9859ab9b6900eebacbe54954ede",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
                "symfony/console": "<4.4"
            },
            "suggest": {
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
                "ext-intl": "To show region name in time zone dump",
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
            },
            "time": "2023-06-20T20:56:26+00:00",
            "bin": [
                "Resources/bin/var-dump-server"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources/functions/dump.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\VarDumper\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides mechanisms for walking through any arbitrary PHP variable",
            "homepage": "https://symfony.com",
            "keywords": [
                "debug",
                "dump"
            ],
            "install-path": "../symfony/var-dumper"
        },
        {
            "name": "symfony/yaml",
            "version": "v5.4.23",
            "version_normalized": "5.4.23.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/4cd2e3ea301aadd76a4172756296fe552fb45b0b",
                "reference": "4cd2e3ea301aadd76a4172756296fe552fb45b0b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "symfony/console": "<5.3"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "time": "2023-04-23T19:33:36+00:00",
            "bin": [
                "Resources/bin/yaml-lint"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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",
            "install-path": "../symfony/yaml"
        },
        {
            "name": "theiconic/name-parser",
            "version": "v1.2.11",
            "version_normalized": "1.2.11.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/theiconic/name-parser/zipball/9a54a713bf5b2e7fd990828147d42de16bf8a253",
                "reference": "9a54a713bf5b2e7fd990828147d42de16bf8a253",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2019-11-14T14:08:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TheIconic\\NameParser\\": [
                        "src/",
                        "tests/"
                    ]
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "The Iconic",
                    "email": "engineering@theiconic.com.au"
                }
            ],
            "description": "PHP library for parsing a string containing a full name into its parts",
            "install-path": "../theiconic/name-parser"
        },
        {
            "name": "twig/twig",
            "version": "v3.4.3",
            "version_normalized": "3.4.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/c38fd6b0b7f370c198db91ffd02e23b517426b58",
                "reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-mbstring": "^1.3"
            },
            "time": "2022-09-28T08:42:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.4-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Twig\\": "src/"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Twig Team",
                    "role": "Contributors"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "https://twig.symfony.com",
            "keywords": [
                "templating"
            ],
            "install-path": "../twig/twig"
        },
        {
            "name": "ueberdosis/tiptap-php",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ueberdosis/tiptap-php/zipball/ff255757570bd34da21772a9af826335db8de0b9",
                "reference": "ff255757570bd34da21772a9af826335db8de0b9",
                "shasum": ""
            },
            "require": {
                "php": "^7.4|^8.0",
                "scrivo/highlight.php": "v9.18.1.9",
                "spatie/shiki-php": "^1.3"
            },
            "time": "2023-04-27T14:17:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Tiptap\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Hans Pagel",
                    "email": "humans@tiptap.dev",
                    "role": "Developer"
                }
            ],
            "description": "A PHP package to work with Tiptap output",
            "homepage": "https://github.com/ueberdosis/tiptap-php",
            "keywords": [
                "prosemirror",
                "tiptap",
                "ueberdosis"
            ],
            "install-path": "../ueberdosis/tiptap-php"
        },
        {
            "name": "vaersaagod/dospaces",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/vaersaagod/dospaces.git",
                "reference": "1fcfd086c0829c4352a76d9be7788a74d19d771d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vaersaagod/dospaces/zipball/1fcfd086c0829c4352a76d9be7788a74d19d771d",
                "reference": "1fcfd086c0829c4352a76d9be7788a74d19d771d",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^4.0.0-beta.4",
                "craftcms/flysystem": "^1.0.0-beta.2",
                "league/flysystem-aws-s3-v3": "^3.0.0",
                "php": "^8.0"
            },
            "time": "2022-05-04T21:42:54+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "DigitalOcean Spaces Filesystem",
                "handle": "dospaces",
                "schemaVersion": "2.0.0",
                "changelogUrl": "https://raw.githubusercontent.com/vaersaagod/dospaces/master/CHANGELOG.md",
                "downloadUrl": "https://github.com/vaersaagod/dospaces/archive/master.zip"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "vaersaagod\\dospaces\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Værsågod",
                    "homepage": "https://www.vaersaagod.no/"
                }
            ],
            "description": "DigitalOcean Spaces integration for Craft CMS",
            "keywords": [
                "Flysystem",
                "aws",
                "cms",
                "craftcms",
                "digitalocean",
                "spaces",
                "yii2"
            ],
            "support": {
                "docs": "https://github.com/vaersaagod/dospaces",
                "issues": "https://github.com/vaersaagod/dospaces/issues?state=open",
                "rss": "https://github.com/vaersaagod/dospaces/commits/master.atom",
                "source": "https://github.com/vaersaagod/dospaces"
            },
            "install-path": "../vaersaagod/dospaces"
        },
        {
            "name": "verbb/base",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/verbb/verbb-base/zipball/ced85b38b7afd51251ab806c44d2fb05669c0181",
                "reference": "ced85b38b7afd51251ab806c44d2fb05669c0181",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^4.0.0",
                "php": "^8.0.2"
            },
            "time": "2023-05-10T02:57:47+00:00",
            "type": "yii-module",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "verbb\\base\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Verbb",
                    "homepage": "https://verbb.io"
                }
            ],
            "description": "Common utilities and building-blocks for Verbb plugins for Craft CMS.",
            "install-path": "../verbb/base"
        },
        {
            "name": "verbb/super-table",
            "version": "3.0.9",
            "version_normalized": "3.0.9.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/verbb/super-table/zipball/117b22a4b79294b24236cf0f61db0b7bdcac0d17",
                "reference": "117b22a4b79294b24236cf0f61db0b7bdcac0d17",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^4.0.0",
                "php": "^8.0.2",
                "verbb/base": "^2.0.0"
            },
            "time": "2023-05-24T06:30:16+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Super Table",
                "handle": "super-table",
                "description": "Super-charge your Craft workflow with Super Table. Use it to group fields together or build complex Matrix-in-Matrix solutions.",
                "documentationUrl": "https://github.com/verbb/super-table",
                "changelogUrl": "https://raw.githubusercontent.com/verbb/super-table/craft-4/CHANGELOG.md",
                "class": "verbb\\supertable\\SuperTable"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "verbb\\supertable\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Verbb",
                    "homepage": "https://verbb.io"
                }
            ],
            "description": "Super-charge your content builders and create nested Matrix fields.",
            "keywords": [
                "cms",
                "craft",
                "craft-plugin",
                "craftcms",
                "super table"
            ],
            "support": {
                "email": "support@verbb.io",
                "issues": "https://github.com/verbb/super-table/issues?state=open",
                "source": "https://github.com/verbb/super-table",
                "docs": "https://github.com/verbb/super-table",
                "rss": "https://github.com/verbb/super-table/commits/v2.atom"
            },
            "install-path": "../verbb/super-table"
        },
        {
            "name": "verbb/vizy",
            "version": "2.1.6",
            "version_normalized": "2.1.6.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/verbb/vizy/zipball/b0de4fd95e3377c3a9f3dec0236b7e58ee21633b",
                "reference": "b0de4fd95e3377c3a9f3dec0236b7e58ee21633b",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^4.4.0",
                "nystudio107/craft-plugin-vite": "^4.0.0-beta.4",
                "php": "^8.0.2",
                "ueberdosis/tiptap-php": "^1.0",
                "verbb/base": "^2.0.0",
                "yii2mod/yii2-array-query": "^1.4"
            },
            "time": "2023-05-27T01:51:36+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Vizy",
                "handle": "vizy",
                "changelogUrl": "https://raw.githubusercontent.com/verbb/vizy/craft-4/CHANGELOG.md",
                "class": "verbb\\vizy\\Vizy"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "verbb\\vizy\\": "src/"
                }
            },
            "license": [
                "proprietary"
            ],
            "authors": [
                {
                    "name": "Verbb",
                    "homepage": "https://verbb.io"
                }
            ],
            "description": "A flexible visual editor field for Craft.",
            "keywords": [
                "cms",
                "craft",
                "craft-plugin",
                "craftcms",
                "prosemirror",
                "tiptap",
                "vizy"
            ],
            "support": {
                "email": "support@verbb.io",
                "issues": "https://github.com/verbb/vizy/issues?state=open",
                "source": "https://github.com/verbb/vizy",
                "docs": "https://github.com/verbb/vizy",
                "rss": "https://github.com/verbb/vizy/commits/v2.atom"
            },
            "install-path": "../verbb/vizy"
        },
        {
            "name": "vlucas/phpdotenv",
            "version": "v3.6.10",
            "version_normalized": "3.6.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/vlucas/phpdotenv.git",
                "reference": "5b547cdb25825f10251370f57ba5d9d924e6f68e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/5b547cdb25825f10251370f57ba5d9d924e6f68e",
                "reference": "5b547cdb25825f10251370f57ba5d9d924e6f68e",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 || ^7.0 || ^8.0",
                "phpoption/phpoption": "^1.5.2",
                "symfony/polyfill-ctype": "^1.17"
            },
            "require-dev": {
                "ext-filter": "*",
                "ext-pcre": "*",
                "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.21"
            },
            "suggest": {
                "ext-filter": "Required to use the boolean validator.",
                "ext-pcre": "Required to use most of the library."
            },
            "time": "2021-12-12T23:02:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Dotenv\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Vance Lucas",
                    "email": "vance@vancelucas.com",
                    "homepage": "https://github.com/vlucas"
                }
            ],
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
            "keywords": [
                "dotenv",
                "env",
                "environment"
            ],
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
                    "type": "tidelift"
                }
            ],
            "install-path": "../vlucas/phpdotenv"
        },
        {
            "name": "voku/anti-xss",
            "version": "4.1.42",
            "version_normalized": "4.1.42.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/voku/anti-xss/zipball/bca1f8607e55a3c5077483615cd93bd8f11bd675",
                "reference": "bca1f8607e55a3c5077483615cd93bd8f11bd675",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "voku/portable-utf8": "~6.0.2"
            },
            "time": "2023-07-03T14:40:46+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "voku\\helper\\": "src/voku/helper/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "EllisLab Dev Team",
                    "homepage": "http://ellislab.com/"
                },
                {
                    "name": "Lars Moelleken",
                    "email": "lars@moelleken.org",
                    "homepage": "https://www.moelleken.org/"
                }
            ],
            "description": "anti xss-library",
            "homepage": "https://github.com/voku/anti-xss",
            "keywords": [
                "anti-xss",
                "clean",
                "security",
                "xss"
            ],
            "install-path": "../voku/anti-xss"
        },
        {
            "name": "voku/arrayy",
            "version": "7.9.6",
            "version_normalized": "7.9.6.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/voku/Arrayy/zipball/0e20b8c6eef7fc46694a2906e0eae2f9fc11cade",
                "reference": "0e20b8c6eef7fc46694a2906e0eae2f9fc11cade",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=7.0.0",
                "phpdocumentor/reflection-docblock": "~4.3 || ~5.0",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "time": "2022-12-27T12:58:32+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/Create.php"
                ],
                "psr-4": {
                    "Arrayy\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Lars Moelleken",
                    "email": "lars@moelleken.org",
                    "homepage": "https://www.moelleken.org/",
                    "role": "Maintainer"
                }
            ],
            "description": "Array manipulation library for PHP, called Arrayy!",
            "keywords": [
                "Arrayy",
                "array",
                "helpers",
                "manipulation",
                "methods",
                "utility",
                "utils"
            ],
            "install-path": "../voku/arrayy"
        },
        {
            "name": "voku/email-check",
            "version": "3.1.0",
            "version_normalized": "3.1.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/voku/email-check/zipball/6ea842920bbef6758b8c1e619fd1710e7a1a2cac",
                "reference": "6ea842920bbef6758b8c1e619fd1710e7a1a2cac",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "symfony/polyfill-intl-idn": "~1.10"
            },
            "suggest": {
                "ext-intl": "Use Intl for best performance"
            },
            "time": "2021-01-27T14:14:33+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "voku\\helper\\": "src/voku/helper/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Lars Moelleken",
                    "homepage": "http://www.moelleken.org/"
                }
            ],
            "description": "email-check (syntax, dns, trash, ...) library",
            "homepage": "https://github.com/voku/email-check",
            "keywords": [
                "check-email",
                "email",
                "mail",
                "mail-check",
                "validate-email",
                "validate-email-address",
                "validate-mail"
            ],
            "install-path": "../voku/email-check"
        },
        {
            "name": "voku/portable-ascii",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
                "reference": "b56450eed252f6801410d810c8e1727224ae0743",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0"
            },
            "suggest": {
                "ext-intl": "Use Intl for transliterator_transliterate() support"
            },
            "time": "2022-03-08T17:03:00+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "voku\\": "src/voku/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Lars Moelleken",
                    "homepage": "http://www.moelleken.org/"
                }
            ],
            "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
            "homepage": "https://github.com/voku/portable-ascii",
            "keywords": [
                "ascii",
                "clean",
                "php"
            ],
            "install-path": "../voku/portable-ascii"
        },
        {
            "name": "voku/portable-utf8",
            "version": "6.0.13",
            "version_normalized": "6.0.13.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/voku/portable-utf8/zipball/b8ce36bf26593e5c2e81b1850ef0ffb299d2043f",
                "reference": "b8ce36bf26593e5c2e81b1850ef0ffb299d2043f",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "symfony/polyfill-iconv": "~1.0",
                "symfony/polyfill-intl-grapheme": "~1.0",
                "symfony/polyfill-intl-normalizer": "~1.0",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php72": "~1.0",
                "voku/portable-ascii": "~2.0.0"
            },
            "suggest": {
                "ext-ctype": "Use Ctype for e.g. hexadecimal digit detection",
                "ext-fileinfo": "Use Fileinfo for better binary file detection",
                "ext-iconv": "Use iconv for best performance",
                "ext-intl": "Use Intl for best performance",
                "ext-json": "Use JSON for string detection",
                "ext-mbstring": "Use Mbstring for best performance"
            },
            "time": "2023-03-08T08:35:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "voku\\": "src/voku/"
                }
            },
            "license": [
                "(Apache-2.0 or GPL-2.0)"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Hamid Sarfraz",
                    "homepage": "http://pageconfig.com/"
                },
                {
                    "name": "Lars Moelleken",
                    "homepage": "http://www.moelleken.org/"
                }
            ],
            "description": "Portable UTF-8 library - performance optimized (unicode) string functions for php.",
            "homepage": "https://github.com/voku/portable-utf8",
            "keywords": [
                "UTF",
                "clean",
                "php",
                "unicode",
                "utf-8",
                "utf8"
            ],
            "install-path": "../voku/portable-utf8"
        },
        {
            "name": "voku/stop-words",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/voku/stop-words/zipball/8e63c0af20f800b1600783764e0ce19e53969f71",
                "reference": "8e63c0af20f800b1600783764e0ce19e53969f71",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0"
            },
            "time": "2018-11-23T01:37:27+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "voku\\": "src/voku/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Lars Moelleken",
                    "homepage": "http://www.moelleken.org/"
                }
            ],
            "description": "Stop-Words via PHP",
            "keywords": [
                "stop words",
                "stop-words"
            ],
            "install-path": "../voku/stop-words"
        },
        {
            "name": "voku/stringy",
            "version": "6.5.3",
            "version_normalized": "6.5.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/voku/Stringy/zipball/c453c88fbff298f042c836ef44306f8703b2d537",
                "reference": "c453c88fbff298f042c836ef44306f8703b2d537",
                "shasum": ""
            },
            "require": {
                "defuse/php-encryption": "~2.0",
                "ext-json": "*",
                "php": ">=7.0.0",
                "voku/anti-xss": "~4.1",
                "voku/arrayy": "~7.8",
                "voku/email-check": "~3.1",
                "voku/portable-ascii": "~2.0",
                "voku/portable-utf8": "~6.0",
                "voku/urlify": "~5.0"
            },
            "replace": {
                "danielstjules/stringy": "~3.0"
            },
            "time": "2022-03-28T14:52:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/Create.php"
                ],
                "psr-4": {
                    "Stringy\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel St. Jules",
                    "email": "danielst.jules@gmail.com",
                    "homepage": "http://www.danielstjules.com",
                    "role": "Maintainer"
                },
                {
                    "name": "Lars Moelleken",
                    "email": "lars@moelleken.org",
                    "homepage": "https://www.moelleken.org/",
                    "role": "Fork-Maintainer"
                }
            ],
            "description": "A string manipulation library with multibyte support",
            "homepage": "https://github.com/danielstjules/Stringy",
            "keywords": [
                "UTF",
                "helpers",
                "manipulation",
                "methods",
                "multibyte",
                "string",
                "utf-8",
                "utility",
                "utils"
            ],
            "install-path": "../voku/stringy"
        },
        {
            "name": "voku/urlify",
            "version": "5.0.7",
            "version_normalized": "5.0.7.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/voku/urlify/zipball/014b2074407b5db5968f836c27d8731934b330e4",
                "reference": "014b2074407b5db5968f836c27d8731934b330e4",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "voku/portable-ascii": "~2.0",
                "voku/portable-utf8": "~6.0",
                "voku/stop-words": "~2.0"
            },
            "time": "2022-01-24T19:08:46+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "voku\\helper\\": "src/voku/helper/"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Johnny Broadway",
                    "email": "johnny@johnnybroadway.com",
                    "homepage": "http://www.johnnybroadway.com/"
                },
                {
                    "name": "Lars Moelleken",
                    "email": "lars@moelleken.org",
                    "homepage": "https://moelleken.org/"
                }
            ],
            "description": "PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.",
            "homepage": "https://github.com/voku/urlify",
            "keywords": [
                "encode",
                "iconv",
                "link",
                "slug",
                "translit",
                "transliterate",
                "transliteration",
                "url",
                "urlify"
            ],
            "install-path": "../voku/urlify"
        },
        {
            "name": "webfactory/phumbor",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webfactory/phumbor.git",
                "reference": "b91be204f7f1aff82ac1b8d89321cdcdb16ba6ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webfactory/phumbor/zipball/b91be204f7f1aff82ac1b8d89321cdcdb16ba6ed",
                "reference": "b91be204f7f1aff82ac1b8d89321cdcdb16ba6ed",
                "shasum": ""
            },
            "replace": {
                "99designs/phumbor": "*"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8|^5.0"
            },
            "time": "2020-12-12T16:12:01+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Thumbor": "lib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Stuart Campbell",
                    "email": "stuart.campbell@99designs.com"
                },
                {
                    "name": "webfactory GmbH",
                    "email": "info@webfactory.de"
                }
            ],
            "description": "A minimal Thumbor library for PHP",
            "homepage": "https://github.com/webfactory/phumbor",
            "keywords": [
                "Thumbnails",
                "php",
                "thumbor",
                "webfactory"
            ],
            "support": {
                "source": "https://github.com/webfactory/phumbor/tree/1.3.0"
            },
            "install-path": "../webfactory/phumbor"
        },
        {
            "name": "webmozart/assert",
            "version": "1.11.0",
            "version_normalized": "1.11.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "php": "^7.2 || ^8.0"
            },
            "conflict": {
                "phpstan/phpstan": "<0.12.20",
                "vimeo/psalm": "<4.6.1 || 4.6.2"
            },
            "time": "2022-06-03T18:03:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.10-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Webmozart\\Assert\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Assertions to validate method input/output with nice error messages.",
            "keywords": [
                "assert",
                "check",
                "validate"
            ],
            "install-path": "../webmozart/assert"
        },
        {
            "name": "webonyx/graphql-php",
            "version": "v14.11.10",
            "version_normalized": "14.11.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webonyx/graphql-php.git",
                "reference": "d9c2fdebc6aa01d831bc2969da00e8588cffef19"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/d9c2fdebc6aa01d831bc2969da00e8588cffef19",
                "reference": "d9c2fdebc6aa01d831bc2969da00e8588cffef19",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": "^7.1 || ^8"
            },
            "require-dev": {
                "amphp/amp": "^2.3",
                "doctrine/coding-standard": "^6.0",
                "nyholm/psr7": "^1.2",
                "phpbench/phpbench": "^1.2",
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "0.12.82",
                "phpstan/phpstan-phpunit": "0.12.18",
                "phpstan/phpstan-strict-rules": "0.12.9",
                "phpunit/phpunit": "^7.2 || ^8.5",
                "psr/http-message": "^1.0",
                "react/promise": "2.*",
                "simpod/php-coveralls-mirror": "^3.0"
            },
            "suggest": {
                "psr/http-message": "To use standard GraphQL server",
                "react/promise": "To leverage async resolving on React PHP platform"
            },
            "time": "2023-07-05T14:23:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GraphQL\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A PHP port of GraphQL reference implementation",
            "homepage": "https://github.com/webonyx/graphql-php",
            "keywords": [
                "api",
                "graphql"
            ],
            "support": {
                "issues": "https://github.com/webonyx/graphql-php/issues",
                "source": "https://github.com/webonyx/graphql-php/tree/v14.11.10"
            },
            "funding": [
                {
                    "url": "https://opencollective.com/webonyx-graphql-php",
                    "type": "open_collective"
                }
            ],
            "install-path": "../webonyx/graphql-php"
        },
        {
            "name": "yii2mod/yii2-array-query",
            "version": "1.4",
            "version_normalized": "1.4.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yii2mod/yii2-array-query/zipball/646eee9dd473330a23d0d1d3669143c76465b535",
                "reference": "646eee9dd473330a23d0d1d3669143c76465b535",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "yiisoft/yii2": "*"
            },
            "time": "2019-08-26T20:03:51+00:00",
            "type": "yii2-extension",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "yii2mod\\query\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Igor Chepurnoi",
                    "email": "chepurnoi.igor@gmail.com"
                }
            ],
            "description": "Yii2 component that allows for searching/filtering the elements of an array.",
            "keywords": [
                "yii2",
                "yii2 array query",
                "yii2 array search"
            ],
            "install-path": "../yii2mod/yii2-array-query"
        },
        {
            "name": "yiisoft/yii2",
            "version": "2.0.47",
            "version_normalized": "2.0.47.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/8ecf57895d9c4b29cf9658ffe57af5f3d0e25254",
                "reference": "8ecf57895d9c4b29cf9658ffe57af5f3d0e25254",
                "shasum": ""
            },
            "require": {
                "bower-asset/inputmask": "~3.2.2 | ~3.3.5",
                "bower-asset/jquery": "3.6.*@stable | 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
                "bower-asset/punycode": "1.3.*",
                "bower-asset/yii2-pjax": "~2.0.1",
                "cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0",
                "ext-ctype": "*",
                "ext-mbstring": "*",
                "ezyang/htmlpurifier": "~4.6",
                "lib-pcre": "*",
                "paragonie/random_compat": ">=1",
                "php": ">=5.4.0",
                "yiisoft/yii2-composer": "~2.0.4"
            },
            "time": "2022-11-18T16:21:58+00:00",
            "bin": [
                "yii"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "yii\\": ""
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Qiang Xue",
                    "email": "qiang.xue@gmail.com",
                    "homepage": "https://www.yiiframework.com/",
                    "role": "Founder and project lead"
                },
                {
                    "name": "Alexander Makarov",
                    "email": "sam@rmcreative.ru",
                    "homepage": "https://rmcreative.ru/",
                    "role": "Core framework development"
                },
                {
                    "name": "Maurizio Domba",
                    "homepage": "http://mdomba.info/",
                    "role": "Core framework development"
                },
                {
                    "name": "Carsten Brandt",
                    "email": "mail@cebe.cc",
                    "homepage": "https://www.cebe.cc/",
                    "role": "Core framework development"
                },
                {
                    "name": "Timur Ruziev",
                    "email": "resurtm@gmail.com",
                    "homepage": "http://resurtm.com/",
                    "role": "Core framework development"
                },
                {
                    "name": "Paul Klimov",
                    "email": "klimov.paul@gmail.com",
                    "role": "Core framework development"
                },
                {
                    "name": "Dmitry Naumenko",
                    "email": "d.naumenko.a@gmail.com",
                    "role": "Core framework development"
                },
                {
                    "name": "Boudewijn Vahrmeijer",
                    "email": "info@dynasource.eu",
                    "homepage": "http://dynasource.eu",
                    "role": "Core framework development"
                }
            ],
            "description": "Yii PHP Framework Version 2",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "framework",
                "yii2"
            ],
            "install-path": "../yiisoft/yii2"
        },
        {
            "name": "yiisoft/yii2-composer",
            "version": "2.0.10",
            "version_normalized": "2.0.10.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/94bb3f66e779e2774f8776d6e1bdeab402940510",
                "reference": "94bb3f66e779e2774f8776d6e1bdeab402940510",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 | ^2.0"
            },
            "time": "2020-06-24T00:04:01+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "yii\\composer\\Plugin",
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "yii\\composer\\": ""
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Qiang Xue",
                    "email": "qiang.xue@gmail.com"
                },
                {
                    "name": "Carsten Brandt",
                    "email": "mail@cebe.cc"
                }
            ],
            "description": "The composer plugin for Yii extension installer",
            "keywords": [
                "composer",
                "extension installer",
                "yii2"
            ],
            "install-path": "../yiisoft/yii2-composer"
        },
        {
            "name": "yiisoft/yii2-debug",
            "version": "2.1.22",
            "version_normalized": "2.1.22.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/c0fa388c56b64edfb92987fdcc37d7a0243170d7",
                "reference": "c0fa388c56b64edfb92987fdcc37d7a0243170d7",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.4",
                "yiisoft/yii2": "~2.0.13"
            },
            "time": "2022-11-18T17:29:27+00:00",
            "type": "yii2-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                },
                "composer-exit-on-patch-failure": true,
                "patches": {
                    "phpunit/phpunit-mock-objects": {
                        "Fix PHP 7 and 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_mock_objects.patch"
                    },
                    "phpunit/phpunit": {
                        "Fix PHP 7 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php7.patch",
                        "Fix PHP 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php8.patch",
                        "Fix PHP 8.1 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php81.patch"
                    }
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "yii\\debug\\": "src"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Qiang Xue",
                    "email": "qiang.xue@gmail.com"
                },
                {
                    "name": "Simon Karlen",
                    "email": "simi.albi@outlook.com"
                }
            ],
            "description": "The debugger extension for the Yii framework",
            "keywords": [
                "debug",
                "debugger",
                "yii2"
            ],
            "install-path": "../yiisoft/yii2-debug"
        },
        {
            "name": "yiisoft/yii2-queue",
            "version": "2.3.5",
            "version_normalized": "2.3.5.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/yii2-queue/zipball/c1bf0ef5dbe107dc1cf692c1349b9ddd2485a399",
                "reference": "c1bf0ef5dbe107dc1cf692c1349b9ddd2485a399",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.0",
                "symfony/process": "^3.3||^4.0||^5.0||^6.0",
                "yiisoft/yii2": "~2.0.14"
            },
            "suggest": {
                "aws/aws-sdk-php": "Need for aws SQS.",
                "enqueue/amqp-lib": "Need for AMQP interop queue.",
                "enqueue/stomp": "Need for Stomp queue.",
                "ext-gearman": "Need for Gearman queue.",
                "ext-pcntl": "Need for process signals.",
                "pda/pheanstalk": "Need for Beanstalk queue.",
                "php-amqplib/php-amqplib": "Need for AMQP queue.",
                "yiisoft/yii2-redis": "Need for Redis queue."
            },
            "time": "2022-11-18T17:16:47+00:00",
            "type": "yii2-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "yii\\queue\\": "src",
                    "yii\\queue\\db\\": "src/drivers/db",
                    "yii\\queue\\sqs\\": "src/drivers/sqs",
                    "yii\\queue\\amqp\\": "src/drivers/amqp",
                    "yii\\queue\\file\\": "src/drivers/file",
                    "yii\\queue\\sync\\": "src/drivers/sync",
                    "yii\\queue\\redis\\": "src/drivers/redis",
                    "yii\\queue\\stomp\\": "src/drivers/stomp",
                    "yii\\queue\\gearman\\": "src/drivers/gearman",
                    "yii\\queue\\beanstalk\\": "src/drivers/beanstalk",
                    "yii\\queue\\amqp_interop\\": "src/drivers/amqp_interop"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Roman Zhuravlev",
                    "email": "zhuravljov@gmail.com"
                }
            ],
            "description": "Yii2 Queue Extension which supported DB, Redis, RabbitMQ, Beanstalk, SQS and Gearman",
            "keywords": [
                "async",
                "beanstalk",
                "db",
                "gearman",
                "gii",
                "queue",
                "rabbitmq",
                "redis",
                "sqs",
                "yii"
            ],
            "install-path": "../yiisoft/yii2-queue"
        },
        {
            "name": "yiisoft/yii2-symfonymailer",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/yii2-symfonymailer/zipball/82f5902551a160633c4734b5096977ce76a809d9",
                "reference": "82f5902551a160633c4734b5096977ce76a809d9",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0",
                "symfony/mailer": ">=5.4.0",
                "yiisoft/yii2": ">=2.0.4"
            },
            "time": "2022-09-04T10:48:21+00:00",
            "type": "yii2-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "yii\\symfonymailer\\": "src"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Kirill Petrov",
                    "email": "archibeardrinker@gmail.com"
                }
            ],
            "description": "The SymfonyMailer integration for the Yii framework",
            "keywords": [
                "email",
                "mail",
                "mailer",
                "symfony",
                "symfonymailer",
                "yii2"
            ],
            "install-path": "../yiisoft/yii2-symfonymailer"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
