{
    "packages": [
        {
            "name": "am-impact/amcommand",
            "version": "3.1.4",
            "version_normalized": "3.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/am-impact/amcommand.git",
                "reference": "dd8b102ac68a3e79474c9cdd0e8b591415ab799c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/am-impact/amcommand/zipball/dd8b102ac68a3e79474c9cdd0e8b591415ab799c",
                "reference": "dd8b102ac68a3e79474c9cdd0e8b591415ab799c",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.0.0-RC1"
            },
            "time": "2018-05-30T07:07:23+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Command Palette",
                "handle": "command-palette",
                "version": "3.1.4",
                "schemaVersion": "3.0.0",
                "hasSettings": true,
                "hasCpSection": true,
                "developer": "a&m impact",
                "developerUrl": "http://www.am-impact.nl",
                "description": "Command palette in Craft.",
                "changelogUrl": "https://raw.githubusercontent.com/am-impact/amcommand/craft3/CHANGELOG.md",
                "documentationUrl": "https://github.com/am-impact/amcommand/blob/master/README.md",
                "components": {
                    "entries": "amimpact\\commandpalette\\services\\Entries",
                    "general": "amimpact\\commandpalette\\services\\General",
                    "globals": "amimpact\\commandpalette\\services\\Globals",
                    "plugins": "amimpact\\commandpalette\\services\\Plugins",
                    "search": "amimpact\\commandpalette\\services\\Search",
                    "settings": "amimpact\\commandpalette\\services\\Settings",
                    "tasks": "amimpact\\commandpalette\\services\\Tasks",
                    "utilities": "amimpact\\commandpalette\\services\\Utilities",
                    "users": "amimpact\\commandpalette\\services\\Users"
                },
                "class": "amimpact\\commandpalette\\CommandPalette"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "amimpact\\commandpalette\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "a&m impact",
                    "homepage": "http://www.am-impact.nl"
                }
            ],
            "description": "Command palette in Craft.",
            "keywords": [
                "Craft",
                "cms",
                "command",
                "craftcms",
                "plugin"
            ],
            "support": {
                "issues": "https://github.com/am-impact/amcommand/issues",
                "source": "https://github.com/am-impact/amcommand/tree/craft3"
            },
            "install-path": "../am-impact/amcommand"
        },
        {
            "name": "aws/aws-crt-php",
            "version": "v1.0.2",
            "version_normalized": "1.0.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/3942776a8c99209908ee0b287746263725685732",
                "reference": "3942776a8c99209908ee0b287746263725685732",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "time": "2021-09-03T22:57:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "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": "http://aws.amazon.com/sdkforphp",
            "keywords": [
                "amazon",
                "aws",
                "crt",
                "sdk"
            ],
            "install-path": "../aws/aws-crt-php"
        },
        {
            "name": "aws/aws-sdk-php",
            "version": "3.240.4",
            "version_normalized": "3.240.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/aws/aws-sdk-php.git",
                "reference": "69c7fa97862694d8c0c03f2e905c7fe05683bee9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/69c7fa97862694d8c0c03f2e905c7fe05683bee9",
                "reference": "69c7fa97862694d8c0c03f2e905c7fe05683bee9",
                "shasum": ""
            },
            "require": {
                "aws/aws-crt-php": "^1.0.2",
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-simplexml": "*",
                "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
                "guzzlehttp/promises": "^1.4.0",
                "guzzlehttp/psr7": "^1.8.5 || ^2.3",
                "mtdowling/jmespath.php": "^2.6",
                "php": ">=5.5"
            },
            "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": "2022-10-27T19:19:40+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.240.4"
            },
            "install-path": "../aws/aws-sdk-php"
        },
        {
            "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.1",
            "version_normalized": "1.4.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/commerceguys/addressing/zipball/8b1bcd45971733e8f4224e539cb92838f18c4d06",
                "reference": "8b1bcd45971733e8f4224e539cb92838f18c4d06",
                "shasum": ""
            },
            "require": {
                "doctrine/collections": "^1.2",
                "php": ">=7.3"
            },
            "suggest": {
                "symfony/validator": "to validate addresses"
            },
            "time": "2022-08-09T11:42:51+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.5.1",
            "version_normalized": "1.5.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/063d9aa8696582f5a41dffbbaf3c81024f0a604a",
                "reference": "063d9aa8696582f5a41dffbbaf3c81024f0a604a",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "ext-pcre": "*",
                "php": "^7.2 || ^8.0"
            },
            "time": "2024-07-08T15:28:20+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.15",
            "version_normalized": "2.2.15.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/composer/zipball/509dcbd4f8d459e0ef2ef223a231b8c31bceed78",
                "reference": "509dcbd4f8d459e0ef2ef223a231b8c31bceed78",
                "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": "2022-07-01T10:01:26+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.4.2",
            "version_normalized": "3.4.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/c51258e759afdb17f1fd1fe83bc12baaef6309d6",
                "reference": "c51258e759afdb17f1fd1fe83bc12baaef6309d6",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "time": "2024-07-12T11:35:52+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.8",
            "version_normalized": "1.5.8.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a",
                "reference": "560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "time": "2023-11-20T07:44:33+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.5",
            "version_normalized": "3.0.5.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef",
                "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef",
                "shasum": ""
            },
            "require": {
                "composer/pcre": "^1 || ^2 || ^3",
                "php": "^7.2.5 || ^8.0",
                "psr/log": "^1 || ^2 || ^3"
            },
            "time": "2024-05-06T16:37:16+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/aws-s3",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/craftcms/aws-s3.git",
                "reference": "d8515e3e8dc8867b635ea87b9ed578c06184e497"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/craftcms/aws-s3/zipball/d8515e3e8dc8867b635ea87b9ed578c06184e497",
                "reference": "d8515e3e8dc8867b635ea87b9ed578c06184e497",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.4.0",
                "league/flysystem-aws-s3-v3": "^1.0.28"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.12.96"
            },
            "time": "2021-10-21T15:06:05+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Amazon S3",
                "handle": "aws-s3",
                "documentationUrl": "https://github.com/craftcms/aws-s3/blob/master/README.md"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "craft\\awss3\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Pixel & Tonic",
                    "homepage": "https://pixelandtonic.com/"
                }
            ],
            "description": "Amazon S3 integration for Craft CMS",
            "keywords": [
                "Flysystem",
                "aws",
                "cms",
                "craftcms",
                "s3",
                "yii2"
            ],
            "support": {
                "docs": "https://github.com/craftcms/aws-s3/blob/master/README.md",
                "email": "support@craftcms.com",
                "issues": "https://github.com/craftcms/aws-s3/issues?state=open",
                "rss": "https://github.com/craftcms/aws-s3/commits/master.atom",
                "source": "https://github.com/craftcms/aws-s3"
            },
            "install-path": "../craftcms/aws-s3"
        },
        {
            "name": "craftcms/cms",
            "version": "3.7.58",
            "version_normalized": "3.7.58.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/craftcms/cms/zipball/eab0c651a9d3a6ce20e10bc134b57675e7863b36",
                "reference": "eab0c651a9d3a6ce20e10bc134b57675e7863b36",
                "shasum": ""
            },
            "require": {
                "composer/composer": "2.2.15",
                "craftcms/oauth2-craftid": "~1.0.0",
                "craftcms/plugin-installer": "~1.5.6",
                "craftcms/server-check": "~1.2.0",
                "creocoder/yii2-nested-sets": "~0.9.0",
                "elvanto/litemoji": "^3.0.1",
                "enshrined/svg-sanitize": "~0.15.2",
                "ext-curl": "*",
                "ext-dom": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "ext-pcre": "*",
                "ext-pdo": "*",
                "ext-zip": "*",
                "guzzlehttp/guzzle": "^6.5.5|^7.2.0",
                "laminas/laminas-feed": "~2.12.3|^2.13.1",
                "league/flysystem": "^1.1.4",
                "league/oauth2-client": "^2.6.0",
                "mikehaertl/php-shellcommand": "^1.6.3",
                "php": ">=7.2.5",
                "pixelandtonic/imagine": "~1.2.4.1",
                "seld/cli-prompt": "^1.0.4",
                "symfony/yaml": "^5.2.1",
                "twig/twig": "~2.15.3",
                "voku/stringy": "^6.4.0",
                "webonyx/graphql-php": "~14.11.5",
                "yiisoft/yii2": "~2.0.45.0",
                "yiisoft/yii2-debug": "^2.1.16",
                "yiisoft/yii2-queue": "~2.3.2",
                "yiisoft/yii2-swiftmailer": "^2.1.2"
            },
            "conflict": {
                "league/oauth2-client": "2.4.0",
                "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-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.",
                "ext-intl": "Adds rich internationalization support."
            },
            "time": "2022-10-25T17:17:49+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/3.x/",
                "rss": "https://github.com/craftcms/cms/releases.atom"
            },
            "install-path": "../craftcms/cms"
        },
        {
            "name": "craftcms/html-field",
            "version": "1.0.9",
            "version_normalized": "1.0.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/craftcms/html-field.git",
                "reference": "c8d58d23fdc8e586eeba29d6805cb868683af6a0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/craftcms/html-field/zipball/c8d58d23fdc8e586eeba29d6805cb868683af6a0",
                "reference": "c8d58d23fdc8e586eeba29d6805cb868683af6a0",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.6.0"
            },
            "require-dev": {
                "craftcms/ecs": "dev-main",
                "craftcms/phpstan": "dev-main"
            },
            "time": "2022-06-29T11:06:43+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/oauth2-craftid",
            "version": "1.0.0.1",
            "version_normalized": "1.0.0.1",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/craftcms/oauth2-craftid/zipball/3f18364139d72d83fb50546d85130beaaa868836",
                "reference": "3f18364139d72d83fb50546d85130beaaa868836",
                "shasum": ""
            },
            "require": {
                "league/oauth2-client": "^2.2.1"
            },
            "time": "2017-11-22T19:46:18+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "craftcms\\oauth2\\client\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Pixel & Tonic",
                    "homepage": "https://pixelandtonic.com/"
                }
            ],
            "description": "Craft OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
            "keywords": [
                "Authentication",
                "authorization",
                "client",
                "cms",
                "craftcms",
                "craftid",
                "oauth",
                "oauth2"
            ],
            "install-path": "../craftcms/oauth2-craftid"
        },
        {
            "name": "craftcms/plugin-installer",
            "version": "1.5.7",
            "version_normalized": "1.5.7.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/craftcms/plugin-installer/zipball/23ec472acd4410b70b07d5a02b2b82db9ee3f66b",
                "reference": "23ec472acd4410b70b07d5a02b2b82db9ee3f66b",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": ">=5.4"
            },
            "time": "2021-02-18T02:01:38+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/postmark",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/craftcms/postmark/zipball/c11c69ea6dc3484feed67b80140d1c9beff42a93",
                "reference": "c11c69ea6dc3484feed67b80140d1c9beff42a93",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.1.5",
                "wildbit/swiftmailer-postmark": "^3.3.0"
            },
            "time": "2021-02-10T22:29:50+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Postmark",
                "handle": "postmark",
                "documentationUrl": "https://github.com/craftcms/postmark/blob/master/README.md"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "craftcms\\postmark\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Pixel & Tonic",
                    "homepage": "https://pixelandtonic.com/"
                }
            ],
            "description": "Postmark adapter for Craft CMS",
            "keywords": [
                "cms",
                "craftcms",
                "mailer",
                "postmark",
                "yii2"
            ],
            "support": {
                "email": "support@craftcms.com",
                "issues": "https://github.com/craftcms/postmark/issues?state=open",
                "source": "https://github.com/craftcms/postmark",
                "docs": "https://github.com/craftcms/postmark/blob/master/README.md",
                "rss": "https://github.com/craftcms/postmark/commits/master.atom"
            },
            "install-path": "../craftcms/postmark"
        },
        {
            "name": "craftcms/redactor",
            "version": "2.10.10",
            "version_normalized": "2.10.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/craftcms/redactor.git",
                "reference": "34ad579a49d05bd70c8ed2d8113730bd34ed5095"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/craftcms/redactor/zipball/34ad579a49d05bd70c8ed2d8113730bd34ed5095",
                "reference": "34ad579a49d05bd70c8ed2d8113730bd34ed5095",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.6.0",
                "craftcms/html-field": "^1.0.5"
            },
            "require-dev": {
                "craftcms/ecs": "dev-main",
                "craftcms/phpstan": "dev-main"
            },
            "time": "2022-06-30T22:11:59+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": "1.2.4",
            "version_normalized": "1.2.4.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/craftcms/server-check/zipball/04518e63ae94effd4e352838278662c928c84e8c",
                "reference": "04518e63ae94effd4e352838278662c928c84e8c",
                "shasum": ""
            },
            "time": "2022-04-17T02:10:54+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": "davechild/textstatistics",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/DaveChild/Text-Statistics/zipball/dd16252a5c78fad6f8ea4fcd7e55d14fd07b1382",
                "reference": "dd16252a5c78fad6f8ea4fcd7e55d14fd07b1382",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "suggest": {
                "ext-bcmath": "More accurate floating point calculations.",
                "ext-mbstring": "Handle multi-byte text properly."
            },
            "time": "2018-06-19T09:25:42+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": "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": "1.1.3",
            "version_normalized": "1.1.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
                "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "suggest": {
                "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
            },
            "time": "2024-01-30T19:34:25+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.1",
            "version_normalized": "2.1.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6",
                "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6",
                "shasum": ""
            },
            "require": {
                "doctrine/deprecations": "^1.0",
                "php": "^7.1 || ^8.0"
            },
            "time": "2024-02-05T11:35:39+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": "dompdf/dompdf",
            "version": "v2.0.1",
            "version_normalized": "2.0.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/dompdf/zipball/c5310df0e22c758c85ea5288175fc6cd777bc085",
                "reference": "c5310df0e22c758c85ea5288175fc6cd777bc085",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-mbstring": "*",
                "masterminds/html5": "^2.0",
                "phenx/php-font-lib": ">=0.5.4 <1.0.0",
                "phenx/php-svg-lib": ">=0.3.3 <1.0.0",
                "php": "^7.1 || ^8.0"
            },
            "suggest": {
                "ext-gd": "Needed to process images",
                "ext-gmagick": "Improves image processing performance",
                "ext-imagick": "Improves image processing performance",
                "ext-zlib": "Needed for pdf stream compression"
            },
            "time": "2022-09-22T13:43:41+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Dompdf\\": "src/"
                },
                "classmap": [
                    "lib/"
                ]
            },
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "The Dompdf Community",
                    "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
                }
            ],
            "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
            "homepage": "https://github.com/dompdf/dompdf",
            "install-path": "../dompdf/dompdf"
        },
        {
            "name": "doublesecretagency/craft-cpcss",
            "version": "2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doublesecretagency/craft-cpcss.git",
                "reference": "e056e16ed6ff762a15bd52fc3cd080411c548699"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doublesecretagency/craft-cpcss/zipball/e056e16ed6ff762a15bd52fc3cd080411c548699",
                "reference": "e056e16ed6ff762a15bd52fc3cd080411c548699",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.1.5"
            },
            "time": "2021-09-22T06:14:06+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Control Panel CSS",
                "handle": "cp-css",
                "schemaVersion": "2.0.0",
                "changelogUrl": "https://raw.githubusercontent.com/doublesecretagency/craft-cpcss/v2/CHANGELOG.md",
                "class": "doublesecretagency\\cpcss\\CpCss"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "doublesecretagency\\cpcss\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Double Secret Agency",
                    "homepage": "https://www.doublesecretagency.com/plugins"
                }
            ],
            "description": "Add custom CSS to your Control Panel.",
            "keywords": [
                "Craft",
                "cms",
                "cp-css",
                "craft-plugin",
                "craftcms",
                "css"
            ],
            "support": {
                "docs": "https://github.com/doublesecretagency/craft-cpcss/blob/v2/README.md",
                "issues": "https://github.com/doublesecretagency/craft-cpcss/issues",
                "source": "https://github.com/doublesecretagency/craft-cpcss/tree/2.4.0"
            },
            "install-path": "../doublesecretagency/craft-cpcss"
        },
        {
            "name": "doublesecretagency/craft-cpjs",
            "version": "2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doublesecretagency/craft-cpjs.git",
                "reference": "e38ace061c988386643f3aa03356f2669bcc5a9c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doublesecretagency/craft-cpjs/zipball/e38ace061c988386643f3aa03356f2669bcc5a9c",
                "reference": "e38ace061c988386643f3aa03356f2669bcc5a9c",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.1.5"
            },
            "time": "2021-09-22T06:14:09+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Control Panel JS",
                "handle": "cp-js",
                "schemaVersion": "2.0.0",
                "changelogUrl": "https://raw.githubusercontent.com/doublesecretagency/craft-cpjs/v2/CHANGELOG.md",
                "class": "doublesecretagency\\cpjs\\CpJs"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "doublesecretagency\\cpjs\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Double Secret Agency",
                    "homepage": "https://www.doublesecretagency.com/plugins"
                }
            ],
            "description": "Add custom JavaScript to your Control Panel.",
            "keywords": [
                "Craft",
                "cms",
                "cp-js",
                "craft-plugin",
                "craftcms",
                "javascript"
            ],
            "support": {
                "docs": "https://github.com/doublesecretagency/craft-cpjs/blob/v2/README.md",
                "issues": "https://github.com/doublesecretagency/craft-cpjs/issues",
                "source": "https://github.com/doublesecretagency/craft-cpjs/tree/2.4.0"
            },
            "install-path": "../doublesecretagency/craft-cpjs"
        },
        {
            "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": "3.0.1",
            "version_normalized": "3.0.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/elvanto/litemoji/zipball/acd6fd944814683983dcdfcf4d33f24430631b77",
                "reference": "acd6fd944814683983dcdfcf4d33f24430631b77",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0"
            },
            "time": "2020-11-27T05:08:33+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": "embed/embed",
            "version": "v3.4.18",
            "version_normalized": "3.4.18.0",
            "source": {
                "type": "git",
                "url": "https://github.com/oscarotero/Embed.git",
                "reference": "fe379f61d3ecca7a0824c4bb3839ebe0a1819520"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/oscarotero/Embed/zipball/fe379f61d3ecca7a0824c4bb3839ebe0a1819520",
                "reference": "fe379f61d3ecca7a0824c4bb3839ebe0a1819520",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.0",
                "ext-curl": "*",
                "ext-dom": "*",
                "ext-mbstring": "*",
                "php": "^5.6|^7.0|^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.0",
                "phpunit/phpunit": "^5.7|^6.0|^7.0"
            },
            "time": "2022-07-15T09:34:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Embed\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oscar Otero",
                    "email": "oom@oscarotero.com",
                    "homepage": "http://oscarotero.com",
                    "role": "Developer"
                }
            ],
            "description": "PHP library to retrieve page info using oembed, opengraph, etc",
            "homepage": "https://github.com/oscarotero/Embed",
            "keywords": [
                "embed",
                "embedly",
                "oembed",
                "opengraph",
                "twitter cards"
            ],
            "support": {
                "email": "oom@oscarotero.com",
                "issues": "https://github.com/oscarotero/Embed/issues",
                "source": "https://github.com/oscarotero/Embed/tree/v3.4.18"
            },
            "funding": [
                {
                    "url": "https://paypal.me/oscarotero",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/oscarotero",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/misteroom",
                    "type": "patreon"
                }
            ],
            "install-path": "../embed/embed"
        },
        {
            "name": "enshrined/svg-sanitize",
            "version": "0.15.4",
            "version_normalized": "0.15.4.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/e50b83a2f1f296ca61394fe88fbfe3e896a84cf4",
                "reference": "e50b83a2f1f296ca61394fe88fbfe3e896a84cf4",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "php": "^7.0 || ^8.0"
            },
            "time": "2022-02-21T09:13:59+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": "erusev/parsedown",
            "version": "1.7.4",
            "version_normalized": "1.7.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/erusev/parsedown.git",
                "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
                "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35"
            },
            "time": "2019-12-30T22:54:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Parsedown": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Emanuil Rusev",
                    "email": "hello@erusev.com",
                    "homepage": "http://erusev.com"
                }
            ],
            "description": "Parser for Markdown.",
            "homepage": "http://parsedown.org",
            "keywords": [
                "markdown",
                "parser"
            ],
            "support": {
                "issues": "https://github.com/erusev/parsedown/issues",
                "source": "https://github.com/erusev/parsedown/tree/1.7.x"
            },
            "install-path": "../erusev/parsedown"
        },
        {
            "name": "erusev/parsedown-extra",
            "version": "0.8.1",
            "version_normalized": "0.8.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/erusev/parsedown-extra.git",
                "reference": "91ac3ff98f0cea243bdccc688df43810f044dcef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/91ac3ff98f0cea243bdccc688df43810f044dcef",
                "reference": "91ac3ff98f0cea243bdccc688df43810f044dcef",
                "shasum": ""
            },
            "require": {
                "erusev/parsedown": "^1.7.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35"
            },
            "time": "2019-12-30T23:20:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "ParsedownExtra": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Emanuil Rusev",
                    "email": "hello@erusev.com",
                    "homepage": "http://erusev.com"
                }
            ],
            "description": "An extension of Parsedown that adds support for Markdown Extra.",
            "homepage": "https://github.com/erusev/parsedown-extra",
            "keywords": [
                "markdown",
                "markdown extra",
                "parsedown",
                "parser"
            ],
            "support": {
                "issues": "https://github.com/erusev/parsedown-extra/issues",
                "source": "https://github.com/erusev/parsedown-extra/tree/0.8.x"
            },
            "install-path": "../erusev/parsedown-extra"
        },
        {
            "name": "ether/simplemap",
            "version": "3.9.5",
            "version_normalized": "3.9.5.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ethercreative/simplemap/zipball/ec61329b6bf0e4085bebdff48a25060ba5802e41",
                "reference": "ec61329b6bf0e4085bebdff48a25060ba5802e41",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.2.1",
                "ext-json": "*",
                "ext-openssl": "*",
                "ext-zlib": "*",
                "geoip2/geoip2": "~2.0",
                "guzzlehttp/guzzle": "^6.3.3|^7.2.0",
                "mapkit/jwt": "^1.1.2",
                "what3words/w3w-php-wrapper": "3.*"
            },
            "time": "2024-07-10T09:41:48+00:00",
            "type": "craft-plugin",
            "extra": {
                "handle": "simplemap",
                "name": "Maps",
                "developer": "Ether Creative",
                "developerUrl": "https://ethercreative.co.uk",
                "class": "ether\\simplemap\\SimpleMap",
                "schemaVersion": "3.4.2"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ether\\simplemap\\": "src/"
                }
            },
            "license": [
                "proprietary"
            ],
            "description": "A beautifully simple Map field type for Craft CMS 3",
            "support": {
                "email": "help@ethercreative.co.uk",
                "docs": "https://docs.ethercreative.co.uk/maps",
                "source": "https://github.com/ethercreative/simplemap",
                "issues": "https://github.com/ethercreative/simplemap/issues"
            },
            "install-path": "../ether/simplemap"
        },
        {
            "name": "ether/splash",
            "version": "3.0.5",
            "version_normalized": "3.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ethercreative/splash.git",
                "reference": "6eb3d2aee5f907b1a29844ad53847746a179d3f5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ethercreative/splash/zipball/6eb3d2aee5f907b1a29844ad53847746a179d3f5",
                "reference": "6eb3d2aee5f907b1a29844ad53847746a179d3f5",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.0.0-RC1",
                "ext-curl": "*"
            },
            "time": "2019-04-16T10:33:50+00:00",
            "type": "craft-plugin",
            "extra": {
                "handle": "splash",
                "name": "Splash",
                "developer": "Ether Creative",
                "developerUrl": "https://ethercreative.co.uk",
                "class": "ether\\splash\\Splash",
                "schemaVersion": "3.0.0"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ether\\splash\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "description": "Quickly and easily get beautiful Unsplash images in Craft!",
            "support": {
                "issues": "https://github.com/ethercreative/splash",
                "source": "https://github.com/ethercreative/splash/tree/v3"
            },
            "install-path": "../ether/splash"
        },
        {
            "name": "ezyang/htmlpurifier",
            "version": "v4.17.0",
            "version_normalized": "4.17.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
                "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
                "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 || ~8.3.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": "2023-11-17T15:01:25+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": "fakerphp/faker",
            "version": "v1.20.0",
            "version_normalized": "1.20.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/37f751c67a5372d4e26353bd9384bc03744ec77b",
                "reference": "37f751c67a5372d4e26353bd9384bc03744ec77b",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0",
                "psr/container": "^1.0 || ^2.0",
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
            },
            "conflict": {
                "fzaninotto/faker": "*"
            },
            "suggest": {
                "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
                "ext-curl": "Required by Faker\\Provider\\Image to download images.",
                "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
                "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
                "ext-mbstring": "Required for multibyte Unicode string functionality."
            },
            "time": "2022-07-20T13:12:54+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "v1.20-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Faker\\": "src/Faker/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "François Zaninotto"
                }
            ],
            "description": "Faker is a PHP library that generates fake data for you.",
            "keywords": [
                "data",
                "faker",
                "fixtures"
            ],
            "install-path": "../fakerphp/faker"
        },
        {
            "name": "firebase/php-jwt",
            "version": "v6.3.0",
            "version_normalized": "6.3.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/018dfc4e1da92ad8a1b90adc4893f476a3b41cb8",
                "reference": "018dfc4e1da92ad8a1b90adc4893f476a3b41cb8",
                "shasum": ""
            },
            "require": {
                "php": "^7.1||^8.0"
            },
            "suggest": {
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
            },
            "time": "2022-07-15T16:48:45+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Firebase\\JWT\\": "src"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Neuman Vong",
                    "email": "neuman+pear@twilio.com",
                    "role": "Developer"
                },
                {
                    "name": "Anant Narayanan",
                    "email": "anant@php.net",
                    "role": "Developer"
                }
            ],
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
            "homepage": "https://github.com/firebase/php-jwt",
            "keywords": [
                "jwt",
                "php"
            ],
            "install-path": "../firebase/php-jwt"
        },
        {
            "name": "geoip2/geoip2",
            "version": "v2.13.0",
            "version_normalized": "2.13.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/6a41d8fbd6b90052bc34dff3b4252d0f88067b23",
                "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "maxmind-db/reader": "~1.8",
                "maxmind/web-service-common": "~0.8",
                "php": ">=7.2"
            },
            "time": "2022-08-05T20:32:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GeoIp2\\": "src"
                }
            },
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Gregory J. Oschwald",
                    "email": "goschwald@maxmind.com",
                    "homepage": "https://www.maxmind.com/"
                }
            ],
            "description": "MaxMind GeoIP2 PHP API",
            "homepage": "https://github.com/maxmind/GeoIP2-php",
            "keywords": [
                "IP",
                "geoip",
                "geoip2",
                "geolocation",
                "maxmind"
            ],
            "install-path": "../geoip2/geoip2"
        },
        {
            "name": "giggsey/libphonenumber-for-php",
            "version": "8.12.57",
            "version_normalized": "8.12.57.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/033a7285fd1102c13c4415e300734b7ce7ca0ae0",
                "reference": "033a7285fd1102c13c4415e300734b7ce7ca0ae0",
                "shasum": ""
            },
            "require": {
                "giggsey/locale": "^1.7|^2.0",
                "php": ">=5.3.2",
                "symfony/polyfill-mbstring": "^1.17"
            },
            "time": "2022-10-14T07:52:28+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "8.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "libphonenumber\\": "src/"
                },
                "exclude-from-classmap": [
                    "/src/data/",
                    "/src/carrier/data/",
                    "/src/geocoding/data/",
                    "/src/timezone/data/"
                ]
            },
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Joshua Gigg",
                    "email": "giggsey@gmail.com",
                    "homepage": "https://giggsey.com/"
                }
            ],
            "description": "PHP Port of Google's libphonenumber",
            "homepage": "https://github.com/giggsey/libphonenumber-for-php",
            "keywords": [
                "geocoding",
                "geolocation",
                "libphonenumber",
                "mobile",
                "phonenumber",
                "validation"
            ],
            "install-path": "../giggsey/libphonenumber-for-php"
        },
        {
            "name": "giggsey/locale",
            "version": "2.3",
            "version_normalized": "2.3.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/giggsey/Locale/zipball/5f035523740be40d40ac768a123c9bcc1ae12f56",
                "reference": "5f035523740be40d40ac768a123c9bcc1ae12f56",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2022-10-19T20:03:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Giggsey\\Locale\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Joshua Gigg",
                    "email": "giggsey@gmail.com",
                    "homepage": "https://giggsey.com/"
                }
            ],
            "description": "Locale functions required by libphonenumber-for-php",
            "install-path": "../giggsey/locale"
        },
        {
            "name": "google/auth",
            "version": "v1.23.1",
            "version_normalized": "1.23.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/cb43cb8ccde76ace65ec40130a9e9c2a15ecfe17",
                "reference": "cb43cb8ccde76ace65ec40130a9e9c2a15ecfe17",
                "shasum": ""
            },
            "require": {
                "firebase/php-jwt": "^5.5||^6.0",
                "guzzlehttp/guzzle": "^6.2.1|^7.0",
                "guzzlehttp/psr7": "^1.7|^2.0",
                "php": "^7.1||^8.0",
                "psr/cache": "^1.0|^2.0|^3.0",
                "psr/http-message": "^1.0"
            },
            "suggest": {
                "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
            },
            "time": "2022-10-26T20:30:45+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\Auth\\": "src"
                }
            },
            "license": [
                "Apache-2.0"
            ],
            "description": "Google Auth Library for PHP",
            "homepage": "http://github.com/google/google-auth-library-php",
            "keywords": [
                "Authentication",
                "google",
                "oauth2"
            ],
            "install-path": "../google/auth"
        },
        {
            "name": "google/cloud-core",
            "version": "v1.47.3",
            "version_normalized": "1.47.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/7e019423c1f0005d22fcd0fcd73c1a7a0710ac7a",
                "reference": "7e019423c1f0005d22fcd0fcd73c1a7a0710ac7a",
                "shasum": ""
            },
            "require": {
                "google/auth": "^1.18",
                "guzzlehttp/guzzle": "^5.3|^6.5.7|^7.4.4",
                "guzzlehttp/promises": "^1.3",
                "guzzlehttp/psr7": "^1.7|^2.0",
                "monolog/monolog": "^1.1|^2.0",
                "php": ">=5.6",
                "psr/http-message": "1.0.*",
                "rize/uri-template": "~0.3"
            },
            "suggest": {
                "opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
                "symfony/lock": "Required for the Spanner cached based session pool. Please require the following commit: 3.3.x-dev#1ba6ac9"
            },
            "time": "2022-10-14T17:32:26+00:00",
            "bin": [
                "bin/google-cloud-batch"
            ],
            "type": "library",
            "extra": {
                "component": {
                    "id": "cloud-core",
                    "target": "googleapis/google-cloud-php-core.git",
                    "path": "Core",
                    "entry": "src/ServiceBuilder.php"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\Cloud\\Core\\": "src"
                }
            },
            "license": [
                "Apache-2.0"
            ],
            "description": "Google Cloud PHP shared dependency, providing functionality useful to all components.",
            "install-path": "../google/cloud-core"
        },
        {
            "name": "google/cloud-storage",
            "version": "v1.28.1",
            "version_normalized": "1.28.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/83e8beac404f38d2e869da4c3fbb7bdf96193f77",
                "reference": "83e8beac404f38d2e869da4c3fbb7bdf96193f77",
                "shasum": ""
            },
            "require": {
                "google/cloud-core": "^1.43",
                "google/crc32": "^0.1.0"
            },
            "suggest": {
                "google/cloud-pubsub": "May be used to register a topic to receive bucket notifications.",
                "phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2."
            },
            "time": "2022-08-23T20:22:22+00:00",
            "type": "library",
            "extra": {
                "component": {
                    "id": "cloud-storage",
                    "target": "googleapis/google-cloud-php-storage.git",
                    "path": "Storage",
                    "entry": "src/StorageClient.php"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\Cloud\\Storage\\": "src"
                }
            },
            "license": [
                "Apache-2.0"
            ],
            "description": "Cloud Storage Client for PHP",
            "install-path": "../google/cloud-storage"
        },
        {
            "name": "google/crc32",
            "version": "v0.1.0",
            "version_normalized": "0.1.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/google/php-crc32/zipball/a8525f0dea6fca1893e1bae2f6e804c5f7d007fb",
                "reference": "a8525f0dea6fca1893e1bae2f6e804c5f7d007fb",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2019-05-09T06:24:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\CRC32\\": "src"
                }
            },
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Andrew Brampton",
                    "email": "bramp@google.com"
                }
            ],
            "description": "Various CRC32 implementations",
            "homepage": "https://github.com/google/php-crc32",
            "install-path": "../google/crc32"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "7.8.2",
            "version_normalized": "7.8.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4152d9eb85c445fe1f992001d1748e8bec070d2",
                "reference": "f4152d9eb85c445fe1f992001d1748e8bec070d2",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
                "guzzlehttp/psr7": "^1.9.1 || ^2.6.3",
                "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": "2024-07-18T11:12:18+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/oauth-subscriber",
            "version": "0.6.0",
            "version_normalized": "0.6.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/oauth-subscriber/zipball/8d6cab29f8397e5712d00a383eeead36108a3c1f",
                "reference": "8d6cab29f8397e5712d00a383eeead36108a3c1f",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/guzzle": "^6.5|^7.2",
                "guzzlehttp/psr7": "^1.7|^2.0",
                "php": ">=5.5.0"
            },
            "suggest": {
                "ext-openssl": "Required to sign using RSA-SHA1"
            },
            "time": "2021-07-13T12:01:32+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Subscriber\\Oauth\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Guzzle OAuth 1.0 subscriber",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "Guzzle",
                "oauth"
            ],
            "install-path": "../guzzlehttp/oauth-subscriber"
        },
        {
            "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": "1.9.1",
            "version_normalized": "1.9.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b",
                "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "psr/http-message": "~1.0",
                "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2023-04-17T16:00:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "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"
                }
            ],
            "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": "html2text/html2text",
            "version": "4.3.1",
            "version_normalized": "4.3.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c",
                "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c",
                "shasum": ""
            },
            "suggest": {
                "ext-mbstring": "For best performance",
                "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
            },
            "time": "2020-04-16T23:44:31+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Html2Text\\": [
                        "src/",
                        "test/"
                    ]
                }
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Converts HTML to formatted plain text",
            "install-path": "../html2text/html2text"
        },
        {
            "name": "icanboogie/inflector",
            "version": "v2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ICanBoogie/Inflector.git",
                "reference": "bd9173bf1a267f0a89a04d8a66c486bca1f13230"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ICanBoogie/Inflector/zipball/bd9173bf1a267f0a89a04d8a66c486bca1f13230",
                "reference": "bd9173bf1a267f0a89a04d8a66c486bca1f13230",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=7.1"
            },
            "conflict": {
                "icanboogie/common": "<2.0"
            },
            "require-dev": {
                "icanboogie/common": "^2.0",
                "phpstan/phpstan": "^0.12.92",
                "phpunit/phpunit": "^7.5"
            },
            "time": "2021-10-20T02:15:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/helpers.php"
                ],
                "psr-4": {
                    "ICanBoogie\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Olivier Laviale",
                    "email": "olivier.laviale@gmail.com",
                    "homepage": "http://www.weirdog.com/",
                    "role": "Developer"
                }
            ],
            "description": "Multilingual inflector that transforms words from singular to plural, underscore to camel case, and more.",
            "homepage": "http://icanboogie.org/",
            "keywords": [
                "camelize",
                "hyphenate",
                "inflect",
                "multilingual",
                "pluralize",
                "singularize",
                "underscore"
            ],
            "support": {
                "issues": "https://github.com/ICanBoogie/Inflector/issues",
                "source": "https://github.com/ICanBoogie/Inflector"
            },
            "install-path": "../icanboogie/inflector"
        },
        {
            "name": "imgix/imgix-php",
            "version": "3.3.1",
            "version_normalized": "3.3.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/imgix/imgix-php/zipball/ddb7e427b601bc3534f108180c81292d5b29bc39",
                "reference": "ddb7e427b601bc3534f108180c81292d5b29bc39",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "time": "2021-03-25T15:10:34+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Imgix\\": "src/"
                }
            },
            "license": [
                "BSD-2-Clause"
            ],
            "description": "A PHP client library for generating URLs with imgix.",
            "keywords": [
                "imgix"
            ],
            "install-path": "../imgix/imgix-php"
        },
        {
            "name": "intervention/httpauth",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Intervention/httpauth.git",
                "reference": "825202e88c0918f5249bd5af6ff1fb8ef6e3271e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Intervention/httpauth/zipball/825202e88c0918f5249bd5af6ff1fb8ef6e3271e",
                "reference": "825202e88c0918f5249bd5af6ff1fb8ef6e3271e",
                "shasum": ""
            },
            "require": {
                "php": "^7.2"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.12.11",
                "phpunit/phpunit": "^8.0"
            },
            "time": "2020-03-09T16:18:28+00:00",
            "type": "library",
            "extra": {
                "laravel": {
                    "providers": [
                        "Intervention\\HttpAuth\\Laravel\\HttpAuthServiceProvider"
                    ],
                    "aliases": {
                        "HttpAuth": "Intervention\\HttpAuth\\Laravel\\Facades\\HttpAuth"
                    }
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Intervention\\HttpAuth\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oliver Vogel",
                    "email": "oliver@olivervogel.com",
                    "homepage": "https://olivervogel.com/"
                }
            ],
            "description": "HTTP authentication (Basic & Digest) including ServiceProviders for easy Laravel integration",
            "homepage": "https://github.com/Intervention/httpauth",
            "keywords": [
                "Authentication",
                "http",
                "laravel"
            ],
            "support": {
                "issues": "https://github.com/Intervention/httpauth/issues",
                "source": "https://github.com/Intervention/httpauth/tree/3.0.1"
            },
            "install-path": "../intervention/httpauth"
        },
        {
            "name": "jean85/pretty-package-versions",
            "version": "2.0.5",
            "version_normalized": "2.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Jean85/pretty-package-versions.git",
                "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af",
                "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af",
                "shasum": ""
            },
            "require": {
                "composer-runtime-api": "^2.0.0",
                "php": "^7.1|^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.17",
                "jean85/composer-provided-replaced-stub-package": "^1.0",
                "phpstan/phpstan": "^0.12.66",
                "phpunit/phpunit": "^7.5|^8.5|^9.4",
                "vimeo/psalm": "^4.3"
            },
            "time": "2021-10-08T21:21:46+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Jean85\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alessandro Lai",
                    "email": "alessandro.lai85@gmail.com"
                }
            ],
            "description": "A library to get pretty versions strings of installed dependencies",
            "keywords": [
                "composer",
                "package",
                "release",
                "versions"
            ],
            "support": {
                "issues": "https://github.com/Jean85/pretty-package-versions/issues",
                "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5"
            },
            "install-path": "../jean85/pretty-package-versions"
        },
        {
            "name": "justinrainbow/json-schema",
            "version": "5.3.0",
            "version_normalized": "5.3.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8",
                "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2024-07-06T21:00:26+00:00",
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "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": "kornrunner/blurhash",
            "version": "v1.2.2",
            "version_normalized": "1.2.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kornrunner/php-blurhash/zipball/bc8a4596cb0a49874f0158696a382ab3933fefe4",
                "reference": "bc8a4596cb0a49874f0158696a382ab3933fefe4",
                "shasum": ""
            },
            "require": {
                "php": "^7.3|^8.0"
            },
            "time": "2022-07-13T19:38:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "kornrunner\\Blurhash\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Boris Momčilović",
                    "email": "boris.momcilovic@gmail.com"
                }
            ],
            "description": "Pure PHP implementation of Blurhash",
            "homepage": "https://github.com/kornrunner/php-blurhash",
            "install-path": "../kornrunner/blurhash"
        },
        {
            "name": "kraken-io/kraken-php",
            "version": "1.6",
            "version_normalized": "1.6.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kraken-io/kraken-php/zipball/56563df1b9a7829f7039cc6e712cf89fab655e26",
                "reference": "56563df1b9a7829f7039cc6e712cf89fab655e26",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*"
            },
            "time": "2016-07-26T08:03:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Kraken": "lib"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kraken Image Optimizer",
                    "email": "support@kraken.io"
                }
            ],
            "description": "Official Kraken.io SDK",
            "install-path": "../kraken-io/kraken-php"
        },
        {
            "name": "ksubileau/color-thief-php",
            "version": "v1.4.1",
            "version_normalized": "1.4.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ksubileau/color-thief-php/zipball/fc2acefacbd037f68cf61bcc62b30ac1bb16ed59",
                "reference": "fc2acefacbd037f68cf61bcc62b30ac1bb16ed59",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "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"
                }
            },
            "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"
            ],
            "install-path": "../ksubileau/color-thief-php"
        },
        {
            "name": "laminas/laminas-escaper",
            "version": "2.12.0",
            "version_normalized": "2.12.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
                "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-mbstring": "*",
                "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
            },
            "conflict": {
                "zendframework/zend-escaper": "*"
            },
            "time": "2022-10-10T10:11:09+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Laminas\\Escaper\\": "src/"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
            "homepage": "https://laminas.dev",
            "keywords": [
                "escaper",
                "laminas"
            ],
            "install-path": "../laminas/laminas-escaper"
        },
        {
            "name": "laminas/laminas-feed",
            "version": "2.18.2",
            "version_normalized": "2.18.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/a57fdb9df42950d5b7f052509fbdab0d081c6b6d",
                "reference": "a57fdb9df42950d5b7f052509fbdab0d081c6b6d",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "laminas/laminas-escaper": "^2.9",
                "laminas/laminas-servicemanager": "^3.14.0",
                "laminas/laminas-stdlib": "^3.6",
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
            },
            "conflict": {
                "laminas/laminas-servicemanager": "<3.3",
                "zendframework/zend-feed": "*"
            },
            "suggest": {
                "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests",
                "laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub",
                "laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader",
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations",
                "laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent",
                "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator"
            },
            "time": "2022-08-08T17:02:35+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Laminas\\Feed\\": "src/"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides functionality for creating and consuming RSS and Atom feeds",
            "homepage": "https://laminas.dev",
            "keywords": [
                "atom",
                "feed",
                "laminas",
                "rss"
            ],
            "install-path": "../laminas/laminas-feed"
        },
        {
            "name": "laminas/laminas-servicemanager",
            "version": "3.17.0",
            "version_normalized": "3.17.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/360be5f16955dd1edbcce1cfaa98ed82a17f02ec",
                "reference": "360be5f16955dd1edbcce1cfaa98ed82a17f02ec",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-stdlib": "^3.2.1",
                "php": "~7.4.0 || ~8.0.0 || ~8.1.0",
                "psr/container": "^1.0"
            },
            "conflict": {
                "ext-psr": "*",
                "laminas/laminas-code": "<3.3.1",
                "zendframework/zend-code": "<3.3.1",
                "zendframework/zend-servicemanager": "*"
            },
            "provide": {
                "psr/container-implementation": "^1.0"
            },
            "replace": {
                "container-interop/container-interop": "^1.2.0"
            },
            "suggest": {
                "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services"
            },
            "time": "2022-09-22T11:33:46+00:00",
            "bin": [
                "bin/generate-deps-for-config-factory",
                "bin/generate-factory-for-class"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/autoload.php"
                ],
                "psr-4": {
                    "Laminas\\ServiceManager\\": "src/"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Factory-Driven Dependency Injection Container",
            "homepage": "https://laminas.dev",
            "keywords": [
                "PSR-11",
                "dependency-injection",
                "di",
                "dic",
                "laminas",
                "service-manager",
                "servicemanager"
            ],
            "install-path": "../laminas/laminas-servicemanager"
        },
        {
            "name": "laminas/laminas-stdlib",
            "version": "3.13.0",
            "version_normalized": "3.13.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/66a6d03c381f6c9f1dd988bf8244f9afb9380d76",
                "reference": "66a6d03c381f6c9f1dd988bf8244f9afb9380d76",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ~8.0.0 || ~8.1.0"
            },
            "conflict": {
                "zendframework/zend-stdlib": "*"
            },
            "time": "2022-08-24T13:56:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Laminas\\Stdlib\\": "src/"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "description": "SPL extensions, array utilities, error handlers, and more",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "stdlib"
            ],
            "install-path": "../laminas/laminas-stdlib"
        },
        {
            "name": "league/csv",
            "version": "9.6.2",
            "version_normalized": "9.6.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/csv.git",
                "reference": "f28da6e483bf979bac10e2add384c90ae9983e4e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/csv/zipball/f28da6e483bf979bac10e2add384c90ae9983e4e",
                "reference": "f28da6e483bf979bac10e2add384c90ae9983e4e",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": ">=7.2.5"
            },
            "require-dev": {
                "ext-curl": "*",
                "ext-dom": "*",
                "friendsofphp/php-cs-fixer": "^2.16",
                "phpstan/phpstan": "^0.12.0",
                "phpstan/phpstan-phpunit": "^0.12.0",
                "phpstan/phpstan-strict-rules": "^0.12.0",
                "phpunit/phpunit": "^8.5"
            },
            "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": "2020-12-10T19:40:30+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "9.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "League\\Csv\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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": "http://csv.thephpleague.com",
            "keywords": [
                "convert",
                "csv",
                "export",
                "filter",
                "import",
                "read",
                "transform",
                "write"
            ],
            "support": {
                "docs": "https://csv.thephpleague.com",
                "issues": "https://github.com/thephpleague/csv/issues",
                "rss": "https://github.com/thephpleague/csv/releases.atom",
                "source": "https://github.com/thephpleague/csv"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/nyamsprod",
                    "type": "github"
                }
            ],
            "install-path": "../league/csv"
        },
        {
            "name": "league/flysystem",
            "version": "1.1.10",
            "version_normalized": "1.1.10.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1",
                "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "league/mime-type-detection": "^1.3",
                "php": "^7.2.5 || ^8.0"
            },
            "conflict": {
                "league/flysystem-sftp": "<1.0.6"
            },
            "suggest": {
                "ext-ftp": "Allows you to use FTP server storage",
                "ext-openssl": "Allows you to use FTPS server storage",
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
            },
            "time": "2022-10-04T09:16:37+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Flysystem\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frank de Jonge",
                    "email": "info@frenky.net"
                }
            ],
            "description": "Filesystem abstraction: Many filesystems, one API.",
            "keywords": [
                "Cloud Files",
                "WebDAV",
                "abstraction",
                "aws",
                "cloud",
                "copy.com",
                "dropbox",
                "file systems",
                "files",
                "filesystem",
                "filesystems",
                "ftp",
                "rackspace",
                "remote",
                "s3",
                "sftp",
                "storage"
            ],
            "install-path": "../league/flysystem"
        },
        {
            "name": "league/flysystem-aws-s3-v3",
            "version": "1.0.30",
            "version_normalized": "1.0.30.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
                "reference": "af286f291ebab6877bac0c359c6c2cb017eb061d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/af286f291ebab6877bac0c359c6c2cb017eb061d",
                "reference": "af286f291ebab6877bac0c359c6c2cb017eb061d",
                "shasum": ""
            },
            "require": {
                "aws/aws-sdk-php": "^3.20.0",
                "league/flysystem": "^1.0.40",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "henrikbjorn/phpspec-code-coverage": "~1.0.1",
                "phpspec/phpspec": "^2.0.0"
            },
            "time": "2022-07-02T13:51:38+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Flysystem\\AwsS3v3\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frank de Jonge",
                    "email": "info@frenky.net"
                }
            ],
            "description": "Flysystem adapter for the AWS S3 SDK v3.x",
            "support": {
                "issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues",
                "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/1.0.30"
            },
            "funding": [
                {
                    "url": "https://offset.earth/frankdejonge",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/frankdejonge",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
                    "type": "tidelift"
                }
            ],
            "install-path": "../league/flysystem-aws-s3-v3"
        },
        {
            "name": "league/html-to-markdown",
            "version": "4.10.0",
            "version_normalized": "4.10.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/0868ae7a552e809e5cd8f93ba022071640408e88",
                "reference": "0868ae7a552e809e5cd8f93ba022071640408e88",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-xml": "*",
                "php": ">=5.3.3"
            },
            "time": "2020-07-01T00:34:03+00:00",
            "bin": [
                "bin/html-to-markdown"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.10-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\HTMLToMarkdown\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Colin O'Dell",
                    "email": "colinodell@gmail.com",
                    "homepage": "https://www.colinodell.com",
                    "role": "Lead Developer"
                },
                {
                    "name": "Nick Cernis",
                    "email": "nick@cern.is",
                    "homepage": "http://modernnerd.net",
                    "role": "Original Author"
                }
            ],
            "description": "An HTML-to-markdown conversion helper for PHP",
            "homepage": "https://github.com/thephpleague/html-to-markdown",
            "keywords": [
                "html",
                "markdown"
            ],
            "install-path": "../league/html-to-markdown"
        },
        {
            "name": "league/mime-type-detection",
            "version": "1.15.0",
            "version_normalized": "1.15.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
                "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "php": "^7.4 || ^8.0"
            },
            "time": "2024-01-28T23:22:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\MimeTypeDetection\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frank de Jonge",
                    "email": "info@frankdejonge.nl"
                }
            ],
            "description": "Mime-type detection for Flysystem",
            "install-path": "../league/mime-type-detection"
        },
        {
            "name": "league/oauth1-client",
            "version": "v1.10.1",
            "version_normalized": "1.10.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/d6365b901b5c287dd41f143033315e2f777e1167",
                "reference": "d6365b901b5c287dd41f143033315e2f777e1167",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-openssl": "*",
                "guzzlehttp/guzzle": "^6.0|^7.0",
                "guzzlehttp/psr7": "^1.7|^2.0",
                "php": ">=7.1||>=8.0"
            },
            "suggest": {
                "ext-simplexml": "For decoding XML-based responses."
            },
            "time": "2022-04-15T14:02:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev",
                    "dev-develop": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\OAuth1\\Client\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ben Corlett",
                    "email": "bencorlett@me.com",
                    "homepage": "http://www.webcomm.com.au",
                    "role": "Developer"
                }
            ],
            "description": "OAuth 1.0 Client Library",
            "keywords": [
                "Authentication",
                "SSO",
                "authorization",
                "bitbucket",
                "identity",
                "idp",
                "oauth",
                "oauth1",
                "single sign on",
                "trello",
                "tumblr",
                "twitter"
            ],
            "install-path": "../league/oauth1-client"
        },
        {
            "name": "league/oauth2-client",
            "version": "2.7.0",
            "version_normalized": "2.7.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/160d6274b03562ebeb55ed18399281d8118b76c8",
                "reference": "160d6274b03562ebeb55ed18399281d8118b76c8",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/guzzle": "^6.0 || ^7.0",
                "paragonie/random_compat": "^1 || ^2 || ^9.99",
                "php": "^5.6 || ^7.0 || ^8.0"
            },
            "time": "2023-04-16T18:19:15+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-2.x": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\OAuth2\\Client\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alex Bilbie",
                    "email": "hello@alexbilbie.com",
                    "homepage": "http://www.alexbilbie.com",
                    "role": "Developer"
                },
                {
                    "name": "Woody Gilk",
                    "homepage": "https://github.com/shadowhand",
                    "role": "Contributor"
                }
            ],
            "description": "OAuth 2.0 Client Library",
            "keywords": [
                "Authentication",
                "SSO",
                "authorization",
                "identity",
                "idp",
                "oauth",
                "oauth2",
                "single sign on"
            ],
            "install-path": "../league/oauth2-client"
        },
        {
            "name": "league/oauth2-google",
            "version": "3.0.4",
            "version_normalized": "3.0.4.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/oauth2-google/zipball/6b79441f244040760bed5fdcd092a2bda7cf34c6",
                "reference": "6b79441f244040760bed5fdcd092a2bda7cf34c6",
                "shasum": ""
            },
            "require": {
                "league/oauth2-client": "^2.0"
            },
            "time": "2021-01-27T16:09:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\OAuth2\\Client\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Woody Gilk",
                    "email": "woody.gilk@gmail.com",
                    "homepage": "http://shadowhand.me"
                }
            ],
            "description": "Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
            "keywords": [
                "Authentication",
                "authorization",
                "client",
                "google",
                "oauth",
                "oauth2"
            ],
            "install-path": "../league/oauth2-google"
        },
        {
            "name": "mapkit/jwt",
            "version": "v1.1.3",
            "version_normalized": "1.1.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/leanmotherfuckers/mapkit-jwt/zipball/19e502a991dbcb4becbcb51775b29aae624f551d",
                "reference": "19e502a991dbcb4becbcb51775b29aae624f551d",
                "shasum": ""
            },
            "time": "2019-06-10T05:32:35+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Mapkit\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Thomas Schoffelen",
                    "email": "thomas@includable.com"
                }
            ],
            "description": "Simple class to create MapKit and MusicKit JWT tokens.",
            "install-path": "../mapkit/jwt"
        },
        {
            "name": "marcusschwarz/lesserphp",
            "version": "v0.5.5",
            "version_normalized": "0.5.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/MarcusSchwarz/lesserphp.git",
                "reference": "77ba82b5218ff228267d3b0e5ec8697be75e86a7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/MarcusSchwarz/lesserphp/zipball/77ba82b5218ff228267d3b0e5ec8697be75e86a7",
                "reference": "77ba82b5218ff228267d3b0e5ec8697be75e86a7",
                "shasum": ""
            },
            "require-dev": {
                "phpunit/phpunit": ">=4.8.35 <8"
            },
            "time": "2021-03-10T17:56:57+00:00",
            "bin": [
                "plessc"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.5.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "lessc.inc.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT",
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "Leaf Corcoran",
                    "email": "leafot@gmail.com",
                    "homepage": "http://leafo.net"
                },
                {
                    "name": "Marcus Schwarz",
                    "email": "github@maswaba.de",
                    "homepage": "https://www.maswaba.de"
                }
            ],
            "description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.",
            "homepage": "http://leafo.net/lessphp/",
            "support": {
                "issues": "https://github.com/MarcusSchwarz/lesserphp/issues",
                "source": "https://github.com/MarcusSchwarz/lesserphp/tree/v0.5.5"
            },
            "install-path": "../marcusschwarz/lesserphp"
        },
        {
            "name": "masterminds/html5",
            "version": "2.7.6",
            "version_normalized": "2.7.6.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947",
                "reference": "897eb517a343a2281f11bc5556d6548db7d93947",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-dom": "*",
                "ext-libxml": "*",
                "php": ">=5.3.0"
            },
            "time": "2022-08-18T16:18:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Masterminds\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matt Butcher",
                    "email": "technosophos@gmail.com"
                },
                {
                    "name": "Matt Farina",
                    "email": "matt@mattfarina.com"
                },
                {
                    "name": "Asmir Mustafic",
                    "email": "goetas@gmail.com"
                }
            ],
            "description": "An HTML5 parser and serializer.",
            "homepage": "http://masterminds.github.io/html5-php",
            "keywords": [
                "HTML5",
                "dom",
                "html",
                "parser",
                "querypath",
                "serializer",
                "xml"
            ],
            "install-path": "../masterminds/html5"
        },
        {
            "name": "maxmind-db/reader",
            "version": "v1.11.1",
            "version_normalized": "1.11.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/1e66f73ffcf25e17c7a910a1317e9720a95497c7",
                "reference": "1e66f73ffcf25e17c7a910a1317e9720a95497c7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "conflict": {
                "ext-maxminddb": "<1.11.1,>=2.0.0"
            },
            "suggest": {
                "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
                "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
                "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
            },
            "time": "2023-12-02T00:09:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MaxMind\\Db\\": "src/MaxMind/Db"
                }
            },
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Gregory J. Oschwald",
                    "email": "goschwald@maxmind.com",
                    "homepage": "https://www.maxmind.com/"
                }
            ],
            "description": "MaxMind DB Reader API",
            "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
            "keywords": [
                "database",
                "geoip",
                "geoip2",
                "geolocation",
                "maxmind"
            ],
            "install-path": "../maxmind-db/reader"
        },
        {
            "name": "maxmind/web-service-common",
            "version": "v0.9.0",
            "version_normalized": "0.9.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/4dc5a3e8df38aea4ca3b1096cee3a038094e9b53",
                "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.0.3",
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">=7.2"
            },
            "time": "2022-03-28T17:43:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MaxMind\\Exception\\": "src/Exception",
                    "MaxMind\\WebService\\": "src/WebService"
                }
            },
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Gregory Oschwald",
                    "email": "goschwald@maxmind.com"
                }
            ],
            "description": "Internal MaxMind Web Service API",
            "homepage": "https://github.com/maxmind/web-service-common-php",
            "install-path": "../maxmind/web-service-common"
        },
        {
            "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": "mmikkel/cp-field-inspect",
            "version": "1.4.4",
            "version_normalized": "1.4.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mmikkel/CpFieldInspect-Craft.git",
                "reference": "cab2693eaad03f35192356d8971879e9b0a0e098"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mmikkel/CpFieldInspect-Craft/zipball/cab2693eaad03f35192356d8971879e9b0a0e098",
                "reference": "cab2693eaad03f35192356d8971879e9b0a0e098",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.7.0|^4.0.0",
                "php": "^7.2.5|^8.0"
            },
            "require-dev": {
                "craftcms/rector": "dev-main"
            },
            "time": "2022-05-07T15:24:35+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "CP Field Inspect",
                "handle": "cp-field-inspect",
                "schemaVersion": "1.0.0",
                "hasCpSettings": false,
                "hasCpSection": false,
                "changelogUrl": "https://raw.githubusercontent.com/mmikkel/CpFieldInspect-Craft/master/CHANGELOG.md",
                "class": "mmikkel\\cpfieldinspect\\CpFieldInspect"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "mmikkel\\cpfieldinspect\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mats Mikkel Rummelhoff",
                    "homepage": "http://mmikkel.no"
                }
            ],
            "description": "Inspect field handles and easily edit field and element source settings",
            "keywords": [
                "Craft",
                "cms",
                "cp field inspect",
                "craft-plugin",
                "craftcms"
            ],
            "support": {
                "docs": "https://github.com/mmikkel/CpFieldInspect-Craft/blob/master/README.md",
                "issues": "https://github.com/mmikkel/CpFieldInspect-Craft/issues",
                "source": "https://github.com/mmikkel/CpFieldInspect-Craft/tree/1.4.4"
            },
            "install-path": "../mmikkel/cp-field-inspect"
        },
        {
            "name": "mofodojodino/profanity-filter",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mofodojodino/ProfanityFilter.git",
                "reference": "529d24adcdb5b9507a4622db6aba6e54c5bb82a9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mofodojodino/ProfanityFilter/zipball/529d24adcdb5b9507a4622db6aba6e54c5bb82a9",
                "reference": "529d24adcdb5b9507a4622db6aba6e54c5bb82a9",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpspec/phpspec": "~2.0",
                "phpunit/phpunit": "~4.8"
            },
            "time": "2016-05-11T00:19:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dean Tedesco",
                    "email": "dino@tedesco.net.au"
                }
            ],
            "description": "Filters out profanities from strings.",
            "support": {
                "issues": "https://github.com/mofodojodino/ProfanityFilter/issues",
                "source": "https://github.com/mofodojodino/ProfanityFilter/tree/master"
            },
            "install-path": "../mofodojodino/profanity-filter"
        },
        {
            "name": "monolog/monolog",
            "version": "2.8.0",
            "version_normalized": "2.8.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50",
                "reference": "720488632c590286b88b80e62aa3d3d551ad4a50",
                "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": "2022-07-24T11:55:47+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": "mrclay/jsmin-php",
            "version": "2.4.1",
            "version_normalized": "2.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mrclay/jsmin-php.git",
                "reference": "208e4122f8a273314e81c6b3bee897b5f3c1dc70"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mrclay/jsmin-php/zipball/208e4122f8a273314e81c6b3bee897b5f3c1dc70",
                "reference": "208e4122f8a273314e81c6b3bee897b5f3c1dc70",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.2"
            },
            "time": "2022-03-26T14:41:59+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "JSMin\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Stephen Clay",
                    "email": "steve@mrclay.org",
                    "role": "Developer"
                },
                {
                    "name": "Ryan Grove",
                    "email": "ryan@wonko.com",
                    "role": "Developer"
                }
            ],
            "description": "Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.",
            "homepage": "https://github.com/mrclay/jsmin-php/",
            "keywords": [
                "compress",
                "jsmin",
                "minify"
            ],
            "support": {
                "email": "minify@googlegroups.com",
                "issues": "https://github.com/mrclay/jsmin-php/issues",
                "source": "https://github.com/mrclay/jsmin-php/tree/2.4.1"
            },
            "install-path": "../mrclay/jsmin-php"
        },
        {
            "name": "mrclay/minify",
            "version": "3.0.12",
            "version_normalized": "3.0.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mrclay/minify.git",
                "reference": "1962d3614c7ee1795a9fb74e49e603646b34207d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mrclay/minify/zipball/1962d3614c7ee1795a9fb74e49e603646b34207d",
                "reference": "1962d3614c7ee1795a9fb74e49e603646b34207d",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "intervention/httpauth": "^2.0|^3.0",
                "marcusschwarz/lesserphp": "^0.5.1",
                "monolog/monolog": "~1.1|~2.0",
                "mrclay/jsmin-php": "~2",
                "mrclay/props-dic": "^2.2|^3.0",
                "php": "^5.3.0 || ^7.0 || ^8.0",
                "tubalmartin/cssmin": "~4"
            },
            "require-dev": {
                "firephp/firephp-core": "~0.4.0",
                "leafo/scssphp": "^0.3 || ^0.6 || ^0.7",
                "meenie/javascript-packer": "~1.1",
                "phpunit/phpunit": "^4.8.36",
                "tedivm/jshrink": "~1.1.0"
            },
            "suggest": {
                "firephp/firephp-core": "Use FirePHP for Log messages",
                "meenie/javascript-packer": "Keep track of the Packer PHP port using Composer"
            },
            "time": "2022-05-14T11:11:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "lib/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Stephen Clay",
                    "email": "steve@mrclay.org",
                    "role": "Developer"
                }
            ],
            "description": "Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
            "homepage": "https://github.com/mrclay/minify",
            "support": {
                "email": "minify@googlegroups.com",
                "issues": "https://github.com/mrclay/minify/issues",
                "source": "https://github.com/mrclay/minify/tree/3.0.12",
                "wiki": "https://github.com/mrclay/minify/blob/master/docs"
            },
            "install-path": "../mrclay/minify"
        },
        {
            "name": "mrclay/props-dic",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mrclay/Props.git",
                "reference": "0b0fd254e33e2d60bc2bcd7867f2ab3cdd05a843"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mrclay/Props/zipball/0b0fd254e33e2d60bc2bcd7867f2ab3cdd05a843",
                "reference": "0b0fd254e33e2d60bc2bcd7867f2ab3cdd05a843",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "pimple/pimple": "~3.0",
                "psr/container": "^1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8"
            },
            "time": "2019-11-26T17:56:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Props\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Steve Clay",
                    "email": "steve@mrclay.org",
                    "homepage": "http://www.mrclay.org/"
                }
            ],
            "description": "Props is a simple DI container that allows retrieving values via custom property and method names",
            "keywords": [
                "container",
                "dependency injection",
                "dependency injection container",
                "di",
                "di container"
            ],
            "support": {
                "issues": "https://github.com/mrclay/Props/issues",
                "source": "https://github.com/mrclay/Props/tree/master"
            },
            "install-path": "../mrclay/props-dic"
        },
        {
            "name": "mtdowling/jmespath.php",
            "version": "2.6.1",
            "version_normalized": "2.6.1.0",
            "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"
            },
            "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"
                ]
            },
            "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"
            ],
            "install-path": "../mtdowling/jmespath.php"
        },
        {
            "name": "mundschenk-at/php-typography",
            "version": "v6.6.0",
            "version_normalized": "6.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mundschenk-at/php-typography.git",
                "reference": "67af39c936751f96a959b9bf211044512675283c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mundschenk-at/php-typography/zipball/67af39c936751f96a959b9bf211044512675283c",
                "reference": "67af39c936751f96a959b9bf211044512675283c",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "ext-pcre": "*",
                "masterminds/html5": "^2.5.0",
                "php": ">=5.6.0"
            },
            "require-dev": {
                "brain/monkey": "^2.2.0",
                "dealerdirect/phpcodesniffer-composer-installer": "^0.6",
                "ext-curl": "*",
                "mundschenk-at/phpunit-cross-version": "dev-master",
                "phpbench/phpbench": "^0.17||^1.0@dev",
                "phpcompatibility/php-compatibility": "^9.0",
                "phpstan/phpstan": "^0.12",
                "phpunit/phpunit": "5.*||6.*||7.*|8.*|9.*",
                "squizlabs/php_codesniffer": "^3",
                "wp-coding-standards/wpcs": "^2.0"
            },
            "time": "2020-04-05T12:14:12+00:00",
            "bin": [
                "src/bin/update-patterns.php",
                "src/bin/update-iana.php"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Peter Putzer",
                    "email": "github@mundschenk.at",
                    "homepage": "https://code.mundschenk.at",
                    "role": "Developer"
                },
                {
                    "name": "Jeffrey D. King",
                    "email": "jeff.king@weathersource.com",
                    "homepage": "http://kingdesk.com",
                    "role": "Original author"
                }
            ],
            "description": "A PHP library for improving your web typography",
            "support": {
                "issues": "https://github.com/mundschenk-at/php-typography/issues",
                "source": "https://github.com/mundschenk-at/php-typography/tree/v6.6.0"
            },
            "install-path": "../mundschenk-at/php-typography"
        },
        {
            "name": "nystudio107/craft-minify",
            "version": "1.2.11",
            "version_normalized": "1.2.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nystudio107/craft-minify.git",
                "reference": "992402df6f5f893b41fc9ba7755ced94b07bf5bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nystudio107/craft-minify/zipball/992402df6f5f893b41fc9ba7755ced94b07bf5bf",
                "reference": "992402df6f5f893b41fc9ba7755ced94b07bf5bf",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.0.0",
                "mrclay/minify": "^3.0.10"
            },
            "time": "2022-02-23T03:31:18+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Minify",
                "handle": "minify",
                "schemaVersion": "1.0.0",
                "hasCpSettings": false,
                "hasCpSection": false,
                "changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-minify/v1/CHANGELOG.md",
                "class": "nystudio107\\minify\\Minify",
                "components": {
                    "minify": "nystudio107\\minify\\services\\MinifyService"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "nystudio107\\minify\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "nystudio107",
                    "homepage": "https://nystudio107.com/"
                }
            ],
            "description": "A simple plugin that allows you to minify blocks of HTML, CSS, and JS inline in Craft CMS templates.",
            "keywords": [
                "Craft",
                "cms",
                "craft-plugin",
                "craftcms",
                "minify"
            ],
            "support": {
                "docs": "https://nystudio107.com/plugins/minify/documentation",
                "issues": "https://nystudio107.com/plugins/minify/support",
                "source": "https://github.com/nystudio107/craft-minify/tree/1.2.11"
            },
            "funding": [
                {
                    "url": "https://github.com/khalwat",
                    "type": "github"
                }
            ],
            "install-path": "../nystudio107/craft-minify"
        },
        {
            "name": "nystudio107/craft-plugin-manifest",
            "version": "1.0.10",
            "version_normalized": "1.0.10.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nystudio107/craft-plugin-manifest/zipball/d94d147b548384c7d9bd59777e12462d32042445",
                "reference": "d94d147b548384c7d9bd59777e12462d32042445",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.0.0"
            },
            "time": "2022-04-26T14:57:11+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "nystudio107\\pluginmanifest\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "nystudio107",
                    "homepage": "https://nystudio107.com"
                }
            ],
            "description": "Plugin Manifest is the conduit between Craft CMS plugins and webpack, with manifest.json & webpack-dev-server HMR support",
            "keywords": [
                "craftcms",
                "manifest",
                "plugin"
            ],
            "support": {
                "docs": "https://github.com/nystudio107/craft-plugin-manifest/blob/v1/README.md",
                "issues": "https://github.com/nystudio107/craft-plugin-manifest/issues"
            },
            "install-path": "../nystudio107/craft-plugin-manifest"
        },
        {
            "name": "nystudio107/craft-plugin-vite",
            "version": "1.0.27",
            "version_normalized": "1.0.27.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nystudio107/craft-plugin-vite.git",
                "reference": "0a1dfe9ffb48c6970c9a4615b27417f4285d3eeb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nystudio107/craft-plugin-vite/zipball/0a1dfe9ffb48c6970c9a4615b27417f4285d3eeb",
                "reference": "0a1dfe9ffb48c6970c9a4615b27417f4285d3eeb",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.0.0"
            },
            "time": "2022-07-16T20:49:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "nystudio107\\pluginvite\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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",
                "source": "https://github.com/nystudio107/craft-plugin-vite/tree/1.0.27"
            },
            "funding": [
                {
                    "url": "https://github.com/khalwat",
                    "type": "github"
                }
            ],
            "install-path": "../nystudio107/craft-plugin-vite"
        },
        {
            "name": "nystudio107/craft-retour",
            "version": "3.1.69",
            "version_normalized": "3.1.69.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nystudio107/craft-retour.git",
                "reference": "7e70fbd5d35d8b4153a230e40b8a2ca0abb3e258"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nystudio107/craft-retour/zipball/7e70fbd5d35d8b4153a230e40b8a2ca0abb3e258",
                "reference": "7e70fbd5d35d8b4153a230e40b8a2ca0abb3e258",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.0.0",
                "jean85/pretty-package-versions": "^1.5 || ^2.0",
                "league/csv": "^8.2 || ^9.0",
                "nystudio107/craft-plugin-vite": "^1.0.0"
            },
            "require-dev": {
                "codeception/codeception": "^3.0",
                "vlucas/phpdotenv": "^3.0"
            },
            "time": "2022-01-12T17:43:40+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Retour",
                "handle": "retour",
                "changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-retour/v3/CHANGELOG.md",
                "class": "nystudio107\\retour\\Retour"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "nystudio107\\retour\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "proprietary"
            ],
            "authors": [
                {
                    "name": "nystudio107",
                    "homepage": "https://nystudio107.com/"
                }
            ],
            "description": "Retour allows you to intelligently redirect legacy URLs, so that you don't lose SEO value when rebuilding & restructuring a website",
            "keywords": [
                "404",
                "craft-plugin",
                "craftcms",
                "redirect",
                "retour",
                "statistics"
            ],
            "support": {
                "docs": "https://nystudio107.com/plugins/retour/documentation",
                "issues": "https://nystudio107.com/plugins/retour/support",
                "source": "https://github.com/nystudio107/craft-retour/tree/3.1.69"
            },
            "funding": [
                {
                    "url": "https://github.com/khalwat",
                    "type": "github"
                }
            ],
            "install-path": "../nystudio107/craft-retour"
        },
        {
            "name": "nystudio107/craft-seomatic",
            "version": "3.4.40",
            "version_normalized": "3.4.40.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nystudio107/craft-seomatic/zipball/7dae6d7076cbdcacf7bc531059328a89962872a0",
                "reference": "7dae6d7076cbdcacf7bc531059328a89962872a0",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.1.19",
                "davechild/textstatistics": "1.0.2",
                "nystudio107/craft-plugin-manifest": "^1.0.4",
                "nystudio107/craft-twigfield": "^1.0.15",
                "php-science/textrank": "^1.0.3",
                "sunra/php-simple-html-dom-parser": "^1.5.2"
            },
            "time": "2022-10-19T19:38:12+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "SEOmatic",
                "handle": "seomatic",
                "changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-seomatic/v3/CHANGELOG.md",
                "class": "nystudio107\\seomatic\\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 3. 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/plugins/seomatic/documentation",
                "issues": "https://nystudio107.com/plugins/seomatic/support"
            },
            "install-path": "../nystudio107/craft-seomatic"
        },
        {
            "name": "nystudio107/craft-twigfield",
            "version": "1.0.19",
            "version_normalized": "1.0.19.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nystudio107/craft-twigfield/zipball/9a4beb60a49261338fe47fa426ac59d05ec033e5",
                "reference": "9a4beb60a49261338fe47fa426ac59d05ec033e5",
                "shasum": ""
            },
            "require": {
                "phpdocumentor/reflection-docblock": "^5.0.0"
            },
            "time": "2022-10-26T16:50:57+00:00",
            "type": "yii2-extension",
            "extra": {
                "bootstrap": "nystudio107\\twigfield\\Twigfield"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "nystudio107\\twigfield\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "nystudio107",
                    "homepage": "https://nystudio107.com"
                }
            ],
            "description": "Provides a twig editor field with Twig & Craft API autocomplete",
            "keywords": [
                "auto",
                "autocomplete",
                "cms",
                "complete",
                "craft",
                "craftcms",
                "editor",
                "twig"
            ],
            "support": {
                "docs": "https://github.com/nystudio107/craft-twigfield/blob/v1/README.md",
                "issues": "https://github.com/nystudio107/craft-twigfield/issues",
                "source": "https://github.com/nystudio107/craft-twigfield"
            },
            "install-path": "../nystudio107/craft-twigfield"
        },
        {
            "name": "nystudio107/craft-twigpack",
            "version": "1.2.17",
            "version_normalized": "1.2.17.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nystudio107/craft-twigpack.git",
                "reference": "7b657a7d5317e2eff2438de4874544b7ce029bb3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nystudio107/craft-twigpack/zipball/7b657a7d5317e2eff2438de4874544b7ce029bb3",
                "reference": "7b657a7d5317e2eff2438de4874544b7ce029bb3",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.0.0"
            },
            "time": "2022-04-26T15:16:35+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Twigpack",
                "handle": "twigpack",
                "changelogUrl": "https://raw.githubusercontent.com/craft-nystudio107/twigpack/v1/CHANGELOG.md",
                "class": "nystudio107\\twigpack\\Twigpack"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "nystudio107\\twigpack\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "nystudio107",
                    "homepage": "https://nystudio107.com/"
                }
            ],
            "description": "Twigpack is a bridge between Twig and webpack, with manifest.json & webpack-dev-server HMR support",
            "keywords": [
                "craft-plugin",
                "craftcms",
                "hmr-support",
                "manifest-json",
                "twig",
                "webpack",
                "webpack-dev-server"
            ],
            "support": {
                "docs": "https://nystudio107.com/plugins/twigpack/documentation",
                "issues": "https://nystudio107.com/plugins/twigpack/support",
                "source": "https://github.com/nystudio107/craft-twigpack/tree/1.2.17"
            },
            "funding": [
                {
                    "url": "https://github.com/khalwat",
                    "type": "github"
                }
            ],
            "install-path": "../nystudio107/craft-twigpack"
        },
        {
            "name": "ostark/craft-async-queue",
            "version": "2.3.0",
            "version_normalized": "2.3.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ostark/craft-async-queue/zipball/7839e42a21e1bb8f78ea6bb9ef5e5e75f9d0f5e2",
                "reference": "7839e42a21e1bb8f78ea6bb9ef5e5e75f9d0f5e2",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.0.0",
                "php": ">=7.1",
                "symfony/process": "^4.2|^5.0",
                "treeware/plant": "^0.1.0"
            },
            "time": "2021-05-04T18:08:00+00:00",
            "type": "craft-plugin",
            "extra": {
                "treeware": [],
                "name": "AsyncQueue",
                "handle": "async-queue",
                "hasCpSettings": false,
                "hasCpSection": false,
                "changelogUrl": "https://raw.githubusercontent.com/ostark/craft-async-queue/master/CHANGELOG.md"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ostark\\AsyncQueue\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oliver Stark",
                    "homepage": "https://www.fortrabbit.com"
                }
            ],
            "description": "A queue handler that moves queue execution to a non-blocking background process",
            "keywords": [
                "cms",
                "craft",
                "craft-plugin",
                "craftcms",
                "queue"
            ],
            "support": {
                "docs": "https://github.com/ostark/craft-async-queue/blob/master/README.md",
                "issues": "https://github.com/ostark/craft-async-queue/issues"
            },
            "install-path": "../ostark/craft-async-queue"
        },
        {
            "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": "phenx/php-font-lib",
            "version": "0.5.4",
            "version_normalized": "0.5.4.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
                "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*"
            },
            "time": "2021-12-17T19:44:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "FontLib\\": "src/FontLib"
                }
            },
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Fabien Ménager",
                    "email": "fabien.menager@gmail.com"
                }
            ],
            "description": "A library to read, parse, export and make subsets of different types of font files.",
            "homepage": "https://github.com/PhenX/php-font-lib",
            "install-path": "../phenx/php-font-lib"
        },
        {
            "name": "phenx/php-svg-lib",
            "version": "0.5.0",
            "version_normalized": "0.5.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/76876c6cf3080bcb6f249d7d59705108166a6685",
                "reference": "76876c6cf3080bcb6f249d7d59705108166a6685",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^7.1 || ^8.0",
                "sabberworm/php-css-parser": "^8.4"
            },
            "time": "2022-09-06T12:16:56+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Svg\\": "src/Svg"
                }
            },
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Fabien Ménager",
                    "email": "fabien.menager@gmail.com"
                }
            ],
            "description": "A library to read, parse and export to PDF SVG files.",
            "homepage": "https://github.com/PhenX/php-svg-lib",
            "install-path": "../phenx/php-svg-lib"
        },
        {
            "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": "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.4.1",
            "version_normalized": "5.4.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c",
                "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c",
                "shasum": ""
            },
            "require": {
                "doctrine/deprecations": "^1.1",
                "ext-filter": "*",
                "php": "^7.4 || ^8.0",
                "phpdocumentor/reflection-common": "^2.2",
                "phpdocumentor/type-resolver": "^1.7",
                "phpstan/phpdoc-parser": "^1.7",
                "webmozart/assert": "^1.9.1"
            },
            "time": "2024-05-21T05:55:05+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": "opensource@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.8.2",
            "version_normalized": "1.8.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/153ae662783729388a584b4361f2545e4d841e3c",
                "reference": "153ae662783729388a584b4361f2545e4d841e3c",
                "shasum": ""
            },
            "require": {
                "doctrine/deprecations": "^1.0",
                "php": "^7.3 || ^8.0",
                "phpdocumentor/reflection-common": "^2.0",
                "phpstan/phpdoc-parser": "^1.13"
            },
            "time": "2024-02-23T11:10:43+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": "phpstan/phpdoc-parser",
            "version": "1.29.1",
            "version_normalized": "1.29.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4",
                "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2024-05-31T08:52:43+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": "pimple/pimple",
            "version": "v3.5.0",
            "version_normalized": "3.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/silexphp/Pimple.git",
                "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
                "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/container": "^1.1 || ^2.0"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^5.4@dev"
            },
            "time": "2021-10-28T11:13:42+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.4.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Pimple": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Pimple, a simple Dependency Injection Container",
            "homepage": "https://pimple.symfony.com",
            "keywords": [
                "container",
                "dependency injection"
            ],
            "support": {
                "source": "https://github.com/silexphp/Pimple/tree/v3.5.0"
            },
            "install-path": "../pimple/pimple"
        },
        {
            "name": "pixelandtonic/imagine",
            "version": "1.2.4.2",
            "version_normalized": "1.2.4.2",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pixelandtonic/Imagine/zipball/5ee4b6a365497818815ba50738c8dcbb555c9fd3",
                "reference": "5ee4b6a365497818815ba50738c8dcbb555c9fd3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "suggest": {
                "ext-gd": "to use the GD implementation",
                "ext-gmagick": "to use the Gmagick implementation",
                "ext-imagick": "to use the Imagick implementation"
            },
            "time": "2021-06-22T18:26:46+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.7-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/cache",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2016-08-06T20:24:11+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "install-path": "../psr/cache"
        },
        {
            "name": "psr/container",
            "version": "1.1.2",
            "version_normalized": "1.1.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "time": "2021-11-05T16:50:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "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/http-client",
            "version": "1.0.3",
            "version_normalized": "1.0.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "time": "2023-09-23T14:17:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Client\\": "src/"
                }
            },
            "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-message",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2016-08-06T14:39:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "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": "putyourlightson/craft-blitz-recommendations",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/putyourlightson/craft-blitz-recommendations.git",
                "reference": "f3a9a8c8406f6e73fe9f89ddbc137e2480467f23"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/putyourlightson/craft-blitz-recommendations/zipball/f3a9a8c8406f6e73fe9f89ddbc137e2480467f23",
                "reference": "f3a9a8c8406f6e73fe9f89ddbc137e2480467f23",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.0.0"
            },
            "time": "2021-11-10T18:47:15+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Blitz Recommendations",
                "handle": "blitz-recommendations",
                "developer": "PutYourLightsOn",
                "developerUrl": "https://putyourlightson.com/",
                "documentationUrl": "https://putyourlightson.com/plugins/blitz-recommendations",
                "changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-blitz-recommendations/v1/CHANGELOG.md",
                "class": "putyourlightson\\blitzrecommendations\\BlitzRecommendations"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "putyourlightson\\blitzrecommendations\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "mit"
            ],
            "description": "Adds a utility that provides templating performance recommendations.",
            "support": {
                "docs": "https://putyourlightson.com/plugins/blitz-recommendations",
                "issues": "https://github.com/putyourlightson/craft-blitz-recommendations/issues",
                "source": "https://github.com/putyourlightson/craft-blitz-recommendations"
            },
            "install-path": "../putyourlightson/craft-blitz-recommendations"
        },
        {
            "name": "putyourlightson/craft-elements-panel",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/putyourlightson/craft-elements-panel.git",
                "reference": "b5f0b6215dcb54231af0e2d043d9874b0d56ed19"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/putyourlightson/craft-elements-panel/zipball/b5f0b6215dcb54231af0e2d043d9874b0d56ed19",
                "reference": "b5f0b6215dcb54231af0e2d043d9874b0d56ed19",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.0.0"
            },
            "time": "2020-10-30T08:19:36+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Elements Panel",
                "handle": "elements-panel",
                "developer": "PutYourLightsOn",
                "developerUrl": "https://putyourlightson.com/",
                "documentationUrl": "https://putyourlightson.com/plugins/elements-panel",
                "changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-elements-panel/v1/CHANGELOG.md",
                "class": "putyourlightson\\elementspanel\\ElementsPanel"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "putyourlightson\\elementspanel\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "mit"
            ],
            "description": "Adds an Elements and an Eager-Loading panel to the debug toolbar.",
            "support": {
                "docs": "https://putyourlightson.com/plugins/elements-panel",
                "issues": "https://github.com/putyourlightson/craft-elements-panel/issues",
                "source": "https://github.com/putyourlightson/craft-elements-panel"
            },
            "install-path": "../putyourlightson/craft-elements-panel"
        },
        {
            "name": "putyourlightson/craft-sendgrid",
            "version": "1.3.1",
            "version_normalized": "1.3.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/putyourlightson/craft-sendgrid/zipball/2df08c3829419d113f92882cb8e9937c85a49fef",
                "reference": "2df08c3829419d113f92882cb8e9937c85a49fef",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.1.0",
                "sendgrid/sendgrid": "^7.3.0"
            },
            "time": "2022-05-06T12:22:28+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "SendGrid",
                "handle": "sendgrid",
                "developer": "PutYourLightsOn",
                "developerUrl": "https://putyourlightson.com/",
                "schemaVersion": "1.0.0",
                "changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-sendgrid/v1/CHANGELOG.md",
                "class": "putyourlightson\\sendgrid\\Sendgrid"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "putyourlightson\\sendgrid\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "description": "SendGrid mailer adapter for Craft CMS.",
            "homepage": "https://github.com/putyourlightson/craft-sendgrid",
            "keywords": [
                "cms",
                "craft",
                "craftcms",
                "email"
            ],
            "support": {
                "docs": "https://putyourlightson.com/plugins/sendgrid",
                "source": "https://github.com/putyourlightson/craft-sendgrid",
                "issues": "https://github.com/putyourlightson/craft-sendgrid/issues"
            },
            "install-path": "../putyourlightson/craft-sendgrid"
        },
        {
            "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.11.0",
            "version_normalized": "2.11.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/promise/zipball/1a8460931ea36dc5c76838fec5734d55c88c6831",
                "reference": "1a8460931ea36dc5c76838fec5734d55c88c6831",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "time": "2023-11-16T16:16:50+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": "rize/uri-template",
            "version": "0.3.5",
            "version_normalized": "0.3.5.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/rize/UriTemplate/zipball/5ed4ba8ea34af84485dea815d4b6b620794d1168",
                "reference": "5ed4ba8ea34af84485dea815d4b6b620794d1168",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2022-10-12T17:22:51+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Rize\\": "src/Rize"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marut K",
                    "homepage": "http://twitter.com/rezigned"
                }
            ],
            "description": "PHP URI Template (RFC 6570) supports both expansion & extraction",
            "keywords": [
                "RFC 6570",
                "template",
                "uri"
            ],
            "install-path": "../rize/uri-template"
        },
        {
            "name": "sabberworm/php-css-parser",
            "version": "8.4.0",
            "version_normalized": "8.4.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
                "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": ">=5.6.20"
            },
            "suggest": {
                "ext-mbstring": "for parsing UTF-8 CSS"
            },
            "time": "2021-12-11T13:40:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sabberworm\\CSS\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Raphael Schweikert"
                }
            ],
            "description": "Parser for CSS Files written in PHP",
            "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
            "keywords": [
                "css",
                "parser",
                "stylesheet"
            ],
            "install-path": "../sabberworm/php-css-parser"
        },
        {
            "name": "sebastianlenz/linkfield",
            "version": "1.0.25",
            "version_normalized": "1.0.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastian-lenz/craft-linkfield.git",
                "reference": "a29f328fe41248e9b1722c52f68e435f53c241d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastian-lenz/craft-linkfield/zipball/a29f328fe41248e9b1722c52f68e435f53c241d3",
                "reference": "a29f328fe41248e9b1722c52f68e435f53c241d3",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.0.0-RC1",
                "php": "^7.0 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5 || ^8.0"
            },
            "time": "2021-02-23T20:55:03+00:00",
            "type": "craft-plugin",
            "extra": {
                "handle": "typedlinkfield",
                "name": "Typed link field",
                "developer": "Sebastian Lenz",
                "developerUrl": "https://github.com/sebastian-lenz/"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "typedlinkfield\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A Craft field type for selecting links",
            "support": {
                "issues": "https://github.com/sebastian-lenz/craft-linkfield/issues",
                "source": "https://github.com/sebastian-lenz/craft-linkfield/tree/1.0.25"
            },
            "install-path": "../sebastianlenz/linkfield"
        },
        {
            "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.11.0",
            "version_normalized": "1.11.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/1748aaf847fc731cfad7725aec413ee46f0cc3a2",
                "reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2",
                "shasum": ""
            },
            "require": {
                "php": "^5.3 || ^7.0 || ^8.0"
            },
            "time": "2024-07-11T14:55:45+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": "https://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": "sendgrid/php-http-client",
            "version": "3.14.4",
            "version_normalized": "3.14.4.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sendgrid/php-http-client/zipball/6d589564522be290c7d7c18e51bcd8b03aeaf0b6",
                "reference": "6d589564522be290c7d7c18e51bcd8b03aeaf0b6",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": ">=5.6"
            },
            "suggest": {
                "composer/ca-bundle": "Including this library will ensure that a valid CA bundle is available for secure connections"
            },
            "time": "2022-03-09T20:21:55+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "SendGrid\\": "lib/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matt Bernier",
                    "email": "mbernier@twilio.com"
                },
                {
                    "name": "Elmer Thomas",
                    "email": "ethomas@twilio.com"
                }
            ],
            "description": "HTTP REST client, simplified for PHP",
            "homepage": "http://github.com/sendgrid/php-http-client",
            "keywords": [
                "api",
                "fluent",
                "http",
                "rest",
                "sendgrid"
            ],
            "install-path": "../sendgrid/php-http-client"
        },
        {
            "name": "sendgrid/sendgrid",
            "version": "7.11.5",
            "version_normalized": "7.11.5.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sendgrid/sendgrid-php/zipball/1d2fd3b72687fe82264853a8888b014f8f99e81f",
                "reference": "1d2fd3b72687fe82264853a8888b014f8f99e81f",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "php": ">=5.6",
                "sendgrid/php-http-client": "~3.10",
                "starkbank/ecdsa": "0.*"
            },
            "replace": {
                "sendgrid/sendgrid-php": "*"
            },
            "time": "2022-03-09T20:21:56+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "SendGrid\\Mail\\": "lib/mail/",
                    "SendGrid\\Stats\\": "lib/stats/",
                    "SendGrid\\Helper\\": "lib/helper/",
                    "SendGrid\\Contacts\\": "lib/contacts/",
                    "SendGrid\\EventWebhook\\": "lib/eventwebhook/"
                },
                "classmap": [
                    "lib/BaseSendGridClientInterface.php",
                    "lib/SendGrid.php",
                    "lib/TwilioEmail.php"
                ]
            },
            "license": [
                "MIT"
            ],
            "description": "This library allows you to quickly and easily send emails through Twilio SendGrid using PHP.",
            "homepage": "http://github.com/sendgrid/sendgrid-php",
            "keywords": [
                "email",
                "grid",
                "send",
                "sendgrid",
                "twilio sendgrid"
            ],
            "install-path": "../sendgrid/sendgrid"
        },
        {
            "name": "spacecatninja/imager-x",
            "version": "v3.6.5",
            "version_normalized": "3.6.5.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spacecatninja/craft-imager-x/zipball/f03c20d4c4941135c6ddd50df2c60481d16529bb",
                "reference": "f03c20d4c4941135c6ddd50df2c60481d16529bb",
                "shasum": ""
            },
            "require": {
                "aws/aws-sdk-php": "^3.0.0",
                "craftcms/cms": "^3.3.0",
                "google/cloud-storage": "~1.0",
                "imgix/imgix-php": "^3.0",
                "kornrunner/blurhash": "^1.1",
                "kraken-io/kraken-php": "^1.2",
                "ksubileau/color-thief-php": "^1.4.0",
                "mikehaertl/php-shellcommand": "^1.2",
                "php": ">=7.2.5",
                "ssnepenthe/color-utils": "~0.4",
                "tinify/tinify": ">=1.1.1"
            },
            "time": "2022-09-28T11:32:05+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Imager X",
                "handle": "imager-x",
                "schemaVersion": "3.0.0",
                "hasCpSettings": false,
                "hasCpSection": false,
                "changelogUrl": "https://raw.githubusercontent.com/spacecatninja/craft-imager-x/master/CHANGELOG.md",
                "components": [],
                "class": "spacecatninja\\imagerx\\ImagerX"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "spacecatninja\\imagerx\\": "src/"
                }
            },
            "license": [
                "proprietary"
            ],
            "authors": [
                {
                    "name": "SPACECATNINJA",
                    "homepage": "https://www.spacecat.ninja"
                }
            ],
            "description": "Ninja powered image transforms.",
            "keywords": [
                "cms",
                "craft",
                "craft-plugin",
                "craftcms",
                "image",
                "picture",
                "responsive",
                "srcset",
                "transform"
            ],
            "support": {
                "docs": "http://imager-x-v3.spacecat.ninja/",
                "issues": "https://github.com/spacecatninja/craft-imager-x/issues"
            },
            "install-path": "../spacecatninja/imager-x"
        },
        {
            "name": "spicyweb/craft-embedded-assets",
            "version": "2.11.3",
            "version_normalized": "2.11.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/spicywebau/craft-embedded-assets.git",
                "reference": "a60fe6addb2a575ead5000746ad36ba9fe83271a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spicywebau/craft-embedded-assets/zipball/a60fe6addb2a575ead5000746ad36ba9fe83271a",
                "reference": "a60fe6addb2a575ead5000746ad36ba9fe83271a",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.6.0",
                "embed/embed": "^3.4.17"
            },
            "time": "2022-06-29T23:17:31+00:00",
            "type": "craft-plugin",
            "extra": {
                "handle": "embeddedassets",
                "name": "Embedded Assets",
                "schemaVersion": "1.0.0",
                "class": "spicyweb\\embeddedassets\\Plugin",
                "changelogUrl": "https://github.com/spicywebau/craft-embedded-assets/blob/master/CHANGELOG.md",
                "downloadUrl": "https://github.com/spicywebau/craft-embedded-assets/archive/master.zip"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "spicyweb\\embeddedassets\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Spicy Web",
                    "homepage": "https://spicyweb.com.au"
                }
            ],
            "description": "Manage YouTube videos, Instagram photos, Twitter posts and more as first class assets",
            "keywords": [
                "assets",
                "cms",
                "craftcms",
                "embed",
                "instagram",
                "plugin",
                "twitter",
                "vimeo",
                "youtube"
            ],
            "support": {
                "docs": "https://github.com/spicywebau/craft-embedded-assets/blob/2.11.3/README.md",
                "issues": "https://github.com/spicywebau/craft-embedded-assets/issues",
                "rss": "https://github.com/spicywebau/craft-embedded-assets/commits/master.atom",
                "source": "https://github.com/spicywebau/craft-embedded-assets"
            },
            "install-path": "../spicyweb/craft-embedded-assets"
        },
        {
            "name": "ssnepenthe/color-utils",
            "version": "0.4.2",
            "version_normalized": "0.4.2.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ssnepenthe/color-utils/zipball/a68562f81fd603be0c45d102b4e8064c76ddf863",
                "reference": "a68562f81fd603be0c45d102b4e8064c76ddf863",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0"
            },
            "time": "2017-06-19T16:48:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "inc/colors.php",
                    "inc/helpers.php",
                    "inc/transformations.php"
                ],
                "psr-4": {
                    "SSNepenthe\\ColorUtils\\": "src/"
                }
            },
            "license": [
                "GPL-2.0"
            ],
            "description": "A PHP library for performing SASS-like color manipulations.",
            "homepage": "https://github.com/ssnepenthe/color-utils",
            "keywords": [
                "Brightness",
                "alpha",
                "blue",
                "color",
                "conversion",
                "convert",
                "green",
                "hex",
                "hexadecimal",
                "hsl",
                "hsla",
                "hue",
                "lightness",
                "luminance",
                "manipulation",
                "red",
                "rgb",
                "rgba",
                "sass",
                "saturation",
                "scss",
                "transformation"
            ],
            "install-path": "../ssnepenthe/color-utils"
        },
        {
            "name": "starkbank/ecdsa",
            "version": "0.0.5",
            "version_normalized": "0.0.5.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/starkbank/ecdsa-php/zipball/484bedac47bac4012dc73df91da221f0a66845cb",
                "reference": "484bedac47bac4012dc73df91da221f0a66845cb",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "time": "2021-06-06T22:24:49+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/ellipticcurve.php"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "StarkBank",
                    "email": "developers@starkbank.com",
                    "homepage": "https://starkbank.com",
                    "role": "Developer"
                }
            ],
            "description": "fast openSSL-compatible implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA)",
            "homepage": "https://github.com/starkbank/ecdsa-php",
            "install-path": "../starkbank/ecdsa"
        },
        {
            "name": "studio/studio",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "dist": {
                "type": "path",
                "url": "./studio-plugins/studio",
                "reference": "b54ac17d991fe4310df76d29fe79f0aed63441df"
            },
            "require": {
                "craftcms/cms": "^3.0.0"
            },
            "type": "craft-plugin",
            "extra": {
                "name": "Studio",
                "handle": "studio",
                "developer": "Priti Burfield-Mills",
                "developerUrl": "https://burfieldmills.com/",
                "documentationUrl": "???",
                "changelogUrl": "???",
                "components": {
                    "studioService": "studio\\studio\\services\\StudioService"
                },
                "class": "studio\\studio\\Studio"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "studio\\studio\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Priti Burfield-Mills",
                    "homepage": "https://burfieldmills.com/"
                }
            ],
            "description": "This is another awesome plugin crafted by our Studio  ❤️.",
            "keywords": [
                "cms",
                "craft",
                "craft-plugin",
                "craftcms",
                "studio"
            ],
            "support": {
                "docs": "???",
                "issues": "???"
            },
            "transport-options": {
                "symlink": true,
                "relative": true
            },
            "install-path": "../studio/studio"
        },
        {
            "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": "superbig/craft-mjml",
            "version": "1.0.6",
            "version_normalized": "1.0.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/superbigco/craft-mjml.git",
                "reference": "cfaa9a5cb582dcb1e46a8f10749156571ccaac66"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/superbigco/craft-mjml/zipball/cfaa9a5cb582dcb1e46a8f10749156571ccaac66",
                "reference": "cfaa9a5cb582dcb1e46a8f10749156571ccaac66",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.0.0-RC1",
                "mikehaertl/php-shellcommand": "^1.4"
            },
            "time": "2022-05-10T06:58:07+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "MJML",
                "handle": "mjml",
                "hasCpSettings": true,
                "hasCpSection": false,
                "changelogUrl": "https://raw.githubusercontent.com/superbigco/craft-mjml/master/CHANGELOG.md",
                "class": "superbig\\mjml\\MJML"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "superbig\\mjml\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Superbig",
                    "homepage": "https://superbig.co"
                }
            ],
            "description": "Render Twig emails with MJML, the only framework that makes responsive email easy.",
            "keywords": [
                "Craft",
                "cms",
                "craft-plugin",
                "craftcms",
                "mjml"
            ],
            "support": {
                "docs": "https://github.com/superbigco/craft-mjml/blob/master/README.md",
                "issues": "https://github.com/superbigco/craft-mjml/issues",
                "source": "https://github.com/superbigco/craft-mjml/tree/1.0.6"
            },
            "install-path": "../superbig/craft-mjml"
        },
        {
            "name": "swiftmailer/swiftmailer",
            "version": "v6.3.0",
            "version_normalized": "6.3.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c",
                "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c",
                "shasum": ""
            },
            "require": {
                "egulias/email-validator": "^2.0|^3.1",
                "php": ">=7.0.0",
                "symfony/polyfill-iconv": "^1.0",
                "symfony/polyfill-intl-idn": "^1.10",
                "symfony/polyfill-mbstring": "^1.0"
            },
            "suggest": {
                "ext-intl": "Needed to support internationalized email addresses"
            },
            "time": "2021-10-18T15:26:12+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.2-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/swift_required.php"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Corbyn"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Swiftmailer, free feature-rich PHP mailer",
            "homepage": "https://swiftmailer.symfony.com",
            "keywords": [
                "email",
                "mail",
                "mailer"
            ],
            "abandoned": "symfony/mailer",
            "install-path": "../swiftmailer/swiftmailer"
        },
        {
            "name": "symfony/cache",
            "version": "v5.4.13",
            "version_normalized": "5.4.13.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/cache/zipball/89bb6a0fe27205636d80e568ffaf9bbb52f691e3",
                "reference": "89bb6a0fe27205636d80e568ffaf9bbb52f691e3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/cache": "^1.0|^2.0",
                "psr/log": "^1.1|^2|^3",
                "symfony/cache-contracts": "^1.1.7|^2",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php73": "^1.9",
                "symfony/polyfill-php80": "^1.16",
                "symfony/service-contracts": "^1.1|^2|^3",
                "symfony/var-exporter": "^4.4|^5.0|^6.0"
            },
            "conflict": {
                "doctrine/dbal": "<2.13.1",
                "symfony/dependency-injection": "<4.4",
                "symfony/http-kernel": "<4.4",
                "symfony/var-dumper": "<4.4"
            },
            "provide": {
                "psr/cache-implementation": "1.0|2.0",
                "psr/simple-cache-implementation": "1.0|2.0",
                "symfony/cache-implementation": "1.0|2.0"
            },
            "time": "2022-09-06T13:23:31+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Cache\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
            "homepage": "https://symfony.com",
            "keywords": [
                "caching",
                "psr6"
            ],
            "install-path": "../symfony/cache"
        },
        {
            "name": "symfony/cache-contracts",
            "version": "v2.5.3",
            "version_normalized": "2.5.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/fee6db04d913094e2fb55ff8e7db5685a8134463",
                "reference": "fee6db04d913094e2fb55ff8e7db5685a8134463",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/cache": "^1.0|^2.0|^3.0"
            },
            "suggest": {
                "symfony/cache-implementation": ""
            },
            "time": "2024-01-23T13:51:25+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Cache\\": ""
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to caching",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "install-path": "../symfony/cache-contracts"
        },
        {
            "name": "symfony/console",
            "version": "v5.4.42",
            "version_normalized": "5.4.42.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/cef62396a0477e94fc52e87a17c6e5c32e226b7f",
                "reference": "cef62396a0477e94fc52e87a17c6e5c32e226b7f",
                "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": "2024-07-26T12:21:55+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": "v2.5.3",
            "version_normalized": "2.5.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d",
                "reference": "80d075412b557d41002320b96a096ca65aa2c98d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2023-01-24T14:02:46+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "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/expression-language",
            "version": "v5.4.14",
            "version_normalized": "5.4.14.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/expression-language/zipball/2f27d5b1e7926bba18e87719af75f696977cd58b",
                "reference": "2f27d5b1e7926bba18e87719af75f696977cd58b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/cache": "^4.4|^5.0|^6.0",
                "symfony/service-contracts": "^1.1|^2|^3"
            },
            "time": "2022-10-07T08:01:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\ExpressionLanguage\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides an engine that can compile and evaluate expressions",
            "homepage": "https://symfony.com",
            "install-path": "../symfony/expression-language"
        },
        {
            "name": "symfony/filesystem",
            "version": "v5.4.41",
            "version_normalized": "5.4.41.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/6d29dd9340b372fa603f04e6df4dd76bb808591e",
                "reference": "6d29dd9340b372fa603f04e6df4dd76bb808591e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.8",
                "symfony/polyfill-php80": "^1.16"
            },
            "time": "2024-06-28T09:36:24+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": "v5.4.42",
            "version_normalized": "5.4.42.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/0724c51fa067b198e36506d2864e09a52180998a",
                "reference": "0724c51fa067b198e36506d2864e09a52180998a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-php80": "^1.16"
            },
            "time": "2024-07-22T08:53:29+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/polyfill-ctype",
            "version": "v1.30.0",
            "version_normalized": "1.30.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540",
                "reference": "0424dff1c58f028c451efff2045f5d92410bd540",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2024-05-31T15:07:36+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "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.30.0",
            "version_normalized": "1.30.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c027e6a3c6aee334663ec21f5852e89738abc805",
                "reference": "c027e6a3c6aee334663ec21f5852e89738abc805",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-iconv": "*"
            },
            "suggest": {
                "ext-iconv": "For best performance"
            },
            "time": "2024-05-31T15:07:36+00:00",
            "type": "library",
            "extra": {
                "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.30.0",
            "version_normalized": "1.30.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64647a7c30b2283f5d49b874d84a18fc22054b7a",
                "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2024-05-31T15:07:36+00:00",
            "type": "library",
            "extra": {
                "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.30.0",
            "version_normalized": "1.30.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a6e83bdeb3c84391d1dfe16f42e40727ce524a5c",
                "reference": "a6e83bdeb3c84391d1dfe16f42e40727ce524a5c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "symfony/polyfill-intl-normalizer": "^1.10",
                "symfony/polyfill-php72": "^1.10"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2024-05-31T15:07:36+00:00",
            "type": "library",
            "extra": {
                "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.30.0",
            "version_normalized": "1.30.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb",
                "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2024-05-31T15:07:36+00:00",
            "type": "library",
            "extra": {
                "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.30.0",
            "version_normalized": "1.30.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c",
                "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2024-06-19T12:30:46+00:00",
            "type": "library",
            "extra": {
                "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.30.0",
            "version_normalized": "1.30.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/10112722600777e02d2745716b70c5db4ca70442",
                "reference": "10112722600777e02d2745716b70c5db4ca70442",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2024-06-19T12:30:46+00:00",
            "type": "library",
            "extra": {
                "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.30.0",
            "version_normalized": "1.30.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/ec444d3f3f6505bb28d11afa41e75faadebc10a1",
                "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2024-05-31T15:07:36+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "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.30.0",
            "version_normalized": "1.30.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433",
                "reference": "77fa7995ac1b21ab60769b7323d600a991a90433",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2024-05-31T15:07:36+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "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": "v5.4.40",
            "version_normalized": "5.4.40.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/deedcb3bb4669cae2148bc920eafd2b16dc7c046",
                "reference": "deedcb3bb4669cae2148bc920eafd2b16dc7c046",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-php80": "^1.16"
            },
            "time": "2024-05-31T14:33:22+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/service-contracts",
            "version": "v2.5.3",
            "version_normalized": "2.5.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/a2329596ddc8fd568900e3fc76cba42489ecc7f3",
                "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/container": "^1.1",
                "symfony/deprecation-contracts": "^2.1|^3"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
            },
            "suggest": {
                "symfony/service-implementation": ""
            },
            "time": "2023-04-21T15:04:16+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "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": "v5.4.42",
            "version_normalized": "5.4.42.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/string/zipball/909cec913edea162a3b2836788228ad45fcab337",
                "reference": "909cec913edea162a3b2836788228ad45fcab337",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-intl-grapheme": "~1.0",
                "symfony/polyfill-intl-normalizer": "~1.0",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php80": "~1.15"
            },
            "conflict": {
                "symfony/translation-contracts": ">=3.0"
            },
            "time": "2024-07-20T18:38:32+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/var-exporter",
            "version": "v5.4.10",
            "version_normalized": "5.4.10.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/8fc03ee75eeece3d9be1ef47d26d79bea1afb340",
                "reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-php80": "^1.16"
            },
            "time": "2022-05-27T12:56:18+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\VarExporter\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Allows exporting any serializable PHP data structure to plain PHP code",
            "homepage": "https://symfony.com",
            "keywords": [
                "clone",
                "construct",
                "export",
                "hydrate",
                "instantiate",
                "serialize"
            ],
            "install-path": "../symfony/var-exporter"
        },
        {
            "name": "symfony/yaml",
            "version": "v5.4.40",
            "version_normalized": "5.4.40.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/81cad0ceab3d61fe14fe941ff18a230ac9c80f83",
                "reference": "81cad0ceab3d61fe14fe941ff18a230ac9c80f83",
                "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": "2024-05-31T14:33:22+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": "thenetworg/oauth2-azure",
            "version": "v2.1.1",
            "version_normalized": "2.1.1.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TheNetworg/oauth2-azure/zipball/06fb2d620fb6e6c934f632c7ec7c5ea2e978a844",
                "reference": "06fb2d620fb6e6c934f632c7ec7c5ea2e978a844",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-openssl": "*",
                "firebase/php-jwt": "~3.0||~4.0||~5.0||~6.0",
                "league/oauth2-client": "~2.0",
                "php": "^7.1|^8.0"
            },
            "time": "2022-06-23T10:35:36+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TheNetworg\\OAuth2\\Client\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jan Hajek",
                    "email": "jan.hajek@thenetw.org",
                    "homepage": "https://thenetw.org"
                }
            ],
            "description": "Azure Active Directory OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
            "keywords": [
                "SSO",
                "aad",
                "authorization",
                "azure",
                "azure active directory",
                "client",
                "microsoft",
                "oauth",
                "oauth2",
                "windows azure"
            ],
            "install-path": "../thenetworg/oauth2-azure"
        },
        {
            "name": "tinify/tinify",
            "version": "1.6.0",
            "version_normalized": "1.6.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tinify/tinify-php/zipball/fe422931c64d63ae0e1b5f29d7fa8627503e31cd",
                "reference": "fe422931c64d63ae0e1b5f29d7fa8627503e31cd",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "lib-curl": ">=7.20.0",
                "php": ">=5.3.0"
            },
            "time": "2022-09-26T12:37:36+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/Tinify.php",
                    "lib/Tinify/Exception.php"
                ],
                "psr-4": {
                    "Tinify\\": "lib/Tinify/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Rolf Timmermans",
                    "email": "rolftimmermans@voormedia.com"
                }
            ],
            "description": "PHP client for the Tinify API. Tinify compresses your images intelligently. Read more at https://tinify.com.",
            "homepage": "https://tinify.com/developers",
            "keywords": [
                "api",
                "compress",
                "images",
                "tinify",
                "tinyjpg",
                "tinypng"
            ],
            "install-path": "../tinify/tinify"
        },
        {
            "name": "topshelfcraft/wordsmith",
            "version": "3.3.2",
            "version_normalized": "3.3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TopShelfCraft/Wordsmith.git",
                "reference": "320dc4ff3a85d5c00dac015dc224d9a434c6cd5a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TopShelfCraft/Wordsmith/zipball/320dc4ff3a85d5c00dac015dc224d9a434c6cd5a",
                "reference": "320dc4ff3a85d5c00dac015dc224d9a434c6cd5a",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.3",
                "davechild/textstatistics": "^1.0",
                "erusev/parsedown-extra": "^0.8",
                "icanboogie/inflector": "^1.4||^2.0",
                "mofodojodino/profanity-filter": "^1.3",
                "mundschenk-at/php-typography": "^6.0",
                "voku/stringy": "^5.1||^6.0"
            },
            "time": "2022-06-05T22:32:20+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Wordsmith",
                "handle": "wordsmith",
                "schemaVersion": "0.0.0.0",
                "changelogUrl": "https://raw.githubusercontent.com/topshelfcraft/wordsmith/master/CHANGELOG.md",
                "class": "topshelfcraft\\wordsmith\\Wordsmith"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "topshelfcraft\\wordsmith\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Rog",
                    "homepage": "https://topshelfcraft.com"
                }
            ],
            "description": "...because you have the best words.",
            "keywords": [
                "Craft",
                "cms",
                "craft-plugin",
                "craftcms",
                "wordsmith"
            ],
            "support": {
                "docs": "https://wordsmith.docs.topshelfcraft.com/",
                "issues": "https://github.com/topshelfcraft/wordsmith/issues",
                "source": "https://github.com/TopShelfCraft/Wordsmith/tree/3.3.2"
            },
            "install-path": "../topshelfcraft/wordsmith"
        },
        {
            "name": "treeware/plant",
            "version": "0.1.0",
            "version_normalized": "0.1.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TreewareEarth/plant/zipball/bc1ff8eb350ce74b3fe0bd7ab80bc332d1096599",
                "reference": "bc1ff8eb350ce74b3fe0bd7ab80bc332d1096599",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0|^2.0"
            },
            "time": "2021-05-04T17:17:46+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Treeware\\Plant\\Plugin"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Treeware\\Plant\\": "src/"
                }
            },
            "install-path": "../treeware/plant"
        },
        {
            "name": "tubalmartin/cssmin",
            "version": "v4.1.1",
            "version_normalized": "4.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git",
                "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
                "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "cogpowered/finediff": "0.3.*",
                "phpunit/phpunit": "4.8.*"
            },
            "time": "2018-01-15T15:26:51+00:00",
            "bin": [
                "cssmin"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "tubalmartin\\CssMin\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Túbal Martín",
                    "homepage": "http://tubalmartin.me/"
                }
            ],
            "description": "A PHP port of the YUI CSS compressor",
            "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port",
            "keywords": [
                "compress",
                "compressor",
                "css",
                "cssmin",
                "minify",
                "yui"
            ],
            "support": {
                "issues": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/issues",
                "source": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port"
            },
            "install-path": "../tubalmartin/cssmin"
        },
        {
            "name": "twig/twig",
            "version": "v2.15.6",
            "version_normalized": "2.15.6.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/ad637405a828601a56f32ccab9a85541c4b66c9d",
                "reference": "ad637405a828601a56f32ccab9a85541c4b66c9d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-mbstring": "^1.3",
                "symfony/polyfill-php72": "^1.8"
            },
            "time": "2023-11-21T17:34:48+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.15-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Twig_": "lib/"
                },
                "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": "vaersaagod/matrixmate",
            "version": "1.5.0",
            "version_normalized": "1.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/vaersaagod/matrixmate.git",
                "reference": "0e2f33a440c95a374802f6b6086f7734ea67b15b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vaersaagod/matrixmate/zipball/0e2f33a440c95a374802f6b6086f7734ea67b15b",
                "reference": "0e2f33a440c95a374802f6b6086f7734ea67b15b",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.7.0",
                "php": "^7.2.5|^8.0"
            },
            "time": "2022-08-05T15:37:15+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "MatrixMate",
                "handle": "matrixmate",
                "schemaVersion": "1.0.0",
                "hasCpSettings": false,
                "hasCpSection": false,
                "changelogUrl": "https://raw.githubusercontent.com/vaersaagod/matrixmate/master/CHANGELOG.md",
                "class": "vaersaagod\\matrixmate\\MatrixMate"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "vaersaagod\\matrixmate\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Værsågod",
                    "homepage": "https://vaersaagod.no"
                }
            ],
            "description": "Welding Matrix into shape, mate!",
            "keywords": [
                "Craft",
                "cms",
                "craft-plugin",
                "craftcms",
                "matrixmate"
            ],
            "support": {
                "docs": "https://github.com/vaersaagod/matrixmate/blob/master/README.md",
                "issues": "https://github.com/vaersaagod/matrixmate/issues",
                "source": "https://github.com/vaersaagod/matrixmate/tree/v1.5.0"
            },
            "install-path": "../vaersaagod/matrixmate"
        },
        {
            "name": "verbb/base",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/verbb/verbb-base/zipball/71cee53e766100d5c50652feb675dfa004c8ace5",
                "reference": "71cee53e766100d5c50652feb675dfa004c8ace5",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.0.0"
            },
            "time": "2021-11-03T03:07:00+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/buttonbox",
            "version": "3.1.1",
            "version_normalized": "3.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/verbb/buttonbox.git",
                "reference": "4c16b0daaf814e33489f549f516d17b83d6b1e8e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/verbb/buttonbox/zipball/4c16b0daaf814e33489f549f516d17b83d6b1e8e",
                "reference": "4c16b0daaf814e33489f549f516d17b83d6b1e8e",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.7.46",
                "verbb/base": "^1.0.2"
            },
            "time": "2022-07-31T00:30:27+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Button Box",
                "handle": "buttonbox",
                "documentationUrl": "https://github.com/verbb/buttonbox",
                "changelogUrl": "https://raw.githubusercontent.com/verbb/buttonbox/craft-3/CHANGELOG.md",
                "class": "verbb\\buttonbox\\ButtonBox"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "verbb\\buttonbox\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Verbb",
                    "homepage": "https://verbb.io"
                },
                {
                    "name": "Supercool",
                    "homepage": "http://supercooldesign.co.uk"
                }
            ],
            "description": "A collection of utility field types for Craft",
            "keywords": [
                "Craft",
                "buttonbox",
                "cms",
                "craft-plugin",
                "craftcms"
            ],
            "support": {
                "docs": "https://github.com/verbb/buttonbox",
                "email": "support@verbb.io",
                "issues": "https://github.com/verbb/buttonbox/issues?state=open",
                "rss": "https://github.com/verbb/buttonbox/commits/v2.atom",
                "source": "https://github.com/verbb/buttonbox"
            },
            "funding": [
                {
                    "url": "https://github.com/verbb",
                    "type": "github"
                }
            ],
            "install-path": "../verbb/buttonbox"
        },
        {
            "name": "verbb/field-manager",
            "version": "2.2.5",
            "version_normalized": "2.2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/verbb/field-manager.git",
                "reference": "172ca273e79035387ffce0c772e03bc200b57064"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/verbb/field-manager/zipball/172ca273e79035387ffce0c772e03bc200b57064",
                "reference": "172ca273e79035387ffce0c772e03bc200b57064",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.5.0",
                "verbb/base": "^1.0.2"
            },
            "time": "2022-07-10T02:59:45+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Field Manager",
                "handle": "field-manager",
                "changelogUrl": "https://raw.githubusercontent.com/verbb/field-manager/craft-3/CHANGELOG.md",
                "class": "verbb\\fieldmanager\\FieldManager"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "verbb\\fieldmanager\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Verbb",
                    "homepage": "https://verbb.io"
                }
            ],
            "description": "Manage your fields and field groups with ease with simple field or group cloning and quicker overall management.",
            "keywords": [
                "Craft",
                "cms",
                "craft-plugin",
                "craftcms",
                "field manager"
            ],
            "support": {
                "docs": "https://github.com/verbb/field-manager",
                "email": "support@verbb.io",
                "issues": "https://github.com/verbb/field-manager/issues?state=open",
                "rss": "https://github.com/verbb/field-manager/commits/v2.atom",
                "source": "https://github.com/verbb/field-manager"
            },
            "funding": [
                {
                    "url": "https://github.com/verbb",
                    "type": "github"
                }
            ],
            "install-path": "../verbb/field-manager"
        },
        {
            "name": "verbb/formie",
            "version": "1.6.15",
            "version_normalized": "1.6.15.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/verbb/formie/zipball/358ab2eecef70824c5cb88d09fe31919b5cf1fd3",
                "reference": "358ab2eecef70824c5cb88d09fe31919b5cf1fd3",
                "shasum": ""
            },
            "require": {
                "commerceguys/addressing": "^1.0",
                "craftcms/cms": "^3.7.22",
                "dompdf/dompdf": "^1.0.2 || ^2.0.0",
                "ext-json": "*",
                "ezyang/htmlpurifier": "^4.13",
                "fakerphp/faker": "^1.9.1",
                "giggsey/libphonenumber-for-php": "^8.12",
                "guzzlehttp/oauth-subscriber": "^0.4.0 || ^0.5.0 || ^0.6.0",
                "html2text/html2text": "^4.3",
                "league/html-to-markdown": "^4.10",
                "league/oauth1-client": "^1.7",
                "league/oauth2-client": "^2.4.0",
                "league/oauth2-google": "^3.0",
                "symfony/expression-language": "^5.3.0",
                "thenetworg/oauth2-azure": "^2.0",
                "verbb/base": "^1.0.0"
            },
            "time": "2022-10-23T02:44:22+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Formie",
                "handle": "formie",
                "changelogUrl": "https://raw.githubusercontent.com/verbb/formie/craft-3/CHANGELOG.md",
                "class": "verbb\\formie\\Formie"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "verbb\\formie\\": "src/"
                }
            },
            "license": [
                "proprietary"
            ],
            "authors": [
                {
                    "name": "Verbb",
                    "homepage": "https://verbb.io"
                }
            ],
            "description": "The most user-friendly forms plugin for Craft.",
            "keywords": [
                "cms",
                "craft",
                "craft-plugin",
                "craftcms",
                "formie"
            ],
            "support": {
                "email": "support@verbb.io",
                "issues": "https://github.com/verbb/formie/issues?state=open",
                "source": "https://github.com/verbb/formie",
                "docs": "https://github.com/verbb/formie",
                "rss": "https://github.com/verbb/formie/commits/v2.atom"
            },
            "install-path": "../verbb/formie"
        },
        {
            "name": "verbb/super-table",
            "version": "2.7.3",
            "version_normalized": "2.7.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/verbb/super-table/zipball/85e279220c17b007418b37c407ed556d583df830",
                "reference": "85e279220c17b007418b37c407ed556d583df830",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.7.0",
                "verbb/base": "^1.0.2"
            },
            "time": "2022-09-13T22:47:18+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-3/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 Craft workflow with Super Table. Use it to group fields together or build complex Matrix-in-Matrix solutions.",
            "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/tablemaker",
            "version": "3.0.4",
            "version_normalized": "3.0.4.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/verbb/tablemaker/zipball/3c3605d2ee0a28485f8800cea362dd967fdf2ab5",
                "reference": "3c3605d2ee0a28485f8800cea362dd967fdf2ab5",
                "shasum": ""
            },
            "require": {
                "craftcms/cms": "^3.7.0",
                "verbb/base": "^1.0.2"
            },
            "time": "2022-08-09T07:23:09+00:00",
            "type": "craft-plugin",
            "extra": {
                "name": "Table Maker",
                "handle": "tablemaker",
                "documentationUrl": "https://github.com/verbb/tablemaker",
                "changelogUrl": "https://raw.githubusercontent.com/verbb/tablemaker/craft-3/CHANGELOG.md",
                "class": "verbb\\tablemaker\\TableMaker"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "verbb\\tablemaker\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Verbb",
                    "homepage": "https://verbb.io"
                },
                {
                    "name": "Supercool Ltd",
                    "homepage": "http://www.supercooldesign.co.uk/"
                }
            ],
            "description": "A user-definable table field type for Craft CMS",
            "keywords": [
                "cms",
                "craft",
                "craft-plugin",
                "craftcms",
                "table maker"
            ],
            "support": {
                "email": "support@verbb.io",
                "issues": "https://github.com/verbb/tablemaker/issues?state=open",
                "source": "https://github.com/verbb/tablemaker",
                "docs": "https://github.com/verbb/tablemaker",
                "rss": "https://github.com/verbb/tablemaker/commits/v2.atom"
            },
            "install-path": "../verbb/tablemaker"
        },
        {
            "name": "vlucas/phpdotenv",
            "version": "v2.6.9",
            "version_normalized": "2.6.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/vlucas/phpdotenv.git",
                "reference": "2e93cc98e2e8e869f8d9cfa61bb3a99ba4fc4141"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2e93cc98e2e8e869f8d9cfa61bb3a99ba4fc4141",
                "reference": "2e93cc98e2e8e869f8d9cfa61bb3a99ba4fc4141",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.9 || ^7.0 || ^8.0",
                "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-12T22:59:22+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.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"
            ],
            "support": {
                "issues": "https://github.com/vlucas/phpdotenv/issues",
                "source": "https://github.com/vlucas/phpdotenv/tree/v2.6.9"
            },
            "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": "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",
            "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"
            },
            "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/"
                }
            },
            "license": [
                "MIT"
            ],
            "description": "A PHP port of GraphQL reference implementation",
            "homepage": "https://github.com/webonyx/graphql-php",
            "keywords": [
                "api",
                "graphql"
            ],
            "install-path": "../webonyx/graphql-php"
        },
        {
            "name": "what3words/w3w-php-wrapper",
            "version": "v3.4.0",
            "version_normalized": "3.4.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/what3words/w3w-php-wrapper/zipball/3101bbe27db81931afa9f5bb730dff0b5dcffc8e",
                "reference": "3101bbe27db81931afa9f5bb730dff0b5dcffc8e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "time": "2024-05-30T17:18:58+00:00",
            "type": "library",
            "extra": {
                "thanks": "Thanks from all of us at index.home.raft for using what3words"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "What3words\\Geocoder\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "what3words",
                    "email": "support@what3words.com",
                    "homepage": "http://developer.what3words.com"
                }
            ],
            "description": "A PHP library to use the what3words RESTful API",
            "homepage": "https://github.com/what3words/w3w-php-wrapper",
            "keywords": [
                "3 word address",
                "geocoding",
                "what3words"
            ],
            "install-path": "../what3words/w3w-php-wrapper"
        },
        {
            "name": "wildbit/swiftmailer-postmark",
            "version": "3.4.0",
            "version_normalized": "3.4.0.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ActiveCampaign/swiftmailer-postmark/zipball/17771bdc1eeff93eb6efe37d762a22fa1cfcebeb",
                "reference": "17771bdc1eeff93eb6efe37d762a22fa1cfcebeb",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/guzzle": "^6.0|^7.0",
                "swiftmailer/swiftmailer": "^6.0.0"
            },
            "time": "2022-09-05T08:46:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Postmark\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Postmark",
                    "email": "support@postmarkapp.com"
                }
            ],
            "description": "A Swiftmailer Transport for Postmark.",
            "install-path": "../wildbit/swiftmailer-postmark"
        },
        {
            "name": "yiisoft/yii2",
            "version": "2.0.45",
            "version_normalized": "2.0.45.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/e2223d4085e5612aa616635f8fcaf478607f62e8",
                "reference": "e2223d4085e5612aa616635f8fcaf478607f62e8",
                "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-02-11T13:12:40+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.25",
            "version_normalized": "2.1.25.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/4d011b9bfc83bde71cde43c9f6837f5a74685ea7",
                "reference": "4d011b9bfc83bde71cde43c9f6837f5a74685ea7",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.4",
                "yiisoft/yii2": "~2.0.13"
            },
            "time": "2023-09-26T15:50:00+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.7",
            "version_normalized": "2.3.7.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/yii2-queue/zipball/dbc9d4a7b2a6995cd19c3e334227482ef55e559b",
                "reference": "dbc9d4a7b2a6995cd19c3e334227482ef55e559b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.0",
                "symfony/process": "^3.3||^4.0||^5.0||^6.0||^7.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": "2024-04-29T09:40:52+00:00",
            "type": "yii2-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.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"
                    }
                }
            },
            "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-swiftmailer",
            "version": "2.1.3",
            "version_normalized": "2.1.3.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/7b7ec871b4a63c0abbcd10e1ee3fb5be22f8b340",
                "reference": "7b7ec871b4a63c0abbcd10e1ee3fb5be22f8b340",
                "shasum": ""
            },
            "require": {
                "swiftmailer/swiftmailer": "~6.0",
                "yiisoft/yii2": ">=2.0.4"
            },
            "time": "2021-12-30T08:48:48+00:00",
            "type": "yii2-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1.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"
                    }
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "yii\\swiftmailer\\": "src"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Paul Klimov",
                    "email": "klimov.paul@gmail.com"
                }
            ],
            "description": "The SwiftMailer integration for the Yii framework",
            "keywords": [
                "email",
                "mail",
                "mailer",
                "swift",
                "swiftmailer",
                "yii2"
            ],
            "install-path": "../yiisoft/yii2-swiftmailer"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
