{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "ae01c821ebf1abdbf19af3e42da894be",
    "packages": [
        {
            "name": "abraham/twitteroauth",
            "version": "7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/abraham/twitteroauth.git",
                "reference": "a8622680f954d0c4f54fd80bedebe00c756ed7aa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/a8622680f954d0c4f54fd80bedebe00c756ed7aa",
                "reference": "a8622680f954d0c4f54fd80bedebe00c756ed7aa",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.2",
                "ext-curl": "*",
                "php": "8.*"
            },
            "require-dev": {
                "php-vcr/php-vcr": "^1",
                "php-vcr/phpunit-testlistener-vcr": "dev-php8",
                "phpmd/phpmd": "^2",
                "phpunit/phpunit": "^9",
                "rector/rector": "^0.15.7",
                "squizlabs/php_codesniffer": "^3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Abraham\\TwitterOAuth\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Abraham Williams",
                    "email": "abraham@abrah.am",
                    "homepage": "https://abrah.am",
                    "role": "Developer"
                }
            ],
            "description": "The most popular PHP library for use with the Twitter OAuth REST API.",
            "homepage": "https://twitteroauth.com",
            "keywords": [
                "Twitter API",
                "Twitter oAuth",
                "api",
                "oauth",
                "rest",
                "social",
                "twitter"
            ],
            "support": {
                "issues": "https://github.com/abraham/twitteroauth/issues",
                "source": "https://github.com/abraham/twitteroauth"
            },
            "time": "2024-02-11T18:58:08+00:00"
        },
        {
            "name": "agaric/oxford-comma",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:agaric/php/oxford-comma.git",
                "reference": "62afcb36604999659fcfec4502c120152b39bfc6"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/agaric%2Fphp%2Foxford-comma/repository/archive.zip?sha=62afcb36604999659fcfec4502c120152b39bfc6",
                "reference": "62afcb36604999659fcfec4502c120152b39bfc6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/OxfordComma.php"
                ],
                "psr-4": {
                    "Agaric\\OxfordComma\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "benjamin melançon",
                    "email": "ben@agaric.com",
                    "homepage": "https://agaric.coop/mlncn",
                    "role": "Developer"
                }
            ],
            "description": "A function to take a list of terms and return them in an English phrase with proper punctuation 'red, black, and white' or 'red and black'.",
            "homepage": "https://gitlab.com/agaric/php/oxford-comma",
            "keywords": [
                "Lists",
                "Oxford comma",
                "display",
                "output",
                "punctuation",
                "text"
            ],
            "time": "2020-03-26T13:04:29+00:00"
        },
        {
            "name": "agaric/php-facebook",
            "version": "dev-main",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/agaric/php/php-facebook.git",
                "reference": "a0cc6954345d7d1cdf51c571e7950afa01127441"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/agaric%2Fphp%2Fphp-facebook/repository/archive.zip?sha=a0cc6954345d7d1cdf51c571e7950afa01127441",
                "reference": "a0cc6954345d7d1cdf51c571e7950afa01127441",
                "shasum": ""
            },
            "require": {
                "league/oauth2-facebook": "^2.0"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Agaric\\FacebookApi\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "keegan rankin",
                    "email": "keegan@agaric.coop",
                    "homepage": "https://agaric.coop/keegan",
                    "role": "Developer"
                },
                {
                    "name": "benjamin melançon",
                    "email": "ben@agaric.com",
                    "homepage": "https://agaric.coop/mlncn",
                    "role": "Developer"
                }
            ],
            "description": "Extends the Facebook OAuth 2.0 Client Provider with methods for posting to Facebook",
            "homepage": "https://gitlab.com/agaric/php/php-facebook",
            "keywords": [
                "Authentication",
                "authorization",
                "client",
                "facebook",
                "oauth",
                "oauth2",
                "post"
            ],
            "support": {
                "issues": "https://gitlab.com/agaric/php/php-facebook/-/issues",
                "source": "https://gitlab.com/agaric/php/php-facebook/-/tree/1.0.0"
            },
            "time": "2022-05-11T20:31:53+00:00"
        },
        {
            "name": "asm89/stack-cors",
            "version": "v2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/asm89/stack-cors.git",
                "reference": "50f57105bad3d97a43ec4a485eb57daf347eafea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/asm89/stack-cors/zipball/50f57105bad3d97a43ec4a485eb57daf347eafea",
                "reference": "50f57105bad3d97a43ec4a485eb57daf347eafea",
                "shasum": ""
            },
            "require": {
                "php": "^7.3|^8.0",
                "symfony/http-foundation": "^5.3|^6|^7",
                "symfony/http-kernel": "^5.3|^6|^7"
            },
            "require-dev": {
                "phpunit/phpunit": "^9",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Asm89\\Stack\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alexander",
                    "email": "iam.asm89@gmail.com"
                }
            ],
            "description": "Cross-origin resource sharing library and stack middleware",
            "homepage": "https://github.com/asm89/stack-cors",
            "keywords": [
                "cors",
                "stack"
            ],
            "support": {
                "issues": "https://github.com/asm89/stack-cors/issues",
                "source": "https://github.com/asm89/stack-cors/tree/v2.2.0"
            },
            "time": "2023-11-14T13:51:46+00:00"
        },
        {
            "name": "barnabywalters/mf-cleaner",
            "version": "v0.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/barnabywalters/php-mf-cleaner.git",
                "reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/barnabywalters/php-mf-cleaner/zipball/ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4",
                "reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4",
                "shasum": ""
            },
            "require-dev": {
                "php": ">=5.3",
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "mf2/mf2": "To parse microformats2 structures from (X)HTML"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/BarnabyWalters/Mf2/Functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Barnaby Walters",
                    "email": "barnaby@waterpigs.co.uk"
                }
            ],
            "description": "Cleans up microformats2 array structures",
            "support": {
                "issues": "https://github.com/barnabywalters/php-mf-cleaner/issues",
                "source": "https://github.com/barnabywalters/php-mf-cleaner/tree/v0.1.4"
            },
            "time": "2014-10-06T23:11:15+00:00"
        },
        {
            "name": "caxy/php-htmldiff",
            "version": "v0.1.16",
            "source": {
                "type": "git",
                "url": "https://github.com/caxy/php-htmldiff.git",
                "reference": "5c580b4f09285c078f0c5cb261573412a736a8cb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/5c580b4f09285c078f0c5cb261573412a736a8cb",
                "reference": "5c580b4f09285c078f0c5cb261573412a736a8cb",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-mbstring": "*",
                "ezyang/htmlpurifier": "^4.7",
                "php": ">=7.3"
            },
            "require-dev": {
                "doctrine/cache": "~1.0",
                "phpunit/phpunit": "~9.0"
            },
            "suggest": {
                "doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Caxy\\HtmlDiff": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Josh Schroeder",
                    "email": "jschroeder@caxy.com",
                    "homepage": "http://www.caxy.com"
                }
            ],
            "description": "A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
            "homepage": "https://github.com/caxy/php-htmldiff",
            "keywords": [
                "diff",
                "html"
            ],
            "support": {
                "issues": "https://github.com/caxy/php-htmldiff/issues",
                "source": "https://github.com/caxy/php-htmldiff/tree/v0.1.16"
            },
            "time": "2025-01-22T17:03:45+00:00"
        },
        {
            "name": "cebe/markdown",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/cebe/markdown.git",
                "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cebe/markdown/zipball/9bac5e971dd391e2802dca5400bbeacbaea9eb86",
                "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86",
                "shasum": ""
            },
            "require": {
                "lib-pcre": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "cebe/indent": "*",
                "facebook/xhprof": "*@dev",
                "phpunit/phpunit": "4.1.*"
            },
            "bin": [
                "bin/markdown"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "cebe\\markdown\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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"
            ],
            "support": {
                "issues": "https://github.com/cebe/markdown/issues",
                "source": "https://github.com/cebe/markdown"
            },
            "time": "2018-03-26T11:24:36+00:00"
        },
        {
            "name": "chi-teck/drupal-code-generator",
            "version": "3.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Chi-teck/drupal-code-generator.git",
                "reference": "2dbd8d231945681a398862a3282ade3cf0ea23ab"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/2dbd8d231945681a398862a3282ade3cf0ea23ab",
                "reference": "2dbd8d231945681a398862a3282ade3cf0ea23ab",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=8.1.0",
                "psr/event-dispatcher": "^1.0",
                "psr/log": "^3.0",
                "symfony/console": "^6.3",
                "symfony/dependency-injection": "^6.3.2",
                "symfony/filesystem": "^6.3",
                "symfony/string": "^6.3",
                "twig/twig": "^3.4"
            },
            "conflict": {
                "squizlabs/php_codesniffer": "<3.6"
            },
            "require-dev": {
                "chi-teck/drupal-coder-extension": "^2.0.0-beta3",
                "drupal/coder": "8.3.23",
                "drupal/core": "10.3.x-dev",
                "ext-simplexml": "*",
                "phpspec/prophecy-phpunit": "^2.2",
                "phpunit/phpunit": "^9.6",
                "squizlabs/php_codesniffer": "^3.9",
                "symfony/var-dumper": "^6.4",
                "symfony/yaml": "^6.3",
                "vimeo/psalm": "^5.22.2"
            },
            "bin": [
                "bin/dcg"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "DrupalCodeGenerator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Drupal code generator",
            "support": {
                "issues": "https://github.com/Chi-teck/drupal-code-generator/issues",
                "source": "https://github.com/Chi-teck/drupal-code-generator/tree/3.6.1"
            },
            "time": "2024-06-06T17:36:37+00:00"
        },
        {
            "name": "commerceguys/addressing",
            "version": "v2.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/commerceguys/addressing.git",
                "reference": "ea826dbe5b3fe76960073a2167d5cf996c811cda"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/commerceguys/addressing/zipball/ea826dbe5b3fe76960073a2167d5cf996c811cda",
                "reference": "ea826dbe5b3fe76960073a2167d5cf996c811cda",
                "shasum": ""
            },
            "require": {
                "doctrine/collections": "^1.6 || ^2.0",
                "php": ">=8.0"
            },
            "require-dev": {
                "ext-json": "*",
                "mikey179/vfsstream": "^1.6.11",
                "phpunit/phpunit": "^9.6",
                "squizlabs/php_codesniffer": "^3.7",
                "symfony/validator": "^5.4 || ^6.3 || ^7.0"
            },
            "suggest": {
                "symfony/validator": "to validate addresses"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "CommerceGuys\\Addressing\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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"
            ],
            "support": {
                "issues": "https://github.com/commerceguys/addressing/issues",
                "source": "https://github.com/commerceguys/addressing/tree/v2.2.4"
            },
            "time": "2025-01-13T16:03:24+00:00"
        },
        {
            "name": "composer/ca-bundle",
            "version": "1.5.6",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/ca-bundle.git",
                "reference": "f65c239c970e7f072f067ab78646e9f0b2935175"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/f65c239c970e7f072f067ab78646e9f0b2935175",
                "reference": "f65c239c970e7f072f067ab78646e9f0b2935175",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "ext-pcre": "*",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.10",
                "phpunit/phpunit": "^8 || ^9",
                "psr/log": "^1.0 || ^2.0 || ^3.0",
                "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\CaBundle\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/ca-bundle/issues",
                "source": "https://github.com/composer/ca-bundle/tree/1.5.6"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2025-03-06T14:30:56+00:00"
        },
        {
            "name": "composer/installers",
            "version": "v2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/installers.git",
                "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e",
                "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "composer/composer": "^1.10.27 || ^2.7",
                "composer/semver": "^1.7.2 || ^3.4.0",
                "phpstan/phpstan": "^1.11",
                "phpstan/phpstan-phpunit": "^1",
                "symfony/phpunit-bridge": "^7.1.1",
                "symfony/process": "^5 || ^6 || ^7"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "Composer\\Installers\\Plugin",
                "branch-alias": {
                    "dev-main": "2.x-dev"
                },
                "plugin-modifies-install-path": true
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Installers\\": "src/Composer/Installers"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kyle Robinson Young",
                    "email": "kyle@dontkry.com",
                    "homepage": "https://github.com/shama"
                }
            ],
            "description": "A multi-framework Composer library installer",
            "homepage": "https://composer.github.io/installers/",
            "keywords": [
                "Dolibarr",
                "Eliasis",
                "Hurad",
                "ImageCMS",
                "Kanboard",
                "Lan Management System",
                "MODX Evo",
                "MantisBT",
                "Mautic",
                "Maya",
                "OXID",
                "Plentymarkets",
                "Porto",
                "RadPHP",
                "SMF",
                "Starbug",
                "Thelia",
                "Whmcs",
                "WolfCMS",
                "agl",
                "annotatecms",
                "attogram",
                "bitrix",
                "cakephp",
                "chef",
                "cockpit",
                "codeigniter",
                "concrete5",
                "concreteCMS",
                "croogo",
                "dokuwiki",
                "drupal",
                "eZ Platform",
                "elgg",
                "expressionengine",
                "fuelphp",
                "grav",
                "installer",
                "itop",
                "known",
                "kohana",
                "laravel",
                "lavalite",
                "lithium",
                "magento",
                "majima",
                "mako",
                "matomo",
                "mediawiki",
                "miaoxing",
                "modulework",
                "modx",
                "moodle",
                "osclass",
                "pantheon",
                "phpbb",
                "piwik",
                "ppi",
                "processwire",
                "puppet",
                "pxcms",
                "reindex",
                "roundcube",
                "shopware",
                "silverstripe",
                "sydes",
                "sylius",
                "tastyigniter",
                "wordpress",
                "yawik",
                "zend",
                "zikula"
            ],
            "support": {
                "issues": "https://github.com/composer/installers/issues",
                "source": "https://github.com/composer/installers/tree/v2.3.0"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2024-06-24T20:46:46+00:00"
        },
        {
            "name": "composer/semver",
            "version": "3.4.3",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
                "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.11",
                "symfony/phpunit-bridge": "^3 || ^7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Semver\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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"
            ],
            "support": {
                "irc": "ircs://irc.libera.chat:6697/composer",
                "issues": "https://github.com/composer/semver/issues",
                "source": "https://github.com/composer/semver/tree/3.4.3"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2024-09-19T14:15:21+00:00"
        },
        {
            "name": "consolidation/annotated-command",
            "version": "4.10.1",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/annotated-command.git",
                "reference": "362310b13ececa9f6f0a4a880811fa08fecc348b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/362310b13ececa9f6f0a4a880811fa08fecc348b",
                "reference": "362310b13ececa9f6f0a4a880811fa08fecc348b",
                "shasum": ""
            },
            "require": {
                "consolidation/output-formatters": "^4.3.1",
                "php": ">=7.1.3",
                "psr/log": "^1 || ^2 || ^3",
                "symfony/console": "^4.4.8 || ^5 || ^6 || ^7",
                "symfony/event-dispatcher": "^4.4.8 || ^5 || ^6 || ^7",
                "symfony/finder": "^4.4.8 || ^5 || ^6 || ^7"
            },
            "require-dev": {
                "composer-runtime-api": "^2.0",
                "phpunit/phpunit": "^7.5.20 || ^8 || ^9",
                "squizlabs/php_codesniffer": "^3",
                "yoast/phpunit-polyfills": "^0.2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Consolidation\\AnnotatedCommand\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                }
            ],
            "description": "Initialize Symfony Console commands from annotated command class methods.",
            "support": {
                "issues": "https://github.com/consolidation/annotated-command/issues",
                "source": "https://github.com/consolidation/annotated-command/tree/4.10.1"
            },
            "time": "2024-12-13T19:55:40+00:00"
        },
        {
            "name": "consolidation/config",
            "version": "2.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/config.git",
                "reference": "597f8d7fbeef801736250ec10c3e190569b1b0ae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/config/zipball/597f8d7fbeef801736250ec10c3e190569b1b0ae",
                "reference": "597f8d7fbeef801736250ec10c3e190569b1b0ae",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^1.1.0 || ^2 || ^3",
                "grasmash/expander": "^2.0.1 || ^3",
                "php": ">=7.1.3",
                "symfony/event-dispatcher": "^4 || ^5 || ^6"
            },
            "require-dev": {
                "ext-json": "*",
                "phpunit/phpunit": ">=7.5.20",
                "squizlabs/php_codesniffer": "^3",
                "symfony/console": "^4 || ^5 || ^6",
                "symfony/yaml": "^4 || ^5 || ^6",
                "yoast/phpunit-polyfills": "^1"
            },
            "suggest": {
                "symfony/event-dispatcher": "Required to inject configuration into Command options",
                "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Consolidation\\Config\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                }
            ],
            "description": "Provide configuration services for a commandline tool.",
            "support": {
                "issues": "https://github.com/consolidation/config/issues",
                "source": "https://github.com/consolidation/config/tree/2.1.2"
            },
            "time": "2022-10-06T17:48:03+00:00"
        },
        {
            "name": "consolidation/filter-via-dot-access-data",
            "version": "2.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/filter-via-dot-access-data.git",
                "reference": "cb2eeba41f8e2e3c61698a5cf70ef048ff6c9d5b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/filter-via-dot-access-data/zipball/cb2eeba41f8e2e3c61698a5cf70ef048ff6c9d5b",
                "reference": "cb2eeba41f8e2e3c61698a5cf70ef048ff6c9d5b",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^1.1.0 || ^2.0.0 || ^3.0.0",
                "php": ">=7.1.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5.20 || ^8 || ^9",
                "squizlabs/php_codesniffer": "^3",
                "yoast/phpunit-polyfills": "^0.2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Consolidation\\Filter\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                }
            ],
            "description": "This project uses dflydev/dot-access-data to provide simple output filtering for applications built with annotated-command / Robo.",
            "support": {
                "source": "https://github.com/consolidation/filter-via-dot-access-data/tree/2.0.2"
            },
            "time": "2021-12-30T03:56:08+00:00"
        },
        {
            "name": "consolidation/log",
            "version": "3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/log.git",
                "reference": "c27a3beb36137c141ccbce0d89f64befb243c015"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/log/zipball/c27a3beb36137c141ccbce0d89f64befb243c015",
                "reference": "c27a3beb36137c141ccbce0d89f64befb243c015",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0",
                "psr/log": "^3",
                "symfony/console": "^5 || ^6 || ^7"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5.20 || ^8 || ^9",
                "squizlabs/php_codesniffer": "^3",
                "yoast/phpunit-polyfills": "^0.2.0"
            },
            "type": "library",
            "extra": {
                "platform": {
                    "php": "8.2.17"
                }
            },
            "autoload": {
                "psr-4": {
                    "Consolidation\\Log\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                }
            ],
            "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
            "support": {
                "issues": "https://github.com/consolidation/log/issues",
                "source": "https://github.com/consolidation/log/tree/3.1.0"
            },
            "time": "2024-04-04T23:50:25+00:00"
        },
        {
            "name": "consolidation/output-formatters",
            "version": "4.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/output-formatters.git",
                "reference": "5fd5656718d7068a02d046f418a7ba873d5abbfe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/5fd5656718d7068a02d046f418a7ba873d5abbfe",
                "reference": "5fd5656718d7068a02d046f418a7ba873d5abbfe",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^1.1.0 || ^2 || ^3",
                "php": ">=7.1.3",
                "symfony/console": "^4 || ^5 || ^6 || ^7",
                "symfony/finder": "^4 || ^5 || ^6 || ^7"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.4.2",
                "phpunit/phpunit": "^7 || ^8 || ^9",
                "squizlabs/php_codesniffer": "^3",
                "symfony/var-dumper": "^4 || ^5 || ^6 || ^7",
                "symfony/yaml": "^4 || ^5 || ^6 || ^7",
                "yoast/phpunit-polyfills": "^1"
            },
            "suggest": {
                "symfony/var-dumper": "For using the var_dump formatter"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Consolidation\\OutputFormatters\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                }
            ],
            "description": "Format text by applying transformations provided by plug-in formatters.",
            "support": {
                "issues": "https://github.com/consolidation/output-formatters/issues",
                "source": "https://github.com/consolidation/output-formatters/tree/4.6.0"
            },
            "time": "2024-10-18T14:02:48+00:00"
        },
        {
            "name": "consolidation/robo",
            "version": "4.0.6",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/robo.git",
                "reference": "55a272370940607649e5c46eb173c5c54f7c166d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/robo/zipball/55a272370940607649e5c46eb173c5c54f7c166d",
                "reference": "55a272370940607649e5c46eb173c5c54f7c166d",
                "shasum": ""
            },
            "require": {
                "consolidation/annotated-command": "^4.8.1",
                "consolidation/config": "^2.0.1",
                "consolidation/log": "^2.0.2 || ^3",
                "consolidation/output-formatters": "^4.1.2",
                "consolidation/self-update": "^2.0",
                "league/container": "^3.3.1 || ^4.0",
                "php": ">=8.0",
                "phpowermove/docblock": "^4.0",
                "symfony/console": "^6",
                "symfony/event-dispatcher": "^6",
                "symfony/filesystem": "^6",
                "symfony/finder": "^6",
                "symfony/process": "^6",
                "symfony/yaml": "^6"
            },
            "conflict": {
                "codegyre/robo": "*"
            },
            "require-dev": {
                "natxet/cssmin": "3.0.4",
                "patchwork/jsqueeze": "^2",
                "pear/archive_tar": "^1.4.4",
                "phpunit/phpunit": "^7.5.20 || ^8",
                "squizlabs/php_codesniffer": "^3.6",
                "yoast/phpunit-polyfills": "^0.2.0"
            },
            "suggest": {
                "natxet/cssmin": "For minifying CSS files in taskMinify",
                "patchwork/jsqueeze": "For minifying JS files in taskMinify",
                "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively.",
                "totten/lurkerlite": "For monitoring filesystem changes in taskWatch"
            },
            "bin": [
                "robo"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Robo\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Davert",
                    "email": "davert.php@resend.cc"
                }
            ],
            "description": "Modern task runner",
            "support": {
                "issues": "https://github.com/consolidation/robo/issues",
                "source": "https://github.com/consolidation/robo/tree/4.0.6"
            },
            "time": "2023-04-30T21:49:04+00:00"
        },
        {
            "name": "consolidation/self-update",
            "version": "2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/self-update.git",
                "reference": "972a1016761c9b63314e040836a12795dff6953a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/self-update/zipball/972a1016761c9b63314e040836a12795dff6953a",
                "reference": "972a1016761c9b63314e040836a12795dff6953a",
                "shasum": ""
            },
            "require": {
                "composer/semver": "^3.2",
                "php": ">=5.5.0",
                "symfony/console": "^2.8 || ^3 || ^4 || ^5 || ^6",
                "symfony/filesystem": "^2.5 || ^3 || ^4 || ^5 || ^6"
            },
            "bin": [
                "scripts/release"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "SelfUpdate\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alexander Menk",
                    "email": "menk@mestrona.net"
                },
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                }
            ],
            "description": "Provides a self:update command for Symfony Console applications.",
            "support": {
                "issues": "https://github.com/consolidation/self-update/issues",
                "source": "https://github.com/consolidation/self-update/tree/2.2.0"
            },
            "time": "2023-03-18T01:37:41+00:00"
        },
        {
            "name": "consolidation/site-alias",
            "version": "4.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/site-alias.git",
                "reference": "aff6189aae17da813d23249cb2fc0fff33f26d40"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/site-alias/zipball/aff6189aae17da813d23249cb2fc0fff33f26d40",
                "reference": "aff6189aae17da813d23249cb2fc0fff33f26d40",
                "shasum": ""
            },
            "require": {
                "consolidation/config": "^1.2.1 || ^2 || ^3",
                "php": ">=7.4",
                "symfony/filesystem": "^5.4 || ^6 || ^7",
                "symfony/finder": "^5 || ^6 || ^7"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.4.2",
                "phpunit/phpunit": ">=7",
                "squizlabs/php_codesniffer": "^3",
                "symfony/var-dumper": "^4",
                "yoast/phpunit-polyfills": "^0.2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Consolidation\\SiteAlias\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                },
                {
                    "name": "Moshe Weitzman",
                    "email": "weitzman@tejasa.com"
                }
            ],
            "description": "Manage alias records for local and remote sites.",
            "support": {
                "issues": "https://github.com/consolidation/site-alias/issues",
                "source": "https://github.com/consolidation/site-alias/tree/4.1.1"
            },
            "time": "2024-12-13T19:05:11+00:00"
        },
        {
            "name": "consolidation/site-process",
            "version": "5.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/site-process.git",
                "reference": "e7fafc40ebfddc1a5ee99ee66e5d186fc1bed4da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/site-process/zipball/e7fafc40ebfddc1a5ee99ee66e5d186fc1bed4da",
                "reference": "e7fafc40ebfddc1a5ee99ee66e5d186fc1bed4da",
                "shasum": ""
            },
            "require": {
                "consolidation/config": "^2 || ^3",
                "consolidation/site-alias": "^3 || ^4",
                "php": ">=8.0.14",
                "symfony/console": "^5.4 || ^6 || ^7",
                "symfony/process": "^6 || ^7"
            },
            "require-dev": {
                "phpunit/phpunit": "^9",
                "squizlabs/php_codesniffer": "^3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "5.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Consolidation\\SiteProcess\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                },
                {
                    "name": "Moshe Weitzman",
                    "email": "weitzman@tejasa.com"
                }
            ],
            "description": "A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.",
            "support": {
                "issues": "https://github.com/consolidation/site-process/issues",
                "source": "https://github.com/consolidation/site-process/tree/5.4.2"
            },
            "time": "2024-12-13T19:25:56+00:00"
        },
        {
            "name": "cweagans/composer-patches",
            "version": "1.7.3",
            "source": {
                "type": "git",
                "url": "https://github.com/cweagans/composer-patches.git",
                "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
                "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "composer/composer": "~1.0 || ~2.0",
                "phpunit/phpunit": "~4.6"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "cweagans\\Composer\\Patches"
            },
            "autoload": {
                "psr-4": {
                    "cweagans\\Composer\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Cameron Eagans",
                    "email": "me@cweagans.net"
                }
            ],
            "description": "Provides a way to patch Composer packages.",
            "support": {
                "issues": "https://github.com/cweagans/composer-patches/issues",
                "source": "https://github.com/cweagans/composer-patches/tree/1.7.3"
            },
            "time": "2022-12-20T22:53:13+00:00"
        },
        {
            "name": "dflydev/dot-access-data",
            "version": "v3.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
                "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
                "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.12.42",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
                "scrutinizer/ocular": "1.6.0",
                "squizlabs/php_codesniffer": "^3.5",
                "vimeo/psalm": "^4.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dflydev\\DotAccessData\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dragonfly Development Inc.",
                    "email": "info@dflydev.com",
                    "homepage": "http://dflydev.com"
                },
                {
                    "name": "Beau Simensen",
                    "email": "beau@dflydev.com",
                    "homepage": "http://beausimensen.com"
                },
                {
                    "name": "Carlos Frutos",
                    "email": "carlos@kiwing.it",
                    "homepage": "https://github.com/cfrutos"
                },
                {
                    "name": "Colin O'Dell",
                    "email": "colinodell@gmail.com",
                    "homepage": "https://www.colinodell.com"
                }
            ],
            "description": "Given a deep data structure, access data by dot notation.",
            "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
            "keywords": [
                "access",
                "data",
                "dot",
                "notation"
            ],
            "support": {
                "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
                "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
            },
            "time": "2024-07-08T12:26:09+00:00"
        },
        {
            "name": "doctrine/annotations",
            "version": "1.14.4",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/253dca476f70808a5aeed3a47cc2cc88c5cab915",
                "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "^1 || ^2",
                "ext-tokenizer": "*",
                "php": "^7.1 || ^8.0",
                "psr/cache": "^1 || ^2 || ^3"
            },
            "require-dev": {
                "doctrine/cache": "^1.11 || ^2.0",
                "doctrine/coding-standard": "^9 || ^12",
                "phpstan/phpstan": "~1.4.10 || ^1.10.28",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                "symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7",
                "vimeo/psalm": "^4.30 || ^5.14"
            },
            "suggest": {
                "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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": "Docblock Annotations Parser",
            "homepage": "https://www.doctrine-project.org/projects/annotations.html",
            "keywords": [
                "annotations",
                "docblock",
                "parser"
            ],
            "support": {
                "issues": "https://github.com/doctrine/annotations/issues",
                "source": "https://github.com/doctrine/annotations/tree/1.14.4"
            },
            "time": "2024-09-05T10:15:52+00:00"
        },
        {
            "name": "doctrine/collections",
            "version": "2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/collections.git",
                "reference": "2eb07e5953eed811ce1b309a7478a3b236f2273d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/collections/zipball/2eb07e5953eed811ce1b309a7478a3b236f2273d",
                "reference": "2eb07e5953eed811ce1b309a7478a3b236f2273d",
                "shasum": ""
            },
            "require": {
                "doctrine/deprecations": "^1",
                "php": "^8.1",
                "symfony/polyfill-php84": "^1.30"
            },
            "require-dev": {
                "doctrine/coding-standard": "^12",
                "ext-json": "*",
                "phpstan/phpstan": "^1.8",
                "phpstan/phpstan-phpunit": "^1.0",
                "phpunit/phpunit": "^10.5"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Collections\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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"
            ],
            "support": {
                "issues": "https://github.com/doctrine/collections/issues",
                "source": "https://github.com/doctrine/collections/tree/2.3.0"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections",
                    "type": "tidelift"
                }
            ],
            "time": "2025-03-22T10:17:19+00:00"
        },
        {
            "name": "doctrine/deprecations",
            "version": "1.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/deprecations.git",
                "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/31610dbb31faa98e6b5447b62340826f54fbc4e9",
                "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^9 || ^12",
                "phpstan/phpstan": "1.4.10 || 2.0.3",
                "phpstan/phpstan-phpunit": "^1.0 || ^2",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                "psr/log": "^1 || ^2 || ^3"
            },
            "suggest": {
                "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Deprecations\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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/",
            "support": {
                "issues": "https://github.com/doctrine/deprecations/issues",
                "source": "https://github.com/doctrine/deprecations/tree/1.1.4"
            },
            "time": "2024-12-07T21:18:45+00:00"
        },
        {
            "name": "doctrine/lexer",
            "version": "2.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6"
            },
            "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"
            },
            "require-dev": {
                "doctrine/coding-standard": "^9 || ^12",
                "phpstan/phpstan": "^1.3",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
                "psalm/plugin-phpunit": "^0.18.3",
                "vimeo/psalm": "^4.11 || ^5.21"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Lexer\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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"
            ],
            "support": {
                "issues": "https://github.com/doctrine/lexer/issues",
                "source": "https://github.com/doctrine/lexer/tree/2.1.1"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
                    "type": "tidelift"
                }
            ],
            "time": "2024-02-05T11:35:39+00:00"
        },
        {
            "name": "dompdf/dompdf",
            "version": "v3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dompdf/dompdf.git",
                "reference": "a51bd7a063a65499446919286fb18b518177155a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/dompdf/zipball/a51bd7a063a65499446919286fb18b518177155a",
                "reference": "a51bd7a063a65499446919286fb18b518177155a",
                "shasum": ""
            },
            "require": {
                "dompdf/php-font-lib": "^1.0.0",
                "dompdf/php-svg-lib": "^1.0.0",
                "ext-dom": "*",
                "ext-mbstring": "*",
                "masterminds/html5": "^2.0",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "ext-gd": "*",
                "ext-json": "*",
                "ext-zip": "*",
                "mockery/mockery": "^1.3",
                "phpunit/phpunit": "^7.5 || ^8 || ^9 || ^10 || ^11",
                "squizlabs/php_codesniffer": "^3.5",
                "symfony/process": "^4.4 || ^5.4 || ^6.2 || ^7.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"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Dompdf\\": "src/"
                },
                "classmap": [
                    "lib/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "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",
            "support": {
                "issues": "https://github.com/dompdf/dompdf/issues",
                "source": "https://github.com/dompdf/dompdf/tree/v3.1.0"
            },
            "time": "2025-01-15T14:09:04+00:00"
        },
        {
            "name": "dompdf/php-font-lib",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/dompdf/php-font-lib.git",
                "reference": "6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d",
                "reference": "6137b7d4232b7f16c882c75e4ca3991dbcf6fe2d",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "FontLib\\": "src/FontLib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "The FontLib Community",
                    "homepage": "https://github.com/dompdf/php-font-lib/blob/master/AUTHORS.md"
                }
            ],
            "description": "A library to read, parse, export and make subsets of different types of font files.",
            "homepage": "https://github.com/dompdf/php-font-lib",
            "support": {
                "issues": "https://github.com/dompdf/php-font-lib/issues",
                "source": "https://github.com/dompdf/php-font-lib/tree/1.0.1"
            },
            "time": "2024-12-02T14:37:59+00:00"
        },
        {
            "name": "dompdf/php-svg-lib",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dompdf/php-svg-lib.git",
                "reference": "eb045e518185298eb6ff8d80d0d0c6b17aecd9af"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/eb045e518185298eb6ff8d80d0d0c6b17aecd9af",
                "reference": "eb045e518185298eb6ff8d80d0d0c6b17aecd9af",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^7.1 || ^8.0",
                "sabberworm/php-css-parser": "^8.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Svg\\": "src/Svg"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "The SvgLib Community",
                    "homepage": "https://github.com/dompdf/php-svg-lib/blob/master/AUTHORS.md"
                }
            ],
            "description": "A library to read, parse and export to PDF SVG files.",
            "homepage": "https://github.com/dompdf/php-svg-lib",
            "support": {
                "issues": "https://github.com/dompdf/php-svg-lib/issues",
                "source": "https://github.com/dompdf/php-svg-lib/tree/1.0.0"
            },
            "time": "2024-04-29T13:26:35+00:00"
        },
        {
            "name": "dragonmantank/cron-expression",
            "version": "v3.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dragonmantank/cron-expression.git",
                "reference": "8c784d071debd117328803d86b2097615b457500"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500",
                "reference": "8c784d071debd117328803d86b2097615b457500",
                "shasum": ""
            },
            "require": {
                "php": "^7.2|^8.0",
                "webmozart/assert": "^1.0"
            },
            "replace": {
                "mtdowling/cron-expression": "^1.0"
            },
            "require-dev": {
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "^1.0",
                "phpunit/phpunit": "^7.0|^8.0|^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Cron\\": "src/Cron/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Tankersley",
                    "email": "chris@ctankersley.com",
                    "homepage": "https://github.com/dragonmantank"
                }
            ],
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
            "keywords": [
                "cron",
                "schedule"
            ],
            "support": {
                "issues": "https://github.com/dragonmantank/cron-expression/issues",
                "source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0"
            },
            "funding": [
                {
                    "url": "https://github.com/dragonmantank",
                    "type": "github"
                }
            ],
            "time": "2024-10-09T13:47:03+00:00"
        },
        {
            "name": "drupal-ckeditor-libraries-group/fakeobjects",
            "version": "4.22.1",
            "source": {
                "type": "git",
                "url": "https://github.com/drupal-ckeditor-libraries-group/fakeobjects.git",
                "reference": "a1de732aa3dbc63349f8b4653b1c7788c93ae25c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drupal-ckeditor-libraries-group/fakeobjects/zipball/a1de732aa3dbc63349f8b4653b1c7788c93ae25c",
                "reference": "a1de732aa3dbc63349f8b4653b1c7788c93ae25c",
                "shasum": ""
            },
            "type": "drupal-library",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later",
                "LGPL-2.1-or-later",
                "MPL-1.1"
            ],
            "description": "CKEditor 4 fakeobjects plugin",
            "homepage": "https://ckeditor.com/cke4/addon/fakeobjects",
            "keywords": [
                "CKEditor",
                "fakeobjects",
                "plugin"
            ],
            "support": {
                "issues": "https://github.com/ckeditor/ckeditor4/issues",
                "source": "https://github.com/ckeditor/ckeditor4/tree/master/plugins/fakeobjects"
            },
            "time": "2023-02-08T14:53:49+00:00"
        },
        {
            "name": "drupal/address",
            "version": "2.0.3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/address.git",
                "reference": "2.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/address-2.0.3.zip",
                "reference": "2.0.3",
                "shasum": "fa8273cf5abd21fd8a58de77844011b122ab3aa6"
            },
            "require": {
                "commerceguys/addressing": "^2.1.1",
                "drupal/core": "^9.5 || ^10 || ^11",
                "php": "^8.0"
            },
            "require-dev": {
                "drupal/diff": "^1",
                "drupal/feeds": "^3",
                "drupal/token": "^1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.3",
                    "datestamp": "1736773032",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "dww",
                    "homepage": "https://www.drupal.org/user/46549"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Provides functionality for storing, validating and displaying international postal addresses.",
            "homepage": "http://drupal.org/project/address",
            "support": {
                "source": "https://git.drupalcode.org/project/address"
            }
        },
        {
            "name": "drupal/admin_toolbar",
            "version": "3.5.3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/admin_toolbar.git",
                "reference": "3.5.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.5.3.zip",
                "reference": "3.5.3",
                "shasum": "363cdd6e6ca47983900f40793edf9a8b26f132bb"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/admin_toolbar_tools": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.5.3",
                    "datestamp": "1740156799",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Wilfrid Roze (eme)",
                    "homepage": "https://www.drupal.org/u/eme",
                    "role": "Maintainer"
                },
                {
                    "name": "Romain Jarraud (romainj)",
                    "homepage": "https://www.drupal.org/u/romainj",
                    "role": "Maintainer"
                },
                {
                    "name": "Adrian Cid Almaguer (adriancid)",
                    "homepage": "https://www.drupal.org/u/adriancid",
                    "email": "adriancid@gmail.com",
                    "role": "Maintainer"
                },
                {
                    "name": "Mohamed Anis Taktak (matio89)",
                    "homepage": "https://www.drupal.org/u/matio89",
                    "role": "Maintainer"
                },
                {
                    "name": "fethi.krout",
                    "homepage": "https://www.drupal.org/user/3206765"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "matio89",
                    "homepage": "https://www.drupal.org/user/2320090"
                },
                {
                    "name": "musa.thomas",
                    "homepage": "https://www.drupal.org/user/1213824"
                },
                {
                    "name": "romainj",
                    "homepage": "https://www.drupal.org/user/370706"
                }
            ],
            "description": "Provides a drop-down menu interface to the core Drupal Toolbar.",
            "homepage": "http://drupal.org/project/admin_toolbar",
            "keywords": [
                "Drupal",
                "Toolbar"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/admin_toolbar",
                "issues": "https://www.drupal.org/project/issues/admin_toolbar"
            }
        },
        {
            "name": "drupal/admin_toolbar-admin_toolbar_search",
            "version": "3.5.3",
            "require": {
                "drupal/admin_toolbar": "^3",
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/admin_toolbar_tools": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "3.5.3",
                    "datestamp": "1740156799",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "adriancid",
                    "homepage": "https://www.drupal.org/user/1962106"
                },
                {
                    "name": "bolbol",
                    "homepage": "https://www.drupal.org/user/3400070"
                },
                {
                    "name": "dydave",
                    "homepage": "https://www.drupal.org/user/467284"
                },
                {
                    "name": "eme",
                    "homepage": "https://www.drupal.org/user/542492"
                },
                {
                    "name": "fethi.krout",
                    "homepage": "https://www.drupal.org/user/3206765"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "matio89",
                    "homepage": "https://www.drupal.org/user/2320090"
                },
                {
                    "name": "musa.thomas",
                    "homepage": "https://www.drupal.org/user/1213824"
                },
                {
                    "name": "romainj",
                    "homepage": "https://www.drupal.org/user/370706"
                }
            ],
            "homepage": "https://www.drupal.org/project/admin_toolbar",
            "support": {
                "source": "https://git.drupalcode.org/project/admin_toolbar"
            }
        },
        {
            "name": "drupal/admin_toolbar_tools",
            "version": "3.5.3",
            "require": {
                "drupal/admin_toolbar": "*",
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "3.5.3",
                    "datestamp": "1740156799",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "adriancid",
                    "homepage": "https://www.drupal.org/user/1962106"
                },
                {
                    "name": "bolbol",
                    "homepage": "https://www.drupal.org/user/3400070"
                },
                {
                    "name": "dydave",
                    "homepage": "https://www.drupal.org/user/467284"
                },
                {
                    "name": "eme",
                    "homepage": "https://www.drupal.org/user/542492"
                },
                {
                    "name": "fethi.krout",
                    "homepage": "https://www.drupal.org/user/3206765"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "matio89",
                    "homepage": "https://www.drupal.org/user/2320090"
                },
                {
                    "name": "musa.thomas",
                    "homepage": "https://www.drupal.org/user/1213824"
                },
                {
                    "name": "romainj",
                    "homepage": "https://www.drupal.org/user/370706"
                }
            ],
            "description": "Adds menu links like Flush cache, Run cron, Run updates, and Logout under Drupal icon.",
            "homepage": "https://www.drupal.org/project/admin_toolbar",
            "support": {
                "source": "https://git.drupalcode.org/project/admin_toolbar"
            }
        },
        {
            "name": "drupal/allowed_formats",
            "version": "3.0.1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/allowed_formats.git",
                "reference": "3.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/allowed_formats-3.0.1.zip",
                "reference": "3.0.1",
                "shasum": "9dfaed3ab8425ee94146914fdb492cefc6c6bb4d"
            },
            "require": {
                "drupal/core": "^10.1 || ^11"
            },
            "conflict": {
                "drupal/core": "<10.1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.1",
                    "datestamp": "1723158950",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Northern Commerce (formerly Digital Echidna)",
                    "homepage": "https://www.drupal.org/northern-commerce-formerly-digital-echidna",
                    "role": "Supporting organization"
                },
                {
                    "name": "Jordan Thompson (nord102)",
                    "homepage": "https://www.drupal.org/u/nord102",
                    "role": "Maintainer"
                },
                {
                    "name": "Wunder",
                    "homepage": "https://www.drupal.org/wunder",
                    "role": "Supporting organization"
                },
                {
                    "name": "Florian Loretan (floretan)",
                    "homepage": "https://www.drupal.org/u/floretan",
                    "role": "Maintainer"
                }
            ],
            "description": "Hides info about the selected text format. The 'allowed formats' functionality has been moved to core since Drupal 10.1.0.",
            "homepage": "https://www.drupal.org/project/allowed_formats",
            "support": {
                "source": "http://cgit.drupalcode.org/allowed_formats",
                "issues": "https://www.drupal.org/project/issues/allowed_formats"
            }
        },
        {
            "name": "drupal/antibot",
            "version": "2.0.4",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/antibot.git",
                "reference": "2.0.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/antibot-2.0.4.zip",
                "reference": "2.0.4",
                "shasum": "58b215291b250ea410194693cbac2da6f54a8530"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.4",
                    "datestamp": "1723819813",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "danrod",
                    "homepage": "https://www.drupal.org/user/19150"
                },
                {
                    "name": "gaurav.kapoor",
                    "homepage": "https://www.drupal.org/user/3495331"
                },
                {
                    "name": "mstef",
                    "homepage": "https://www.drupal.org/user/107190"
                }
            ],
            "description": "Prevent forms from being submitted without JavaScript enabled.",
            "homepage": "https://www.drupal.org/project/antibot",
            "support": {
                "source": "https://git.drupalcode.org/project/antibot"
            }
        },
        {
            "name": "drupal/asset_injector",
            "version": "2.21.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/asset_injector.git",
                "reference": "8.x-2.21"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/asset_injector-8.x-2.21.zip",
                "reference": "8.x-2.21",
                "shasum": "24dc111e995d6a33cb9f11f106b0d1e716e92767"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.21",
                    "datestamp": "1723044656",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mike Decker",
                    "homepage": "https://www.drupal.org/u/pookmish"
                },
                {
                    "name": "Axel Rutz",
                    "homepage": "https://www.drupal.org/u/axelrutz"
                }
            ],
            "description": "Adds CSS or JS to the page output based on configurable rules.",
            "homepage": "http://drupal.org/project/asset_injector",
            "support": {
                "source": "https://git.drupalcode.org/project/asset_injector",
                "issues": "https://www.drupal.org/project/issues/asset_injector"
            }
        },
        {
            "name": "drupal/auto_entitylabel",
            "version": "3.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/auto_entitylabel.git",
                "reference": "8.x-3.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/auto_entitylabel-8.x-3.4.zip",
                "reference": "8.x-3.4",
                "shasum": "9b3d7bc8e450ae008b3f48fed0dd9dace03ddbb5"
            },
            "require": {
                "drupal/core": "^10.1 || ^11"
            },
            "require-dev": {
                "drupal/book": "^1.0",
                "drupal/token": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.4",
                    "datestamp": "1736308389",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bforchhammer",
                    "homepage": "https://www.drupal.org/user/216396"
                },
                {
                    "name": "colan",
                    "homepage": "https://www.drupal.org/user/58704"
                },
                {
                    "name": "dqd",
                    "homepage": "https://www.drupal.org/user/1001934"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "mandclu",
                    "homepage": "https://www.drupal.org/user/52136"
                },
                {
                    "name": "pravin ajaaz",
                    "homepage": "https://www.drupal.org/user/2910049"
                },
                {
                    "name": "purushotam.rai",
                    "homepage": "https://www.drupal.org/user/3193859"
                },
                {
                    "name": "renatog",
                    "homepage": "https://www.drupal.org/user/3326031"
                },
                {
                    "name": "vladimiraus",
                    "homepage": "https://www.drupal.org/user/673120"
                }
            ],
            "description": "Allows hiding of entity label fields and automatic label creation.",
            "homepage": "https://www.drupal.org/project/auto_entitylabel",
            "support": {
                "source": "https://git.drupalcode.org/project/auto_entitylabel",
                "issues": "https://www.drupal.org/project/issues/auto_entitylabel"
            }
        },
        {
            "name": "drupal/automated_crop",
            "version": "4.0.2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/automated_crop.git",
                "reference": "4.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/automated_crop-4.0.2.zip",
                "reference": "4.0.2",
                "shasum": "9126a9965c4159fc05c4c473aa311cf7f88a1418"
            },
            "require": {
                "drupal/core": "^10.1 || ^11",
                "drupal/crop": "^2.2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.2",
                    "datestamp": "1738584452",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "ikphilip",
                    "homepage": "https://www.drupal.org/user/3549191"
                },
                {
                    "name": "rosemaryreilman",
                    "homepage": "https://www.drupal.org/user/3356158"
                },
                {
                    "name": "woprrr",
                    "homepage": "https://www.drupal.org/user/858604"
                }
            ],
            "description": "Provides automated cropping tools API.",
            "homepage": "https://www.drupal.org/project/automated_crop",
            "support": {
                "source": "https://git.drupalcode.org/project/automated_crop",
                "issues": "https://www.drupal.org/project/issues/automated_crop"
            }
        },
        {
            "name": "drupal/autosave_form",
            "version": "1.10.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/autosave_form.git",
                "reference": "8.x-1.10"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/autosave_form-8.x-1.10.zip",
                "reference": "8.x-1.10",
                "shasum": "99e270c30bf09a2688a5b23814beced13f8f7ba4"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.10",
                    "datestamp": "1738605622",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "hchonov",
                    "homepage": "https://www.drupal.org/user/2901211"
                }
            ],
            "description": "Adds autosave feature on forms.",
            "homepage": "https://www.drupal.org/project/autosave_form",
            "support": {
                "source": "https://git.drupalcode.org/project/autosave_form"
            }
        },
        {
            "name": "drupal/backup_migrate",
            "version": "5.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/backup_migrate.git",
                "reference": "5.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/backup_migrate-5.1.0.zip",
                "reference": "5.1.0",
                "shasum": "bfc523c4d01f2f5dcbb2a612455b8f0a84d651b2"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "suggest": {
                "defuse/php-encryption": "Optional encryption of saved backups."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "5.1.0",
                    "datestamp": "1732034636",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "See contributors",
                    "homepage": "https://www.drupal.org/node/189065/committers",
                    "role": "Developer"
                },
                {
                    "name": "damienmckenna",
                    "homepage": "https://www.drupal.org/user/108450"
                },
                {
                    "name": "dgorton",
                    "homepage": "https://www.drupal.org/user/19044"
                },
                {
                    "name": "ikit-claw",
                    "homepage": "https://www.drupal.org/user/3285813"
                },
                {
                    "name": "ronan",
                    "homepage": "https://www.drupal.org/user/72815"
                }
            ],
            "description": "Backup and Migrate Drupal Module",
            "homepage": "https://www.drupal.org/project/backup_migrate",
            "support": {
                "source": "https://git.drupalcode.org/project/backup_migrate",
                "issues": "https://www.drupal.org/project/issues/backup_migrate",
                "slack": "https://drupal.slack.com/messages/C7C4M4QJV/details/"
            }
        },
        {
            "name": "drupal/better_exposed_filters",
            "version": "6.0.6",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/better_exposed_filters.git",
                "reference": "6.0.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-6.0.6.zip",
                "reference": "6.0.6",
                "shasum": "558ca591d450fc64512cae7f98cb4b0241e15ba3"
            },
            "require": {
                "drupal/core": "^9 || ^10",
                "drupal/jquery_ui": "*",
                "drupal/jquery_ui_datepicker": "*",
                "drupal/jquery_ui_slider": "*",
                "drupal/jquery_ui_touch_punch": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "6.0.6",
                    "datestamp": "1716397541",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mike Keran",
                    "homepage": "https://www.drupal.org/u/mikeker"
                },
                {
                    "name": "Martin Keereman",
                    "homepage": "https://www.drupal.org/u/etroid"
                },
                {
                    "name": "Neslee Canil Pinto",
                    "homepage": "https://www.drupal.org/u/neslee-canil-pinto"
                },
                {
                    "name": "mikeker",
                    "homepage": "https://www.drupal.org/user/192273"
                },
                {
                    "name": "neslee canil pinto",
                    "homepage": "https://www.drupal.org/user/3580850"
                },
                {
                    "name": "podarok",
                    "homepage": "https://www.drupal.org/user/116002"
                },
                {
                    "name": "rlhawk",
                    "homepage": "https://www.drupal.org/user/352283"
                },
                {
                    "name": "smustgrave",
                    "homepage": "https://www.drupal.org/user/3252890"
                }
            ],
            "description": "Replaces the Views default single- or multi-select boxes with more advanced options.",
            "homepage": "https://www.drupal.org/project/better_exposed_filters",
            "support": {
                "source": "https://git.drupalcode.org/project/better_exposed_filters",
                "issues": "https://www.drupal.org/project/issues/better_exposed_filters"
            }
        },
        {
            "name": "drupal/block_class",
            "version": "4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/block_class.git",
                "reference": "4.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/block_class-4.0.0.zip",
                "reference": "4.0.0",
                "shasum": "4ed97a78db9b52f28e46d377947fecfb3a8c9580"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.0",
                    "datestamp": "1730640283",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Todd Nienkerk",
                    "homepage": "https://www.drupal.org/u/todd-nienkerk",
                    "role": "Maintainer"
                },
                {
                    "name": "Renato Gonçalves (RenatoG)",
                    "homepage": "https://www.drupal.org/u/RenatoG",
                    "role": "Maintainer"
                },
                {
                    "name": "Neslee Canil Pinto",
                    "homepage": "https://www.drupal.org/u/neslee-canil-pinto",
                    "role": "Maintainer"
                },
                {
                    "name": "Aaron Stanush",
                    "homepage": "https://www.drupal.org/u/aaron-stanush",
                    "role": "Maintainer"
                },
                {
                    "name": "David Suissa (DYdave)",
                    "homepage": "https://www.drupal.org/u/DYdave",
                    "role": "Maintainer"
                },
                {
                    "name": "Four Kitchens",
                    "homepage": "https://www.drupal.org/user/358502",
                    "role": "Maintainer"
                },
                {
                    "name": "berenddeboer",
                    "homepage": "https://www.drupal.org/u/berenddeboer",
                    "role": "Maintainer"
                },
                {
                    "name": "elliotttf",
                    "homepage": "https://www.drupal.org/u/elliotttf",
                    "role": "Maintainer"
                },
                {
                    "name": "Michal Minecki (mirzu)",
                    "homepage": "https://www.drupal.org/u/mirzu",
                    "role": "Maintainer"
                },
                {
                    "name": "Patrick Coffey (pcoffey)",
                    "homepage": "https://www.drupal.org/u/pcoffey",
                    "role": "Maintainer"
                },
                {
                    "name": "Taylor Smith (tsmith512)",
                    "homepage": "https://www.drupal.org/u/tsmith512",
                    "role": "Maintainer"
                }
            ],
            "description": "Allows assigning classes to Blocks.",
            "homepage": "https://www.drupal.org/project/block_class",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/block_class",
                "issues": "https://www.drupal.org/project/issues/block_class",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            }
        },
        {
            "name": "drupal/block_visibility_groups",
            "version": "2.0.4",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/block_visibility_groups.git",
                "reference": "2.0.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/block_visibility_groups-2.0.4.zip",
                "reference": "2.0.4",
                "shasum": "40ad2b557d610ea9aff3b81be6d6867287b6f34d"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.4",
                    "datestamp": "1737112821",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "damienmckenna",
                    "homepage": "https://www.drupal.org/user/108450"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "tedbow",
                    "homepage": "https://www.drupal.org/user/240860"
                }
            ],
            "description": "Block Visibility Groups",
            "homepage": "https://www.drupal.org/project/block_visibility_groups",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/block_visibility_groups",
                "issues": "https://www.drupal.org/project/issues/block_visibility_groups"
            }
        },
        {
            "name": "drupal/bpmn_io",
            "version": "1.1.4",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/bpmn_io.git",
                "reference": "1.1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/bpmn_io-1.1.4.zip",
                "reference": "1.1.4",
                "shasum": "c69acc7ffc624a1dbc2c9ae1aa8a108bfc7381be"
            },
            "require": {
                "drupal/core": "^9 || ^10",
                "drupal/eca": "^1.0",
                "drupal/eca_modeller_bpmn": "*",
                "php": ">=7.4"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.1.4",
                    "datestamp": "1716032392",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "boromino",
                    "homepage": "https://www.drupal.org/user/859722"
                },
                {
                    "name": "jurgenhaas",
                    "homepage": "https://www.drupal.org/user/168924"
                }
            ],
            "description": "BPMN modeller for ECA, integrated into Drupal's admin UI.",
            "homepage": "https://www.drupal.org/project/bpmn_io",
            "support": {
                "source": "https://drupal.org/project/bpmn_io",
                "issues": "https://drupal.org/project/issues/bpmn_io"
            }
        },
        {
            "name": "drupal/bulma",
            "version": "dev-1.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/bulma.git",
                "reference": "56483c2ff11e8f925af20a15b0cc7636fc74ad45"
            },
            "require": {
                "drupal/core": "^9.2 || ^10"
            },
            "type": "drupal-theme",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "8.x-1.1+13-dev",
                    "datestamp": "1721362481",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "g4mbini",
                    "homepage": "https://www.drupal.org/user/2533498"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "valic",
                    "homepage": "https://www.drupal.org/user/980550"
                }
            ],
            "description": "Built to use Bulma, a modern CSS framework based on Flexbox.",
            "homepage": "http://drupal.org/project/bulma",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/bulma",
                "issues": "http://drupal.org/project/issues/bulma"
            }
        },
        {
            "name": "drupal/bulma_components",
            "version": "dev-1.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/bulma_components.git",
                "reference": "bee8420ca8c906fbccc1bc3172e4ae9d3ac5e15d"
            },
            "require": {
                "drupal/component_schema": "*",
                "drupal/components": "*",
                "drupal/core": "^8.8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.0.x": "1.0.x-dev"
                },
                "drupal": {
                    "version": "1.0.0-alpha6+21-dev",
                    "datestamp": "1687490397",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "MegaKeegMan",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "nedjo",
                    "homepage": "https://www.drupal.org/user/4481"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Provides a set of components to be used when theming with the Bulma CSS framework.",
            "homepage": "https://www.drupal.org/project/bulma_components",
            "support": {
                "source": "https://git.drupalcode.org/project/bulma_components"
            }
        },
        {
            "name": "drupal/cancel_button",
            "version": "1.5.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/cancel_button.git",
                "reference": "8.x-1.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/cancel_button-8.x-1.5.zip",
                "reference": "8.x-1.5",
                "shasum": "07ce620c57cdd16ac751f78d9c3397ea9350d1f8"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.5",
                    "datestamp": "1732804482",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "danmuzyka",
                    "homepage": "https://www.drupal.org/user/48685"
                },
                {
                    "name": "heddn",
                    "homepage": "https://www.drupal.org/user/1463982"
                },
                {
                    "name": "kevin.dutra",
                    "homepage": "https://www.drupal.org/user/1312744"
                },
                {
                    "name": "sukanya.ramakrishnan",
                    "homepage": "https://www.drupal.org/user/3320069"
                }
            ],
            "description": "This small module adds a Cancel button to Entity forms.",
            "homepage": "https://www.drupal.org/project/cancel_button",
            "support": {
                "source": "https://git.drupalcode.org/project/cancel_button"
            }
        },
        {
            "name": "drupal/captcha",
            "version": "2.0.7",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/captcha.git",
                "reference": "2.0.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/captcha-2.0.7.zip",
                "reference": "2.0.7",
                "shasum": "8e97ba41810811bcd5d7e8b714cdc0b664dd8eec"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.7",
                    "datestamp": "1732250192",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "branch-alias": {
                    "dev-8.x-1.x": "1.x-dev"
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "anybody",
                    "homepage": "https://www.drupal.org/user/291091"
                },
                {
                    "name": "elachlan",
                    "homepage": "https://www.drupal.org/user/1021502"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "naveenvalecha",
                    "homepage": "https://www.drupal.org/user/2665733"
                },
                {
                    "name": "podarok",
                    "homepage": "https://www.drupal.org/user/116002"
                },
                {
                    "name": "robloach",
                    "homepage": "https://www.drupal.org/user/61114"
                },
                {
                    "name": "thomas.frobieter",
                    "homepage": "https://www.drupal.org/user/409335"
                },
                {
                    "name": "wundo",
                    "homepage": "https://www.drupal.org/user/25523"
                }
            ],
            "description": "The CAPTCHA module provides this feature to virtually any user facing web form on a Drupal site.",
            "homepage": "https://www.drupal.org/project/captcha",
            "support": {
                "source": "https://git.drupalcode.org/project/captcha",
                "issues": "https://www.drupal.org/project/issues/captcha"
            }
        },
        {
            "name": "drupal/charts",
            "version": "5.1.3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/charts.git",
                "reference": "5.1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/charts-5.1.3.zip",
                "reference": "5.1.3",
                "shasum": "2c1dfaf67512011583b8faad56ddf5ca69b610dc"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "5.1.3",
                    "datestamp": "1741367395",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "andileco",
                    "homepage": "https://www.drupal.org/user/2054544"
                },
                {
                    "name": "nikathone",
                    "homepage": "https://www.drupal.org/user/2421800"
                },
                {
                    "name": "quicksketch",
                    "homepage": "https://www.drupal.org/user/35821"
                }
            ],
            "description": "A charting API for Drupal that provides chart elements and integration with Views.",
            "homepage": "https://www.drupal.org/project/charts",
            "support": {
                "source": "https://git.drupalcode.org/project/charts"
            }
        },
        {
            "name": "drupal/charts_chartjs",
            "version": "5.1.3",
            "require": {
                "drupal/charts": "*",
                "drupal/core": "^10.3 || ^11"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "5.1.3",
                    "datestamp": "1741367395",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "andileco",
                    "homepage": "https://www.drupal.org/user/2054544"
                },
                {
                    "name": "nikathone",
                    "homepage": "https://www.drupal.org/user/2421800"
                },
                {
                    "name": "quicksketch",
                    "homepage": "https://www.drupal.org/user/35821"
                }
            ],
            "description": "Charts module integration with Chart.js.",
            "homepage": "https://www.drupal.org/project/charts",
            "support": {
                "source": "https://git.drupalcode.org/project/charts"
            }
        },
        {
            "name": "drupal/checklistapi",
            "version": "2.1.6",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/checklistapi.git",
                "reference": "2.1.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/checklistapi-2.1.6.zip",
                "reference": "2.1.6",
                "shasum": "64f439b7dd09336c4b32480edf1796cbc911d9b4"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11",
                "php": ">=7.3.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.6",
                    "datestamp": "1713801912",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^10"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Travis Carden",
                    "homepage": "https://www.drupal.org/user/3550392",
                    "email": "travis.carden@gmail.com"
                },
                {
                    "name": "rajeshreeputra",
                    "homepage": "https://www.drupal.org/user/3418561"
                },
                {
                    "name": "traviscarden",
                    "homepage": "https://www.drupal.org/user/236758"
                },
                {
                    "name": "vladimiraus",
                    "homepage": "https://www.drupal.org/user/673120"
                }
            ],
            "description": "Provides an API for creating fillable, persistent checklists.",
            "homepage": "http://drupal.org/project/checklistapi",
            "support": {
                "source": "https://git.drupalcode.org/project/checklistapi",
                "issues": "https://www.drupal.org/project/issues/checklistapi"
            }
        },
        {
            "name": "drupal/ckeditor",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ckeditor.git",
                "reference": "1.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ckeditor-1.0.2.zip",
                "reference": "1.0.2",
                "shasum": "fec2ca9ad852a00c7b9584cb6040dc860364c481"
            },
            "require": {
                "drupal/core": "^9.4 || ^10"
            },
            "require-dev": {
                "drupal/classy": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.2",
                    "datestamp": "1695740655",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "hass",
                    "homepage": "https://www.drupal.org/user/85918"
                },
                {
                    "name": "jcisio",
                    "homepage": "https://www.drupal.org/user/210762"
                },
                {
                    "name": "Jorrit",
                    "homepage": "https://www.drupal.org/user/161217"
                },
                {
                    "name": "lauriii",
                    "homepage": "https://www.drupal.org/user/1078742"
                },
                {
                    "name": "magnus",
                    "homepage": "https://www.drupal.org/user/73919"
                },
                {
                    "name": "nod_",
                    "homepage": "https://www.drupal.org/user/598310"
                },
                {
                    "name": "p.wiaderny",
                    "homepage": "https://www.drupal.org/user/2956619"
                },
                {
                    "name": "vokiel",
                    "homepage": "https://www.drupal.org/user/2793801"
                },
                {
                    "name": "wim leers",
                    "homepage": "https://www.drupal.org/user/99777"
                },
                {
                    "name": "wwalc",
                    "homepage": "https://www.drupal.org/user/184556"
                },
                {
                    "name": "xjm",
                    "homepage": "https://www.drupal.org/user/65776"
                }
            ],
            "description": "WYSIWYG editing for rich text fields using CKEditor.",
            "homepage": "https://www.drupal.org/project/ckeditor",
            "support": {
                "source": "https://git.drupalcode.org/project/ckeditor"
            }
        },
        {
            "name": "drupal/ckeditor_iframe",
            "version": "3.0.0-beta2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ckeditor_iframe.git",
                "reference": "3.0.0-beta2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ckeditor_iframe-3.0.0-beta2.zip",
                "reference": "3.0.0-beta2",
                "shasum": "c553c65393c7f05fb563281b70b8763547e7db1a"
            },
            "require": {
                "drupal/core": "^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0-beta2",
                    "datestamp": "1727983211",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Kevin Quillen (kevinquillen)",
                    "homepage": "https://www.drupal.org/u/kevinquillen",
                    "role": "Maintainer"
                },
                {
                    "name": "Brian Osborne (bkosborne)",
                    "homepage": "https://www.drupal.org/u/bkosborne",
                    "role": "Maintainer"
                }
            ],
            "description": "Adds the iFrame dialog plugin to CKEditor.",
            "homepage": "http://drupal.org/project/ckeditor_iframe",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/ckeditor_iframe",
                "issues": "https://drupal.org/project/issues/ckeditor_iframe"
            }
        },
        {
            "name": "drupal/ckeditorheight",
            "version": "1.9.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ckeditorheight.git",
                "reference": "8.x-1.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ckeditorheight-8.x-1.9.zip",
                "reference": "8.x-1.9",
                "shasum": "28119489b4a21f39e5b31e482fdb9fdf05abf6e8"
            },
            "require": {
                "drupal/ckeditor": "^1.0",
                "drupal/core": "^9.4 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.9",
                    "datestamp": "1687950399",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "anruether",
                    "homepage": "https://www.drupal.org/user/894458"
                },
                {
                    "name": "geek-merlin",
                    "homepage": "https://www.drupal.org/user/229048"
                }
            ],
            "description": "Adjusts CKEditor height to field row setting until we have https://www.drupal.org/node/2788905.",
            "homepage": "https://www.drupal.org/project/ckeditorheight",
            "support": {
                "source": "https://git.drupalcode.org/project/ckeditorheight"
            }
        },
        {
            "name": "drupal/classitup",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/classitup.git",
                "reference": "8.x-1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/classitup-8.x-1.1.zip",
                "reference": "8.x-1.1",
                "shasum": "309d2bfff59117422c41e8b81b1e8d92f6bd5781"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.1",
                    "datestamp": "1668119396",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                }
            ],
            "description": "Class it up provides classes based on information Drupal knows about.",
            "homepage": "https://www.drupal.org/project/classitup",
            "keywords": [
                "CSS",
                "classes",
                "drupal",
                "styling",
                "theming"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/classitup.git",
                "issues": "https://www.drupal.org/project/issues/classitup"
            }
        },
        {
            "name": "drupal/comment_notify",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/comment_notify.git",
                "reference": "8.x-1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/comment_notify-8.x-1.4.zip",
                "reference": "8.x-1.4",
                "shasum": "9f98848f25c1a0db60a8d39f6bbe1d22f47cc2a9"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10",
                "drupal/token": "^1.6"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.4",
                    "datestamp": "1679409019",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Greg Knaddison (greggles)",
                    "homepage": "https://www.drupal.org/u/greggles",
                    "role": "Maintainer"
                },
                {
                    "name": "David Valdez (gnuget)",
                    "homepage": "https://www.drupal.org/u/gnuget",
                    "role": "Co-maintainer"
                },
                {
                    "name": "greggles",
                    "homepage": "https://www.drupal.org/user/36762"
                },
                {
                    "name": "stefanos.petrakis@gmail.com",
                    "homepage": "https://www.drupal.org/user/2573064"
                }
            ],
            "description": "Comment follow-up e-mail notification for anonymous as well as registered users.",
            "homepage": "https://drupal.org/project/comment_notify",
            "support": {
                "source": "https://git.drupalcode.org/project/comment_notify",
                "issues": "https://drupal.org/project/issues/comment_notify",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            }
        },
        {
            "name": "drupal/component_schema",
            "version": "1.0.0-alpha7",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/component_schema.git",
                "reference": "1.0.0-alpha7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/component_schema-1.0.0-alpha7.zip",
                "reference": "1.0.0-alpha7",
                "shasum": "1f19ee533b8556fa6435d3bf390a76f48ce2805d"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10"
            },
            "require-dev": {
                "drupal/ui_patterns": "*",
                "drupal/ui_patterns_settings": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.0-alpha7",
                    "datestamp": "1701819925",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "lelkneralfaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "MegaKeegMan",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Provides schema support for components, including styleguide integration via the Styleguide module.",
            "homepage": "https://www.drupal.org/project/component_schema",
            "support": {
                "source": "https://git.drupalcode.org/project/component_schema"
            }
        },
        {
            "name": "drupal/components",
            "version": "3.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/components.git",
                "reference": "3.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/components-3.1.0.zip",
                "reference": "3.1.0",
                "shasum": "a9d9f7517f54038d0d6fa68185d80e26d2ad1d8d"
            },
            "require": {
                "drupal/core": "^10.2 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.1.0",
                    "datestamp": "1725921122",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "JohnAlbin",
                    "homepage": "https://www.drupal.org/user/1036766",
                    "email": "virtually.johnalbin@gmail.com"
                },
                {
                    "name": "johnalbin",
                    "homepage": "https://www.drupal.org/user/32095"
                },
                {
                    "name": "robloach",
                    "homepage": "https://www.drupal.org/user/61114"
                }
            ],
            "description": "Registers folders of components defined by your theme or module as Twig namespaces",
            "homepage": "https://drupal.org/project/components",
            "support": {
                "source": "https://git.drupalcode.org/project/components"
            }
        },
        {
            "name": "drupal/config_actions",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_actions.git",
                "reference": "8.x-1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_actions-8.x-1.4.zip",
                "reference": "8.x-1.4",
                "shasum": "28d952460b6e634e44339c9df4946570fc745110"
            },
            "require": {
                "drupal/core": "^9.4 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.4",
                    "datestamp": "1687387836",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "e2thex",
                    "homepage": "https://www.drupal.org/user/189123"
                },
                {
                    "name": "febbraro",
                    "homepage": "https://www.drupal.org/user/43670"
                },
                {
                    "name": "mpotter",
                    "homepage": "https://www.drupal.org/user/616192"
                },
                {
                    "name": "nedjo",
                    "homepage": "https://www.drupal.org/user/4481"
                }
            ],
            "description": "Enables modules to provide actions that modify configuration.",
            "homepage": "https://www.drupal.org/project/config_actions",
            "support": {
                "source": "https://git.drupalcode.org/project/config_actions"
            }
        },
        {
            "name": "drupal/config_actions_provider",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_actions_provider.git",
                "reference": "8.x-1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_actions_provider-8.x-1.3.zip",
                "reference": "8.x-1.3",
                "shasum": "af685e35f0d06a00c70facaee916eb2b86f8d97b"
            },
            "require": {
                "drupal/config_actions": "*",
                "drupal/config_provider": "*",
                "drupal/config_sync": "*",
                "drupal/core": "^8.8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.3",
                    "datestamp": "1692990328",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "bircher",
                    "homepage": "https://www.drupal.org/user/1344166"
                },
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "nedjo",
                    "homepage": "https://www.drupal.org/user/4481"
                }
            ],
            "description": "Apply config actions when applying configuration updates",
            "homepage": "http://drupal.org/project/config_actions_provider",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/config_actions_provider",
                "issues": "http://drupal.org/project/issues/config_actions_provider"
            }
        },
        {
            "name": "drupal/config_distro",
            "version": "2.0.0-alpha2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_distro.git",
                "reference": "2.0.0-alpha2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_distro-2.0.0-alpha2.zip",
                "reference": "2.0.0-alpha2",
                "shasum": "8341305e0eb86208fb71a351e8c922300141a804"
            },
            "require": {
                "drupal/config_filter": "*",
                "drupal/core": "^9.3 || ^10"
            },
            "require-dev": {
                "drupal/config_distro_filter": "*",
                "drupal/config_filter": "*",
                "drush/drush": ">=11"
            },
            "suggest": {
                "drush/drush": ">=11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-alpha2",
                    "datestamp": "1691786887",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Nedjo Rogers (nedjo)",
                    "homepage": "https://www.drupal.org/u/nedjo",
                    "email": "nedjo@4481.no-reply.drupal.org",
                    "role": "Maintainer"
                },
                {
                    "name": "Fabian Bircher",
                    "homepage": "https://www.drupal.org/u/bircher",
                    "email": "opensource@fabianbircher.com",
                    "role": "Maintainer"
                },
                {
                    "name": "joegraduate",
                    "homepage": "https://www.drupal.org/user/789384"
                },
                {
                    "name": "pescetti",
                    "homepage": "https://www.drupal.org/user/436244"
                },
                {
                    "name": "pfrenssen",
                    "homepage": "https://www.drupal.org/user/382067"
                }
            ],
            "description": "Framework for managing configuration updates from distributions.",
            "homepage": "https://www.drupal.org/project/config_distro",
            "support": {
                "source": "https://cgit.drupalcode.org/config_distro",
                "issues": "https://drupal.org/project/issues/config_distro",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            }
        },
        {
            "name": "drupal/config_distro_filter",
            "version": "2.0.0-alpha2",
            "require": {
                "drupal/config_distro": "*",
                "drupal/config_filter": "*",
                "drupal/core": "^8.8 || ^9 || ^10"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "2.0.0-alpha2",
                    "datestamp": "1691786887",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "ademarco",
                    "homepage": "https://www.drupal.org/user/186696"
                },
                {
                    "name": "bircher",
                    "homepage": "https://www.drupal.org/user/1344166"
                },
                {
                    "name": "joegraduate",
                    "homepage": "https://www.drupal.org/user/789384"
                },
                {
                    "name": "pescetti",
                    "homepage": "https://www.drupal.org/user/436244"
                },
                {
                    "name": "pfrenssen",
                    "homepage": "https://www.drupal.org/user/382067"
                }
            ],
            "description": "Bridge between Config Filter and Config Distro's use of Transform API to keep backwards compatibility.",
            "homepage": "https://www.drupal.org/project/config_distro",
            "support": {
                "source": "https://git.drupalcode.org/project/config_distro"
            }
        },
        {
            "name": "drupal/config_filter",
            "version": "2.7.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_filter.git",
                "reference": "8.x-2.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.7.zip",
                "reference": "8.x-2.7",
                "shasum": "7fe7161b93c7e24c6db135f1cf82d144bef66e50"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11"
            },
            "conflict": {
                "drush/drush": "<10"
            },
            "suggest": {
                "drupal/config_split": "Split site configuration for different environments."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.7",
                    "datestamp": "1727472458",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Fabian Bircher",
                    "homepage": "https://www.drupal.org/u/bircher",
                    "email": "opensource@fabianbircher.com",
                    "role": "Maintainer"
                },
                {
                    "name": "Nuvole Web",
                    "homepage": "http://nuvole.org",
                    "email": "info@nuvole.org",
                    "role": "Maintainer"
                },
                {
                    "name": "pescetti",
                    "homepage": "https://www.drupal.org/user/436244"
                }
            ],
            "description": "Config Filter allows other modules to interact with a ConfigStorage through filter plugins.",
            "homepage": "https://www.drupal.org/project/config_filter",
            "keywords": [
                "Drupal",
                "configuration",
                "configuration management"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/config_filter",
                "issues": "https://www.drupal.org/project/issues/config_filter",
                "slack": "https://drupal.slack.com/archives/C45342CDD"
            }
        },
        {
            "name": "drupal/config_merge",
            "version": "2.0.0-alpha1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_merge.git",
                "reference": "2.0.0-alpha1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_merge-2.0.0-alpha1.zip",
                "reference": "2.0.0-alpha1",
                "shasum": "704f856a7e2f11006d0f74336f9260bbcb060cef"
            },
            "require": {
                "drupal/core": "^9.3 || ^10",
                "php": ">=8.0"
            },
            "require-dev": {
                "drupal/config_filter": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-alpha1",
                    "datestamp": "1682377160",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "a.dmitriiev",
                    "homepage": "https://www.drupal.org/user/3235287"
                },
                {
                    "name": "bircher",
                    "homepage": "https://www.drupal.org/user/1344166"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "geek-merlin",
                    "homepage": "https://www.drupal.org/user/229048"
                },
                {
                    "name": "joegraduate",
                    "homepage": "https://www.drupal.org/user/789384"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "tadean",
                    "homepage": "https://www.drupal.org/user/3608919"
                }
            ],
            "description": "Enables three-way merges of configuration items. This is useful for safely merging configuration updates while retaining any customizations.",
            "homepage": "http://drupal.org/project/config_merge",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/config_merge",
                "issues": "http://drupal.org/project/issues/config_merge"
            }
        },
        {
            "name": "drupal/config_normalizer",
            "version": "1.0.0-beta1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_normalizer.git",
                "reference": "8.x-1.0-beta1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_normalizer-8.x-1.0-beta1.zip",
                "reference": "8.x-1.0-beta1",
                "shasum": "f69ffbdf947553c717775c94f30272d67a1a2e83"
            },
            "require": {
                "drupal/config_filter": "*",
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-beta1",
                    "datestamp": "1683148813",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "a.dmitriiev",
                    "homepage": "https://www.drupal.org/user/3235287"
                },
                {
                    "name": "bircher",
                    "homepage": "https://www.drupal.org/user/1344166"
                },
                {
                    "name": "geek-merlin",
                    "homepage": "https://www.drupal.org/user/229048"
                },
                {
                    "name": "joegraduate",
                    "homepage": "https://www.drupal.org/user/789384"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "tadean",
                    "homepage": "https://www.drupal.org/user/3608919"
                },
                {
                    "name": "uarizona",
                    "homepage": "https://www.drupal.org/user/3763238"
                }
            ],
            "description": "Normalizes configuration for comparison.",
            "homepage": "https://www.drupal.org/project/config_normalizer",
            "support": {
                "source": "https://git.drupalcode.org/project/config_normalizer"
            }
        },
        {
            "name": "drupal/config_perms",
            "version": "2.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_perms.git",
                "reference": "8.x-2.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_perms-8.x-2.1.zip",
                "reference": "8.x-2.1",
                "shasum": "06bc0d6587fba76149b4de7ccc32f6c6b8bc382a"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.1",
                    "datestamp": "1685589568",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "benellefimostfa",
                    "homepage": "https://www.drupal.org/user/3092403"
                },
                {
                    "name": "Docc",
                    "homepage": "https://www.drupal.org/user/310132"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "gnuget",
                    "homepage": "https://www.drupal.org/user/992990"
                },
                {
                    "name": "kristen pol",
                    "homepage": "https://www.drupal.org/user/8389"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "mrthumpz",
                    "homepage": "https://www.drupal.org/user/266351"
                }
            ],
            "description": "Allows additional permissions to be created and managed through an administration form.",
            "homepage": "http://drupal.org/project/config_perms",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/config_perms",
                "issues": "http://drupal.org/project/issues/config_perms"
            }
        },
        {
            "name": "drupal/config_provider",
            "version": "3.0.0-alpha1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_provider.git",
                "reference": "3.0.0-alpha1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_provider-3.0.0-alpha1.zip",
                "reference": "3.0.0-alpha1",
                "shasum": "0d0ba67f65d34fae7529d7a390f3d34d827f0595"
            },
            "require": {
                "drupal/core": "^9.3 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0-alpha1",
                    "datestamp": "1682387859",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "a.dmitriiev",
                    "homepage": "https://www.drupal.org/user/3235287"
                },
                {
                    "name": "bircher",
                    "homepage": "https://www.drupal.org/user/1344166"
                },
                {
                    "name": "geek-merlin",
                    "homepage": "https://www.drupal.org/user/229048"
                },
                {
                    "name": "gnuget",
                    "homepage": "https://www.drupal.org/user/992990"
                },
                {
                    "name": "joegraduate",
                    "homepage": "https://www.drupal.org/user/789384"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "nedjo",
                    "homepage": "https://www.drupal.org/user/4481"
                },
                {
                    "name": "pfrenssen",
                    "homepage": "https://www.drupal.org/user/382067"
                },
                {
                    "name": "tadean",
                    "homepage": "https://www.drupal.org/user/3608919"
                },
                {
                    "name": "uarizona",
                    "homepage": "https://www.drupal.org/user/3763238"
                }
            ],
            "description": "Enables provision of configuration by extensions.",
            "homepage": "https://www.drupal.org/project/config_provider",
            "support": {
                "source": "https://git.drupalcode.org/project/config_provider"
            }
        },
        {
            "name": "drupal/config_snapshot",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_snapshot.git",
                "reference": "2.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_snapshot-2.0.0.zip",
                "reference": "2.0.0",
                "shasum": "183e6f293e7ef142290c5e69cbca986895e12a2d"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0",
                    "datestamp": "1736287398",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "a.dmitriiev",
                    "homepage": "https://www.drupal.org/user/3235287"
                },
                {
                    "name": "geek-merlin",
                    "homepage": "https://www.drupal.org/user/229048"
                },
                {
                    "name": "gnuget",
                    "homepage": "https://www.drupal.org/user/992990"
                },
                {
                    "name": "joegraduate",
                    "homepage": "https://www.drupal.org/user/789384"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "nedjo",
                    "homepage": "https://www.drupal.org/user/4481"
                },
                {
                    "name": "tadean",
                    "homepage": "https://www.drupal.org/user/3608919"
                },
                {
                    "name": "uarizona",
                    "homepage": "https://www.drupal.org/user/3763238"
                }
            ],
            "description": "Manages snapshots of configuration as provided by modules and themes.",
            "homepage": "https://www.drupal.org/project/config_snapshot",
            "support": {
                "source": "https://git.drupalcode.org/project/config_snapshot"
            }
        },
        {
            "name": "drupal/config_sync",
            "version": "3.0.0-alpha3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_sync.git",
                "reference": "3.0.0-alpha3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_sync-3.0.0-alpha3.zip",
                "reference": "3.0.0-alpha3",
                "shasum": "8664153679b63fe1c0b84702374122a149fc3846"
            },
            "require": {
                "drupal/config_distro": "^2.0.0-alpha2",
                "drupal/config_distro_filter": "*",
                "drupal/config_filter": "^1.10||^2.4",
                "drupal/config_merge": "^2.0.0-alpha1",
                "drupal/config_normalizer": "^1.0-beta1",
                "drupal/config_provider": "^3.0.0-alpha1",
                "drupal/config_snapshot": "^2.0.0-alpha1",
                "drupal/config_update": "^2.0.0-alpha2",
                "drupal/core": "^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0-alpha3",
                    "datestamp": "1692125273",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nedjo Rogers (nedjo)",
                    "homepage": "https://www.drupal.org/u/nedjo",
                    "email": "nedjo@4481.no-reply.drupal.org",
                    "role": "Maintainer"
                },
                {
                    "name": "bircher",
                    "homepage": "https://www.drupal.org/user/1344166"
                },
                {
                    "name": "flocondetoile",
                    "homepage": "https://www.drupal.org/user/2006064"
                },
                {
                    "name": "geek-merlin",
                    "homepage": "https://www.drupal.org/user/229048"
                },
                {
                    "name": "joegraduate",
                    "homepage": "https://www.drupal.org/user/789384"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "nedjo",
                    "homepage": "https://www.drupal.org/user/4481"
                },
                {
                    "name": "pfrenssen",
                    "homepage": "https://www.drupal.org/user/382067"
                },
                {
                    "name": "tadean",
                    "homepage": "https://www.drupal.org/user/3608919"
                },
                {
                    "name": "uarizona",
                    "homepage": "https://www.drupal.org/user/3763238"
                }
            ],
            "description": "Synchronize your site with updated configuration provided by modules and themes.",
            "homepage": "https://www.drupal.org/project/config_sync",
            "support": {
                "source": "https://git.drupalcode.org/project/config_sync",
                "issues": "https://drupal.org/project/issues/config_sync"
            }
        },
        {
            "name": "drupal/config_update",
            "version": "2.0.0-alpha4",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_update.git",
                "reference": "2.0.0-alpha4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_update-2.0.0-alpha4.zip",
                "reference": "2.0.0-alpha4",
                "shasum": "d8ea528b0b3e24918356bb72bef61408f650aa8e"
            },
            "require": {
                "drupal/core": "^9.4 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-alpha4",
                    "datestamp": "1724596931",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "codebymikey",
                    "homepage": "https://www.drupal.org/user/3573206"
                },
                {
                    "name": "pasqualle",
                    "homepage": "https://www.drupal.org/user/80733"
                },
                {
                    "name": "vishalkhode",
                    "homepage": "https://www.drupal.org/user/2439156"
                }
            ],
            "description": "Provides basic revert and update functionality for other modules.",
            "homepage": "https://www.drupal.org/project/config_update",
            "support": {
                "source": "https://git.drupalcode.org/project/config_update"
            }
        },
        {
            "name": "drupal/content_lock",
            "version": "2.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/content_lock.git",
                "reference": "8.x-2.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/content_lock-8.x-2.4.zip",
                "reference": "8.x-2.4",
                "shasum": "99d149e530555aae12b44292efe5887d373e862e"
            },
            "require": {
                "drupal/core": "^9.0 || ^10.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.4",
                    "datestamp": "1715783058",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "alexpott",
                    "homepage": "https://www.drupal.org/user/157725"
                },
                {
                    "name": "astonvictor",
                    "homepage": "https://www.drupal.org/user/3466615"
                },
                {
                    "name": "chr.fritsch",
                    "homepage": "https://www.drupal.org/user/2103716"
                },
                {
                    "name": "daniel.bosen",
                    "homepage": "https://www.drupal.org/user/404865"
                },
                {
                    "name": "ergonlogic",
                    "homepage": "https://www.drupal.org/user/368613"
                },
                {
                    "name": "mfb",
                    "homepage": "https://www.drupal.org/user/12302"
                },
                {
                    "name": "pandaski",
                    "homepage": "https://www.drupal.org/user/1987218"
                },
                {
                    "name": "volkerk",
                    "homepage": "https://www.drupal.org/user/57527"
                }
            ],
            "description": "Prevents multiple users from trying to edit a content entity simultaneously to prevent edit conflicts.",
            "homepage": "https://www.drupal.org/project/content_lock",
            "support": {
                "source": "https://git.drupalcode.org/project/content_lock"
            }
        },
        {
            "name": "drupal/context_stack",
            "version": "1.1.2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/context_stack.git",
                "reference": "1.1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/context_stack-1.1.2.zip",
                "reference": "1.1.2",
                "shasum": "aacf2bc38a09393e51a03567b459adb67225d11a"
            },
            "require": {
                "drupal/core": "^9 || ^10",
                "php": ">=7.4"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.1.2",
                    "datestamp": "1676647866",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "mxh",
                    "homepage": "https://www.drupal.org/user/1124384"
                }
            ],
            "description": "Context Stack is a module for Drupal, which provides a distinct place for holding context values.",
            "homepage": "https://www.drupal.org/project/context_stack",
            "support": {
                "source": "https://drupal.org/project/context_stack",
                "issues": "https://drupal.org/project/issues/context_stack"
            }
        },
        {
            "name": "drupal/convert_bundles",
            "version": "2.0.0-beta4",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/convert_bundles.git",
                "reference": "2.0.0-beta4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/convert_bundles-2.0.0-beta4.zip",
                "reference": "2.0.0-beta4",
                "shasum": "5f4f02778344bbe2e2e3a3f1c96bc79e8b2474a7"
            },
            "require": {
                "drupal/core": "^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-beta4",
                    "datestamp": "1693891734",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "el1_1el",
                    "homepage": "https://www.drupal.org/user/1795292"
                },
                {
                    "name": "joseph.olstad",
                    "homepage": "https://www.drupal.org/user/1321830"
                }
            ],
            "description": "Convert entity bundles from one value to another",
            "homepage": "https://www.drupal.org/project/convert_bundles",
            "support": {
                "source": "https://git.drupalcode.org/project/convert_bundles"
            }
        },
        {
            "name": "drupal/core",
            "version": "10.4.5",
            "source": {
                "type": "git",
                "url": "https://github.com/drupal/core.git",
                "reference": "5247dbaa65b42b601058555f4a8b2bd541f5611f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drupal/core/zipball/5247dbaa65b42b601058555f4a8b2bd541f5611f",
                "reference": "5247dbaa65b42b601058555f4a8b2bd541f5611f",
                "shasum": ""
            },
            "require": {
                "asm89/stack-cors": "^2.1",
                "composer-runtime-api": "^2.1",
                "composer/semver": "^3.3",
                "doctrine/annotations": "^1.14",
                "egulias/email-validator": "^3.2.1|^4.0",
                "ext-date": "*",
                "ext-dom": "*",
                "ext-filter": "*",
                "ext-gd": "*",
                "ext-hash": "*",
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-pdo": "*",
                "ext-session": "*",
                "ext-simplexml": "*",
                "ext-spl": "*",
                "ext-tokenizer": "*",
                "ext-xml": "*",
                "guzzlehttp/guzzle": "^7.5",
                "guzzlehttp/psr7": "^2.4.5",
                "masterminds/html5": "^2.7",
                "mck89/peast": "^1.14",
                "pear/archive_tar": "^1.4.14",
                "php": ">=8.1.0",
                "psr/log": "^3.0",
                "sebastian/diff": "^4",
                "symfony/console": "^6.4",
                "symfony/dependency-injection": "^6.4",
                "symfony/event-dispatcher": "^6.4",
                "symfony/filesystem": "^6.4",
                "symfony/finder": "^6.4",
                "symfony/http-foundation": "^6.4",
                "symfony/http-kernel": "^6.4",
                "symfony/mailer": "^6.4",
                "symfony/mime": "^6.4",
                "symfony/polyfill-iconv": "^1.26",
                "symfony/process": "^6.4",
                "symfony/psr-http-message-bridge": "^2.1|^6.4",
                "symfony/routing": "^6.4",
                "symfony/serializer": "^6.4",
                "symfony/validator": "^6.4",
                "symfony/yaml": "^6.4",
                "twig/twig": "^3.15.0"
            },
            "conflict": {
                "drush/drush": "<12.4.3"
            },
            "replace": {
                "drupal/core-annotation": "self.version",
                "drupal/core-assertion": "self.version",
                "drupal/core-class-finder": "self.version",
                "drupal/core-datetime": "self.version",
                "drupal/core-dependency-injection": "self.version",
                "drupal/core-diff": "self.version",
                "drupal/core-discovery": "self.version",
                "drupal/core-event-dispatcher": "self.version",
                "drupal/core-file-cache": "self.version",
                "drupal/core-file-security": "self.version",
                "drupal/core-filesystem": "self.version",
                "drupal/core-front-matter": "self.version",
                "drupal/core-gettext": "self.version",
                "drupal/core-graph": "self.version",
                "drupal/core-http-foundation": "self.version",
                "drupal/core-php-storage": "self.version",
                "drupal/core-plugin": "self.version",
                "drupal/core-proxy-builder": "self.version",
                "drupal/core-render": "self.version",
                "drupal/core-serialization": "self.version",
                "drupal/core-transliteration": "self.version",
                "drupal/core-utility": "self.version",
                "drupal/core-uuid": "self.version",
                "drupal/core-version": "self.version"
            },
            "suggest": {
                "ext-zip": "Needed to extend the plugin.manager.archiver service capability with the handling of files in the ZIP format."
            },
            "type": "drupal-core",
            "extra": {
                "drupal-scaffold": {
                    "file-mapping": {
                        "[web-root]/.htaccess": "assets/scaffold/files/htaccess",
                        "[web-root]/README.md": "assets/scaffold/files/drupal.README.md",
                        "[web-root]/index.php": "assets/scaffold/files/index.php",
                        "[web-root]/.csslintrc": "assets/scaffold/files/csslintrc",
                        "[web-root]/robots.txt": "assets/scaffold/files/robots.txt",
                        "[web-root]/update.php": "assets/scaffold/files/update.php",
                        "[web-root]/web.config": "assets/scaffold/files/web.config",
                        "[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt",
                        "[web-root]/.eslintignore": "assets/scaffold/files/eslintignore",
                        "[web-root]/.eslintrc.json": "assets/scaffold/files/eslintrc.json",
                        "[web-root]/.ht.router.php": "assets/scaffold/files/ht.router.php",
                        "[web-root]/sites/README.txt": "assets/scaffold/files/sites.README.txt",
                        "[project-root]/.editorconfig": "assets/scaffold/files/editorconfig",
                        "[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore",
                        "[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt",
                        "[project-root]/.gitattributes": "assets/scaffold/files/gitattributes",
                        "[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt",
                        "[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt",
                        "[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php",
                        "[web-root]/sites/development.services.yml": "assets/scaffold/files/development.services.yml",
                        "[web-root]/sites/example.settings.local.php": "assets/scaffold/files/example.settings.local.php",
                        "[web-root]/sites/default/default.services.yml": "assets/scaffold/files/default.services.yml",
                        "[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php"
                    }
                }
            },
            "autoload": {
                "files": [
                    "includes/bootstrap.inc"
                ],
                "psr-4": {
                    "Drupal\\Core\\": "lib/Drupal/Core",
                    "Drupal\\Component\\": "lib/Drupal/Component"
                },
                "classmap": [
                    "lib/Drupal.php",
                    "lib/Drupal/Component/DependencyInjection/Container.php",
                    "lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php",
                    "lib/Drupal/Component/FileCache/FileCacheFactory.php",
                    "lib/Drupal/Component/Utility/Timer.php",
                    "lib/Drupal/Component/Utility/Unicode.php",
                    "lib/Drupal/Core/Cache/Cache.php",
                    "lib/Drupal/Core/Cache/CacheBackendInterface.php",
                    "lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php",
                    "lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php",
                    "lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php",
                    "lib/Drupal/Core/Cache/DatabaseBackend.php",
                    "lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php",
                    "lib/Drupal/Core/Database/Connection.php",
                    "lib/Drupal/Core/Database/Database.php",
                    "lib/Drupal/Core/Database/StatementInterface.php",
                    "lib/Drupal/Core/DependencyInjection/Container.php",
                    "lib/Drupal/Core/DrupalKernel.php",
                    "lib/Drupal/Core/DrupalKernelInterface.php",
                    "lib/Drupal/Core/Installer/InstallerRedirectTrait.php",
                    "lib/Drupal/Core/Site/Settings.php",
                    "lib/Drupal/Component/Datetime/Time.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Drupal is an open source content management platform powering millions of websites and applications.",
            "support": {
                "source": "https://github.com/drupal/core/tree/10.4.5"
            },
            "time": "2025-03-19T15:53:40+00:00"
        },
        {
            "name": "drupal/core-composer-scaffold",
            "version": "10.4.5",
            "source": {
                "type": "git",
                "url": "https://github.com/drupal/core-composer-scaffold.git",
                "reference": "db17b59620ce1c142a34dc017d9e696ce4771e55"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/db17b59620ce1c142a34dc017d9e696ce4771e55",
                "reference": "db17b59620ce1c142a34dc017d9e696ce4771e55",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2",
                "php": ">=7.3.0"
            },
            "conflict": {
                "drupal-composer/drupal-scaffold": "*"
            },
            "require-dev": {
                "composer/composer": "^1.8@stable"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "Drupal\\Composer\\Plugin\\Scaffold\\Plugin",
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Drupal\\Composer\\Plugin\\Scaffold\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "A flexible Composer project scaffold builder.",
            "homepage": "https://www.drupal.org/project/drupal",
            "keywords": [
                "drupal"
            ],
            "support": {
                "source": "https://github.com/drupal/core-composer-scaffold/tree/10.4.5"
            },
            "time": "2024-08-22T14:31:30+00:00"
        },
        {
            "name": "drupal/core-recommended",
            "version": "10.4.5",
            "source": {
                "type": "git",
                "url": "https://github.com/drupal/core-recommended.git",
                "reference": "4e5e7c47ec91012327a8a9e9bfcdbf51f6f115cc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drupal/core-recommended/zipball/4e5e7c47ec91012327a8a9e9bfcdbf51f6f115cc",
                "reference": "4e5e7c47ec91012327a8a9e9bfcdbf51f6f115cc",
                "shasum": ""
            },
            "require": {
                "asm89/stack-cors": "~v2.2.0",
                "composer/semver": "~3.4.3",
                "doctrine/annotations": "~1.14.4",
                "doctrine/deprecations": "~1.1.3",
                "doctrine/lexer": "~2.1.1",
                "drupal/core": "10.4.5",
                "egulias/email-validator": "~4.0.2",
                "guzzlehttp/guzzle": "~7.9.2",
                "guzzlehttp/promises": "~2.0.4",
                "guzzlehttp/psr7": "~2.7.0",
                "masterminds/html5": "~2.9.0",
                "mck89/peast": "~v1.16.3",
                "pear/archive_tar": "~1.5.0",
                "pear/console_getopt": "~v1.4.3",
                "pear/pear-core-minimal": "~v1.10.16",
                "pear/pear_exception": "~v1.0.2",
                "psr/cache": "~3.0.0",
                "psr/container": "~2.0.2",
                "psr/event-dispatcher": "~1.0.0",
                "psr/http-client": "~1.0.3",
                "psr/http-factory": "~1.1.0",
                "psr/log": "~3.0.2",
                "ralouphie/getallheaders": "~3.0.3",
                "sebastian/diff": "~4.0.6",
                "symfony/console": "~v6.4.15",
                "symfony/dependency-injection": "~v6.4.16",
                "symfony/deprecation-contracts": "~v3.5.1",
                "symfony/error-handler": "~v6.4.14",
                "symfony/event-dispatcher": "~v6.4.13",
                "symfony/event-dispatcher-contracts": "~v3.5.1",
                "symfony/filesystem": "~v6.4.13",
                "symfony/finder": "~v6.4.13",
                "symfony/http-foundation": "~v6.4.16",
                "symfony/http-kernel": "~v6.4.16",
                "symfony/mailer": "~v6.4.13",
                "symfony/mime": "~v6.4.13",
                "symfony/polyfill-ctype": "~v1.31.0",
                "symfony/polyfill-iconv": "~v1.31.0",
                "symfony/polyfill-intl-grapheme": "~v1.31.0",
                "symfony/polyfill-intl-idn": "~v1.31.0",
                "symfony/polyfill-intl-normalizer": "~v1.31.0",
                "symfony/polyfill-mbstring": "~v1.31.0",
                "symfony/polyfill-php83": "~v1.31.0",
                "symfony/process": "~v6.4.15",
                "symfony/psr-http-message-bridge": "~v6.4.13",
                "symfony/routing": "~v6.4.16",
                "symfony/serializer": "~v6.4.15",
                "symfony/service-contracts": "~v3.5.1",
                "symfony/string": "~v6.4.15",
                "symfony/translation-contracts": "~v3.5.1",
                "symfony/validator": "~v6.4.16",
                "symfony/var-dumper": "~v6.4.15",
                "symfony/var-exporter": "~v6.4.13",
                "symfony/yaml": "~v6.4.13",
                "twig/twig": "~v3.19.0"
            },
            "conflict": {
                "webflo/drupal-core-strict": "*"
            },
            "type": "metapackage",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.",
            "support": {
                "source": "https://github.com/drupal/core-recommended/tree/10.4.5"
            },
            "time": "2025-03-19T15:53:40+00:00"
        },
        {
            "name": "drupal/crop",
            "version": "2.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/crop.git",
                "reference": "8.x-2.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/crop-8.x-2.4.zip",
                "reference": "8.x-2.4",
                "shasum": "be11fad0abf1d53544d35cb4ca6cedd8e91d2542"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.4",
                    "datestamp": "1720455738",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Drupal Media Team",
                    "homepage": "https://www.drupal.org/user/3260690"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "slashrsm",
                    "homepage": "https://www.drupal.org/user/744628"
                },
                {
                    "name": "woprrr",
                    "homepage": "https://www.drupal.org/user/858604"
                }
            ],
            "description": "Provides storage and API for image crops.",
            "homepage": "https://www.drupal.org/project/crop",
            "support": {
                "source": "https://git.drupalcode.org/project/crop",
                "issues": "https://www.drupal.org/project/issues/crop"
            }
        },
        {
            "name": "drupal/cshs",
            "version": "4.0.3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/cshs.git",
                "reference": "4.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/cshs-4.0.3.zip",
                "reference": "4.0.3",
                "shasum": "0e637ddae6b6217c6c7dca36c3fd232f25fb2495"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "php": ">=8.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.3",
                    "datestamp": "1732597582",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Walter Jenner",
                    "homepage": "https://drupal.org/u/valderama"
                },
                {
                    "name": "Sergii Bondarenko",
                    "homepage": "https://drupal.org/u/BR0kEN",
                    "email": "sb@firstvector.org"
                },
                {
                    "name": "Daneel Cruz",
                    "homepage": "https://drupal.org/u/daneelcm"
                },
                {
                    "name": "Purushotam Rai",
                    "homepage": "https://drupal.org/u/purushotam.rai"
                }
            ],
            "description": "A simple client-side hierarchical select widget for taxonomy terms.",
            "homepage": "https://www.drupal.org/project/cshs",
            "keywords": [
                "client-side-select",
                "hierarchical-select",
                "module",
                "select",
                "taxonomy"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/cshs",
                "issues": "https://www.drupal.org/project/issues/cshs"
            }
        },
        {
            "name": "drupal/csp",
            "version": "1.40.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/csp.git",
                "reference": "8.x-1.40"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/csp-8.x-1.40.zip",
                "reference": "8.x-1.40",
                "shasum": "37f39e13f9afce4ac4a67c207ae0659b924c1e99"
            },
            "require": {
                "drupal/core": "^10.1.3 || ^11",
                "ext-json": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.40",
                    "datestamp": "1741745877",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "gapple",
                    "homepage": "https://www.drupal.org/user/490940"
                }
            ],
            "description": "Provide Content-Security-Policy headers",
            "homepage": "https://www.drupal.org/project/csp",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/csp",
                "issues": "https://www.drupal.org/project/issues/csp"
            }
        },
        {
            "name": "drupal/ctools",
            "version": "4.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ctools.git",
                "reference": "4.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ctools-4.1.0.zip",
                "reference": "4.1.0",
                "shasum": "69f5889cf557df9e55519390e6a95cfa31b67874"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.1.0",
                    "datestamp": "1718144949",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "branch-alias": {
                    "dev-8.x-3.x": "3.x-dev"
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Kris Vanderwater (EclipseGc)",
                    "homepage": "https://www.drupal.org/u/eclipsegc",
                    "role": "Maintainer"
                },
                {
                    "name": "Jakob Perry (japerry)",
                    "homepage": "https://www.drupal.org/u/japerry",
                    "role": "Maintainer"
                },
                {
                    "name": "Tim Plunkett (tim.plunkett)",
                    "homepage": "https://www.drupal.org/u/timplunkett",
                    "role": "Maintainer"
                },
                {
                    "name": "James Gilliland (neclimdul)",
                    "homepage": "https://www.drupal.org/u/neclimdul",
                    "role": "Maintainer"
                },
                {
                    "name": "Daniel Wehner (dawehner)",
                    "homepage": "https://www.drupal.org/u/dawehner",
                    "role": "Maintainer"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                },
                {
                    "name": "merlinofchaos",
                    "homepage": "https://www.drupal.org/user/26979"
                },
                {
                    "name": "neclimdul",
                    "homepage": "https://www.drupal.org/user/48673"
                },
                {
                    "name": "sdboyer",
                    "homepage": "https://www.drupal.org/user/146719"
                },
                {
                    "name": "sun",
                    "homepage": "https://www.drupal.org/user/54136"
                },
                {
                    "name": "tim.plunkett",
                    "homepage": "https://www.drupal.org/user/241634"
                }
            ],
            "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
            "homepage": "https://www.drupal.org/project/ctools",
            "support": {
                "source": "https://git.drupalcode.org/project/ctools",
                "issues": "https://www.drupal.org/project/issues/ctools"
            }
        },
        {
            "name": "drupal/customerror",
            "version": "1.0.0-beta3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/customerror.git",
                "reference": "8.x-1.0-beta3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/customerror-8.x-1.0-beta3.zip",
                "reference": "8.x-1.0-beta3",
                "shasum": "dbb6df7770620b65300a472284b980485fd97ec5"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-beta3",
                    "datestamp": "1682597105",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "gisle",
                    "homepage": "https://www.drupal.org/user/409554"
                },
                {
                    "name": "kbahey",
                    "homepage": "https://www.drupal.org/user/4063"
                },
                {
                    "name": "me-taras",
                    "homepage": "https://www.drupal.org/user/2526320"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "wafaa",
                    "homepage": "https://www.drupal.org/user/50133"
                }
            ],
            "description": "Enables the creation of custom error pages for 404 and 403 errors, as well as redirects for 404s.",
            "homepage": "https://www.drupal.org/project/customerror",
            "support": {
                "source": "https://git.drupalcode.org/project/customerror"
            }
        },
        {
            "name": "drupal/dashboards",
            "version": "2.1.10",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/dashboards.git",
                "reference": "2.1.10"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/dashboards-2.1.10.zip",
                "reference": "2.1.10",
                "shasum": "5b2df04b0138ea0d6213bb2df1b6636de9dcf6c7"
            },
            "require": {
                "drupal/core": "^9.4 || ^10 || ^11",
                "laminas/laminas-feed": "^2.17"
            },
            "require-dev": {
                "drupal/layout_builder_restrictions": "*",
                "drupal/matomo": "*",
                "drupal/matomo_reporting_api": "*",
                "drupal/statistics": "*",
                "drupal/webform": "*"
            },
            "suggest": {
                "drupal/layout_builder_restrictions": "Manage which fields & layouts are available in Layout Builder.",
                "drupal/matomo": "Reports site visitor analytics to a Matomo instance.",
                "drupal/matomo_reporting_api": "Allows to retrieve reports from the Matomo API.",
                "drupal/statistics": "Logs how many times content is viewed.",
                "drupal/webform": "Enables the creation of webforms and questionnaires."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.10",
                    "datestamp": "1737573144",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "erik seifert",
                    "homepage": "https://www.drupal.org/user/161429"
                },
                {
                    "name": "leymannx",
                    "homepage": "https://www.drupal.org/user/2482808"
                }
            ],
            "description": "Dashboards based on Layout Builder.",
            "homepage": "https://www.drupal.org/project/dashboards",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/dashboards",
                "issues": "https://www.drupal.org/project/issues/dashboards"
            }
        },
        {
            "name": "drupal/date_popup",
            "version": "2.0.2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/date_popup.git",
                "reference": "2.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/date_popup-2.0.2.zip",
                "reference": "2.0.2",
                "shasum": "fc40e429d927b80aaf75093a4458d9cddbf7f921"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.2",
                    "datestamp": "1721718242",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "benjy",
                    "homepage": "https://www.drupal.org/user/1852732"
                },
                {
                    "name": "larowlan",
                    "homepage": "https://www.drupal.org/user/395439"
                }
            ],
            "description": "Provides a HTML 5 date popup for all views filters.",
            "homepage": "https://www.drupal.org/project/date_popup",
            "support": {
                "source": "https://git.drupalcode.org/project/date_popup"
            }
        },
        {
            "name": "drupal/datetimehideseconds",
            "version": "1.5.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/datetimehideseconds.git",
                "reference": "8.x-1.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/datetimehideseconds-8.x-1.5.zip",
                "reference": "8.x-1.5",
                "shasum": "81857730eb3a610d00d1119f337222005b0bc1a0"
            },
            "require": {
                "drupal/core": "^8.7.7 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.5",
                    "datestamp": "1730329777",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Andi Rüther (anruether)",
                    "homepage": "https://www.drupal.org/u/anruether",
                    "role": "Maintainer"
                },
                {
                    "name": "Merlin Axel Rutz (geek-merlin)",
                    "homepage": "https://www.drupal.org/u/geek-merlin",
                    "role": "Maintainer"
                },
                {
                    "name": "Rainer Halbmann (heliogabal)",
                    "homepage": "https://www.drupal.org/u/heliogabal",
                    "role": "Maintainer"
                }
            ],
            "description": "Provides the option to hide seconds in datetime fields.",
            "homepage": "https://www.drupal.org/project/datetimehideseconds",
            "support": {
                "source": "https://git.drupalcode.org/project/datetimehideseconds",
                "issues": "https://www.drupal.org/project/issues/datetimehideseconds"
            }
        },
        {
            "name": "drupal/default_content",
            "version": "2.0.0-alpha3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/default_content.git",
                "reference": "2.0.0-alpha3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/default_content-2.0.0-alpha3.zip",
                "reference": "2.0.0-alpha3",
                "shasum": "fdd90c70bd91896835f6ba5ec42c260c1a144a2b"
            },
            "require": {
                "drupal/core": "^9.1 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/hal": "^1 || ^2",
                "drupal/paragraphs": "^1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-alpha3",
                    "datestamp": "1724492420",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10 || ^11 || ^12"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "andypost",
                    "homepage": "https://www.drupal.org/user/118908"
                },
                {
                    "name": "benjy",
                    "homepage": "https://www.drupal.org/user/1852732"
                },
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "dawehner",
                    "homepage": "https://www.drupal.org/user/99340"
                },
                {
                    "name": "jibran",
                    "homepage": "https://www.drupal.org/user/1198144"
                },
                {
                    "name": "larowlan",
                    "homepage": "https://www.drupal.org/user/395439"
                },
                {
                    "name": "sam152",
                    "homepage": "https://www.drupal.org/user/1485048"
                }
            ],
            "description": "Imports default content when a module is enabled",
            "homepage": "https://www.drupal.org/project/default_content",
            "support": {
                "source": "https://git.drupalcode.org/project/default_content"
            }
        },
        {
            "name": "drupal/diff",
            "version": "1.8.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/diff.git",
                "reference": "8.x-1.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/diff-8.x-1.8.zip",
                "reference": "8.x-1.8",
                "shasum": "a104bf731a282f06ff0d5a7fb861c01b5b933765"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "mkalkbrenner/php-htmldiff-advanced": "~0.0.8",
                "php": "^8.1"
            },
            "require-dev": {
                "jangregor/phpstan-prophecy": "dev-master",
                "mglaman/phpstan-drupal": "^1.2.10",
                "phpstan/extension-installer": "^1.2",
                "phpstan/phpstan": "^1.11",
                "phpstan/phpstan-deprecation-rules": "*",
                "phpstan/phpstan-phpunit": "1.4.x-dev",
                "phpstan/phpstan-strict-rules": "^1@stable",
                "previousnext/coding-standard": "1.0.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.8",
                    "datestamp": "1727892285",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Miro Dietiker (miro_dietiker)",
                    "homepage": "https://www.drupal.org/u/miro_dietiker",
                    "role": "Maintainer"
                },
                {
                    "name": "Juampy NR (juampynr)",
                    "homepage": "https://www.drupal.org/u/juampynr",
                    "role": "Maintainer"
                },
                {
                    "name": "Lucian Hangea (lhangea)",
                    "homepage": "https://www.drupal.org/u/lhangea",
                    "role": "Maintainer"
                },
                {
                    "name": "Alan D.",
                    "homepage": "https://www.drupal.org/u/alan-d.",
                    "role": "Maintainer"
                },
                {
                    "name": "Brian Gilbert (realityloop).",
                    "homepage": "https://www.drupal.org/u/realityloop",
                    "role": "Maintainer"
                },
                {
                    "name": "Adam Bramley (acbramley)",
                    "homepage": "https://www.drupal.org/u/acbramley",
                    "role": "Maintainer"
                },
                {
                    "name": "lhangea",
                    "homepage": "https://www.drupal.org/user/2743803"
                },
                {
                    "name": "miro_dietiker",
                    "homepage": "https://www.drupal.org/user/227761"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "realityloop",
                    "homepage": "https://www.drupal.org/user/139189"
                },
                {
                    "name": "rötzi",
                    "homepage": "https://www.drupal.org/user/73064"
                },
                {
                    "name": "yhahn",
                    "homepage": "https://www.drupal.org/user/264833"
                }
            ],
            "description": "Compares two entity revisions",
            "homepage": "https://www.drupal.org/project/diff",
            "support": {
                "source": "https://git.drupalcode.org/project/diff",
                "issues": "https://www.drupal.org/project/issues/diff"
            }
        },
        {
            "name": "drupal/drd_agent",
            "version": "4.1.3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drd_agent.git",
                "reference": "4.1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/drd_agent-4.1.3.zip",
                "reference": "4.1.3",
                "shasum": "1120c6b6a06ff9de6a55f294ea0468233cba12ee"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "php": ">=8.1"
            },
            "require-dev": {
                "drupal/hacked": "^2.0",
                "drupal/job_scheduler": "^4.0",
                "drupal/monitoring": "^1.13",
                "drupal/security_review": "^3.0"
            },
            "suggest": {
                "drupal/hacked": "Validate each project if it got changed compared to the original code from drupal.org.",
                "drupal/monitoring": "Site monitoring module with sensors.",
                "drupal/security_review": "Site security and configuration review module."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.1.3",
                    "datestamp": "1741249954",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Jürgen Haas",
                    "homepage": "https://www.drupal.org/u/jurgenhaas"
                },
                {
                    "name": "jurgenhaas",
                    "homepage": "https://www.drupal.org/user/168924"
                }
            ],
            "description": "Agent on remote Drupal sites for the main DRD module.",
            "homepage": "https://www.drupal.org/project/drd_agent",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupal.org/project/drd_agent",
                "issues": "https://www.drupal.org/project/issues/drd"
            }
        },
        {
            "name": "drupal/drutopia_action",
            "version": "2.0.0-rc1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_action.git",
                "reference": "2.0.0-rc1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/drutopia_action-2.0.0-rc1.zip",
                "reference": "2.0.0-rc1",
                "shasum": "e1e9aea007a1b2174ff286b8cf54a9bc3edac75a"
            },
            "require": {
                "drupal/config_actions": "^1.1",
                "drupal/config_snapshot": "*",
                "drupal/core": "^9.4 || ^10",
                "drupal/drutopia_core": "*",
                "drupal/drutopia_seo": "^2",
                "drupal/drutopia_site": "*",
                "drupal/ds": "^3.7",
                "drupal/entity_reference_revisions": "*",
                "drupal/field_group": "^3.0",
                "drupal/focal_point": "*",
                "drupal/media_library_media_modify": "*",
                "drupal/media_responsive_thumbnail": "*",
                "drupal/metatag": "*",
                "drupal/paragraphs": "^1.12",
                "drupal/pathauto": "^1.8",
                "drupal/search_api": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-rc1",
                    "datestamp": "1697332194",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "drutopia_gitlab",
                    "homepage": "https://www.drupal.org/user/3514271"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ronaldmulero",
                    "homepage": "https://www.drupal.org/user/241652"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Drutopia Action is a base feature providing an action content type and related configuration.",
            "homepage": "https://www.drupal.org/project/drutopia_action",
            "keywords": [
                "actions",
                "campaign",
                "drutopia",
                "grassroots",
                "group"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_action/-/tree/2.0.x",
                "issues": "https://www.drupal.org/project/issues/drutopia_action"
            }
        },
        {
            "name": "drupal/drutopia_article",
            "version": "dev-2.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_article.git",
                "reference": "0c4d5f0f695914e154282fc4d6bb0d866675fb1a"
            },
            "require": {
                "drupal/block_visibility_groups": "^2",
                "drupal/config_actions": "^1.4",
                "drupal/config_snapshot": "*",
                "drupal/core": "^9.4 || ^10",
                "drupal/ctools": "^4.1",
                "drupal/drutopia_comment": "*",
                "drupal/drutopia_core": "*",
                "drupal/drutopia_people": "*",
                "drupal/drutopia_seo": "^2",
                "drupal/drutopia_site": "*",
                "drupal/ds": "^3.28",
                "drupal/entity_reference_revisions": "*",
                "drupal/facets": "^3",
                "drupal/field_group": "^3.6",
                "drupal/focal_point": "*",
                "drupal/media_library_media_modify": "*",
                "drupal/media_responsive_thumbnail": "*",
                "drupal/metatag": "*",
                "drupal/paragraphs": "*",
                "drupal/pathauto": "^1.13",
                "drupal/rdf": "*",
                "drupal/search_api": "*",
                "drupal/token": "^1.15"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                },
                "drupal": {
                    "version": "2.0.0-rc2+4-dev",
                    "datestamp": "1738966837",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "drutopia_gitlab",
                    "homepage": "https://www.drupal.org/user/3514271"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ronaldmulero",
                    "homepage": "https://www.drupal.org/user/241652"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Drutopia Article is a base feature providing an article content type and related configuration.",
            "homepage": "https://www.drupal.org/project/drutopia_article",
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_article"
            }
        },
        {
            "name": "drupal/drutopia_blog",
            "version": "dev-2.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_blog.git",
                "reference": "2a9b1a9c8fb87d799b118e95a22af9167bc5d5d2"
            },
            "require": {
                "drupal/block_visibility_groups": "^2",
                "drupal/config_actions": "^1.4",
                "drupal/core": "^9.4 || ^10",
                "drupal/ctools": "^4.1",
                "drupal/drutopia_comment": "*",
                "drupal/drutopia_core": "*",
                "drupal/drutopia_people": "*",
                "drupal/drutopia_seo": "^2",
                "drupal/drutopia_site": "*",
                "drupal/ds": "^3.28",
                "drupal/entity_reference_revisions": "*",
                "drupal/facets": "^3",
                "drupal/field_group": "^3.6",
                "drupal/focal_point": "*",
                "drupal/media_library_media_modify": "*",
                "drupal/media_responsive_thumbnail": "*",
                "drupal/metatag": "*",
                "drupal/paragraphs": "*",
                "drupal/pathauto": "^1.13",
                "drupal/search_api": "*",
                "drupal/token": "^1.15"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                },
                "drupal": {
                    "version": "2.0.0-rc2+4-dev",
                    "datestamp": "1738966933",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "drutopia_gitlab",
                    "homepage": "https://www.drupal.org/user/3514271"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ronaldmulero",
                    "homepage": "https://www.drupal.org/user/241652"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Drutopia Blog is a base feature providing a blog content type and related configuration.",
            "homepage": "https://www.drupal.org/project/drutopia_blog",
            "keywords": [
                "blogging",
                "content",
                "drutopia",
                "journal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_blog/-/tree/2.0.x",
                "issues": "https://www.drupal.org/project/issues/drutopia_blog"
            }
        },
        {
            "name": "drupal/drutopia_campaign",
            "version": "2.0.0-rc1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_campaign.git",
                "reference": "2.0.0-rc1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/drutopia_campaign-2.0.0-rc1.zip",
                "reference": "2.0.0-rc1",
                "shasum": "6a3570196c34c24daa780e64319af9a6e292e3cc"
            },
            "require": {
                "drupal/block_visibility_groups": "*",
                "drupal/config_actions": "^1.1",
                "drupal/core": "^9.4 || ^10",
                "drupal/drutopia_core": "^2",
                "drupal/drutopia_seo": "^2",
                "drupal/ds": "^3.7",
                "drupal/entity_reference_revisions": "*",
                "drupal/facets": "*",
                "drupal/field_group": "^3.0",
                "drupal/focal_point": "*",
                "drupal/media_library_media_modify": "*",
                "drupal/media_responsive_thumbnail": "*",
                "drupal/metatag": "*",
                "drupal/paragraphs": "^1.12",
                "drupal/pathauto": "^1.8",
                "drupal/search_api": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-rc1",
                    "datestamp": "1697332856",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "drutopia_gitlab",
                    "homepage": "https://www.drupal.org/user/3514271"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ronaldmulero",
                    "homepage": "https://www.drupal.org/user/241652"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Drutopia Campaign provides a Campaign content type, including background information as well as ability to list demands and updates, and related configuration.",
            "homepage": "https://www.drupal.org/project/drutopia_campaign",
            "keywords": [
                "campaign",
                "content",
                "drutopia",
                "initiative"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_campaign/-/tree/2.0.x",
                "issues": "https://www.drupal.org/project/issues/drutopia_campaign"
            }
        },
        {
            "name": "drupal/drutopia_collection",
            "version": "dev-2.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_collection.git",
                "reference": "6a56ad10454f362422cc232a4bfe0ddd32ae7586"
            },
            "require": {
                "drupal/config_actions": "^1.4",
                "drupal/core": "^8 || ^9 || ^10",
                "drupal/ctools": "^4.1",
                "drupal/drutopia_article": "^2",
                "drupal/drutopia_blog": "^2",
                "drupal/drutopia_core": "*",
                "drupal/drutopia_people": "^2",
                "drupal/drutopia_seo": "^2",
                "drupal/ds": "^3.28",
                "drupal/entity_reference_revisions": "*",
                "drupal/metatag": "^2.1",
                "drupal/paragraphs": "*"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                },
                "drupal": {
                    "version": "2.0.x-dev",
                    "datestamp": "1738965303",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Drutopia Collection is a feature providing the ability to create collections to bring together ordered listings of Articles, Blog posts, or other content.  This is useful for magazine issues or online books (referencing each chapter) or to create a meta-resource of recommended resources and people. an article content type and related configuration.",
            "homepage": "https://www.drupal.org/project/drutopia_collection",
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_collection"
            }
        },
        {
            "name": "drupal/drutopia_comment",
            "version": "2.0.0-rc1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_comment.git",
                "reference": "2.0.0-rc1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/drutopia_comment-2.0.0-rc1.zip",
                "reference": "2.0.0-rc1",
                "shasum": "bc213075e952a46d86978e7e9ff828d9d9b91c14"
            },
            "require": {
                "drupal/config_actions": "^1.1",
                "drupal/core": "^8.9 || ^9 || ^10",
                "drupal/drutopia_core": "*",
                "drupal/rdf": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-rc1",
                    "datestamp": "1697331973",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                },
                "branch-alias": {
                    "dev-8.x-1.x": "^1.0-alpha1"
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "drutopia_gitlab",
                    "homepage": "https://www.drupal.org/user/3514271"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ronaldmulero",
                    "homepage": "https://www.drupal.org/user/241652"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Drutopia comment is a base feature providing comments and related configuration.",
            "homepage": "https://www.drupal.org/project/drutopia_comment",
            "keywords": [
                "comments",
                "content",
                "discussion",
                "drutopia"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_comment/-/tree/2.0.x",
                "issues": "https://www.drupal.org/project/issues/drutopia_comment"
            }
        },
        {
            "name": "drupal/drutopia_core",
            "version": "dev-2.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_core.git",
                "reference": "ecbcab8ee9779dbcb8f86bd731192842e8da14e0"
            },
            "require": {
                "drupal/automated_crop": "^4.0",
                "drupal/config_actions": "^1.4",
                "drupal/config_perms": "^2.1",
                "drupal/core": "^9.4 || ^10",
                "drupal/crop": "^2.1",
                "drupal/ds": "^3.28",
                "drupal/exclude_node_title": "*",
                "drupal/facets": "^3",
                "drupal/faqfield": "^7.1",
                "drupal/focal_point": "^2.1",
                "drupal/image_field_to_media": "^3.0",
                "drupal/image_widget_crop": "^2",
                "drupal/media_contextual_crop": "^2.1",
                "drupal/media_contextual_crop_field_formatter": "^2.0",
                "drupal/media_contextual_crop_fp_adapter": "^2.0",
                "drupal/media_contextual_crop_iwc_adapter": "^2.0",
                "drupal/media_library_media_modify": "^1.0",
                "drupal/media_responsive_thumbnail": "^1.5",
                "drupal/metatag": "^2.1",
                "drupal/paragraphs": "^1.18",
                "drupal/pathauto": "*",
                "drupal/rdf": "*",
                "drupal/search_api": "^1.37",
                "drupal/search_api_db": "*",
                "drupal/video_embed_field": "^2.5"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                },
                "drupal": {
                    "version": "2.0.x-dev",
                    "datestamp": "1738964608",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                },
                "patches": {
                    "drupal/entity_reference_revisions": {
                        "Support normalization without local revision ID": "https://www.drupal.org/files/issues/2022-08-18/entity_reference_revisions-normalizer-2913713-12.patch"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "drutopia_gitlab",
                    "homepage": "https://www.drupal.org/user/3514271"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ronaldmulero",
                    "homepage": "https://www.drupal.org/user/241652"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Drutopia core is a base feature providing core components required by other features.",
            "homepage": "https://www.drupal.org/project/drutopia_core",
            "keywords": [
                "base",
                "core",
                "drutopia"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_core/-/tree/2.0.x",
                "issues": "https://www.drupal.org/project/issues/drutopia_core"
            }
        },
        {
            "name": "drupal/drutopia_event",
            "version": "dev-2.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_event.git",
                "reference": "493e86fe85f947aca945fe8e91cda4e781bb9513"
            },
            "require": {
                "drupal/block_visibility_groups": "^2",
                "drupal/config_actions": "^1.4",
                "drupal/core": "^9.4 || ^10",
                "drupal/ctools": "^4.1",
                "drupal/drutopia_core": "*",
                "drupal/drutopia_seo": "^2",
                "drupal/ds": "^3.28",
                "drupal/entity_reference_revisions": "*",
                "drupal/facets": "^3",
                "drupal/field_group": "*",
                "drupal/focal_point": "*",
                "drupal/media_library_media_modify": "*",
                "drupal/media_responsive_thumbnail": "*",
                "drupal/metatag": "*",
                "drupal/paragraphs": "*",
                "drupal/pathauto": "^1.13",
                "drupal/search_api": "*",
                "drupal/token": "^1.15"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                },
                "drupal": {
                    "version": "2.0.x-dev",
                    "datestamp": "1738966631",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "drutopia_gitlab",
                    "homepage": "https://www.drupal.org/user/3514271"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ronaldmulero",
                    "homepage": "https://www.drupal.org/user/241652"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Drutopia Event is a base feature providing a event content type, with date and event type, and related configuration.",
            "homepage": "https://www.drupal.org/project/drutopia_event",
            "keywords": [
                "calendar",
                "date",
                "drutopia",
                "events"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_event/-/tree/2.0.x",
                "issues": "https://www.drupal.org/project/issues/drutopia_event"
            }
        },
        {
            "name": "drupal/drutopia_group",
            "version": "dev-2.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_group.git",
                "reference": "f744305a5f93fa85eab281f7e001f84fe6d1cb35"
            },
            "require": {
                "drupal/address": "^2.0",
                "drupal/config_actions": "*",
                "drupal/config_perms": "*",
                "drupal/core": "^9.4 || ^10",
                "drupal/ctools": "*",
                "drupal/drutopia_core": "^2",
                "drupal/ds": "*",
                "drupal/entity_reference_revisions": "*",
                "drupal/gnode": "*",
                "drupal/group": "^3",
                "drupal/paragraphs": "*",
                "drupal/pathauto": "^1.13"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                },
                "drupal": {
                    "version": "2.0.x-dev",
                    "datestamp": "1738967926",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "drutopia_gitlab",
                    "homepage": "https://www.drupal.org/user/3514271"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ronaldmulero",
                    "homepage": "https://www.drupal.org/user/241652"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Drutopia Group provides a group content type that can be classified by a group type vocabulary and related configuration.",
            "homepage": "https://www.drupal.org/project/drutopia_group",
            "keywords": [
                "drutopia",
                "grassroots",
                "groups",
                "organizations"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_group/-/tree/2.0.x",
                "issues": "https://www.drupal.org/project/issues/drutopia_group"
            }
        },
        {
            "name": "drupal/drutopia_landing_page",
            "version": "dev-2.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_landing_page.git",
                "reference": "6c9fed4cbb476a99e1536aaee94dc8182c82e387"
            },
            "require": {
                "cweagans/composer-patches": "^1",
                "drupal/config_actions": "^1",
                "drupal/config_snapshot": "*",
                "drupal/core": "^9.4 || ^10",
                "drupal/ctools": "^4",
                "drupal/drutopia_core": "*",
                "drupal/drutopia_seo": "^2",
                "drupal/ds": "^3",
                "drupal/entity_reference_revisions": "*",
                "drupal/exclude_node_title": "^1",
                "drupal/metatag": "*",
                "drupal/paragraphs": "*",
                "drupal/pathauto": "^1",
                "drupal/token": "^1"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                },
                "drupal": {
                    "version": "2.0.x-dev",
                    "datestamp": "1738971149",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "drutopia_gitlab",
                    "homepage": "https://www.drupal.org/user/3514271"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ronaldmulero",
                    "homepage": "https://www.drupal.org/user/241652"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Drutopia Landing Page is a base feature providing a landing page content type and related configuration.",
            "homepage": "https://www.drupal.org/project/drutopia_landing_page",
            "keywords": [
                "content",
                "drutopia",
                "entry",
                "standalone"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_landing_page/-/tree/2.0.x",
                "issues": "https://www.drupal.org/project/issues/drutopia_landing_page"
            }
        },
        {
            "name": "drupal/drutopia_organization",
            "version": "dev-2.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_organization.git",
                "reference": "28ddc437632547dfcb991cf3b639510951bf9949"
            },
            "require": {
                "drupal/block_visibility_groups": "*",
                "drupal/config_actions": "^1",
                "drupal/config_snapshot": "*",
                "drupal/core": "^8.9 || ^9 || ^10",
                "drupal/ctools": "*",
                "drupal/drutopia_core": "^2",
                "drupal/drutopia_event": "*",
                "drupal/drutopia_seo": "^2",
                "drupal/ds": "^3",
                "drupal/entity_reference_revisions": "*",
                "drupal/facets": "*",
                "drupal/field_group": "^3",
                "drupal/focal_point": "*",
                "drupal/ief_complex_open": "^1",
                "drupal/inline_entity_form": "^3.0@RC",
                "drupal/metatag": "*",
                "drupal/paragraphs": "^1",
                "drupal/pathauto": "^1",
                "drupal/search_api": "*"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                },
                "drupal": {
                    "version": "2.0.x-dev",
                    "datestamp": "1738968329",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "dinarcon",
                    "homepage": "https://www.drupal.org/user/909522"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Drutopia Organization provides an Organization content type for showing visitors information about organizations (groups, nonprofits, businesses) that are part of the site and can be associated with blogs, resources, events, etc.",
            "homepage": "https://www.drupal.org/project/drutopia_organization",
            "keywords": [
                "business",
                "content",
                "drutopia",
                "group",
                "nonprofit",
                "organization"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_organization/-/tree/2.0.x",
                "issues": "https://www.drupal.org/project/issues/drutopia_organization"
            }
        },
        {
            "name": "drupal/drutopia_page",
            "version": "dev-2.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_page.git",
                "reference": "86d7bbe6241184a5b820bbca2cc706defa4da033"
            },
            "require": {
                "drupal/config_actions": "^1.4",
                "drupal/core": "^8.9 || ^9 || ^10",
                "drupal/ctools": "^4.1",
                "drupal/drutopia_core": "*",
                "drupal/drutopia_seo": "^2",
                "drupal/ds": "^3.28",
                "drupal/entity_reference_revisions": "*",
                "drupal/metatag": "*",
                "drupal/paragraphs": "*",
                "drupal/pathauto": "^1.13",
                "drupal/rdf": "*",
                "drupal/token": "^1.15"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                },
                "drupal": {
                    "version": "2.0.x-dev",
                    "datestamp": "1738965862",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "drutopia_gitlab",
                    "homepage": "https://www.drupal.org/user/3514271"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ronaldmulero",
                    "homepage": "https://www.drupal.org/user/241652"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Drutopia Page is a base feature providing a page content type and related configuration.",
            "homepage": "https://www.drupal.org/project/drutopia_page",
            "keywords": [
                "content",
                "drutopia",
                "pages"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_page/-/tree/2.0.x",
                "issues": "https://www.drupal.org/project/issues/drutopia_page"
            }
        },
        {
            "name": "drupal/drutopia_paragraph_title",
            "version": "dev-1.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_paragraph_title.git",
                "reference": "d74353db8e3c92e9fb4a469e86b9c979d48f1297"
            },
            "require": {
                "drupal/allowed_formats": "^3",
                "drupal/core": "^8.8.3 || ^9 || ^10",
                "drupal/drutopia_core": "^1 || ^2",
                "drupal/entity_reference_revisions": "*",
                "drupal/minimalhtml": "^2",
                "drupal/minimalhtmltitle": "*",
                "drupal/paragraphs": "^1",
                "drupal/ui_patterns": "*",
                "drupal/ui_patterns_ds": "*",
                "drupal/ui_patterns_layouts": "*",
                "drupal/ui_patterns_library": "*"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.0.x": "1.0.x-dev"
                },
                "drupal": {
                    "version": "1.0.0+9-dev",
                    "datestamp": "1738968607",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Provides a title paragraph that can replace regular page titles with a title, subtitle, and image.",
            "homepage": "https://www.drupal.org/project/drutopia_paragraph_title",
            "keywords": [
                "content",
                "drutopia",
                "paragraphs",
                "titles"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_paragraph_title",
                "issues": "https://www.drupal.org/project/issues/drutopia_paragraph_title"
            }
        },
        {
            "name": "drupal/drutopia_people",
            "version": "dev-2.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_people.git",
                "reference": "338484dc18c27ddc3cdfc0adbe7af2532fef6dc4"
            },
            "require": {
                "drupal/config_actions": "^1",
                "drupal/core": "^8.9 || ^9 || ^10",
                "drupal/ctools": "*",
                "drupal/drutopia_core": "^2",
                "drupal/drutopia_seo": "^2",
                "drupal/ds": "^3",
                "drupal/entity_reference_revisions": "*",
                "drupal/field_group": "^3",
                "drupal/focal_point": "*",
                "drupal/metatag": "*",
                "drupal/paragraphs": "^1",
                "drupal/pathauto": "^1",
                "drupal/search_api": "*",
                "drupal/views_plain": "^1"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                },
                "drupal": {
                    "version": "2.0.x-dev",
                    "datestamp": "1738968707",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "drutopia_gitlab",
                    "homepage": "https://www.drupal.org/user/3514271"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ronaldmulero",
                    "homepage": "https://www.drupal.org/user/241652"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Drutopia People provides a People content type for showing visitors information about staff, volunteers, contributors, and more.",
            "homepage": "https://www.drupal.org/project/drutopia_people",
            "keywords": [
                "biography",
                "content",
                "drutopia",
                "person",
                "profile",
                "staff",
                "volunteers"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_people/-/tree/2.0.x",
                "issues": "https://www.drupal.org/project/issues/drutopia_people"
            }
        },
        {
            "name": "drupal/drutopia_related_content",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_related_content.git",
                "reference": "2.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/drutopia_related_content-2.0.0.zip",
                "reference": "2.0.0",
                "shasum": "205cf7d5f35cc0ae87a7a6916e295c96463c0d5b"
            },
            "require": {
                "drupal/block_visibility_groups": "^2",
                "drupal/core": "^8.9 || ^9 || ^10",
                "drupal/drutopia_core": "^2",
                "drupal/similarterms": "^1.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0",
                    "datestamp": "1701820686",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "drutopia_gitlab",
                    "homepage": "https://www.drupal.org/user/3514271"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ronaldmulero",
                    "homepage": "https://www.drupal.org/user/241652"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Shows content (articles, actions, etc.) related to the current page's content based on the taxonomy terms held in common.",
            "homepage": "https://www.drupal.org/project/drutopia_related_content",
            "keywords": [
                "content",
                "drutopia",
                "relations",
                "similar"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_related_content/-/tree/2.0.x",
                "issues": "https://www.drupal.org/project/issues/drutopia_related_content"
            }
        },
        {
            "name": "drupal/drutopia_resource",
            "version": "dev-2.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_resource.git",
                "reference": "0907b1f514b7361c78085bfefc1ce0ed4d83c062"
            },
            "require": {
                "drupal/block_visibility_groups": "^2",
                "drupal/config_actions": "^1.4",
                "drupal/core": "^9.4 || ^10",
                "drupal/ctools": "^4.1",
                "drupal/drutopia_core": "*",
                "drupal/drutopia_seo": "^2",
                "drupal/ds": "^3.28",
                "drupal/entity_reference_revisions": "*",
                "drupal/facets": "^3",
                "drupal/field_group": "^3.6",
                "drupal/focal_point": "*",
                "drupal/media_library_media_modify": "*",
                "drupal/media_responsive_thumbnail": "*",
                "drupal/metatag": "*",
                "drupal/paragraphs": "*",
                "drupal/pathauto": "^1.13",
                "drupal/rabbit_hole": "*",
                "drupal/rh_node": "*",
                "drupal/search_api": "*",
                "drupal/token": "^1.15",
                "drupal/video_embed_field": "^2.5"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                },
                "drupal": {
                    "version": "2.0.x-dev",
                    "datestamp": "1738965704",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "drutopia_gitlab",
                    "homepage": "https://www.drupal.org/user/3514271"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ronaldmulero",
                    "homepage": "https://www.drupal.org/user/241652"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Provides Resource content type and related configuration. A resource can be a file, such as a PDF, a link, such as a website URL, or an embedded video.",
            "homepage": "https://www.drupal.org/project/drutopia_resource",
            "keywords": [
                "content",
                "drutopia",
                "facets",
                "files",
                "filtering",
                "resources",
                "search"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_resource/-/tree/2.0.x",
                "issues": "https://www.drupal.org/project/issues/drutopia_resource"
            }
        },
        {
            "name": "drupal/drutopia_search",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_search.git",
                "reference": "2.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/drutopia_search-2.0.0.zip",
                "reference": "2.0.0",
                "shasum": "1328a24be4f450489684add8b2bf72c0bf78fcd6"
            },
            "require": {
                "drupal/block_visibility_groups": "^2",
                "drupal/core": "^8.9 || ^9 || ^10",
                "drupal/drutopia_core": "^2",
                "drupal/facets": "*",
                "drupal/search_api": "*",
                "drupal/search_api_db": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0",
                    "datestamp": "1701816050",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "drutopia_gitlab",
                    "homepage": "https://www.drupal.org/user/3514271"
                },
                {
                    "name": "lelkneralfaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "MegaKeegMan",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ronaldmulero",
                    "homepage": "https://www.drupal.org/user/241652"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Drutopia Search provides a search server, index, and view.",
            "homepage": "https://www.drupal.org/project/drutopia_search",
            "keywords": [
                "content",
                "drutopia",
                "finding",
                "searching"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_search/-/tree/2.0.x",
                "issues": "https://www.drupal.org/project/issues/drutopia_search"
            }
        },
        {
            "name": "drupal/drutopia_seo",
            "version": "dev-2.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_seo.git",
                "reference": "e92b8ff100dd06b1eb1cf88a4761416f26381dc8"
            },
            "require": {
                "drupal/config_actions": "^1.4",
                "drupal/core": "^8.9 || ^9 || ^10",
                "drupal/drutopia_core": "*",
                "drupal/metatag": "^2.1",
                "drupal/redirect": "^1.11",
                "drupal/redirect_404": "*"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                },
                "drupal": {
                    "version": "2.0.x-dev",
                    "datestamp": "1738965074",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "drutopia_gitlab",
                    "homepage": "https://www.drupal.org/user/3514271"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ronaldmulero",
                    "homepage": "https://www.drupal.org/user/241652"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Sensible Search Engine Optimization default configuration for a site.",
            "homepage": "https://www.drupal.org/project/drutopia_seo",
            "keywords": [
                "SEO",
                "content",
                "discoverability",
                "drutopia",
                "metatags",
                "optimization",
                "visibility"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_seo/-/tree/2.0.x",
                "issues": "https://www.drupal.org/project/issues/drutopia_seo"
            }
        },
        {
            "name": "drupal/drutopia_site",
            "version": "dev-2.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_site.git",
                "reference": "da5e9dfb288a0ae17b424dfe1c704fd521dd556a"
            },
            "require": {
                "drupal/admin_toolbar": "^3",
                "drupal/admin_toolbar-admin_toolbar_search": "*",
                "drupal/admin_toolbar_tools": "*",
                "drupal/autosave_form": "^1",
                "drupal/config_actions": "^1",
                "drupal/config_snapshot": "*",
                "drupal/core": "^9.4 || ^10",
                "drupal/drutopia_core": "^2",
                "drupal/ds": "*",
                "drupal/entity_reference_revisions": "*",
                "drupal/menu_admin_per_menu": "^1",
                "drupal/paragraphs": "*",
                "drupal/role_delegation": "^1",
                "drupal/workflow_buttons": "^1",
                "drupal/workflow_buttons_trash": "*",
                "drupal/wysiwyg_linebreaks": "^2"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                },
                "drupal": {
                    "version": "2.0.x-dev",
                    "datestamp": "1738969316",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "drutopia_gitlab",
                    "homepage": "https://www.drupal.org/user/3514271"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ronaldmulero",
                    "homepage": "https://www.drupal.org/user/241652"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Drutopia site is a base feature providing site components.",
            "homepage": "https://www.drupal.org/project/drutopia_site",
            "keywords": [
                "base",
                "drutopia",
                "site"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_site/-/tree/2.0.x",
                "issues": "https://www.drupal.org/project/issues/drutopia_site"
            }
        },
        {
            "name": "drupal/drutopia_social",
            "version": "dev-2.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_social.git",
                "reference": "0922fd6688d5b49903c30bb626d03c0df36d65c8"
            },
            "require": {
                "drupal/core": "^8.9 || ^9 || ^10",
                "drupal/social_media_links": "^2"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                },
                "drupal": {
                    "version": "2.0.x-dev",
                    "datestamp": "1738969425",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "drutopia_gitlab",
                    "homepage": "https://www.drupal.org/user/3514271"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ronaldmulero",
                    "homepage": "https://www.drupal.org/user/241652"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Drutopia Social provides a social media block, perhaps more in the future.",
            "homepage": "https://www.drupal.org/project/drutopia_social",
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_social"
            }
        },
        {
            "name": "drupal/drutopia_storyline",
            "version": "dev-2.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_storyline.git",
                "reference": "bf79a2124dd2b0429403e22f2abae55cbd4b0224"
            },
            "require": {
                "drupal/config_actions": "*",
                "drupal/core": "^8.9 || ^9 || ^10",
                "drupal/drutopia_core": "^2",
                "drupal/drutopia_page": "^2",
                "drupal/entity_reference_revisions": "*",
                "drupal/field_group": "^3",
                "drupal/paragraphs": "*"
            },
            "require-dev": {
                "drupal/drutopia_page": "*",
                "drupal/entity_reference_revisions": "*"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                },
                "drupal": {
                    "version": "2.0.x-dev",
                    "datestamp": "1738969481",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "drutopia_gitlab",
                    "homepage": "https://www.drupal.org/user/3514271"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ronaldmulero",
                    "homepage": "https://www.drupal.org/user/241652"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Provides storyline paragraphs and an accompanying module to add a storyline to a basic page so that you can provide a simple chronology or story in a timeline format.",
            "homepage": "https://www.drupal.org/project/drutopia_storyline",
            "keywords": [
                "chronology",
                "content",
                "drutopia",
                "storyline",
                "timeline"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_storyline/-/tree/2.0.x",
                "issues": "https://www.drupal.org/project/issues/drutopia_storyline"
            }
        },
        {
            "name": "drupal/drutopia_user",
            "version": "dev-2.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/drutopia_user.git",
                "reference": "bba7bc4fbbc5a6e18b4bd66711e0d6735d8cb3d1"
            },
            "require": {
                "drupal/core": "^8.9 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                },
                "drupal": {
                    "version": "2.0.x-dev",
                    "datestamp": "1693752967",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "drutopia_gitlab",
                    "homepage": "https://www.drupal.org/user/3514271"
                },
                {
                    "name": "lelkneralfaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "MegaKeegMan",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "nedjo",
                    "homepage": "https://www.drupal.org/user/4481"
                },
                {
                    "name": "ronaldmulero",
                    "homepage": "https://www.drupal.org/user/241652"
                },
                {
                    "name": "rosemarymann",
                    "homepage": "https://www.drupal.org/user/837536"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Drutopia user is a base feature providing user-related configuration.",
            "homepage": "https://git.drupalcode.org/project/drutopia_user",
            "keywords": [
                "drutopia",
                "people",
                "roles",
                "users"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/drutopia_user/-/tree/2.0.x",
                "issues": "https://www.drupal.org/project/issues/drutopia_user"
            }
        },
        {
            "name": "drupal/ds",
            "version": "3.28.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ds.git",
                "reference": "8.x-3.28"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ds-8.x-3.28.zip",
                "reference": "8.x-3.28",
                "shasum": "11d0cf2306639063fc52f7f8990bfae91da69cd1"
            },
            "require": {
                "drupal/core": "^10.2 || ^11"
            },
            "require-dev": {
                "drupal/devel": "5.x-dev",
                "drupal/field_group": "3.x-dev"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.28",
                    "datestamp": "1737118066",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Bram Goffings",
                    "homepage": "https://www.drupal.org/user/172527",
                    "role": "Maintainer"
                },
                {
                    "name": "Kristof De Jaeger",
                    "homepage": "http://realize.be/",
                    "role": "Maintainer"
                },
                {
                    "name": "Brecht Ceyssens",
                    "homepage": "https://www.drupal.org/user/591438",
                    "role": "Maintainer"
                },
                {
                    "name": "swentel",
                    "homepage": "https://www.drupal.org/user/107403"
                }
            ],
            "description": "Extend the display options for every entity type.",
            "homepage": "https://www.drupal.org/project/ds",
            "keywords": [
                "drupal",
                "layout",
                "php"
            ],
            "support": {
                "source": "http://git.drupal.org/project/ds.git",
                "issues": "https://www.drupal.org/project/issues/ds",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            }
        },
        {
            "name": "drupal/dynamic_entity_reference",
            "version": "3.2.1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/dynamic_entity_reference.git",
                "reference": "3.2.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/dynamic_entity_reference-3.2.1.zip",
                "reference": "3.2.1",
                "shasum": "051c565f6580f512cbc7ddc3f49fdd6ba8d406af"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "php": ">=8.1"
            },
            "require-dev": {
                "drupal/diff": "*",
                "mglaman/phpstan-drupal": "^1.1",
                "phpstan/phpstan": "^1.1",
                "phpstan/phpstan-deprecation-rules": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.2.1",
                    "datestamp": "1740521060",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Lee Rowlands",
                    "homepage": "https://www.drupal.org/u/larowlan",
                    "role": "Maintainer"
                },
                {
                    "name": "Jibran Ijaz",
                    "homepage": "https://www.drupal.org/u/jibran",
                    "role": "Maintainer"
                },
                {
                    "name": "larowlan",
                    "homepage": "https://www.drupal.org/user/395439"
                }
            ],
            "description": "Provides a field that allows an entity-reference field to reference more than one entity type.",
            "homepage": "http://drupal.org/project/dynamic_entity_reference",
            "support": {
                "source": "http://cgit.drupalcode.org/dynamic_entity_reference",
                "issues": "http://drupal.org/project/dynamic_entity_reference",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            }
        },
        {
            "name": "drupal/easy_breadcrumb",
            "version": "2.0.9",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/easy_breadcrumb.git",
                "reference": "2.0.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.9.zip",
                "reference": "2.0.9",
                "shasum": "9e7c33e2ec0637d37d509776795a476f2f2d9bb8"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.9",
                    "datestamp": "1732752214",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Neslee Canil Pinto",
                    "homepage": "https://www.drupal.org/u/neslee-canil-pinto",
                    "role": "Maintainer"
                },
                {
                    "name": "Greg Boggs",
                    "homepage": "https://www.drupal.org/u/greg-boggs",
                    "role": "Maintainer"
                },
                {
                    "name": "diamondsea",
                    "homepage": "https://www.drupal.org/user/430714"
                },
                {
                    "name": "greg boggs",
                    "homepage": "https://www.drupal.org/user/153069"
                },
                {
                    "name": "hmartens",
                    "homepage": "https://www.drupal.org/user/622826"
                },
                {
                    "name": "loopduplicate",
                    "homepage": "https://www.drupal.org/user/717290"
                },
                {
                    "name": "neslee canil pinto",
                    "homepage": "https://www.drupal.org/user/3580850"
                },
                {
                    "name": "nickdickinsonwilde",
                    "homepage": "https://www.drupal.org/user/3094661"
                },
                {
                    "name": "rakesh.gectcr",
                    "homepage": "https://www.drupal.org/user/1177822"
                },
                {
                    "name": "renatog",
                    "homepage": "https://www.drupal.org/user/3326031"
                },
                {
                    "name": "sonemonu",
                    "homepage": "https://www.drupal.org/user/1667988"
                },
                {
                    "name": "spuky",
                    "homepage": "https://www.drupal.org/user/209353"
                },
                {
                    "name": "tatarbj",
                    "homepage": "https://www.drupal.org/user/649590"
                }
            ],
            "description": "Adds configuration to the system breadcrumbs.",
            "homepage": "https://www.drupal.org/project/easy_breadcrumb",
            "support": {
                "source": "https://git.drupalcode.org/project/easy_breadcrumb",
                "issues": "https://www.drupal.org/project/issues/easy_breadcrumb"
            }
        },
        {
            "name": "drupal/eca",
            "version": "1.1.11",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/eca.git",
                "reference": "1.1.11"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/eca-1.1.11.zip",
                "reference": "1.1.11",
                "shasum": "a9bd14529fc98823b9df6f4197cfdbdb6e15fad5"
            },
            "require": {
                "dragonmantank/cron-expression": "^3.1",
                "drupal/core": "^9.5 || ^10",
                "ext-dom": "*",
                "ext-json": "*",
                "mtownsend/xml-to-array": "^2.0",
                "php": ">=7.4"
            },
            "require-dev": {
                "drupal/eca_ui": "*",
                "drupal/token": "^1.10"
            },
            "suggest": {
                "drupal/context_stack": "Integrates ECA with Context Stacks for more fine-grained control",
                "drupal/eca_state_machine": "Integrates ECA with State Machine functionality",
                "drupal/eca_tamper": "Integrates ECA with the Tamper API",
                "drupal/entity_share": "Integrates ECA with Entity Share functionality",
                "drupal/group_action": "Integrates ECA with Group Actions if you're using groups",
                "drupal/token": "Provides the token browser in the UI and offers more token values"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.1.11",
                    "datestamp": "1741965754",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10 || ^11"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "boromino",
                    "homepage": "https://www.drupal.org/user/859722"
                },
                {
                    "name": "danielspeicher",
                    "homepage": "https://www.drupal.org/user/3621778"
                },
                {
                    "name": "jurgenhaas",
                    "homepage": "https://www.drupal.org/user/168924"
                }
            ],
            "description": "Event, Conditions, Actions - powerful, versatile, and user-friendly rules engine for Drupal",
            "homepage": "https://www.drupal.org/project/eca",
            "support": {
                "source": "https://drupal.org/project/eca",
                "issues": "https://drupal.org/project/issues/eca"
            }
        },
        {
            "name": "drupal/eca_context",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/eca_context.git",
                "reference": "1.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/eca_context-1.0.0.zip",
                "reference": "1.0.0",
                "shasum": "5f5efd8c389b013cec26a476fad89cceb8f42f17"
            },
            "require": {
                "drupal/context_stack": "^1.0",
                "drupal/core": "^9 || ^10",
                "drupal/eca": "^1.0",
                "php": ">=7.4"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.0",
                    "datestamp": "1659336697",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "mxh",
                    "homepage": "https://www.drupal.org/user/1124384"
                }
            ],
            "description": "A Drupal module which provides a context stack for ECA.",
            "homepage": "https://www.drupal.org/project/eca_context",
            "support": {
                "source": "https://drupal.org/project/eca_context",
                "issues": "https://drupal.org/project/issues/eca_context"
            }
        },
        {
            "name": "drupal/eca_modeller_bpmn",
            "version": "1.1.11",
            "require": {
                "drupal/core": "^9 || ^10",
                "drupal/eca": "^1",
                "drupal/eca_ui": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "1.1.11",
                    "datestamp": "1741965754",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "boromino",
                    "homepage": "https://www.drupal.org/user/859722"
                },
                {
                    "name": "danielspeicher",
                    "homepage": "https://www.drupal.org/user/3621778"
                },
                {
                    "name": "jurgenhaas",
                    "homepage": "https://www.drupal.org/user/168924"
                }
            ],
            "description": "Common functionality for all BPMN based modeller implementations.",
            "homepage": "https://www.drupal.org/project/eca",
            "support": {
                "source": "https://git.drupalcode.org/project/eca"
            }
        },
        {
            "name": "drupal/eca_ui",
            "version": "2.1.6",
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/eca": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "2.1.6",
                    "datestamp": "1741965579",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "boromino",
                    "homepage": "https://www.drupal.org/user/859722"
                },
                {
                    "name": "danielspeicher",
                    "homepage": "https://www.drupal.org/user/3621778"
                },
                {
                    "name": "jurgenhaas",
                    "homepage": "https://www.drupal.org/user/168924"
                }
            ],
            "description": "Provides a user interface for managing ECA models.",
            "homepage": "https://www.drupal.org/project/eca",
            "support": {
                "source": "https://git.drupalcode.org/project/eca"
            }
        },
        {
            "name": "drupal/editor_advanced_link",
            "version": "2.2.6",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/editor_advanced_link.git",
                "reference": "2.2.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/editor_advanced_link-2.2.6.zip",
                "reference": "2.2.6",
                "shasum": "f6d7c437900f288b1e735b4faf2decc99bdd30e8"
            },
            "require": {
                "drupal/core": "^10.2 || ^11.0"
            },
            "require-dev": {
                "drupal/ckeditor": "*",
                "phpro/grumphp": "^2.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.6",
                    "datestamp": "1723183019",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "DuaelFr",
                    "homepage": "https://www.drupal.org/user/931394"
                },
                {
                    "name": "VladimirAus",
                    "homepage": "https://www.drupal.org/user/673120"
                }
            ],
            "description": "Editor Advanced link",
            "homepage": "https://www.drupal.org/project/editor_advanced_link",
            "support": {
                "source": "https://git.drupalcode.org/project/editor_advanced_link"
            }
        },
        {
            "name": "drupal/editoria11y",
            "version": "2.2.4",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/editoria11y.git",
                "reference": "2.2.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/editoria11y-2.2.4.zip",
                "reference": "2.2.4",
                "shasum": "6342f0614083f90088c48f8f74a231a495bf8ebe"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "conflict": {
                "drupal/csp": "<1.24"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.4",
                    "datestamp": "1737647999",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "John Jameson",
                    "homepage": "https://www.drupal.org/u/itmaybejj",
                    "role": "Maintainer"
                },
                {
                    "name": "Brian Osborne",
                    "homepage": "https://www.drupal.org/u/bkosborne",
                    "role": "Maintainer"
                },
                {
                    "name": "Jason Partyka",
                    "homepage": "https://www.drupal.org/u/partyka",
                    "role": "Maintainer"
                },
                {
                    "name": "See other contributors",
                    "homepage": "https://www.drupal.org/node/3187132/committers",
                    "role": "contributor"
                }
            ],
            "description": "Editoria11y (\"editorial accessibility\") is a user-friendly accessibility checker.",
            "homepage": "https://drupal.org/project/editoria11y",
            "support": {
                "source": "https://git.drupalcode.org/project/editoria11y",
                "issues": "https://drupal.org/project/issues/editoria11y"
            }
        },
        {
            "name": "drupal/empty_page",
            "version": "dev-8.x-1.x",
            "source": {
                "type": "git",
                "url": "git@git.drupal.org:issue/empty_page-3287186.git",
                "reference": "cb8e4a1b3c7d4b45d8e4c8c470413022ca616fab"
            },
            "type": "drupal-module",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "A simple empty page solution. Assists in creating empty menu callbacks mostly used for pages that only consist of blocks.",
            "homepage": "https://www.drupal.org/project/empty_page",
            "support": {
                "issues": "https://www.drupal.org/project/issues/empty_page",
                "source": "https://git.drupalcode.org/project/empty_page"
            },
            "time": "2024-10-22T10:44:11+00:00"
        },
        {
            "name": "drupal/entity",
            "version": "1.6.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity.git",
                "reference": "8.x-1.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.6.zip",
                "reference": "8.x-1.6",
                "shasum": "dfb214fd45bd6ad79604d23a39a96b3d4c38f8e1"
            },
            "require": {
                "drupal/core": "^10.1 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.6",
                    "datestamp": "1740006812",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "dawehner",
                    "homepage": "https://www.drupal.org/user/99340"
                },
                {
                    "name": "dixon_",
                    "homepage": "https://www.drupal.org/user/239911"
                },
                {
                    "name": "fago",
                    "homepage": "https://www.drupal.org/user/16747"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "tr",
                    "homepage": "https://www.drupal.org/user/202830"
                }
            ],
            "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
            "homepage": "https://www.drupal.org/project/entity",
            "support": {
                "source": "https://git.drupalcode.org/project/entity",
                "issues": "https://www.drupal.org/project/issues/entity"
            }
        },
        {
            "name": "drupal/entity_reference_override",
            "version": "2.0.0-beta3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity_reference_override.git",
                "reference": "2.0.0-beta3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity_reference_override-2.0.0-beta3.zip",
                "reference": "2.0.0-beta3",
                "shasum": "4f49736430477b7476514bd5098a4c41e8f9d622"
            },
            "require": {
                "drupal/core": "^10.1 || ^11"
            },
            "require-dev": {
                "drupal/entity_browser": "*",
                "drupal/entity_reference_revisions": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-beta3",
                    "datestamp": "1737473473",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "alexpott",
                    "homepage": "https://www.drupal.org/user/157725"
                },
                {
                    "name": "dawehner",
                    "homepage": "https://www.drupal.org/user/99340"
                },
                {
                    "name": "eaton",
                    "homepage": "https://www.drupal.org/user/16496"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ultimike",
                    "homepage": "https://www.drupal.org/user/51132"
                }
            ],
            "description": "Entity reference with overridable title",
            "homepage": "https://www.drupal.org/project/entity_reference_override",
            "support": {
                "source": "https://git.drupalcode.org/project/entity_reference_override",
                "error": "funding.opencollective : should be an array, string given"
            }
        },
        {
            "name": "drupal/entity_reference_revisions",
            "version": "1.12.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity_reference_revisions.git",
                "reference": "8.x-1.12"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.12.zip",
                "reference": "8.x-1.12",
                "shasum": "2a2ff8617c7ce01b56df1caaf0a563da04948e26"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/diff": "^1 || ^2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.12",
                    "datestamp": "1722804497",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10 || ^11"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "Frans",
                    "homepage": "https://www.drupal.org/user/514222"
                },
                {
                    "name": "jeroen.b",
                    "homepage": "https://www.drupal.org/user/1853532"
                },
                {
                    "name": "miro_dietiker",
                    "homepage": "https://www.drupal.org/user/227761"
                }
            ],
            "description": "Entity Reference Revisions",
            "homepage": "https://www.drupal.org/project/entity_reference_revisions",
            "support": {
                "source": "https://git.drupalcode.org/project/entity_reference_revisions"
            }
        },
        {
            "name": "drupal/entitygroupfield",
            "version": "2.0.0-alpha1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entitygroupfield.git",
                "reference": "2.0.0-alpha1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entitygroupfield-2.0.0-alpha1.zip",
                "reference": "2.0.0-alpha1",
                "shasum": "8a652543ba7cf587d023c8e4e8652592691b3565"
            },
            "require": {
                "drupal/core": "^9.2 || ^10",
                "drupal/group": "^2.0 || ^3.0"
            },
            "require-dev": {
                "drupal/variationcache": "~1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-alpha1",
                    "datestamp": "1687130173",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Derek Wright",
                    "homepage": "https://www.drupal.org/u/dww",
                    "role": "Maintainer"
                },
                {
                    "name": "Ivan Duarte",
                    "homepage": "https://www.drupal.org/u/jidrone",
                    "role": "Co-Maintainer"
                }
            ],
            "description": "Defines a field to view and edit the groups associated with content.",
            "homepage": "http://drupal.org/project/entitygroupfield",
            "support": {
                "source": "https://git.drupalcode.org/project/entitygroupfield",
                "issues": "https://drupal.org/project/issues/entitygroupfield"
            }
        },
        {
            "name": "drupal/environment_indicator",
            "version": "4.0.21",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/environment_indicator.git",
                "reference": "4.0.21"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/environment_indicator-4.0.21.zip",
                "reference": "4.0.21",
                "shasum": "e4d4de7060fb10156c44d27a3b9ec80929eb17b3"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.21",
                    "datestamp": "1734428244",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mateu Aguiló Bosch",
                    "homepage": "https://www.drupal.org/user/550110",
                    "email": "mateu@mateuaguilo.com"
                },
                {
                    "name": "Ignacio Sánchez",
                    "homepage": "https://www.drupal.org/user/733162",
                    "email": "nacho@isholgueras.com"
                },
                {
                    "name": "lullabot",
                    "homepage": "https://www.drupal.org/user/3815489"
                },
                {
                    "name": "mrfelton",
                    "homepage": "https://www.drupal.org/user/305669"
                }
            ],
            "description": "Environment Indicator adds some visual cuest to indicate which copy of the site are you interacting with",
            "homepage": "https://www.drupal.org/project/environment_indicator",
            "support": {
                "source": "https://git.drupalcode.org/project/environment_indicator"
            }
        },
        {
            "name": "drupal/eu_cookie_compliance",
            "version": "1.25.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/eu-cookie-compliance.git",
                "reference": "8.x-1.25"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.25.zip",
                "reference": "8.x-1.25",
                "shasum": "13797a009ba899db0d9bd9a5c5ad0eb4b2bedfb1"
            },
            "require": {
                "drupal/core": "^8.9 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.25",
                    "datestamp": "1728547905",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Marcin Pajdzik",
                    "homepage": "https://www.drupal.org/u/marcin-pajdzik",
                    "role": "Maintainer"
                },
                {
                    "name": "Sven Berg Ryen",
                    "homepage": "https://www.drupal.org/u/svenryen",
                    "role": "Maintainer"
                },
                {
                    "name": "Neslee Canil Pinto",
                    "homepage": "https://www.drupal.org/u/neslee-canil-pinto",
                    "role": "Maintainer"
                },
                {
                    "name": "See other contributors",
                    "homepage": "https://www.drupal.org/node/1538032/committers"
                },
                {
                    "name": "svenryen",
                    "homepage": "https://www.drupal.org/user/667244"
                }
            ],
            "description": "This module aims at making the website compliant with the new EU cookie regulation.",
            "homepage": "https://drupal.org/project/eu_cookie_compliance",
            "keywords": [
                "Cookie",
                "CookieCompliance",
                "Drupal",
                "GDPR"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/eu-cookie-compliance",
                "docs": "https://www.drupal.org/docs/contributed-modules/eu-cookie-compliance",
                "forum": "https://drupal.stackexchange.com/search?q=eu+cookie+compliance",
                "issues": "https://www.drupal.org/project/issues/eu_cookie_compliance?version=8.x",
                "slack": "https://app.slack.com/client/T06GX3JTS/C012XBTH81E"
            }
        },
        {
            "name": "drupal/eva",
            "version": "3.1.1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/eva.git",
                "reference": "3.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/eva-3.1.1.zip",
                "reference": "3.1.1",
                "shasum": "11df2285cc479033637b9aac2fe65f681e5ed38b"
            },
            "require": {
                "drupal/core": "^9.5.11 || ^10 || ^11"
            },
            "suggest": {
                "drupal/token": "Enable the argument token browser"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.1.1",
                    "datestamp": "1732295600",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "ahebrank",
                    "homepage": "https://www.drupal.org/user/3190515"
                },
                {
                    "name": "Crell",
                    "homepage": "https://www.drupal.org/user/26398"
                },
                {
                    "name": "eaton",
                    "homepage": "https://www.drupal.org/user/16496"
                },
                {
                    "name": "geek-merlin",
                    "homepage": "https://www.drupal.org/user/229048"
                },
                {
                    "name": "mkadin",
                    "homepage": "https://www.drupal.org/user/1093166"
                }
            ],
            "description": "Attach a view to an entity",
            "homepage": "https://www.drupal.org/project/eva",
            "support": {
                "source": "https://git.drupalcode.org/project/eva"
            }
        },
        {
            "name": "drupal/exclude_node_title",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/exclude_node_title.git",
                "reference": "8.x-1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/exclude_node_title-8.x-1.4.zip",
                "reference": "8.x-1.4",
                "shasum": "c6f6c0e06c202f3ace436867a459f8672e1494f5"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.4",
                    "datestamp": "1659271679",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Neslee Canil Pinto",
                    "homepage": "https://www.drupal.org/u/neslee-canil-pinto",
                    "role": "Maintainer"
                },
                {
                    "name": "gabrielu",
                    "homepage": "https://www.drupal.org/user/279352"
                },
                {
                    "name": "neslee canil pinto",
                    "homepage": "https://www.drupal.org/user/3580850"
                },
                {
                    "name": "smustgrave",
                    "homepage": "https://www.drupal.org/user/3252890"
                }
            ],
            "description": "Provides the option of excluding node title(s) from display by individual node, node bundle, and view mode.",
            "homepage": "https://www.drupal.org/project/exclude_node_title",
            "support": {
                "source": "https://git.drupalcode.org/project/exclude_node_title",
                "issues": "https://www.drupal.org/project/issues/exclude_node_title"
            }
        },
        {
            "name": "drupal/exif_orientation",
            "version": "1.5.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/exif_orientation.git",
                "reference": "8.x-1.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/exif_orientation-8.x-1.5.zip",
                "reference": "8.x-1.5",
                "shasum": "9e5a9d06f974835ea7eee2da64a4b073099b6639"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.5",
                    "datestamp": "1732132295",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "heddn",
                    "homepage": "https://www.drupal.org/user/1463982"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "nickdickinsonwilde",
                    "homepage": "https://www.drupal.org/user/3094661"
                }
            ],
            "description": "Rotates images per their EXIF Orientation",
            "homepage": "https://www.drupal.org/project/exif_orientation",
            "support": {
                "source": "https://git.drupalcode.org/project/exif_orientation"
            }
        },
        {
            "name": "drupal/facets",
            "version": "dev-3.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/facets.git",
                "reference": "3a5dd4df8d7b16d150fe5a2f7370f133a93a4fe4"
            },
            "require": {
                "drupal/core": "^10.1 || ^11"
            },
            "conflict": {
                "drupal/core": "<10.1.0",
                "drupal/search_api": "<1.14"
            },
            "require-dev": {
                "drupal/better_exposed_filters": "~7.0",
                "drupal/default_content": "*",
                "drupal/facets_exposed_filters": "*",
                "drupal/jquery_ui_slider": "~2.1",
                "drupal/jquery_ui_touch_punch": "~1.1",
                "drupal/search_api": "1.x-dev",
                "drupal/search_api_db": "*",
                "drupal/views_ajax_history": "*",
                "drupal/views_filters_summary": "*"
            },
            "suggest": {
                "drupal/better_exposed_filters": "Required for AJAX support for facets rendered as views exposed filters",
                "drupal/jquery_ui_slider": "Required for the 'Facets Range Widget' module to work",
                "drupal/jquery_ui_touch_punch": "Required for the 'Facets Range Widget' module to work"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-3.0.x": "3.0.x-dev"
                },
                "drupal": {
                    "version": "3.0.0+7-dev",
                    "datestamp": "1741877379",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "See all contributors",
                    "homepage": "https://www.drupal.org/node/2348769/committers"
                },
                {
                    "name": "drunken monkey",
                    "homepage": "https://www.drupal.org/user/205582"
                },
                {
                    "name": "mkalkbrenner",
                    "homepage": "https://www.drupal.org/user/124705"
                },
                {
                    "name": "nick_vh",
                    "homepage": "https://www.drupal.org/user/122682"
                },
                {
                    "name": "strykaizer",
                    "homepage": "https://www.drupal.org/user/462700"
                }
            ],
            "description": "The Facet module allows site builders to easily create and manage faceted search interfaces.",
            "homepage": "https://www.drupal.org/project/facets",
            "support": {
                "source": "https://git.drupalcode.org/project/facets.git",
                "issues": "https://www.drupal.org/project/issues/facets",
                "irc": "irc://irc.freenode.org/drupal-search-api"
            }
        },
        {
            "name": "drupal/fakeobjects",
            "version": "2.0.1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/fakeobjects.git",
                "reference": "2.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/fakeobjects-2.0.1.zip",
                "reference": "2.0.1",
                "shasum": "a11cac7fa7fd2d511048ba0ff3d18321e767b296"
            },
            "require": {
                "drupal-ckeditor-libraries-group/fakeobjects": "^4.5.11",
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.1",
                    "datestamp": "1740094419",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Kevin Quillen (kevinquillen)",
                    "homepage": "https://www.drupal.org/u/kevinquillen",
                    "role": "Maintainer"
                },
                {
                    "name": "kevinquillen",
                    "homepage": "https://www.drupal.org/user/317279"
                },
                {
                    "name": "xmacinfo",
                    "homepage": "https://www.drupal.org/user/12131"
                }
            ],
            "description": "Adds the FakeObjects plugin to CKEditor. This plugin is a utility plugin that is required by certain user-facing CKEditor plugins.",
            "homepage": "http://drupal.org/project/fakeobjects",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/fakeobjects",
                "issues": "http://drupal.org/project/issues/fakeobjects"
            }
        },
        {
            "name": "drupal/faqfield",
            "version": "7.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/faqfield.git",
                "reference": "8.x-7.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/faqfield-8.x-7.1.zip",
                "reference": "8.x-7.1",
                "shasum": "c602e57dc07926bc5a263f56ee36ba7afa8dd574"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10",
                "drupal/jquery_ui_accordion": "^2.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-7.1",
                    "datestamp": "1678202291",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Patrick Drotleff (patrickd)",
                    "homepage": "https://www.drupal.org/u/patrickd",
                    "role": "Maintainer"
                },
                {
                    "name": "Kevin Quillen (kevinquillen)",
                    "homepage": "https://www.drupal.org/u/kevinquillen",
                    "role": "Maintainer"
                },
                {
                    "name": "pifagor",
                    "homepage": "https://www.drupal.org/user/2375692"
                }
            ],
            "description": "This module provides a field for frequently asked questions.",
            "homepage": "http://drupal.org/project/faqfield",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/faqfield",
                "issues": "http://drupal.org/project/issues/faqfield"
            }
        },
        {
            "name": "drupal/features",
            "version": "3.14.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/features.git",
                "reference": "8.x-3.14"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/features-8.x-3.14.zip",
                "reference": "8.x-3.14",
                "shasum": "fff0bb2d133c524ddb326422eba625c55585232c"
            },
            "require": {
                "drupal/config_update": "^1.4 || ^2",
                "drupal/core": "^9.4 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.14",
                    "datestamp": "1702059191",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^10 || ^11"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Dave Reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "dawehner",
                    "homepage": "https://www.drupal.org/user/99340"
                },
                {
                    "name": "donquixote",
                    "homepage": "https://www.drupal.org/user/459338"
                },
                {
                    "name": "e2thex",
                    "homepage": "https://www.drupal.org/user/189123"
                },
                {
                    "name": "febbraro",
                    "homepage": "https://www.drupal.org/user/43670"
                },
                {
                    "name": "flocondetoile",
                    "homepage": "https://www.drupal.org/user/2006064"
                },
                {
                    "name": "jmiccolis",
                    "homepage": "https://www.drupal.org/user/31731"
                },
                {
                    "name": "joseph.olstad",
                    "homepage": "https://www.drupal.org/user/1321830"
                },
                {
                    "name": "matthand",
                    "homepage": "https://www.drupal.org/user/171527"
                },
                {
                    "name": "mpotter",
                    "homepage": "https://www.drupal.org/user/616192"
                }
            ],
            "description": "Enables administrators to package configuration into modules",
            "homepage": "https://www.drupal.org/project/features",
            "support": {
                "source": "https://git.drupalcode.org/project/features"
            }
        },
        {
            "name": "drupal/field_defaults",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/field_defaults.git",
                "reference": "2.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/field_defaults-2.0.0.zip",
                "reference": "2.0.0",
                "shasum": "692d6b760271d3b3a711e781018f3a6e3f10e60d"
            },
            "require": {
                "drupal/core": "^9.3 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0",
                    "datestamp": "1709319388",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10 || ^11"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "b_sharpe",
                    "homepage": "https://www.drupal.org/user/2512258"
                }
            ],
            "description": "Field Defaults allows batch updating of default field values to existing content.",
            "homepage": "https://www.drupal.org/project/field_defaults",
            "keywords": [
                "Content",
                "Drupal",
                "Fields"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/field_defaults",
                "issues": "https://www.drupal.org/project/issues/field_defaults"
            }
        },
        {
            "name": "drupal/field_formatter_class",
            "version": "1.8.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/field_formatter_class.git",
                "reference": "8.x-1.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/field_formatter_class-8.x-1.8.zip",
                "reference": "8.x-1.8",
                "shasum": "66f39802ac8ef43f362b7e3530280f751788f169"
            },
            "require": {
                "drupal/core": "^10.2 || ^11.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.8",
                    "datestamp": "1724880268",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Andrew Macpherson",
                    "homepage": "https://www.drupal.org/u/andrewmacpherson",
                    "role": "maintainer"
                },
                {
                    "name": "Oleksandr Dekhteruk",
                    "homepage": "https://www.drupal.org/u/pifagor",
                    "role": "maintainer"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "mfer",
                    "homepage": "https://www.drupal.org/user/25701"
                },
                {
                    "name": "pifagor",
                    "homepage": "https://www.drupal.org/user/2375692"
                }
            ],
            "description": "Provides custom HTML class settings for field formatters.",
            "homepage": "https://www.drupal.org/project/field_formatter_class",
            "support": {
                "source": "https://git.drupalcode.org/project/field_formatter_class",
                "issues": "https://www.drupal.org/project/issues/field_formatter_class"
            }
        },
        {
            "name": "drupal/field_group",
            "version": "3.6.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/field_group.git",
                "reference": "8.x-3.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/field_group-8.x-3.6.zip",
                "reference": "8.x-3.6",
                "shasum": "427c0a65dc1936e69e60c120776056cfe5b43e86"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/jquery_ui_accordion": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.6",
                    "datestamp": "1722672510",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "anybody",
                    "homepage": "https://www.drupal.org/user/291091"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "hydra",
                    "homepage": "https://www.drupal.org/user/647364"
                },
                {
                    "name": "joevagyok",
                    "homepage": "https://www.drupal.org/user/2876343"
                },
                {
                    "name": "jyve",
                    "homepage": "https://www.drupal.org/user/591438"
                },
                {
                    "name": "nils.destoop",
                    "homepage": "https://www.drupal.org/user/361625"
                },
                {
                    "name": "Stalski",
                    "homepage": "https://www.drupal.org/user/322618"
                },
                {
                    "name": "swentel",
                    "homepage": "https://www.drupal.org/user/107403"
                }
            ],
            "description": "Provides the field_group module.",
            "homepage": "https://www.drupal.org/project/field_group",
            "support": {
                "source": "https://git.drupalcode.org/project/field_group",
                "issues": "https://www.drupal.org/project/issues/field_group"
            }
        },
        {
            "name": "drupal/field_token_value",
            "version": "3.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/field_token_value.git",
                "reference": "3.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/field_token_value-3.1.0.zip",
                "reference": "3.1.0",
                "shasum": "af17b023855bedf070e42a750fa60700b24be9af"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "drupal/token": "^1.15",
                "php": ">=8.1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.1.0",
                    "datestamp": "1740522009",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^10 || ^11"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "haydent",
                    "homepage": "https://www.drupal.org/u/haydent"
                }
            ],
            "description": "Allows you to use a Views to display an entity or entities for an entity_reference field display.",
            "homepage": "https://www.drupal.org/project/field_token_value",
            "support": {
                "source": "https://git.drupalcode.org/project/field_token_value",
                "issues": "https://www.drupal.org/project/issues/field_token_value"
            }
        },
        {
            "name": "drupal/filter_perms",
            "version": "1.0.0-alpha2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/filter_perms.git",
                "reference": "8.x-1.0-alpha2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/filter_perms-8.x-1.0-alpha2.zip",
                "reference": "8.x-1.0-alpha2",
                "shasum": "07e2047ea46cd76839522f04cab59a91b90abdb3"
            },
            "require": {
                "drupal/core": "^9.0 || ^10.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-alpha2",
                    "datestamp": "1686873472",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "cyu",
                    "homepage": "https://www.drupal.org/user/202205"
                },
                {
                    "name": "deekayen",
                    "homepage": "https://www.drupal.org/user/972"
                },
                {
                    "name": "ivavictoria",
                    "homepage": "https://www.drupal.org/user/3061533"
                },
                {
                    "name": "justcaldwell",
                    "homepage": "https://www.drupal.org/user/290069"
                },
                {
                    "name": "mgbellaire",
                    "homepage": "https://www.drupal.org/user/1831932"
                },
                {
                    "name": "willzyx",
                    "homepage": "https://www.drupal.org/user/1043862"
                }
            ],
            "description": "Provides role and module filters to simplify the user permissions page.",
            "homepage": "https://www.drupal.org/project/filter_perms",
            "support": {
                "source": "http://cgit.drupalcode.org/filter_perms",
                "issues": "https://www.drupal.org/project/issues/filter_perms?categories=All"
            }
        },
        {
            "name": "drupal/fitvids",
            "version": "2.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/fitvids.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/fitvids-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "9bdc84fb6a7c0f03f9172ac7cf2274ccf11ce127"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1729218906",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "DerekAhmedzai",
                    "homepage": "https://www.drupal.org/user/167927"
                },
                {
                    "name": "nickdickinsonwilde",
                    "homepage": "https://www.drupal.org/user/3094661"
                }
            ],
            "description": "Uses the FitVids.js library for fluid width video embeds.",
            "homepage": "https://www.drupal.org/project/fitvids",
            "support": {
                "source": "https://git.drupalcode.org/project/fitvids",
                "issues": "https://www.drupal.org/project/issues/fitvids"
            }
        },
        {
            "name": "drupal/fixed_block_content",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/fixed_block_content.git",
                "reference": "8.x-1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/fixed_block_content-8.x-1.3.zip",
                "reference": "8.x-1.3",
                "shasum": "30488b4a57f02b27e63e9249be3e1f9f67a19f64"
            },
            "require": {
                "drupal/core": "^9 || ^10",
                "drupal/hal": "^1.0 || ^2.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.3",
                    "datestamp": "1702646682",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Manuel Adan",
                    "homepage": "https://www.drupal.org/user/516420",
                    "role": "Maintainer"
                }
            ],
            "description": "Provides fixed placements for custom blocks.",
            "homepage": "http://drupal.org/project/fixed_block_content",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://cgit.drupalcode.org/fixed_block_content",
                "issues": "https://drupal.org/project/issues/fixed_block_content"
            }
        },
        {
            "name": "drupal/flexible_permissions",
            "version": "2.0.1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/flexible_permissions.git",
                "reference": "2.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/flexible_permissions-2.0.1.zip",
                "reference": "2.0.1",
                "shasum": "382ad20c674a6c07974d411e767310166851a0a8"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "require-dev": {
                "jangregor/phpstan-prophecy": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.1",
                    "datestamp": "1726835397",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Kristiaan Van den Eynde",
                    "homepage": "https://www.drupal.org/u/kristiaanvandeneynde",
                    "role": "Maintainer"
                },
                {
                    "name": "Mathias Wächter",
                    "homepage": "https://www.drupal.org/u/mef",
                    "role": "Maintainer"
                }
            ],
            "description": "This module allows you to gather, calculate and cache permissions from a myriad of sources",
            "homepage": "http://drupal.org/project/flexible_permissions",
            "support": {
                "source": "https://git.drupalcode.org/project/flexible_permissions",
                "issues": "https://drupal.org/project/issues/flexible_permissions"
            }
        },
        {
            "name": "drupal/focal_point",
            "version": "2.1.2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/focal_point.git",
                "reference": "2.1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/focal_point-2.1.2.zip",
                "reference": "2.1.2",
                "shasum": "5f8ffadd37748506c8f00314b1d45c947eb27cf7"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11",
                "drupal/crop": "^2.3"
            },
            "require-dev": {
                "drupal/crop": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.2",
                    "datestamp": "1731556344",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Alexander Ross (bleen)",
                    "homepage": "https://www.drupal.org/u/bleen",
                    "role": "Maintainer"
                },
                {
                    "name": "rajeshreeputra",
                    "homepage": "https://www.drupal.org/user/3418561"
                }
            ],
            "description": "Focal Point allows content creators to mark the most important part of an image for easier cropping.",
            "homepage": "https://drupal.org/project/focal_point",
            "support": {
                "source": "https://cgit.drupalcode.org/focal_point",
                "issues": "https://drupal.org/project/issues/focal_point",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            }
        },
        {
            "name": "drupal/footnotes",
            "version": "4.0.0-beta6",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/footnotes.git",
                "reference": "4.0.0-beta6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/footnotes-4.0.0-beta6.zip",
                "reference": "4.0.0-beta6",
                "shasum": "a7a3ac4a91e2f2967262ce5e1bef36a9541a877b"
            },
            "require": {
                "drupal/core": ">=10.0"
            },
            "require-dev": {
                "drupal/metatag": "^2.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.0-beta6",
                    "datestamp": "1741851876",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Andrii Aleksandrov (id.aleks)",
                    "homepage": "https://www.drupal.org/u/idaleks",
                    "role": "Maintainer"
                },
                {
                    "name": "Oleksandr Dekhteruk (pifagor)",
                    "homepage": "https://www.drupal.org/u/pifagor",
                    "role": "Maintainer"
                },
                {
                    "name": "Fernando Conceição (yukare)",
                    "homepage": "https://www.drupal.org/u/yukare",
                    "role": "Maintainer"
                },
                {
                    "name": "Henrik Ingo (hingo)",
                    "homepage": "https://www.drupal.org/u/hingo",
                    "role": "Maintainer"
                },
                {
                    "name": "Scott Euser (scott_euser)",
                    "homepage": "https://www.drupal.org/u/scott_euser",
                    "role": "Maintainer"
                },
                {
                    "name": "smulvih2",
                    "homepage": "https://www.drupal.org/user/795442"
                },
                {
                    "name": "yukare",
                    "homepage": "https://www.drupal.org/user/889254"
                }
            ],
            "description": "Add automatically numbered footnotes to your posts.",
            "homepage": "https://drupal.org/project/footnotes",
            "support": {
                "source": "https://cgit.drupalcode.org/footnotes",
                "issues": "https://drupal.org/project/issues/footnotes"
            }
        },
        {
            "name": "drupal/gdpr",
            "version": "3.1.2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/gdpr.git",
                "reference": "3.1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/gdpr-3.1.2.zip",
                "reference": "3.1.2",
                "shasum": "61efb7ebc167e9ed38894920fb4850b8d940e06c"
            },
            "require": {
                "drupal/checklistapi": "^2.1",
                "drupal/core": "^9 || ^10 || ^11",
                "drupal/entity": "^1.4",
                "drupal/entity_reference_revisions": "^1.11",
                "drupal/message": "^1.5",
                "drupal/token": "^1.14",
                "fakerphp/faker": "^1 || ^2",
                "php": ">=8.1"
            },
            "require-dev": {
                "drupal/anonymizer": "*",
                "drupal/entity": "*",
                "drupal/entity_reference_revisions": "*",
                "drupal/gdpr_fields": "*",
                "drupal/message": "*",
                "drupal/token": "*"
            },
            "suggest": {
                "drush/drush": "GDPR Dump requires Drush ^9 || ^10",
                "ext-zip": "GDPR Tasks requires the PHP zip extension"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.1.2",
                    "datestamp": "1740594868",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "mhavelant",
                    "homepage": "https://www.drupal.org/user/1358588",
                    "email": "mhavelant@brainsum.com"
                },
                {
                    "name": "andrewbelcher",
                    "homepage": "https://www.drupal.org/user/655282"
                },
                {
                    "name": "baluertl",
                    "homepage": "https://www.drupal.org/user/1086292"
                },
                {
                    "name": "bfr",
                    "homepage": "https://www.drupal.org/user/369262"
                },
                {
                    "name": "dj1999",
                    "homepage": "https://www.drupal.org/user/387119"
                },
                {
                    "name": "golddragon007",
                    "homepage": "https://www.drupal.org/user/2723471"
                },
                {
                    "name": "kosa ilma",
                    "homepage": "https://www.drupal.org/user/3435475"
                },
                {
                    "name": "lbesenyei",
                    "homepage": "https://www.drupal.org/user/2626013"
                },
                {
                    "name": "mhavelant",
                    "homepage": "https://www.drupal.org/user/3331139"
                },
                {
                    "name": "norman.lol",
                    "homepage": "https://www.drupal.org/user/2482808"
                },
                {
                    "name": "pedrop",
                    "homepage": "https://www.drupal.org/user/1043368"
                },
                {
                    "name": "rajeshreeputra",
                    "homepage": "https://www.drupal.org/user/3418561"
                },
                {
                    "name": "szato",
                    "homepage": "https://www.drupal.org/user/389677"
                },
                {
                    "name": "yanniboi",
                    "homepage": "https://www.drupal.org/user/1837556"
                }
            ],
            "description": "Helps with making a site GDPR-compliant.",
            "homepage": "https://www.drupal.org/project/gdpr",
            "support": {
                "source": "https://git.drupalcode.org/project/gdpr"
            }
        },
        {
            "name": "drupal/geolocation",
            "version": "3.14.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/geolocation.git",
                "reference": "8.x-3.14"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/geolocation-8.x-3.14.zip",
                "reference": "8.x-3.14",
                "shasum": "2f7cda9ce6ca1c03e30405f892714ae6f6a04bfd"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/jquery_ui": "*",
                "drupal/jquery_ui_autocomplete": "^2.0",
                "php": "^8.0"
            },
            "require-dev": {
                "drupal/address": "*",
                "drupal/geofield": "*",
                "drupal/geolocation_demo": "*",
                "drupal/geolocation_geometry": "*",
                "drupal/geolocation_geometry_data": "*",
                "drupal/geolocation_google_maps": "*",
                "drupal/geolocation_google_maps_demo": "*",
                "drupal/geolocation_google_static_maps": "*",
                "drupal/geolocation_leaflet": "*",
                "drupal/geolocation_leaflet_demo": "*",
                "drupal/search_api": "*",
                "drupal/search_api_location": "*",
                "drupal/search_api_location_views": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.14",
                    "datestamp": "1729420964",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "derjochenmeyer",
                    "homepage": "https://www.drupal.org/u/derjochenmeyer"
                },
                {
                    "name": "cadamski",
                    "homepage": "https://www.drupal.org/u/cadamski"
                }
            ],
            "description": "Provides a simple geolocation Drupal field type to store and display location data (lat, lng).",
            "homepage": "https://www.drupal.org/project/geolocation",
            "support": {
                "source": "https://git.drupal.org/project/geolocation.git",
                "issues": "https://www.drupal.org/project/issues/geolocation"
            }
        },
        {
            "name": "drupal/gin",
            "version": "4.0.6",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/gin.git",
                "reference": "4.0.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/gin-4.0.6.zip",
                "reference": "4.0.6",
                "shasum": "c68a0fb646c439e1eea3f31f282e59be36eadab2"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "drupal/gin_toolbar": "^2.0"
            },
            "type": "drupal-theme",
            "extra": {
                "drupal": {
                    "version": "4.0.6",
                    "datestamp": "1740739176",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "scripts": {
                "phpcs": [
                    "phpcs -s --runtime-set ignore_warnings_on_exit 1 --runtime-set ignore_errors_on_exit 0 'web/modules/custom'"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Sascha Eggenberger (saschaeggi)",
                    "homepage": "https://www.drupal.org/u/saschaeggi",
                    "role": "Maintainer"
                },
                {
                    "name": "saschaeggi",
                    "homepage": "https://www.drupal.org/user/1999056"
                }
            ],
            "description": "For a better Admin and Content Editor Experience.",
            "homepage": "https://www.drupal.org/project/gin",
            "support": {
                "source": "https://git.drupalcode.org/project/gin",
                "issues": "https://www.drupal.org/project/issues/gin"
            },
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/saschaeggi"
                },
                {
                    "type": "other",
                    "url": "https://paypal.me/saschaeggi"
                }
            ]
        },
        {
            "name": "drupal/gin_gutenberg",
            "version": "1.1.16",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/gin_gutenberg.git",
                "reference": "1.1.16"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/gin_gutenberg-1.1.16.zip",
                "reference": "1.1.16",
                "shasum": "5a39790f1038f733a0177808ec64e6ff38843a15"
            },
            "require": {
                "drupal/core": "^8 || ^9.3 || ^10 || ^11",
                "drupal/gutenberg": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.1.16",
                    "datestamp": "1742293958",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Sohail Lajevardi",
                    "homepage": "https://www.drupal.org/u/doxigo",
                    "role": "Maintainer"
                },
                {
                    "name": "hosisam",
                    "homepage": "https://www.drupal.org/user/3449435"
                },
                {
                    "name": "kiss.jozsef",
                    "homepage": "https://www.drupal.org/user/2848443"
                },
                {
                    "name": "mnlund",
                    "homepage": "https://www.drupal.org/user/80815"
                },
                {
                    "name": "szeidler",
                    "homepage": "https://www.drupal.org/user/767652"
                }
            ],
            "description": "The Gin Gutenberg module provides an integration between Gutenberg editor and Gin theme",
            "homepage": "https://drupal.org/project/gin_gutenberg",
            "support": {
                "source": "https://git.drupalcode.org/project/gin_gutenberg",
                "issues": "https://drupal.org/project/issues/gin_gutenberg"
            }
        },
        {
            "name": "drupal/gin_login",
            "version": "2.1.3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/gin_login.git",
                "reference": "2.1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/gin_login-2.1.3.zip",
                "reference": "2.1.3",
                "shasum": "4fd1a4f36205f511ab7c222f3543aa15ad2331c6"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.3",
                    "datestamp": "1719750649",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Sascha Eggenberger (saschaeggi)",
                    "homepage": "https://www.drupal.org/u/saschaeggi",
                    "role": "Maintainer"
                }
            ],
            "description": "Custom Drupal Login for Gin theme",
            "homepage": "https://www.drupal.org/project/gin_login",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/gin_login",
                "issues": "https://www.drupal.org/project/issues/gin_login"
            },
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/saschaeggi"
                },
                {
                    "type": "other",
                    "url": "https://paypal.me/saschaeggi"
                }
            ]
        },
        {
            "name": "drupal/gin_toolbar",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/gin_toolbar.git",
                "reference": "2.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/gin_toolbar-2.0.0.zip",
                "reference": "2.0.0",
                "shasum": "2befeab2de9f7953b76b1a36c9bfb6a7e3987b11"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0",
                    "datestamp": "1734698921",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Sascha Eggenberger (saschaeggi)",
                    "homepage": "https://www.drupal.org/u/saschaeggi",
                    "role": "Maintainer"
                },
                {
                    "name": "saschaeggi",
                    "homepage": "https://www.drupal.org/user/1999056"
                }
            ],
            "description": "Gin Toolbar for Frontend use",
            "homepage": "https://www.drupal.org/project/gin_toolbar",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/gin_toolbar",
                "issues": "https://www.drupal.org/project/issues/gin_toolbar"
            },
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/saschaeggi"
                },
                {
                    "type": "other",
                    "url": "https://paypal.me/saschaeggi"
                }
            ]
        },
        {
            "name": "drupal/gnode",
            "version": "3.3.4",
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/group": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "3.3.4",
                    "datestamp": "1739358478",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "dww",
                    "homepage": "https://www.drupal.org/user/46549"
                },
                {
                    "name": "kristiaanvandeneynde",
                    "homepage": "https://www.drupal.org/user/1345130"
                }
            ],
            "description": "Enables Group functionality for the Node module",
            "homepage": "https://www.drupal.org/project/group",
            "support": {
                "source": "https://git.drupalcode.org/project/group"
            }
        },
        {
            "name": "drupal/google_analytics",
            "version": "4.0.3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/google_analytics.git",
                "reference": "4.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/google_analytics-4.0.3.zip",
                "reference": "4.0.3",
                "shasum": "faaae65a3b52d842ceef78fd2b2ef6344f3a21a0"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/token": "^1.7"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.3",
                    "datestamp": "1734385014",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "branch-alias": {
                    "dev-4.x": "4.x-dev"
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "See contributors",
                    "homepage": "https://www.drupal.org/node/49388/committers"
                },
                {
                    "name": "budda",
                    "homepage": "https://www.drupal.org/user/13164"
                },
                {
                    "name": "ixismark",
                    "homepage": "https://www.drupal.org/user/3632333"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "roberto.rivera.ixis",
                    "homepage": "https://www.drupal.org/user/3632325"
                }
            ],
            "description": "Allows your site to be tracked by Google Analytics by adding a Javascript tracking code to every page.",
            "homepage": "https://www.drupal.org/project/google_analytics",
            "support": {
                "source": "https://git.drupalcode.org/project/google_analytics",
                "issues": "https://www.drupal.org/project/issues/google_analytics"
            }
        },
        {
            "name": "drupal/group",
            "version": "3.3.4",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/group.git",
                "reference": "3.3.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/group-3.3.4.zip",
                "reference": "3.3.4",
                "shasum": "b28d14dcccbef0317964084c752c4c14a56a4522"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/entity": "^1.2",
                "drupal/flexible_permissions": "^2.0"
            },
            "require-dev": {
                "drupal/variationcache": "^1.5",
                "jangregor/phpstan-prophecy": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.3.4",
                    "datestamp": "1739358478",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Kristiaan Van den Eynde",
                    "homepage": "https://www.drupal.org/u/kristiaanvandeneynde",
                    "role": "Maintainer"
                },
                {
                    "name": "kristiaanvandeneynde",
                    "homepage": "https://www.drupal.org/user/1345130"
                }
            ],
            "description": "This module allows you to group users, content and other entities",
            "homepage": "http://drupal.org/project/group",
            "support": {
                "source": "https://git.drupalcode.org/project/group",
                "issues": "https://drupal.org/project/issues/group"
            }
        },
        {
            "name": "drupal/gutenberg",
            "version": "2.14.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/gutenberg.git",
                "reference": "8.x-2.14"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/gutenberg-8.x-2.14.zip",
                "reference": "8.x-2.14",
                "shasum": "c6610a940797ad6eadc19d1a279467a36560c9bd"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "ext-json": "*",
                "php": ">=7.4"
            },
            "require-dev": {
                "phpspec/prophecy-phpunit": "^2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.14",
                    "datestamp": "1728499573",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Marco Fernandes (marcofernandes)",
                    "homepage": "https://www.drupal.org/u/marcofernandes"
                },
                {
                    "name": "Thor Andre Gretland (thorandre)",
                    "homepage": "https://www.drupal.org/u/thorandre"
                },
                {
                    "name": "Roberto Ornelas (roborn)",
                    "homepage": "https://www.drupal.org/u/roborn"
                },
                {
                    "name": "codebymikey",
                    "homepage": "https://www.drupal.org/u/codebymikey"
                },
                {
                    "name": "Stephan Zeidler (szeidler)",
                    "homepage": "https://www.drupal.org/u/szeidler"
                },
                {
                    "name": "marcofernandes",
                    "homepage": "https://www.drupal.org/user/2127558"
                },
                {
                    "name": "perandre",
                    "homepage": "https://www.drupal.org/user/221337"
                },
                {
                    "name": "roborn",
                    "homepage": "https://www.drupal.org/user/139474"
                },
                {
                    "name": "szeidler",
                    "homepage": "https://www.drupal.org/user/767652"
                },
                {
                    "name": "thorandre",
                    "homepage": "https://www.drupal.org/user/223878"
                },
                {
                    "name": "truls1502",
                    "homepage": "https://www.drupal.org/user/325866"
                }
            ],
            "description": "Drupal Gutenberg brings the powerful admin features of Gutenberg Editor to Drupal.",
            "homepage": "https://www.drupal.org/project/gutenberg",
            "support": {
                "source": "https://git.drupalcode.org/project/gutenberg",
                "issues": "https://www.drupal.org/project/issues/gutenberg"
            }
        },
        {
            "name": "drupal/hal",
            "version": "2.0.4",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/hal.git",
                "reference": "2.0.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/hal-2.0.4.zip",
                "reference": "2.0.4",
                "shasum": "5d98f2ebbc7952d183278351d24d3e51ea18c8ee"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "require-dev": {
                "drupal/aggregator": "2.x-dev",
                "drupal/entity_reference_revisions": "1.x-dev",
                "drupal/rdf": "^2.1 || 3.0.x-dev",
                "drupal/tour": "^1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.4",
                    "datestamp": "1738532063",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bbrala",
                    "homepage": "https://www.drupal.org/user/3366066"
                },
                {
                    "name": "larowlan",
                    "homepage": "https://www.drupal.org/user/395439"
                }
            ],
            "description": "Hypermedia Application Language (HAL)",
            "homepage": "https://www.drupal.org/project/hal",
            "support": {
                "source": "https://git.drupalcode.org/project/hal"
            }
        },
        {
            "name": "drupal/honeypot",
            "version": "2.2.2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/honeypot.git",
                "reference": "2.2.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/honeypot-2.2.2.zip",
                "reference": "2.2.2",
                "shasum": "828872d31d1a2c37a818cacae7fcd77a60996c66"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "require-dev": {
                "drupal/rules": "^4.0",
                "drupal/webform": "^6.2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.2",
                    "datestamp": "1739854442",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Jeff Geerling",
                    "homepage": "https://www.drupal.org/user/389011",
                    "email": "geerlingguy@mac.com"
                },
                {
                    "name": "manuel garcia",
                    "homepage": "https://www.drupal.org/user/213194"
                },
                {
                    "name": "tr",
                    "homepage": "https://www.drupal.org/user/202830"
                },
                {
                    "name": "vijaycs85",
                    "homepage": "https://www.drupal.org/user/93488"
                }
            ],
            "description": "Mitigates spam form submissions using the honeypot method.",
            "homepage": "https://www.drupal.org/project/honeypot",
            "keywords": [
                "deterrent",
                "form",
                "honeypot",
                "honeytrap",
                "php",
                "spam"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/honeypot",
                "issues": "https://www.drupal.org/project/issues/honeypot"
            }
        },
        {
            "name": "drupal/http_cache_control",
            "version": "2.6.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/http_cache_control.git",
                "reference": "8.x-2.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/http_cache_control-8.x-2.6.zip",
                "reference": "8.x-2.6",
                "shasum": "dce070dff18c0298949e432713616df0841d7182"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.6",
                    "datestamp": "1740741248",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "dieterholvoet",
                    "homepage": "https://www.drupal.org/user/3567222"
                },
                {
                    "name": "josh waihi",
                    "homepage": "https://www.drupal.org/user/188162"
                }
            ],
            "description": "Module for controlling HTTP Cache Control response headers.",
            "homepage": "https://www.drupal.org/project/http_cache_control",
            "support": {
                "source": "https://git.drupalcode.org/project/http_cache_control"
            }
        },
        {
            "name": "drupal/http_client_error_status",
            "version": "3.1.3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/http_client_error_status.git",
                "reference": "3.1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/http_client_error_status-3.1.3.zip",
                "reference": "3.1.3",
                "shasum": "4880388d93182e98a716790d05440b18c47edb2e"
            },
            "require": {
                "drupal/core": "^10.2 || ^11"
            },
            "require-dev": {
                "drush/drush": "^12.5.2 || ^13"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.1.3",
                    "datestamp": "1720219453",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Jeff Logan (jefflogan)",
                    "homepage": "https://www.drupal.org/u/jefflogan",
                    "role": "Maintainer"
                }
            ],
            "description": "Provide HTTP client error status context plugin",
            "homepage": "https://drupal.org/project/http_client_error_status",
            "support": {
                "source": "https://git.drupal.org/project/http_client_error_status.git",
                "issues": "https://drupal.org/project/issues/http_client_error_status",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            }
        },
        {
            "name": "drupal/ief_complex_open",
            "version": "dev-1.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ief_complex_open.git",
                "reference": "01cb7751694172aee46d9f0726f728ac758cf330"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11",
                "drupal/inline_entity_form": "^1 || ^3"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.0.x": "1.0.x-dev"
                },
                "drupal": {
                    "version": "1.0.1+15-dev",
                    "datestamp": "1739677426",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "drpldrp",
                    "homepage": "https://www.drupal.org/user/3630968"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                }
            ],
            "description": "Inline entity form complex widget with add existing open by default.",
            "homepage": "https://www.drupal.org/project/ief_complex_open",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/ief_complex_open",
                "issues": "http://drupal.org/project/issues/ief_complex_open"
            }
        },
        {
            "name": "drupal/image_field_to_media",
            "version": "3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/image_field_to_media.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/image_field_to_media-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "abc66c620438ce6f5ba073b2c0003fcaf61d21a3"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1733757129",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Andrey Vitushkin (wombatbuddy)",
                    "homepage": "https://www.drupal.org/u/wombatbuddy",
                    "role": "Maintainer"
                },
                {
                    "name": "wombatbuddy",
                    "homepage": "https://www.drupal.org/user/3547848"
                }
            ],
            "description": "Enables to convert existing image fields to Media image fields.",
            "homepage": "https://www.drupal.org/project/image_field_to_media",
            "support": {
                "source": "https://git.drupalcode.org/project/image_field_to_media",
                "issues": "https://www.drupal.org/project/issues/image_field_to_media"
            }
        },
        {
            "name": "drupal/image_widget_crop",
            "version": "2.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/image_widget_crop.git",
                "reference": "8.x-2.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/image_widget_crop-8.x-2.4.zip",
                "reference": "8.x-2.4",
                "shasum": "6fcf4641d730bf1f5afce2a95d58f76094c72d1b"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10",
                "drupal/crop": "^1 || ^2"
            },
            "require-dev": {
                "drupal/bartik": "^1",
                "drupal/crop": "*",
                "drupal/ctools": "^3",
                "drupal/entity_browser": "^2",
                "drupal/inline_entity_form": "^1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.4",
                    "datestamp": "1667435355",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Alexandre Mallet",
                    "homepage": "https://github.com/woprrr",
                    "role": "Maintainer"
                },
                {
                    "name": "Drupal media CI",
                    "homepage": "https://www.drupal.org/user/3057985"
                },
                {
                    "name": "Drupal Media Team",
                    "homepage": "https://www.drupal.org/user/3260690"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "slashrsm",
                    "homepage": "https://www.drupal.org/user/744628"
                },
                {
                    "name": "woprrr",
                    "homepage": "https://www.drupal.org/user/858604"
                }
            ],
            "description": "Provides an interface for using the features of the Crop API.",
            "homepage": "https://www.drupal.org/project/image_widget_crop",
            "keywords": [
                "Crop",
                "Drupal",
                "Drupal Media"
            ],
            "support": {
                "source": "https://www.drupal.org/project/image_widget_crop",
                "issues": "https://www.drupal.org/project/issues/image_widget_crop",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            }
        },
        {
            "name": "drupal/indieweb",
            "version": "1.26.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/indieweb.git",
                "reference": "8.x-1.26"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/indieweb-8.x-1.26.zip",
                "reference": "8.x-1.26",
                "shasum": "5393c42a9c11ffed9026a70439454f9a20aff408"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "indieauth/client": "^1.1",
                "indieweb/mention-client": "^1.2",
                "lcobucci/jwt": "4.3.0",
                "p3k/micropub": "^0.0.3",
                "p3k/websub": "^0.0.1",
                "p3k/xray": "^1.12"
            },
            "require-dev": {
                "drupal/externalauth": "^2.0",
                "drupal/indieweb_indieauth": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.26",
                    "datestamp": "1740916115",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Kristof De Jaeger",
                    "homepage": "https://realize.be",
                    "email": "swentel@realize.be",
                    "role": "Maintainer"
                }
            ],
            "description": "IndieWeb functionality for your site.",
            "homepage": "http://drupal.org/project/indieweb",
            "support": {
                "source": "https://git.drupalcode.org/project/indieweb"
            }
        },
        {
            "name": "drupal/inline_entity_form",
            "version": "3.0.0-rc20",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/inline_entity_form.git",
                "reference": "3.0.0-rc20"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/inline_entity_form-3.0.0-rc20.zip",
                "reference": "3.0.0-rc20",
                "shasum": "c9ad4572bce4260d1d233a0c3196e4ff0915e4ee"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11",
                "drupal/rat": "^1.0.0@stable",
                "php": ">=7.1"
            },
            "require-dev": {
                "drupal/entity_reference_revisions": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0-rc20",
                    "datestamp": "1722000368",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "dawehner",
                    "homepage": "https://www.drupal.org/user/99340"
                },
                {
                    "name": "dww",
                    "homepage": "https://www.drupal.org/user/46549"
                },
                {
                    "name": "geek-merlin",
                    "homepage": "https://www.drupal.org/user/229048"
                },
                {
                    "name": "joachim",
                    "homepage": "https://www.drupal.org/user/107701"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "oknate",
                    "homepage": "https://www.drupal.org/user/471638"
                },
                {
                    "name": "ram4nd",
                    "homepage": "https://www.drupal.org/user/601534"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                },
                {
                    "name": "slashrsm",
                    "homepage": "https://www.drupal.org/user/744628"
                },
                {
                    "name": "webflo",
                    "homepage": "https://www.drupal.org/user/254778"
                }
            ],
            "description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
            "homepage": "https://www.drupal.org/project/inline_entity_form",
            "support": {
                "source": "https://git.drupalcode.org/project/inline_entity_form"
            }
        },
        {
            "name": "drupal/inotherwords",
            "version": "3.0.1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/inotherwords.git",
                "reference": "3.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/inotherwords-3.0.1.zip",
                "reference": "3.0.1",
                "shasum": "bb9abce972fffc662affe34d691fa6d1c6da6709"
            },
            "require": {
                "agaric/oxford-comma": "^1.2",
                "drupal/core": "^8 || ^9 || ^10",
                "kwn/number-to-words": "^1.8"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.1",
                    "datestamp": "1686885306",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "cedewey",
                    "homepage": "https://www.drupal.org/user/38694"
                },
                {
                    "name": "gnuget",
                    "homepage": "https://www.drupal.org/user/992990"
                },
                {
                    "name": "lelkneralfaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "MegaKeegMan",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                }
            ],
            "description": "Provides a field formatter for condensing sequential lists into shorter text.",
            "homepage": "https://drupal.org/project/inotherwords",
            "keywords": [
                "content",
                "drupal",
                "field",
                "field formatter",
                "ux"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/inotherwords",
                "issues": "https://www.drupal.org/project/issues/inotherwords"
            }
        },
        {
            "name": "drupal/insert",
            "version": "3.0.2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/insert.git",
                "reference": "3.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/insert-3.0.2.zip",
                "reference": "3.0.2",
                "shasum": "df73a01b20be742b53c95b3b5a8424894d2ce703"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "require-dev": {
                "drupal/colorbox": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.2",
                    "datestamp": "1739545285",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "quicksketch",
                    "homepage": "https://www.drupal.org/user/35821"
                },
                {
                    "name": "snater",
                    "homepage": "https://www.drupal.org/user/3513717"
                }
            ],
            "description": "Assists in inserting files, images, or other media into the body field as well as other editor and text areas.",
            "homepage": "https://www.drupal.org/project/insert",
            "support": {
                "source": "https://git.drupalcode.org/project/insert"
            }
        },
        {
            "name": "drupal/jquery_ui",
            "version": "1.7.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui.git",
                "reference": "8.x-1.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.7.zip",
                "reference": "8.x-1.7",
                "shasum": "3f893843ec30fed18fa1b0cb326e51880b0cb686"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.7",
                    "datestamp": "1717002098",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bnjmnm",
                    "homepage": "https://www.drupal.org/user/2369194"
                },
                {
                    "name": "jjeff",
                    "homepage": "https://www.drupal.org/user/17190"
                },
                {
                    "name": "lauriii",
                    "homepage": "https://www.drupal.org/user/1078742"
                },
                {
                    "name": "litwol",
                    "homepage": "https://www.drupal.org/user/78134"
                },
                {
                    "name": "mfb",
                    "homepage": "https://www.drupal.org/user/12302"
                },
                {
                    "name": "mfer",
                    "homepage": "https://www.drupal.org/user/25701"
                },
                {
                    "name": "mikelutz",
                    "homepage": "https://www.drupal.org/user/2972409"
                },
                {
                    "name": "nod_",
                    "homepage": "https://www.drupal.org/user/598310"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "RobLoach",
                    "homepage": "https://www.drupal.org/user/61114"
                },
                {
                    "name": "sun",
                    "homepage": "https://www.drupal.org/user/54136"
                },
                {
                    "name": "webchick",
                    "homepage": "https://www.drupal.org/user/24967"
                },
                {
                    "name": "Wim Leers",
                    "homepage": "https://www.drupal.org/user/99777"
                },
                {
                    "name": "zrpnr",
                    "homepage": "https://www.drupal.org/user/1448368"
                }
            ],
            "description": "Provides jQuery UI library.",
            "homepage": "https://www.drupal.org/project/jquery_ui",
            "support": {
                "source": "https://git.drupalcode.org/project/jquery_ui"
            }
        },
        {
            "name": "drupal/jquery_ui_accordion",
            "version": "2.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui_accordion.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui_accordion-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "f52cfc83f302a54b9c71a038e9ac1ce496f47edd"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11",
                "drupal/jquery_ui": "^1.7"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1717015495",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bnjmnm",
                    "homepage": "https://www.drupal.org/user/2369194"
                },
                {
                    "name": "lauriii",
                    "homepage": "https://www.drupal.org/user/1078742"
                },
                {
                    "name": "zrpnr",
                    "homepage": "https://www.drupal.org/user/1448368"
                }
            ],
            "description": "Provides jQuery UI Accordion library.",
            "homepage": "https://www.drupal.org/project/jquery_ui_accordion",
            "support": {
                "source": "https://git.drupalcode.org/project/jquery_ui_accordion"
            }
        },
        {
            "name": "drupal/jquery_ui_autocomplete",
            "version": "2.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui_autocomplete.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui_autocomplete-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "ecf9500d8bff6c3673e92019a09dcce87ac81fc6"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11",
                "drupal/jquery_ui": "^1.7",
                "drupal/jquery_ui_menu": "^2.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1717035046",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bnjmnm",
                    "homepage": "https://www.drupal.org/user/2369194"
                },
                {
                    "name": "lauriii",
                    "homepage": "https://www.drupal.org/user/1078742"
                },
                {
                    "name": "nod_",
                    "homepage": "https://www.drupal.org/user/598310"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "Wim Leers",
                    "homepage": "https://www.drupal.org/user/99777"
                },
                {
                    "name": "zrpnr",
                    "homepage": "https://www.drupal.org/user/1448368"
                }
            ],
            "description": "Provides jQuery UI Autocomplete library.",
            "homepage": "https://www.drupal.org/project/jquery_ui_autocomplete",
            "support": {
                "source": "https://git.drupalcode.org/project/jquery_ui_autocomplete"
            }
        },
        {
            "name": "drupal/jquery_ui_datepicker",
            "version": "2.1.1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui_datepicker.git",
                "reference": "2.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui_datepicker-2.1.1.zip",
                "reference": "2.1.1",
                "shasum": "29e56e8fa351fefd34e80529768ddc69a460149d"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11",
                "drupal/jquery_ui": "^1.7"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.1",
                    "datestamp": "1730932612",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bnjmnm",
                    "homepage": "https://www.drupal.org/user/2369194"
                },
                {
                    "name": "jrockowitz",
                    "homepage": "https://www.drupal.org/user/371407"
                },
                {
                    "name": "lauriii",
                    "homepage": "https://www.drupal.org/user/1078742"
                },
                {
                    "name": "nod_",
                    "homepage": "https://www.drupal.org/user/598310"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "zrpnr",
                    "homepage": "https://www.drupal.org/user/1448368"
                }
            ],
            "description": "Provides jQuery UI Datepicker library.",
            "homepage": "https://www.drupal.org/project/jquery_ui_datepicker",
            "support": {
                "source": "https://git.drupalcode.org/project/jquery_ui_datepicker"
            }
        },
        {
            "name": "drupal/jquery_ui_menu",
            "version": "2.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui_menu.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui_menu-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "9aa6958e52ea12c1cdedd7908c5aeb5309b8b4ea"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11",
                "drupal/jquery_ui": "^1.7"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1717031358",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bnjmnm",
                    "homepage": "https://www.drupal.org/user/2369194"
                },
                {
                    "name": "lauriii",
                    "homepage": "https://www.drupal.org/user/1078742"
                },
                {
                    "name": "nod_",
                    "homepage": "https://www.drupal.org/user/598310"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "Wim Leers",
                    "homepage": "https://www.drupal.org/user/99777"
                },
                {
                    "name": "zrpnr",
                    "homepage": "https://www.drupal.org/user/1448368"
                }
            ],
            "description": "Provides jQuery UI Menu library.",
            "homepage": "https://www.drupal.org/project/jquery_ui_menu",
            "support": {
                "source": "https://git.drupalcode.org/project/jquery_ui_menu"
            }
        },
        {
            "name": "drupal/jquery_ui_slider",
            "version": "2.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui_slider.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui_slider-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "89e54ccf787ad3eb11fb2ca9e25ea4bfce3df5b1"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11",
                "drupal/jquery_ui": "^1.7"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1717031321",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bnjmnm",
                    "homepage": "https://www.drupal.org/user/2369194"
                },
                {
                    "name": "lauriii",
                    "homepage": "https://www.drupal.org/user/1078742"
                },
                {
                    "name": "zrpnr",
                    "homepage": "https://www.drupal.org/user/1448368"
                }
            ],
            "description": "Provides jQuery UI Slider library.",
            "homepage": "https://www.drupal.org/project/jquery_ui_slider",
            "support": {
                "source": "https://git.drupalcode.org/project/jquery_ui_slider"
            }
        },
        {
            "name": "drupal/jquery_ui_touch_punch",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui_touch_punch.git",
                "reference": "1.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui_touch_punch-1.1.1.zip",
                "reference": "1.1.1",
                "shasum": "f16bc2ffa500131f43c84427ff213e753de9b6a6"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11",
                "drupal/jquery_ui": "^1.0",
                "politsin/jquery-ui-touch-punch": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.1.1",
                    "datestamp": "1717663479",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Naveen Valecha",
                    "homepage": "https://drupal.org/u/naveenvalecha",
                    "role": "Maintainer"
                },
                {
                    "name": "naveenvalecha",
                    "homepage": "https://www.drupal.org/user/2665733"
                }
            ],
            "description": "Provides jQuery UI Touch Punch library.",
            "homepage": "https://www.drupal.org/project/jquery_ui_touch_punch",
            "keywords": [
                "Drupal",
                "jquery_ui_touch_punch"
            ],
            "support": {
                "source": "https://www.drupal.org/project/jquery_ui_touch_punch",
                "issues": "https://www.drupal.org/project/issues/jquery_ui_touch_punch"
            }
        },
        {
            "name": "drupal/key",
            "version": "1.19.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/key.git",
                "reference": "8.x-1.19"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/key-8.x-1.19.zip",
                "reference": "8.x-1.19",
                "shasum": "ee8f7b8f8babd381f1e4423dccede94b4eb5985c"
            },
            "require": {
                "drupal/core": ">=8.9 <12"
            },
            "require-dev": {
                "drush/drush": ">=9"
            },
            "suggest": {
                "drush/drush": ">=11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.19",
                    "datestamp": "1720053341",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": ">=9"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "cellar door",
                    "homepage": "https://www.drupal.org/user/658076"
                },
                {
                    "name": "crashtest_",
                    "homepage": "https://www.drupal.org/user/261457"
                },
                {
                    "name": "nerdstein",
                    "homepage": "https://www.drupal.org/user/1557710"
                },
                {
                    "name": "rlhawk",
                    "homepage": "https://www.drupal.org/user/352283"
                }
            ],
            "description": "Provides the ability to manage site-wide keys",
            "homepage": "http://drupal.org/project/key",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/key",
                "issues": "http://drupal.org/project/key"
            }
        },
        {
            "name": "drupal/link_attributes",
            "version": "1.14.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/link_attributes.git",
                "reference": "8.x-1.14"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/link_attributes-8.x-1.14.zip",
                "reference": "8.x-1.14",
                "shasum": "fa4f27ecaed7e6b3c58c0adc679918a9beb7ded5"
            },
            "require": {
                "drupal/core": "^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.14",
                    "datestamp": "1687393687",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "larowlan",
                    "homepage": "https://www.drupal.org/user/395439"
                }
            ],
            "description": "Provides a widget to allow settings of link attributes for menu links.",
            "homepage": "https://www.drupal.org/project/link_attributes",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/link_attributes",
                "issues": "https://www.drupal.org/project/issues/link_attributes"
            }
        },
        {
            "name": "drupal/linkit",
            "version": "6.1.6",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/linkit.git",
                "reference": "6.1.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/linkit-6.1.6.zip",
                "reference": "6.1.6",
                "shasum": "113d8e569cfb92f8d7feb0a2f7713953c0715e92"
            },
            "require": {
                "drupal/core": "^10.1"
            },
            "require-dev": {
                "drupal/ckeditor": "*",
                "drupal/imce": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "6.1.6",
                    "datestamp": "1729189029",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Emil Stjerneman",
                    "homepage": "https://stjerneman.com",
                    "email": "emil@stjerneman.com",
                    "role": "Maintainer"
                },
                {
                    "name": "johnwebdev",
                    "homepage": "https://www.drupal.org/user/3331569"
                },
                {
                    "name": "mark_fullmer",
                    "homepage": "https://www.drupal.org/user/2612816"
                }
            ],
            "description": "Linkit - Enriched linking experience",
            "homepage": "http://drupal.org/project/linkit",
            "support": {
                "source": "http://cgit.drupalcode.org/linkit",
                "issues": "http://drupal.org/project/linkit"
            }
        },
        {
            "name": "drupal/mailchimp",
            "version": "2.2.5",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/mailchimp.git",
                "reference": "2.2.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/mailchimp-2.2.5.zip",
                "reference": "2.2.5",
                "shasum": "e8764ee98a2a0185a6889277d0f9a9cd27c9d6ef"
            },
            "require": {
                "drupal/core": "^8.7.7 || ^9 || ^10",
                "thinkshout/mailchimp-api-php": "^3"
            },
            "require-dev": {
                "drupal/mailchimp_events": "*",
                "drupal/mailchimp_lists": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.5",
                    "datestamp": "1728582242",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "aprice42",
                    "homepage": "https://www.drupal.org/user/369147"
                },
                {
                    "name": "bdimaggio",
                    "homepage": "https://www.drupal.org/user/70688"
                },
                {
                    "name": "brendanthinkshout",
                    "homepage": "https://www.drupal.org/user/3578399"
                },
                {
                    "name": "gcb",
                    "homepage": "https://www.drupal.org/user/1682976"
                },
                {
                    "name": "kescoto-thinkshout",
                    "homepage": "https://www.drupal.org/user/3664824"
                },
                {
                    "name": "levelos",
                    "homepage": "https://www.drupal.org/user/54135"
                },
                {
                    "name": "mariacha1",
                    "homepage": "https://www.drupal.org/user/2210776"
                },
                {
                    "name": "maximumpotter",
                    "homepage": "https://www.drupal.org/user/3653774"
                },
                {
                    "name": "mshaver",
                    "homepage": "https://www.drupal.org/user/39079"
                },
                {
                    "name": "olivier.bouwman",
                    "homepage": "https://www.drupal.org/user/2799483"
                },
                {
                    "name": "tauno",
                    "homepage": "https://www.drupal.org/user/105595"
                },
                {
                    "name": "wxactly",
                    "homepage": "https://www.drupal.org/user/3181097"
                },
                {
                    "name": "xenophyle",
                    "homepage": "https://www.drupal.org/user/664428"
                }
            ],
            "description": "Mailchimp is an integration with the Mailchimp Mass email tool.",
            "homepage": "http://drupal.org/project/mailchimp",
            "support": {
                "source": "https://git.drupalcode.org/project/mailchimp"
            }
        },
        {
            "name": "drupal/markdown",
            "version": "3.0.1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/markdown.git",
                "reference": "3.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/markdown-3.0.1.zip",
                "reference": "3.0.1",
                "shasum": "ae33f2819c0f2591484ae02921781fb3ea783330"
            },
            "require": {
                "composer/semver": "^1.0 || ^2.0 || ^3.0",
                "drupal/core": "^9.1 || ^10",
                "php": ">=5.5.9"
            },
            "suggest": {
                "league/commonmark": "The PHP CommonMark parser is a robust, highly-extensible Markdown parser for PHP based on the CommonMark and Github-Flavored Markdown specifications."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.1",
                    "datestamp": "1704727858",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mark Halliwell (markhalliwell)",
                    "homepage": "https://www.drupal.org/u/markhalliwell",
                    "role": "D8+ Maintainer"
                },
                {
                    "name": "Gisle Hannemyr (gisle)",
                    "homepage": "https://www.drupal.org/u/gisle",
                    "role": "D7 Maintainer"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                },
                {
                    "name": "markdorison",
                    "homepage": "https://www.drupal.org/user/346106"
                },
                {
                    "name": "megachriz",
                    "homepage": "https://www.drupal.org/user/654114"
                }
            ],
            "description": "Provides Markdown integration for Drupal and allows content to be formatted in a simple plain-text syntax that is transformed into valid HTML.",
            "homepage": "https://www.drupal.org/project/markdown",
            "support": {
                "source": "https://git.drupalcode.org/project/markdown",
                "issues": "https://www.drupal.org/project/markdown"
            }
        },
        {
            "name": "drupal/media_contextual_crop",
            "version": "2.1.5",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/media_contextual_crop.git",
                "reference": "2.1.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/media_contextual_crop-2.1.5.zip",
                "reference": "2.1.5",
                "shasum": "d511e031ec5b13c93fe5e1352ee455a902a3ec73"
            },
            "require": {
                "composer/installers": "^1.9 || ^2.0",
                "cweagans/composer-patches": "^1.7 || ^2.0",
                "drupal/core": "^10 || ^11",
                "drupal/crop": "^2.3",
                "drush/drush": ">11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.5",
                    "datestamp": "1736325942",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "enable-patching": true,
                "patches": {
                    "drupal/crop": {
                        "provide_contextual_capability_to_crops": "https://www.drupal.org/files/issues/2024-01-21/2617818-32-provide_contextual_capability_to_crops.patch"
                    },
                    "drupal/core": {
                        "Refactor ImageStyleDownloadController": "https://www.drupal.org/files/issues/2024-09-04/2685905-35-factorizeImageDeliver.patch"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "drdam",
                    "homepage": "https://www.drupal.org/user/1555440"
                }
            ],
            "description": "Media Contextual Cropping API",
            "homepage": "https://www.drupal.org/project/media_contextual_crop",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/media_contextual_crop"
            }
        },
        {
            "name": "drupal/media_contextual_crop_field_formatter",
            "version": "2.0.7",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/media_contextual_crop_field_formatter.git",
                "reference": "2.0.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/media_contextual_crop_field_formatter-2.0.7.zip",
                "reference": "2.0.7",
                "shasum": "f3409352b36dfd6ae3936536e76cfc618c92712c"
            },
            "require": {
                "composer/installers": "^1.9 || ^2.0",
                "cweagans/composer-patches": "^1.7",
                "drupal/core": "^10 || ^11",
                "drupal/media_contextual_crop": "~2.0",
                "drupal/media_library_media_modify": "^1.0.0 || ^2.0.0@beta"
            },
            "require-dev": {
                "drupal/advanced_help": "^1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.7",
                    "datestamp": "1728401162",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "enable-patching": true,
                "patches": {
                    "drupal/media_library_media_modify": {
                        "#3270150 Add alteration": "https://git.drupalcode.org/project/media_library_media_modify/-/merge_requests/65.patch"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "drdam",
                    "homepage": "https://www.drupal.org/user/1555440"
                }
            ],
            "description": "An implementation of media_contextual_crop API for media references",
            "homepage": "https://www.drupal.org/project/media_contextual_crop_field_formatter",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/media_contextual_crop_field_formatter"
            }
        },
        {
            "name": "drupal/media_contextual_crop_fp_adapter",
            "version": "2.0.2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/media_contextual_crop_fp_adapter.git",
                "reference": "2.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/media_contextual_crop_fp_adapter-2.0.2.zip",
                "reference": "2.0.2",
                "shasum": "ec729a10cda85f3f01428eff80f50102e7aa07c6"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "drupal/focal_point": "^1.5 || ^2.0@alpha",
                "drupal/media_contextual_crop": "~2.0"
            },
            "require-dev": {
                "drupal/advanced_help": "^1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.2",
                    "datestamp": "1725437111",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "drdam",
                    "homepage": "https://www.drupal.org/user/1555440"
                }
            ],
            "description": "An adapter between focal_point crop plugin and media_contextual_crop",
            "homepage": "https://www.drupal.org/project/media_contextual_crop_fp_adapter",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/media_contextual_crop_fp_adapter"
            }
        },
        {
            "name": "drupal/media_contextual_crop_iwc_adapter",
            "version": "2.0.2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/media_contextual_crop_iwc_adapter.git",
                "reference": "2.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/media_contextual_crop_iwc_adapter-2.0.2.zip",
                "reference": "2.0.2",
                "shasum": "49bae2a762dfb5197fcc23e280ce58b4f6963c4a"
            },
            "require": {
                "drupal/core": "^10",
                "drupal/image_widget_crop": "^2.3",
                "drupal/media_contextual_crop": "~2.0"
            },
            "require-dev": {
                "drupal/advanced_help": "^1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.2",
                    "datestamp": "1706001866",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "drdam",
                    "homepage": "https://www.drupal.org/user/1555440"
                }
            ],
            "description": "An adapter between focal_point crop plugin and media_contextual_crop",
            "homepage": "https://www.drupal.org/project/media_contextual_crop_iwc_adapter",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/media_contextual_crop_iwc_adapter"
            }
        },
        {
            "name": "drupal/media_library_media_modify",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/media_library_media_modify.git",
                "reference": "1.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/media_library_media_modify-1.0.0.zip",
                "reference": "1.0.0",
                "shasum": "62386e5b8f9ec926fc58ecff1145aae6f835808a"
            },
            "require": {
                "drupal/core": "^9.5 || ^10"
            },
            "require-dev": {
                "drupal/diff": "^1.0",
                "drupal/inline_entity_form": "1.0-rc14",
                "drush/drush": "^12.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.0",
                    "datestamp": "1723624265",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches": {
                    "drupal/core": {
                        "Issue #3263397-10: Simplify form logic in media library": "https://www.drupal.org/files/issues/2023-01-19/3263397-16.patch"
                    },
                    "drupal/inline_entity_form": {
                        "Issue #3271293: Changes are lost when collapsing a paragraphs subform including an inline_entity_form": "https://www.drupal.org/files/issues/2022-09-22/47-8.diff"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Christian Fritsch",
                    "homepage": "https://www.drupal.org/user/157725",
                    "email": "christian.fritsch@burda.com"
                },
                {
                    "name": "chr.fritsch",
                    "homepage": "https://www.drupal.org/user/2103716"
                },
                {
                    "name": "daniel.bosen",
                    "homepage": "https://www.drupal.org/user/404865"
                },
                {
                    "name": "volkerk",
                    "homepage": "https://www.drupal.org/user/57527"
                }
            ],
            "description": "Store context specific overrides for entity reference fields.",
            "homepage": "https://www.drupal.org/project/media_library_media_modify",
            "support": {
                "source": "https://git.drupalcode.org/project/media_library_media_modify"
            }
        },
        {
            "name": "drupal/media_responsive_thumbnail",
            "version": "1.5.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/media_responsive_thumbnail.git",
                "reference": "8.x-1.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/media_responsive_thumbnail-8.x-1.5.zip",
                "reference": "8.x-1.5",
                "shasum": "ef96d0c4e4f2759eb19888823e9e733af67f7445"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.5",
                    "datestamp": "1678903132",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "yoruvo",
                    "homepage": "https://www.drupal.org/user/2989799"
                }
            ],
            "description": "Adds a field formatter for Media references which displays a responsive image.",
            "homepage": "https://www.drupal.org/project/media_responsive_thumbnail",
            "support": {
                "source": "https://git.drupalcode.org/project/media_responsive_thumbnail"
            }
        },
        {
            "name": "drupal/menu_admin_per_menu",
            "version": "1.6.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/menu_admin_per_menu.git",
                "reference": "8.x-1.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/menu_admin_per_menu-8.x-1.6.zip",
                "reference": "8.x-1.6",
                "shasum": "8ebbab26f0dad2b1f79d7aa185295ca033eece7a"
            },
            "require": {
                "drupal/core": "^10.2 || ^11.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.6",
                    "datestamp": "1726150514",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "anrikun",
                    "homepage": "https://www.drupal.org/user/410199"
                },
                {
                    "name": "jeroent",
                    "homepage": "https://www.drupal.org/user/2228934"
                },
                {
                    "name": "jonas139",
                    "homepage": "https://www.drupal.org/user/2873401"
                },
                {
                    "name": "mkdok",
                    "homepage": "https://www.drupal.org/user/3308753"
                }
            ],
            "description": "Allows to give roles per menu admin permissions without giving them full administer menu permission.",
            "homepage": "https://www.drupal.org/project/menu_admin_per_menu",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/menu_admin_per_menu",
                "issues": "https://drupal.org/project/issues/menu_admin_per_menu"
            }
        },
        {
            "name": "drupal/menu_block",
            "version": "1.14.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/menu_block.git",
                "reference": "8.x-1.14"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/menu_block-8.x-1.14.zip",
                "reference": "8.x-1.14",
                "shasum": "c71e60acaba8a7553e8cf423a56328771cbdedf4"
            },
            "require": {
                "drupal/core": "^10.1 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.14",
                    "datestamp": "1740624449",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                },
                {
                    "name": "johnalbin",
                    "homepage": "https://www.drupal.org/user/32095"
                },
                {
                    "name": "kim.pepper",
                    "homepage": "https://www.drupal.org/user/370574"
                },
                {
                    "name": "renatog",
                    "homepage": "https://www.drupal.org/user/3326031"
                },
                {
                    "name": "rrrob",
                    "homepage": "https://www.drupal.org/user/273533"
                }
            ],
            "description": "Provides configurable blocks of menu links.",
            "homepage": "https://www.drupal.org/project/menu_block",
            "support": {
                "source": "https://git.drupalcode.org/project/menu_block"
            }
        },
        {
            "name": "drupal/menu_link_config",
            "version": "1.0.0-alpha9",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/menu_link_config.git",
                "reference": "8.x-1.0-alpha9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/menu_link_config-8.x-1.0-alpha9.zip",
                "reference": "8.x-1.0-alpha9",
                "shasum": "de8dc902de9fea403240c6371b9aaa309c5f8077"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-alpha9",
                    "datestamp": "1741211826",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "dawehner",
                    "homepage": "https://www.drupal.org/user/99340"
                },
                {
                    "name": "geek-merlin",
                    "homepage": "https://www.drupal.org/user/229048"
                },
                {
                    "name": "hydra",
                    "homepage": "https://www.drupal.org/user/647364"
                },
                {
                    "name": "labboy0276",
                    "homepage": "https://www.drupal.org/user/2397942"
                },
                {
                    "name": "malcomio",
                    "homepage": "https://www.drupal.org/user/418511"
                },
                {
                    "name": "tstoeckler",
                    "homepage": "https://www.drupal.org/user/107158"
                }
            ],
            "description": "muh",
            "homepage": "https://www.drupal.org/project/menu_link_config",
            "support": {
                "source": "https://git.drupalcode.org/project/menu_link_config"
            }
        },
        {
            "name": "drupal/menu_trail_by_path",
            "version": "2.1.1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/menu_trail_by_path.git",
                "reference": "2.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/menu_trail_by_path-2.1.1.zip",
                "reference": "2.1.1",
                "shasum": "cd636347d775e986aa7d05af7783db860fbac27a"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.1",
                    "datestamp": "1736754552",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "davy-r",
                    "homepage": "https://www.drupal.org/user/3278771"
                },
                {
                    "name": "mbovan",
                    "homepage": "https://www.drupal.org/user/3149657"
                },
                {
                    "name": "redndahead",
                    "homepage": "https://www.drupal.org/user/160320"
                },
                {
                    "name": "SeriousMatters",
                    "homepage": "https://www.drupal.org/user/290439"
                }
            ],
            "description": "Expand menus and set active-trail according to the current path.",
            "homepage": "https://www.drupal.org/project/menu_trail_by_path",
            "support": {
                "source": "https://git.drupalcode.org/project/menu_trail_by_path"
            }
        },
        {
            "name": "drupal/message",
            "version": "1.8.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/message.git",
                "reference": "8.x-1.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/message-8.x-1.8.zip",
                "reference": "8.x-1.8",
                "shasum": "461a00b425c9d8907f489e8109fb6b20871c463e"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/token": "^1.14"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.8",
                    "datestamp": "1739744268",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "amitaibu",
                    "homepage": "https://www.drupal.org/user/57511"
                },
                {
                    "name": "bluegeek9",
                    "homepage": "https://www.drupal.org/user/1286304"
                },
                {
                    "name": "Grayside",
                    "homepage": "https://www.drupal.org/user/346868"
                },
                {
                    "name": "jhedstrom",
                    "homepage": "https://www.drupal.org/user/208732"
                },
                {
                    "name": "RoySegall",
                    "homepage": "https://www.drupal.org/user/1812910"
                }
            ],
            "description": "Message",
            "homepage": "https://www.drupal.org/project/message",
            "support": {
                "source": "https://git.drupalcode.org/project/message"
            }
        },
        {
            "name": "drupal/metatag",
            "version": "2.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/metatag.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/metatag-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "c28fe2fdac68a9370a6af6cbafff4425dd5148f3"
            },
            "require": {
                "drupal/core": "^9.4 || ^10 || ^11",
                "drupal/token": "^1.0",
                "php": ">=8.0"
            },
            "require-dev": {
                "drupal/forum": "*",
                "drupal/hal": "^1 || ^2 || ^9",
                "drupal/metatag_dc": "*",
                "drupal/metatag_open_graph": "*",
                "drupal/page_manager": "^4.0",
                "drupal/redirect": "^1.0",
                "ergebnis/composer-normalize": "*",
                "mpyw/phpunit-patch-serializable-comparison": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1731004042",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "composer-normalize": {
                    "indent-size": 2,
                    "indent-style": "space"
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "See contributors",
                    "homepage": "https://www.drupal.org/node/640498/committers",
                    "role": "Developer"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                }
            ],
            "description": "Manage meta tags for all entities.",
            "homepage": "https://www.drupal.org/project/metatag",
            "keywords": [
                "Drupal",
                "seo"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/metatag",
                "issues": "https://www.drupal.org/project/issues/metatag",
                "docs": "https://www.drupal.org/docs/8/modules/metatag"
            }
        },
        {
            "name": "drupal/microformats",
            "version": "2.0.0-beta3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/microformats.git",
                "reference": "2.0.0-beta3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/microformats-2.0.0-beta3.zip",
                "reference": "2.0.0-beta3",
                "shasum": "2306661c616a2a340e831ecfdd969e6b06fb351e"
            },
            "require": {
                "barnabywalters/mf-cleaner": "^0.1.4",
                "drupal/core": "^8 || ^9 || ^10",
                "mf2/mf2": "~0.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-beta3",
                    "datestamp": "1695297696",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "HongPong",
                    "homepage": "https://www.drupal.org/user/60005"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                }
            ],
            "description": "Microformats to provide support for exchanging data objects",
            "homepage": "https://www.drupal.org/project/microformats",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/microformats",
                "issues": "http://drupal.org/project/issues/microformats"
            }
        },
        {
            "name": "drupal/migrate_plus",
            "version": "6.0.5",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/migrate_plus.git",
                "reference": "6.0.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/migrate_plus-6.0.5.zip",
                "reference": "6.0.5",
                "shasum": "441e91086feaca7a6f1acf1735023fff0dfc5e1e"
            },
            "require": {
                "drupal/core": ">=9.1",
                "php": ">=7.4"
            },
            "require-dev": {
                "drupal/migrate_example_advanced_setup": "*",
                "drupal/migrate_example_setup": "*"
            },
            "suggest": {
                "ext-soap": "*",
                "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "6.0.5",
                    "datestamp": "1732124623",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mike Ryan",
                    "homepage": "https://www.drupal.org/u/mikeryan",
                    "role": "Maintainer"
                },
                {
                    "name": "Lucas Hedding",
                    "homepage": "https://www.drupal.org/u/heddn",
                    "role": "Maintainer"
                },
                {
                    "name": "mikeryan",
                    "homepage": "https://www.drupal.org/user/4420"
                }
            ],
            "description": "Enhancements to core migration support.",
            "homepage": "https://www.drupal.org/project/migrate_plus",
            "support": {
                "source": "https://git.drupalcode.org/project/migrate_plus",
                "issues": "https://www.drupal.org/project/issues/migrate_plus",
                "slack": "#migrate"
            }
        },
        {
            "name": "drupal/migrate_source_csv",
            "version": "3.7.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/migrate_source_csv.git",
                "reference": "8.x-3.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/migrate_source_csv-8.x-3.7.zip",
                "reference": "8.x-3.7",
                "shasum": "d952a58003a4616176050ce4d486f9df9c6c59c9"
            },
            "require": {
                "drupal/core": ">=9.1",
                "league/csv": "^9.1",
                "php": ">=7.1"
            },
            "require-dev": {
                "drupal/migrate_plus": ">=5.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.7",
                    "datestamp": "1735314551",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Lucas Hedding",
                    "homepage": "https://www.drupal.org/u/heddn",
                    "role": "Maintainer"
                }
            ],
            "description": "CSV source migration.",
            "homepage": "https://www.drupal.org/project/migrate_source_csv",
            "support": {
                "source": "https://cgit.drupalcode.org/migrate_source_csv",
                "issues": "https://www.drupal.org/project/issues/migrate_source_csv"
            }
        },
        {
            "name": "drupal/migrate_tools",
            "version": "6.0.5",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/migrate_tools.git",
                "reference": "6.0.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/migrate_tools-6.0.5.zip",
                "reference": "6.0.5",
                "shasum": "c82519b366f43827818b04bfbc0009a6e028b835"
            },
            "require": {
                "drupal/core": ">=9.1",
                "php": ">=7.4"
            },
            "require-dev": {
                "drupal/migrate_plus": ">=5",
                "drupal/migrate_source_csv": ">=3",
                "drush/drush": ">=11"
            },
            "suggest": {
                "drupal/migrate_plus": ">=5",
                "drush/drush": ">=11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "6.0.5",
                    "datestamp": "1730824457",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": ">=9"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mike Ryan",
                    "homepage": "https://www.drupal.org/u/mikeryan",
                    "role": "Maintainer"
                },
                {
                    "name": "Lucas Hedding",
                    "homepage": "https://www.drupal.org/u/heddn",
                    "role": "Maintainer"
                },
                {
                    "name": "mikeryan",
                    "homepage": "https://www.drupal.org/user/4420"
                }
            ],
            "description": "Tools to assist in developing and running migrations.",
            "homepage": "http://drupal.org/project/migrate_tools",
            "support": {
                "source": "https://git.drupalcode.org/project/migrate_tools",
                "issues": "https://www.drupal.org/project/issues/migrate_tools",
                "slack": "#migrate"
            }
        },
        {
            "name": "drupal/migrate_upgrade",
            "version": "4.0.2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/migrate_upgrade.git",
                "reference": "4.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-4.0.2.zip",
                "reference": "4.0.2",
                "shasum": "358f3cea91411b179a1c78841f1cc3166a947088"
            },
            "require": {
                "drupal/core": ">=9",
                "drupal/migrate_plus": ">=5",
                "drush/drush": ">=9",
                "php": ">7.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.2",
                    "datestamp": "1719350600",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mike Ryan",
                    "homepage": "https://www.drupal.org/u/mikeryan",
                    "role": "Maintainer"
                },
                {
                    "name": "Lucas Hedding",
                    "homepage": "https://www.drupal.org/u/heddn",
                    "role": "Maintainer"
                }
            ],
            "description": "Drush support for direct upgrades from older Drupal versions.",
            "homepage": "https://www.drupal.org/project/migrate_upgrade",
            "support": {
                "source": "https://git.drupalcode.org/project/migrate_upgrade",
                "issues": "https://www.drupal.org/project/issues/migrate_upgrade",
                "slack": "#migrate"
            }
        },
        {
            "name": "drupal/migration_helpers",
            "version": "dev-1.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/migration_helpers.git",
                "reference": "8fb26e7b1221690a93637500d6876e02eea182ce"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.0.x": "1.0.x-dev"
                },
                "drupal": {
                    "version": "1.0.x-dev",
                    "datestamp": "1721919021",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "dinarcon",
                    "homepage": "https://www.drupal.org/user/909522"
                },
                {
                    "name": "lelkneralfaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "MegaKeegMan",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                }
            ],
            "description": "Provides helpers to migrate data into modern Drupal.",
            "homepage": "https://git.agaric.com/agaric/migration_helpers",
            "support": {
                "source": "https://git.drupalcode.org/project/migration_helpers"
            }
        },
        {
            "name": "drupal/minimalhtml",
            "version": "2.0.2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/minimalhtml.git",
                "reference": "2.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/minimalhtml-2.0.2.zip",
                "reference": "2.0.2",
                "shasum": "1dc75beafb5d392fc63648826e8cecfad1a97c37"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10",
                "drupal/wysiwyg_linebreaks": "2.0.x-dev@dev"
            },
            "require-dev": {
                "drupal/ckeditor": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.2",
                    "datestamp": "1690397749",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Benjamin Melançon",
                    "homepage": "https://agaric.com/mlncn",
                    "email": "mlncn@agaric.com",
                    "role": "Maintainer"
                },
                {
                    "name": "See contributors",
                    "homepage": "https://www.drupal.org/node/2937110/committers"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                }
            ],
            "description": "Minimal HTML provides a WYSIWYG text format suitable for basic uses like short text fields or administrator-configured notices.",
            "homepage": "https://www.drupal.org/project/minimalhtml",
            "support": {
                "source": "https://git.drupalcode.org/project/minimalhtml",
                "issues": "https://www.drupal.org/project/issues/minimalhtml"
            }
        },
        {
            "name": "drupal/minimalhtmltitle",
            "version": "2.0.2",
            "require": {
                "drupal/ckeditor": "*",
                "drupal/core": "^8 || ^9 || ^10",
                "drupal/minimalhtml": "^2"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "2.0.2",
                    "datestamp": "1690397749",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "lelkneralfaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "MegaKeegMan",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                }
            ],
            "description": "A super-minimal WYSIWYG text format for titles, subtitles, and other text not meant to be wrapped in paragraph tags or have any block-level HTML elements.",
            "homepage": "https://www.drupal.org/project/minimalhtml",
            "support": {
                "source": "https://git.drupalcode.org/project/minimalhtml"
            }
        },
        {
            "name": "drupal/node_view_permissions",
            "version": "1.6.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/node_view_permissions.git",
                "reference": "8.x-1.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/node_view_permissions-8.x-1.6.zip",
                "reference": "8.x-1.6",
                "shasum": "f56e0d43f41f384c73d93e18abfbe38809533d5e"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.6",
                    "datestamp": "1686297669",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "adcillc",
                    "homepage": "https://www.drupal.org/user/366450"
                },
                {
                    "name": "adci_contributor",
                    "homepage": "https://www.drupal.org/user/1830536"
                },
                {
                    "name": "hxdef",
                    "homepage": "https://www.drupal.org/user/2622115"
                }
            ],
            "description": "enables permissions 'View own content' and 'View any content' for each content type on permissions page",
            "homepage": "http://drupal.org/project/node_view_permissions",
            "support": {
                "source": "https://git.drupalcode.org/project/node_view_permissions"
            }
        },
        {
            "name": "drupal/noreferrer",
            "version": "1.18.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/noreferrer.git",
                "reference": "8.x-1.18"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/noreferrer-8.x-1.18.zip",
                "reference": "8.x-1.18",
                "shasum": "2faed2bc3f104eafcc061d941137f981bbea2078"
            },
            "require": {
                "drupal/core": "^8.7.7 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.18",
                    "datestamp": "1716361226",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "mark burdett",
                    "homepage": "https://www.drupal.org/u/mfb"
                }
            ],
            "description": "Adds rel=\"noopener\" and/or rel=\"noreferrer\" to links.",
            "homepage": "https://www.drupal.org/project/noreferrer",
            "support": {
                "source": "https://git.drupalcode.org/project/noreferrer",
                "issues": "https://www.drupal.org/project/issues/noreferrer"
            },
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/mfb"
                },
                {
                    "type": "patreon",
                    "url": "https://www.patreon.com/mfb"
                }
            ]
        },
        {
            "name": "drupal/notfoundpassthrough",
            "version": "dev-1.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/notfoundpassthrough.git",
                "reference": "8561838b0636eec6a452b7f35bcec3c673a90a92"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "1.0.0-beta5+2-dev",
                    "datestamp": "1736206027",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Benjamin Melançon",
                    "homepage": "https://agaric.coop/mlncn",
                    "email": "mlncn@agaric.coop",
                    "role": "Maintainer"
                },
                {
                    "name": "David Valdez",
                    "homepage": "https://agaric.coop/gnuget",
                    "email": "gnuget@agaric.coop",
                    "role": "Maintainer"
                },
                {
                    "name": "Vlad Pavlovic",
                    "homepage": "https://www.drupal.org/u/vladpavlovic",
                    "role": "Creator"
                },
                {
                    "name": "Lucian NEAG",
                    "homepage": "https://www.drupal.org/u/luxian",
                    "role": "Ported to Drupal 7"
                },
                {
                    "name": "See contributors",
                    "homepage": "https://www.drupal.org/node/3170743/committers"
                }
            ],
            "homepage": "https://www.drupal.org/project/notfoundpassthrough",
            "support": {
                "source": "https://git.drupalcode.org/project/notfoundpassthrough",
                "issues": "https://www.drupal.org/project/issues/notfoundpassthrough"
            }
        },
        {
            "name": "drupal/octavia",
            "version": "dev-2.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/octavia.git",
                "reference": "23b696b1a43ea4b0f07ab6233128b528ffde4170"
            },
            "require": {
                "drupal/bulma": "1.x-dev@dev",
                "drupal/components": "^3",
                "drupal/core": "^9 || ^10",
                "drupal/skins": "^2",
                "drupal/twigsuggest": "^2"
            },
            "type": "drupal-theme",
            "extra": {
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                },
                "drupal": {
                    "version": "2.0.0-alpha1+23-dev",
                    "datestamp": "1738971348",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "drutopia_gitlab",
                    "homepage": "https://www.drupal.org/user/3514271"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "nedjo",
                    "homepage": "https://www.drupal.org/user/4481"
                },
                {
                    "name": "onion",
                    "homepage": "https://www.drupal.org/user/260583"
                },
                {
                    "name": "ronaldmulero",
                    "homepage": "https://www.drupal.org/user/241652"
                },
                {
                    "name": "rosemarymann",
                    "homepage": "https://www.drupal.org/user/837536"
                }
            ],
            "description": "A base theme for the Drutopia distribution based on Bulma.",
            "homepage": "https://gitlab.com/drutopia/octavia",
            "keywords": [
                "bulma",
                "drutopia",
                "flexbox",
                "styles",
                "templates",
                "theme"
            ],
            "support": {
                "source": "https://gitlab.com/drutopia/octavia/tree/8.x-1.x",
                "issues": "https://gitlab.com/drutopia/octavia/issues"
            }
        },
        {
            "name": "drupal/octavia_camouflage",
            "version": "dev-2.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/octavia_camouflage.git",
                "reference": "73bfe2aa78c7313f994c03d10c733782470a42f8"
            },
            "require": {
                "drupal/core": "^9 || ^10",
                "drupal/octavia": "^2"
            },
            "type": "drupal-theme",
            "extra": {
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                },
                "drupal": {
                    "version": "2.0.x-dev",
                    "datestamp": "1736288567",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "freescholar",
                    "homepage": "https://www.drupal.org/user/69463"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "skgchp",
                    "homepage": "https://www.drupal.org/user/3519194"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "A free-for-all-to-contribute-to set of skins for Drutopia's Octavia theme.",
            "homepage": "https://gitlab.com/drutopia/octavia_camouflage",
            "keywords": [
                "drutopia",
                "skins",
                "theme"
            ],
            "support": {
                "source": "https://gitlab.com/drutopia/octavia_camouflage/tree/8.x-1.x",
                "issues": "https://gitlab.com/drutopia/octavia_camouflage/issues"
            }
        },
        {
            "name": "drupal/paragraphs",
            "version": "1.19.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/paragraphs.git",
                "reference": "8.x-1.19"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.19.zip",
                "reference": "8.x-1.19",
                "shasum": "831a81a11eac419e8410db45efef5b283c4d117c"
            },
            "require": {
                "drupal/core": "^10.2 || ^11",
                "drupal/entity_reference_revisions": "~1.3"
            },
            "require-dev": {
                "drupal/block_field": "1.x-dev",
                "drupal/diff": "1.x-dev",
                "drupal/entity_browser": "2.x-dev",
                "drupal/entity_usage": "2.x-dev",
                "drupal/feeds": "^3",
                "drupal/field_group": "3.x-dev",
                "drupal/inline_entity_form": "3.x-dev",
                "drupal/paragraphs-paragraphs_library": "*",
                "drupal/replicate": "1.x-dev",
                "drupal/search_api": "^1",
                "drupal/search_api_db": "*"
            },
            "suggest": {
                "drupal/entity_browser": "Recommended for an improved user experience when using the Paragraphs library module"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.19",
                    "datestamp": "1740907076",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "frans",
                    "homepage": "https://www.drupal.org/user/514222"
                },
                {
                    "name": "jeroen.b",
                    "homepage": "https://www.drupal.org/user/1853532"
                },
                {
                    "name": "jstoller",
                    "homepage": "https://www.drupal.org/user/99012"
                },
                {
                    "name": "miro_dietiker",
                    "homepage": "https://www.drupal.org/user/227761"
                },
                {
                    "name": "primsi",
                    "homepage": "https://www.drupal.org/user/282629"
                }
            ],
            "description": "Enables the creation of Paragraphs entities.",
            "homepage": "https://www.drupal.org/project/paragraphs",
            "support": {
                "source": "https://git.drupalcode.org/project/paragraphs"
            }
        },
        {
            "name": "drupal/paragraphs_features",
            "version": "2.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/paragraphs_features.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/paragraphs_features-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "1e82c20d5fdcbff8615af7d6797f272e85610496"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11",
                "drupal/paragraphs": "^1.13"
            },
            "require-dev": {
                "drupal/gin": "^3.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1736258966",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mladen Todorovic",
                    "homepage": "https://www.drupal.org/user/2103716",
                    "email": "mladen.todorovic@burda.com"
                },
                {
                    "name": "Daniel Bosen",
                    "homepage": "https://www.drupal.org/user/404865",
                    "email": "daniel.bosen@burda.com"
                },
                {
                    "name": "Christian Fritsch",
                    "homepage": "https://www.drupal.org/user/3511180",
                    "email": "christian.fritsch@burda.com"
                },
                {
                    "name": "Volker Killesreiter",
                    "homepage": "https://www.drupal.org/user/57527",
                    "email": "volker.killesreiter@burda.com"
                },
                {
                    "name": "Alex Pott",
                    "email": "alex.a.pott@gmail.com"
                }
            ],
            "description": "Paragraphs features for extending paragraphs widget functionality.",
            "homepage": "https://www.drupal.org/project/paragraphs_features",
            "support": {
                "source": "https://git.drupalcode.org/project/paragraphs_features"
            }
        },
        {
            "name": "drupal/paranoia",
            "version": "1.0.0-rc2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/paranoia.git",
                "reference": "8.x-1.0-rc2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/paranoia-8.x-1.0-rc2.zip",
                "reference": "8.x-1.0-rc2",
                "shasum": "ef9037b90412a669e719ed7ba99a52f642e0a5be"
            },
            "require": {
                "drupal/core": "^8.9 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-rc2",
                    "datestamp": "1690562977",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "banviktor",
                    "homepage": "https://www.drupal.org/user/3176333"
                },
                {
                    "name": "greggles",
                    "homepage": "https://www.drupal.org/user/36762"
                },
                {
                    "name": "killes@www.drop.org",
                    "homepage": "https://www.drupal.org/user/227"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "nedjo",
                    "homepage": "https://www.drupal.org/user/4481"
                }
            ],
            "description": "Protects a site from some insecure configurations.",
            "homepage": "https://www.drupal.org/project/paranoia",
            "support": {
                "source": "https://git.drupalcode.org/project/paranoia"
            }
        },
        {
            "name": "drupal/password_policy",
            "version": "4.0.3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/password_policy.git",
                "reference": "4.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/password_policy-4.0.3.zip",
                "reference": "4.0.3",
                "shasum": "f583ede0ebd749459538d02dd527028d57a4e1ac"
            },
            "require": {
                "drupal/core": "^9.1 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.3",
                    "datestamp": "1723552706",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "AohRveTPV",
                    "homepage": "https://www.drupal.org/user/2760115"
                },
                {
                    "name": "deekayen",
                    "homepage": "https://www.drupal.org/user/972"
                },
                {
                    "name": "Kristen Pol",
                    "homepage": "https://www.drupal.org/user/8389"
                },
                {
                    "name": "miglius",
                    "homepage": "https://www.drupal.org/user/18741"
                },
                {
                    "name": "nerdstein",
                    "homepage": "https://www.drupal.org/user/1557710"
                },
                {
                    "name": "paulocs",
                    "homepage": "https://www.drupal.org/user/3640109"
                },
                {
                    "name": "shrop",
                    "homepage": "https://www.drupal.org/user/14767"
                },
                {
                    "name": "vishalkhode",
                    "homepage": "https://www.drupal.org/user/2439156"
                }
            ],
            "description": "Sets up constraints and expiration of passwords.",
            "homepage": "https://www.drupal.org/project/password_policy",
            "support": {
                "source": "https://git.drupalcode.org/project/password_policy",
                "issues": "https://www.drupal.org/project/issues/password_policy"
            }
        },
        {
            "name": "drupal/pathauto",
            "version": "1.13.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/pathauto.git",
                "reference": "8.x-1.13"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.13.zip",
                "reference": "8.x-1.13",
                "shasum": "e64b5a82cf1b8ab48bce400b21ae6fc99c8078fd"
            },
            "require": {
                "drupal/core": "^9.4 || ^10 || ^11",
                "drupal/ctools": "*",
                "drupal/token": "*"
            },
            "require-dev": {
                "drupal/forum": "*"
            },
            "suggest": {
                "drupal/redirect": "When installed Pathauto will provide a new \"Update Action\" in case your URLs change. This is the recommended update action and is considered the best practice for SEO and usability."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.13",
                    "datestamp": "1739552840",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "Freso",
                    "homepage": "https://www.drupal.org/user/27504"
                },
                {
                    "name": "greggles",
                    "homepage": "https://www.drupal.org/user/36762"
                }
            ],
            "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
            "homepage": "https://www.drupal.org/project/pathauto",
            "support": {
                "source": "https://cgit.drupalcode.org/pathauto",
                "issues": "https://www.drupal.org/project/issues/pathauto",
                "documentation": "https://www.drupal.org/docs/8/modules/pathauto"
            }
        },
        {
            "name": "drupal/pdf_api",
            "version": "2.4.4",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/pdf_api.git",
                "reference": "2.4.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/pdf_api-2.4.4.zip",
                "reference": "2.4.4",
                "shasum": "345309e4f1e0864ecded71c8226b4de0db95a505"
            },
            "require": {
                "dompdf/dompdf": ">=2.0.4",
                "drupal/core": "^8.8 || ^9 || ^10 || ^11",
                "mikehaertl/phpwkhtmltopdf": "^2.3",
                "mpdf/mpdf": "^8.2.0",
                "tecnickcom/tcpdf": "^6.8 || ^6.7.5"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.4.4",
                    "datestamp": "1722646728",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "markdorison",
                    "homepage": "https://www.drupal.org/user/346106"
                },
                {
                    "name": "Nigel Cunningham",
                    "homepage": "https://www.drupal.org/user/250105"
                },
                {
                    "name": "Sutharsan",
                    "homepage": "https://www.drupal.org/user/73854"
                }
            ],
            "description": "Provides an API for generating PDFs.",
            "homepage": "https://www.drupal.org/project/pdf_api",
            "support": {
                "source": "https://git.drupalcode.org/project/pdf_api"
            }
        },
        {
            "name": "drupal/plausible",
            "version": "2.1.1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/plausible.git",
                "reference": "2.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/plausible-2.1.1.zip",
                "reference": "2.1.1",
                "shasum": "cf355cb4bb1820fad8b2cc3991e2521612ec0bbb"
            },
            "require": {
                "drupal/core": "^8.8.6 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.1",
                    "datestamp": "1732534895",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "dieterholvoet",
                    "homepage": "https://www.drupal.org/user/3567222"
                },
                {
                    "name": "droces",
                    "homepage": "https://www.drupal.org/user/2996575"
                },
                {
                    "name": "opdavies",
                    "homepage": "https://www.drupal.org/user/381388"
                }
            ],
            "description": "Allows your site to be tracked using Plausible, by adding a Javascript tracking snippet to every page.",
            "homepage": "https://www.drupal.org/project/plausible",
            "support": {
                "source": "https://git.drupalcode.org/project/plausible"
            }
        },
        {
            "name": "drupal/prepopulate",
            "version": "2.5.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/prepopulate.git",
                "reference": "8.x-2.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/prepopulate-8.x-2.5.zip",
                "reference": "8.x-2.5",
                "shasum": "9efbac5cba063c79b0cfc4f82bcd87a31e0b123d"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/inline_entity_form": "^3.0@rc",
                "drupal/og": "^1.x-dev"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.5",
                    "datestamp": "1732903418",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Heddn",
                    "homepage": "https://www.drupal.org/u/heddn",
                    "role": "Maintainer"
                },
                {
                    "name": "Jbrauer",
                    "homepage": "https://www.drupal.org/u/jbrauer",
                    "role": "Maintainer"
                },
                {
                    "name": "Eafarris",
                    "homepage": "https://www.drupal.org/u/eafarris",
                    "role": "Maintainer"
                },
                {
                    "name": "FF1",
                    "homepage": "https://www.drupal.org/u/ff1",
                    "role": "Maintainer"
                }
            ],
            "description": "Allows form elements to be prepopulated from the URL.",
            "homepage": "https://www.drupal.org/project/prepopulate",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/prepopulate",
                "issues": "https://www.drupal.org/project/issues/prepopulate"
            }
        },
        {
            "name": "drupal/preview_link",
            "version": "2.2.0-alpha2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/preview_link.git",
                "reference": "2.2.0-alpha2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/preview_link-2.2.0-alpha2.zip",
                "reference": "2.2.0-alpha2",
                "shasum": "7a2fd37b7b8d038919f31cfd4fb4b2c43168b6e0"
            },
            "require": {
                "drupal/core": "^10.2 || ^11",
                "drupal/dynamic_entity_reference": "^3 || ^4",
                "php": ">=8.1"
            },
            "require-dev": {
                "drupal/entity_reference_revisions": "*",
                "drupal/paragraphs": "^1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.0-alpha2",
                    "datestamp": "1736820546",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "acbramley",
                    "homepage": "https://www.drupal.org/user/1036766"
                },
                {
                    "name": "benjy",
                    "homepage": "https://www.drupal.org/user/1852732"
                },
                {
                    "name": "dpi",
                    "homepage": "https://www.drupal.org/user/81431"
                },
                {
                    "name": "larowlan",
                    "homepage": "https://www.drupal.org/user/395439"
                },
                {
                    "name": "mstrelan",
                    "homepage": "https://www.drupal.org/user/314289"
                },
                {
                    "name": "sam152",
                    "homepage": "https://www.drupal.org/user/1485048"
                }
            ],
            "description": "Allows anyone to preview unpublished content with a unique link.",
            "homepage": "https://www.drupal.org/project/preview_link",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/preview_link",
                "issues": "https://www.drupal.org/project/issues/preview_link"
            }
        },
        {
            "name": "drupal/printable",
            "version": "3.1.3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/printable.git",
                "reference": "3.1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/printable-3.1.3.zip",
                "reference": "3.1.3",
                "shasum": "da44665d16bc2445fba519cbcc7dc448208d8f46"
            },
            "require": {
                "drupal/core": "^9.4 || ^10 || ^11",
                "drupal/pdf_api": "^2.4.0",
                "wa72/htmlpagedom": "^1.3 || ^2.0 || 3.0"
            },
            "require-dev": {
                "drupal/pdf_api": "*",
                "smalot/pdfparser": "^1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.1.3",
                    "datestamp": "1720679594",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nigel Cunningham",
                    "homepage": "https://www.drupal.org/user/346106",
                    "email": "nigel@nigelcunningham.com.au"
                },
                {
                    "name": "Nigel Cunningham",
                    "homepage": "https://www.drupal.org/user/250105"
                }
            ],
            "description": "Generates printer friendly version of nodes",
            "homepage": "https://www.drupal.org/project/printable",
            "support": {
                "source": "https://git.drupalcode.org/project/printable",
                "issues": "https://www.drupal.org/project/issues/printable"
            }
        },
        {
            "name": "drupal/r4032login",
            "version": "2.2.3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/r4032login.git",
                "reference": "2.2.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/r4032login-2.2.3.zip",
                "reference": "2.2.3",
                "shasum": "6309c01b42ff6605cb6dd8f24ddde0c493f0fa2a"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.3",
                    "datestamp": "1737623532",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bdone",
                    "homepage": "https://www.drupal.org/user/687670"
                },
                {
                    "name": "Bevan",
                    "homepage": "https://www.drupal.org/user/49989"
                },
                {
                    "name": "deekayen",
                    "homepage": "https://www.drupal.org/user/972"
                },
                {
                    "name": "dieterholvoet",
                    "homepage": "https://www.drupal.org/user/3567222"
                },
                {
                    "name": "grayle",
                    "homepage": "https://www.drupal.org/user/3145497"
                },
                {
                    "name": "lotyrin",
                    "homepage": "https://www.drupal.org/user/216580"
                },
                {
                    "name": "markdorison",
                    "homepage": "https://www.drupal.org/user/346106"
                },
                {
                    "name": "ms2011",
                    "homepage": "https://www.drupal.org/user/108440"
                },
                {
                    "name": "nixou",
                    "homepage": "https://www.drupal.org/user/2304734"
                },
                {
                    "name": "pwolanin",
                    "homepage": "https://www.drupal.org/user/49851"
                },
                {
                    "name": "robloach",
                    "homepage": "https://www.drupal.org/user/61114"
                },
                {
                    "name": "shrop",
                    "homepage": "https://www.drupal.org/user/14767"
                },
                {
                    "name": "Sk8erPeter",
                    "homepage": "https://www.drupal.org/user/1441344"
                }
            ],
            "description": "Redirect anonymous users from 403 Access Denied pages to the /user/login page.",
            "homepage": "https://www.drupal.org/project/r4032login",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/r4032login",
                "issues": "https://www.drupal.org/project/issues/r4032login"
            }
        },
        {
            "name": "drupal/rabbit_hole",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/rabbit_hole.git",
                "reference": "8.x-1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/rabbit_hole-8.x-1.0.zip",
                "reference": "8.x-1.0",
                "shasum": "9fd3129b27cd10e23a775719770bf2bda977c234"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/commerce": "^2.39",
                "drupal/commerce_product": "*",
                "drupal/file_entity": "*",
                "drupal/group": "*",
                "drupal/paragraphs-paragraphs_library": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0",
                    "datestamp": "1721413113",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "aleksey.tk",
                    "homepage": "https://www.drupal.org/user/22093"
                },
                {
                    "name": "bohart",
                    "homepage": "https://www.drupal.org/user/289861"
                },
                {
                    "name": "dylan donkersgoed",
                    "homepage": "https://www.drupal.org/user/2803351"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "matroskeen",
                    "homepage": "https://www.drupal.org/user/3426249"
                },
                {
                    "name": "mparker17",
                    "homepage": "https://www.drupal.org/user/536298"
                },
                {
                    "name": "Odd Hill",
                    "homepage": "https://www.drupal.org/user/789934"
                },
                {
                    "name": "olofbokedal",
                    "homepage": "https://www.drupal.org/user/1198438"
                }
            ],
            "description": "Basic functionality that is shared among the different Rabbit Hole modules.",
            "homepage": "https://www.drupal.org/project/rabbit_hole",
            "support": {
                "source": "https://git.drupalcode.org/project/rabbit_hole"
            }
        },
        {
            "name": "drupal/rat",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/rat.git",
                "reference": "28202b02262a39ac8dbbfd43696b67c0c8c46b71"
            },
            "dist": {
                "type": "zip",
                "url": "https://git.drupalcode.org/api/v4/projects/project%2Frat/repository/archive.zip?sha=28202b02262a39ac8dbbfd43696b67c0c8c46b71",
                "reference": "28202b02262a39ac8dbbfd43696b67c0c8c46b71",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "drupal/core": "^9.4",
                "drupal/core-dev": "^9.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Drupal\\rat\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "gpl-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Merlin",
                    "email": "merlin@geeks4change.net"
                }
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/rat/-/tree/1.0.0"
            },
            "time": "2023-07-19T22:22:22+00:00"
        },
        {
            "name": "drupal/rdf",
            "version": "2.1.1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/rdf.git",
                "reference": "2.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/rdf-2.1.1.zip",
                "reference": "2.1.1",
                "shasum": "9c897d1313abdabbe80806d79643faffaa0b2466"
            },
            "require": {
                "drupal/core": "^9.4 || ^10.0",
                "easyrdf/easyrdf": "^0.9 || ^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.1",
                    "datestamp": "1666340902",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Arto",
                    "homepage": "https://www.drupal.org/user/26089"
                },
                {
                    "name": "bbrala",
                    "homepage": "https://www.drupal.org/user/3366066"
                },
                {
                    "name": "bhuga",
                    "homepage": "https://www.drupal.org/user/186547"
                },
                {
                    "name": "febbraro",
                    "homepage": "https://www.drupal.org/user/43670"
                },
                {
                    "name": "jmiccolis",
                    "homepage": "https://www.drupal.org/user/31731"
                },
                {
                    "name": "linclark",
                    "homepage": "https://www.drupal.org/user/396253"
                },
                {
                    "name": "miglius",
                    "homepage": "https://www.drupal.org/user/18741"
                },
                {
                    "name": "scor",
                    "homepage": "https://www.drupal.org/user/52142"
                },
                {
                    "name": "smustgrave",
                    "homepage": "https://www.drupal.org/user/3252890"
                }
            ],
            "description": "Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes",
            "homepage": "https://www.drupal.org/project/rdf",
            "support": {
                "source": "https://git.drupalcode.org/project/rdf"
            }
        },
        {
            "name": "drupal/redirect",
            "version": "1.11.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/redirect.git",
                "reference": "8.x-1.11"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.11.zip",
                "reference": "8.x-1.11",
                "shasum": "7df8b3524bbde07d254216039636947a689140ef"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.11",
                    "datestamp": "1737382886",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "kristen pol",
                    "homepage": "https://www.drupal.org/user/8389"
                },
                {
                    "name": "pifagor",
                    "homepage": "https://www.drupal.org/user/2375692"
                }
            ],
            "description": "Allows users to redirect from old URLs to new URLs.",
            "homepage": "https://www.drupal.org/project/redirect",
            "support": {
                "source": "https://git.drupalcode.org/project/redirect"
            }
        },
        {
            "name": "drupal/redirect_404",
            "version": "1.11.0",
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11",
                "drupal/redirect": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-1.11",
                    "datestamp": "1737382886",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "kristen pol",
                    "homepage": "https://www.drupal.org/user/8389"
                },
                {
                    "name": "pifagor",
                    "homepage": "https://www.drupal.org/user/2375692"
                }
            ],
            "description": "Logs 404 errors and allows users to create redirects for often requested but missing pages.",
            "homepage": "https://www.drupal.org/project/redirect",
            "support": {
                "source": "https://git.drupalcode.org/project/redirect"
            }
        },
        {
            "name": "drupal/regionincontent",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/regionincontent.git",
                "reference": "8.x-1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/regionincontent-8.x-1.1.zip",
                "reference": "8.x-1.1",
                "shasum": "3323c1215c4cfc3da3580e8d382c7cc0f691a513"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.1",
                    "datestamp": "1699306875",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "MegaKeegMan",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                }
            ],
            "description": "Provides the ability to print regions (the building block of Drupal site building— where blocks are placed) within content (node) templates.",
            "homepage": "https://www.drupal.org/project/regionincontent",
            "support": {
                "source": "https://git.drupalcode.org/project/regionincontent"
            }
        },
        {
            "name": "drupal/registration_role",
            "version": "2.0.2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/registration_role.git",
                "reference": "2.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/registration_role-2.0.2.zip",
                "reference": "2.0.2",
                "shasum": "3dcace022bae8fdbc4c66c86fa5b9b0274298a8b"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.2",
                    "datestamp": "1739480619",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "karthikeyan-manivasagam",
                    "homepage": "https://www.drupal.org/user/1494424"
                },
                {
                    "name": "melon",
                    "homepage": "https://www.drupal.org/user/32875"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "pfournier",
                    "homepage": "https://www.drupal.org/user/160468"
                },
                {
                    "name": "pignaz",
                    "homepage": "https://www.drupal.org/user/471908"
                },
                {
                    "name": "yogen.prasad",
                    "homepage": "https://www.drupal.org/user/2115328"
                }
            ],
            "description": "Automatically assign a role to all new users who register.",
            "homepage": "https://www.drupal.org/project/registration_role",
            "support": {
                "source": "https://git.drupalcode.org/project/registration_role"
            }
        },
        {
            "name": "drupal/require_on_publish",
            "version": "1.10.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/require_on_publish.git",
                "reference": "8.x-1.10"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/require_on_publish-8.x-1.10.zip",
                "reference": "8.x-1.10",
                "shasum": "4ff1a062cceff6fb100d080cb59a6489e664920a"
            },
            "require": {
                "drupal/core": "^9.2 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.10",
                    "datestamp": "1706803317",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Mike Priscella",
                    "homepage": "https://drupal.org/u/mpriscella",
                    "role": "Maintainer"
                },
                {
                    "name": "mpriscella",
                    "homepage": "https://www.drupal.org/user/2354820"
                },
                {
                    "name": "pfunklange",
                    "homepage": "https://www.drupal.org/user/566588"
                }
            ],
            "description": "Adds ability to designate fields as required for publishing only.",
            "homepage": "https://www.drupal.org/project/require_on_publish",
            "keywords": [
                "field",
                "publish",
                "require",
                "require on publish",
                "required field"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/require_on_publish",
                "issues": "https://www.drupal.org/project/issues/require_on_publish"
            }
        },
        {
            "name": "drupal/rh_node",
            "version": "1.0.0",
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11",
                "drupal/rabbit_hole": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0",
                    "datestamp": "1721413113",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "aleksey.tk",
                    "homepage": "https://www.drupal.org/user/22093"
                },
                {
                    "name": "bohart",
                    "homepage": "https://www.drupal.org/user/289861"
                },
                {
                    "name": "dylan donkersgoed",
                    "homepage": "https://www.drupal.org/user/2803351"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "matroskeen",
                    "homepage": "https://www.drupal.org/user/3426249"
                },
                {
                    "name": "mparker17",
                    "homepage": "https://www.drupal.org/user/536298"
                },
                {
                    "name": "Odd Hill",
                    "homepage": "https://www.drupal.org/user/789934"
                },
                {
                    "name": "olofbokedal",
                    "homepage": "https://www.drupal.org/user/1198438"
                }
            ],
            "description": "Adds Rabbit Hole functionality for nodes.",
            "homepage": "https://www.drupal.org/project/rabbit_hole",
            "support": {
                "source": "https://git.drupalcode.org/project/rabbit_hole"
            }
        },
        {
            "name": "drupal/riddler",
            "version": "3.0.2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/riddler.git",
                "reference": "3.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/riddler-3.0.2.zip",
                "reference": "3.0.2",
                "shasum": "c4342ada86895cdb68c8fc83d1229f1e51cd8ecf"
            },
            "require": {
                "drupal/captcha": "^2",
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.2",
                    "datestamp": "1738255331",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "alex_optim",
                    "homepage": "https://www.drupal.org/user/3317601"
                },
                {
                    "name": "anybody",
                    "homepage": "https://www.drupal.org/user/291091"
                },
                {
                    "name": "awolfey",
                    "homepage": "https://www.drupal.org/user/277371"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "imerlin",
                    "homepage": "https://www.drupal.org/user/21895"
                },
                {
                    "name": "thomas.frobieter",
                    "homepage": "https://www.drupal.org/user/409335"
                }
            ],
            "description": "Provides a question and answer CAPTCHA.",
            "homepage": "https://www.drupal.org/project/riddler",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/riddler",
                "issues": "https://www.drupal.org/project/issues/riddler"
            }
        },
        {
            "name": "drupal/role_delegation",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/role_delegation.git",
                "reference": "8.x-1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/role_delegation-8.x-1.3.zip",
                "reference": "8.x-1.3",
                "shasum": "e03d9c82d509a2630750e50a3452bd70ca1c55a6"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "require-dev": {
                "drupal/action": "^0.2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.3",
                    "datestamp": "1726236826",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Jeroen Tubex",
                    "homepage": "https://www.drupal.org/u/jeroent",
                    "role": "Maintainer"
                },
                {
                    "name": "benjy",
                    "homepage": "https://www.drupal.org/user/1852732"
                },
                {
                    "name": "jeroent",
                    "homepage": "https://www.drupal.org/user/2228934"
                }
            ],
            "description": "Allows site administrators to grant some roles the authority to assign selected roles to users.",
            "homepage": "http://drupal.org/project/role_delegation",
            "support": {
                "source": "https://git.drupalcode.org/project/role_delegation",
                "issues": "http://drupal.org/project/role_delegation"
            }
        },
        {
            "name": "drupal/scheduler",
            "version": "1.5.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/scheduler.git",
                "reference": "8.x-1.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/scheduler-8.x-1.5.zip",
                "reference": "8.x-1.5",
                "shasum": "206a9b6e348273aa2cf97ba429d437112b47469b"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10"
            },
            "require-dev": {
                "drupal/devel_generate": "^2.0 || >=4",
                "drupal/rules": "^3",
                "drush/drush": ">=9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.5",
                    "datestamp": "1683719323",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Eric Schaefer (Eric Schaefer)",
                    "homepage": "https://www.drupal.org/u/eric-schaefer",
                    "role": "Maintainer"
                },
                {
                    "name": "Jonathan Smith (jonathan1055)",
                    "homepage": "https://www.drupal.org/u/jonathan1055",
                    "role": "Maintainer"
                },
                {
                    "name": "Pieter Frenssen (pfrenssen)",
                    "homepage": "https://www.drupal.org/u/pfrenssen",
                    "role": "Maintainer"
                },
                {
                    "name": "Rick Manelius (rickmanelius)",
                    "homepage": "https://www.drupal.org/u/rickmanelius",
                    "role": "Maintainer"
                }
            ],
            "description": "Automatically publish and unpublish content at specified dates and times.",
            "homepage": "https://drupal.org/project/scheduler",
            "support": {
                "source": "https://git.drupalcode.org/project/scheduler",
                "issues": "https://www.drupal.org/project/issues/scheduler"
            }
        },
        {
            "name": "drupal/schema_metatag",
            "version": "3.0.3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/schema_metatag.git",
                "reference": "3.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/schema_metatag-3.0.3.zip",
                "reference": "3.0.3",
                "shasum": "54fadabe0b56cb3a5f48a48ff438e8ad5883423c"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "drupal/metatag": "^2.0",
                "php": ">=8.0"
            },
            "require-dev": {
                "drupal/coder": "^8.3",
                "drupal/metatag_views": "*",
                "drupal/schema_article": "*",
                "drupal/schema_organization": "*",
                "ergebnis/composer-normalize": "*",
                "mpyw/phpunit-patch-serializable-comparison": "*",
                "phpcompatibility/php-compatibility": "^9.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.3",
                    "datestamp": "1721141808",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "composer-normalize": {
                    "indent-size": 2,
                    "indent-style": "space"
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "DamienMcKenna",
                    "homepage": "https://www.drupal.org/user/108450"
                },
                {
                    "name": "KarenS",
                    "homepage": "https://www.drupal.org/user/45874"
                },
                {
                    "name": "wells",
                    "homepage": "https://www.drupal.org/user/2452278"
                }
            ],
            "description": "Metatag implementation of Schema.org structured data (JSON-LD)",
            "homepage": "https://www.drupal.org/project/schema_metatag",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/schema_metatag",
                "issues": "https://www.drupal.org/project/issues/schema_metatag"
            }
        },
        {
            "name": "drupal/scn",
            "version": "2.0.3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/scn.git",
                "reference": "2.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/scn-2.0.3.zip",
                "reference": "2.0.3",
                "shasum": "f13d261528b5a61884ece9deb660c8e64c7d9ce7"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.3",
                    "datestamp": "1689485714",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Andrei Ivnitskii",
                    "homepage": "https://www.drupal.org/u/ivnish",
                    "role": "Maintainer"
                }
            ],
            "description": "Notifies the site administrator by e-mail or telegram about new comments on the site.",
            "homepage": "https://www.drupal.org/project/scn",
            "support": {
                "source": "https://git.drupalcode.org/project/scn",
                "issues": "https://www.drupal.org/project/issues/scn"
            }
        },
        {
            "name": "drupal/search404",
            "version": "2.1.2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/search404.git",
                "reference": "2.1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/search404-2.1.2.zip",
                "reference": "2.1.2",
                "shasum": "1bd271486856e33a23c394849503477b97fbe25f"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.2",
                    "datestamp": "1677067806",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "anoopjohn",
                    "homepage": "https://www.drupal.org/user/188049"
                },
                {
                    "name": "anybody",
                    "homepage": "https://www.drupal.org/user/291091"
                },
                {
                    "name": "binnythomas",
                    "homepage": "https://www.drupal.org/user/3123091"
                },
                {
                    "name": "emilymathew",
                    "homepage": "https://www.drupal.org/user/2921997"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "jijojoseph_zyxware",
                    "homepage": "https://www.drupal.org/user/3561263"
                },
                {
                    "name": "larssg",
                    "homepage": "https://www.drupal.org/user/655"
                },
                {
                    "name": "varunity",
                    "homepage": "https://www.drupal.org/user/273530"
                },
                {
                    "name": "vimaljoseph",
                    "homepage": "https://www.drupal.org/user/817380"
                },
                {
                    "name": "zyxware",
                    "homepage": "https://www.drupal.org/user/222163"
                }
            ],
            "description": "Automatically search for the keywords in URLs that result in 404 errors and show results instead of Page-Not-Found.",
            "homepage": "https://www.drupal.org/project/search404",
            "support": {
                "source": "https://git.drupalcode.org/project/search404"
            }
        },
        {
            "name": "drupal/search_api",
            "version": "1.38.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/search_api.git",
                "reference": "8.x-1.38"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.38.zip",
                "reference": "8.x-1.38",
                "shasum": "d1c83ba74e553eca07d3ea4b15e5d9c7f009a496"
            },
            "require": {
                "drupal/core": "^10.2 || ^11"
            },
            "conflict": {
                "drupal/search_api_solr": "2.* || 3.0 || 3.1"
            },
            "require-dev": {
                "drupal/language_fallback_fix": "@dev",
                "drupal/search_api_autocomplete": "@dev",
                "drupal/search_api_db": "*"
            },
            "suggest": {
                "drupal/facets": "Adds the ability to create faceted searches.",
                "drupal/search_api_autocomplete": "Allows adding autocomplete suggestions to search fields.",
                "drupal/search_api_solr": "Adds support for using Apache Solr as a backend."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.38",
                    "datestamp": "1740298961",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Thomas Seidl",
                    "homepage": "https://www.drupal.org/u/drunken-monkey"
                },
                {
                    "name": "Nick Veenhof",
                    "homepage": "https://www.drupal.org/u/nick_vh"
                },
                {
                    "name": "See other contributors",
                    "homepage": "https://www.drupal.org/node/790418/committers"
                }
            ],
            "description": "Provides a generic framework for modules offering search capabilities.",
            "homepage": "https://www.drupal.org/project/search_api",
            "support": {
                "source": "https://git.drupalcode.org/project/search_api",
                "issues": "https://www.drupal.org/project/issues/search_api",
                "irc": "irc://irc.freenode.org/drupal-search-api"
            }
        },
        {
            "name": "drupal/search_api_autocomplete",
            "version": "1.10.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/search_api_autocomplete.git",
                "reference": "8.x-1.10"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.10.zip",
                "reference": "8.x-1.10",
                "shasum": "bd7d4a35a595efb866f6f5e2230d62d93b074927"
            },
            "require": {
                "drupal/core": "^10.2 || ^11",
                "drupal/search_api": "^1.0"
            },
            "require-dev": {
                "drupal/search_api_page": "1.x-dev"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.10",
                    "datestamp": "1736941746",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Thomas Seidl",
                    "homepage": "https://www.drupal.org/u/drunken-monkey"
                },
                {
                    "name": "See other contributors",
                    "homepage": "https://www.drupal.org/node/1142202/committers"
                }
            ],
            "description": "Adds autocomplete functionality to searches.",
            "homepage": "https://www.drupal.org/project/search_api_autocomplete",
            "support": {
                "source": "http://git.drupal.org/project/search_api_autocomplete.git",
                "issues": "https://www.drupal.org/project/issues/search_api_autocomplete",
                "irc": "irc://irc.freenode.org/drupal-search-api"
            }
        },
        {
            "name": "drupal/search_api_db",
            "version": "1.38.0",
            "require": {
                "drupal/core": "^10.2 || ^11",
                "drupal/search_api": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-1.38",
                    "datestamp": "1740298961",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "borisson_",
                    "homepage": "https://www.drupal.org/user/2393360"
                },
                {
                    "name": "drunken monkey",
                    "homepage": "https://www.drupal.org/user/205582"
                },
                {
                    "name": "nick_vh",
                    "homepage": "https://www.drupal.org/user/122682"
                }
            ],
            "description": "Offers an implementation of the Search API that uses database tables for indexing content.",
            "homepage": "https://www.drupal.org/project/search_api",
            "support": {
                "source": "https://git.drupalcode.org/project/search_api"
            }
        },
        {
            "name": "drupal/search_api_saved_searches",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/search_api_saved_searches.git",
                "reference": "8.x-1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/search_api_saved_searches-8.x-1.1.zip",
                "reference": "8.x-1.1",
                "shasum": "c5bc1de8f15143344fe2bad2d5589ec05ea280db"
            },
            "require": {
                "drupal/core": "^10.1 || ^11",
                "drupal/search_api": "^1.20"
            },
            "require-dev": {
                "drupal/facets": "@dev",
                "drupal/search_api_page": "@dev"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.1",
                    "datestamp": "1740299097",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Thomas Seidl",
                    "homepage": "https://www.drupal.org/u/drunken-monkey"
                },
                {
                    "name": "See other contributors",
                    "homepage": "https://www.drupal.org/node/1142202/committers"
                }
            ],
            "description": "Allows visitors to bookmark searches and get notifications for new results.",
            "homepage": "https://www.drupal.org/project/search_api_saved_searches",
            "support": {
                "source": "http://git.drupal.org/project/search_api_saved_searches.git",
                "issues": "https://www.drupal.org/project/issues/search_api_saved_searches",
                "irc": "irc://irc.freenode.org/drupal-search-api"
            }
        },
        {
            "name": "drupal/seckit",
            "version": "2.0.3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/seckit.git",
                "reference": "2.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/seckit-2.0.3.zip",
                "reference": "2.0.3",
                "shasum": "34d38f2daaf99781ef6b7e7fbe2eeabc73a7ca16"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.3",
                    "datestamp": "1726075930",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "badjava",
                    "homepage": "https://www.drupal.org/user/83372"
                },
                {
                    "name": "jweowu",
                    "homepage": "https://www.drupal.org/user/152788"
                },
                {
                    "name": "mcdruid",
                    "homepage": "https://www.drupal.org/user/255969"
                },
                {
                    "name": "p0deje",
                    "homepage": "https://www.drupal.org/user/529960"
                }
            ],
            "description": "SecKit provides Drupal with various security-hardening options.",
            "homepage": "https://www.drupal.org/project/seckit",
            "keywords": [
                "Drupal",
                "security"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/seckit",
                "issues": "http://drupal.org/project/issues/seckit"
            }
        },
        {
            "name": "drupal/select_or_other",
            "version": "4.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/select_or_other.git",
                "reference": "4.2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/select_or_other-4.2.0.zip",
                "reference": "4.2.0",
                "shasum": "1e33d196a7bc6116c66d5e77b53e2fee6f1e62d9"
            },
            "require": {
                "drupal/core": "^10.1 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.2.0",
                    "datestamp": "1733203728",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "daften",
                    "homepage": "https://www.drupal.org/user/176274"
                },
                {
                    "name": "danielb",
                    "homepage": "https://www.drupal.org/user/134005"
                },
                {
                    "name": "haydeniv",
                    "homepage": "https://www.drupal.org/user/149501"
                },
                {
                    "name": "hmendes",
                    "homepage": "https://www.drupal.org/user/3673677"
                },
                {
                    "name": "ivnish",
                    "homepage": "https://www.drupal.org/user/3547706"
                },
                {
                    "name": "legolasbo",
                    "homepage": "https://www.drupal.org/user/2480548"
                },
                {
                    "name": "qzmenko",
                    "homepage": "https://www.drupal.org/user/3220037"
                },
                {
                    "name": "vladbo",
                    "homepage": "https://www.drupal.org/user/2696261"
                }
            ],
            "description": "Provides a select box form element with additional option 'Other' to give a textfield.",
            "homepage": "https://www.drupal.org/project/select_or_other",
            "support": {
                "source": "https://git.drupalcode.org/project/select_or_other"
            }
        },
        {
            "name": "drupal/shield",
            "version": "1.8.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/shield.git",
                "reference": "8.x-1.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/shield-8.x-1.8.zip",
                "reference": "8.x-1.8",
                "shasum": "709b5580790a3b5bd8dda26f722cdb5a9c3911c5"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/key": "^1.16"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.8",
                    "datestamp": "1719947682",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "branch-alias": {
                    "dev-8.x-1.x": "1.x-dev"
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "badjava",
                    "homepage": "https://www.drupal.org/user/83372"
                },
                {
                    "name": "chx",
                    "homepage": "https://www.drupal.org/user/9446"
                },
                {
                    "name": "geek-merlin",
                    "homepage": "https://www.drupal.org/user/229048"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "kalman.hosszu",
                    "homepage": "https://www.drupal.org/user/267481"
                },
                {
                    "name": "pkiraly",
                    "homepage": "https://www.drupal.org/user/352587"
                },
                {
                    "name": "vbouchet",
                    "homepage": "https://www.drupal.org/user/1671428"
                }
            ],
            "description": "Creates a general shield for the site.",
            "homepage": "https://www.drupal.org/project/shield",
            "support": {
                "source": "https://git.drupalcode.org/project/shield"
            }
        },
        {
            "name": "drupal/similarterms",
            "version": "1.9.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/similarterms.git",
                "reference": "8.x-1.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/similarterms-8.x-1.9.zip",
                "reference": "8.x-1.9",
                "shasum": "73aab93a7de4ed6a9fc2f18181b2eeee34324b6d"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.9",
                    "datestamp": "1722872728",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "rmiddle",
                    "homepage": "https://www.drupal.org/user/192183"
                },
                {
                    "name": "shelane",
                    "homepage": "https://www.drupal.org/user/2674989"
                },
                {
                    "name": "takim",
                    "homepage": "https://www.drupal.org/user/252386"
                }
            ],
            "description": "Use Views to show similar content based on taxonomy terms",
            "homepage": "https://www.drupal.org/project/similarterms",
            "support": {
                "source": "https://git.drupalcode.org/project/similarterms"
            }
        },
        {
            "name": "drupal/simple_sitemap",
            "version": "4.2.2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/simple_sitemap.git",
                "reference": "4.2.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/simple_sitemap-4.2.2.zip",
                "reference": "4.2.2",
                "shasum": "1f9c9197d37450fb347a4fa3f10191f5f4b5ef13"
            },
            "require": {
                "drupal/core": "^10.2 || ^11",
                "ext-xmlwriter": "*"
            },
            "conflict": {
                "drush/drush": "<12.5.1"
            },
            "require-dev": {
                "drupal/paragraphs": "^1.18"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.2.2",
                    "datestamp": "1732485885",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Pawel Ginalski (gbyte)",
                    "homepage": "https://www.drupal.org/u/gbyte",
                    "email": "contact@gbyte.dev",
                    "role": "Maintainer"
                },
                {
                    "name": "walkingdexter",
                    "homepage": "https://www.drupal.org/user/3251330"
                }
            ],
            "description": "Creates a standard conform hreflang XML sitemap of the site content and provides a framework for developing other sitemap types.",
            "homepage": "https://drupal.org/project/simple_sitemap",
            "support": {
                "source": "https://cgit.drupalcode.org/simple_sitemap",
                "issues": "https://drupal.org/project/issues/simple_sitemap"
            }
        },
        {
            "name": "drupal/skins",
            "version": "2.0.0-alpha1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/skins.git",
                "reference": "2.0.0-alpha1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/skins-2.0.0-alpha1.zip",
                "reference": "2.0.0-alpha1",
                "shasum": "192b0ba615b866f0d36feebfc99d9a3ff58f86c0"
            },
            "require": {
                "drupal/core": "^9.3 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-alpha1",
                    "datestamp": "1687484216",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "lelkneralfaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "MegaKeegMan",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "Poieo",
                    "homepage": "https://www.drupal.org/user/303228"
                }
            ],
            "description": "Enable themes or modules to provide a set of skins with distinct stylesheets and templates.",
            "homepage": "http://drupal.org/project/skins",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/skins",
                "issues": "http://drupal.org/project/issues/skins"
            }
        },
        {
            "name": "drupal/smart_date",
            "version": "4.2.3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/smart_date.git",
                "reference": "4.2.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/smart_date-4.2.3.zip",
                "reference": "4.2.3",
                "shasum": "f4e97acce3bd666cf553b85c87b466eb172da69c"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "php": ">=8.1",
                "simshaun/recurr": "^5"
            },
            "require-dev": {
                "drush/drush": "*"
            },
            "suggest": {
                "drupal/multiple_fields_remove_button": "Provides a button for editors to remove unwanted rows."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.2.3",
                    "datestamp": "1740856565",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "mandclu",
                    "homepage": "https://www.drupal.org/user/52136"
                },
                {
                    "name": "stefan.korn",
                    "homepage": "https://www.drupal.org/user/1942204"
                }
            ],
            "description": "Adds app-like date and recurring date functionality.",
            "homepage": "https://www.drupal.org/project/smart_date",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/smart_date",
                "issues": "https://www.drupal.org/project/issues/smart_date",
                "documentation": "https://www.drupal.org/docs/contributed-modules/smart-date"
            }
        },
        {
            "name": "drupal/sms",
            "version": "2.3.0",
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/dynamic_entity_reference": "^3 || ^4",
                "drupal/smsframework": "^2",
                "php": ">=8.1"
            },
            "conflict": {
                "drupal/coder": "<8.3.26"
            },
            "require-dev": {
                "mglaman/phpstan-drupal": "^1",
                "phpstan/extension-installer": "^1.4",
                "phpstan/phpstan": "^1.11",
                "phpstan/phpstan-deprecation-rules": "*",
                "previousnext/coding-standard": "^1.0"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "2.3.0",
                    "datestamp": "1733714927",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Aniebiet Udoh",
                    "homepage": "https://www.drupal.org/u/almaudoh",
                    "role": "Maintainer"
                },
                {
                    "name": "Daniel Phin",
                    "homepage": "http://danielph.in",
                    "role": "Maintainer"
                },
                {
                    "name": "dpi",
                    "homepage": "https://www.drupal.org/user/81431"
                }
            ],
            "description": "Provides an extensible API that facilitates communication between Drupal and various SMS gateways.",
            "homepage": "http://drupal.org/project/smsframework",
            "support": {
                "source": "https://git.drupalcode.org/project/smsframework",
                "issues": "https://www.drupal.org/project/issues/smsframework"
            }
        },
        {
            "name": "drupal/smsframework",
            "version": "2.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/smsframework.git",
                "reference": "2.3.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/smsframework-2.3.0.zip",
                "reference": "2.3.0",
                "shasum": "37e24980f7478eeef38b7a811fba7175606df235"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/dynamic_entity_reference": "^3 || ^4",
                "php": ">=8.1"
            },
            "conflict": {
                "drupal/coder": "<8.3.26"
            },
            "replace": {
                "drupal/sms_blast": "self.version",
                "drupal/sms_devel": "self.version",
                "drupal/sms_sendtophone": "self.version",
                "drupal/sms_user": "self.version"
            },
            "require-dev": {
                "drupal/dynamic_entity_reference": "*",
                "drupal/sms": "*",
                "mglaman/phpstan-drupal": "^1",
                "phpstan/extension-installer": "^1.4",
                "phpstan/phpstan": "^1.11",
                "phpstan/phpstan-deprecation-rules": "*",
                "previousnext/coding-standard": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.3.0",
                    "datestamp": "1733714927",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Aniebiet Udoh",
                    "homepage": "https://www.drupal.org/u/almaudoh",
                    "role": "Maintainer"
                },
                {
                    "name": "Daniel Phin",
                    "homepage": "http://danielph.in",
                    "role": "Maintainer"
                },
                {
                    "name": "dpi",
                    "homepage": "https://www.drupal.org/user/81431"
                }
            ],
            "description": "Provides an extensible API that facilitates communication between Drupal and various SMS gateways.",
            "homepage": "http://drupal.org/project/smsframework",
            "support": {
                "source": "https://git.drupalcode.org/project/smsframework",
                "issues": "https://www.drupal.org/project/issues/smsframework"
            }
        },
        {
            "name": "drupal/social_api",
            "version": "4.0.2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/social_api.git",
                "reference": "4.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/social_api-4.0.2.zip",
                "reference": "4.0.2",
                "shasum": "8da084f0262080b2dfbbaa0ffb72cc386c6221dc"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11",
                "ext-openssl": "*",
                "league/oauth2-client": "^2.0"
            },
            "require-dev": {
                "drupal/coder": "^8.3",
                "phpcompatibility/php-compatibility": "^9.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.2",
                    "datestamp": "1725453406",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Getulio Sánchez (gvso)",
                    "homepage": "https://www.drupal.org/u/gvso",
                    "role": "Maintainer"
                },
                {
                    "name": "Himansh Dixit (himanshu-dixit)",
                    "homepage": "https://www.drupal.org/user/3510098",
                    "email": "hudixt@gmail.com"
                },
                {
                    "name": "Chrsitopher C. Wells (wells)",
                    "homepage": "https://www.drupal.org/user/550110",
                    "email": "drupal.org@chris-wells.net"
                },
                {
                    "name": "gvso",
                    "homepage": "https://www.drupal.org/user/3101285"
                },
                {
                    "name": "himanshu-dixit",
                    "homepage": "https://www.drupal.org/user/3513954"
                },
                {
                    "name": "wells",
                    "homepage": "https://www.drupal.org/user/2452278"
                }
            ],
            "description": "Harmonizes social networking services in Drupal",
            "homepage": "https://www.drupal.org/project/social_api",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/social_api",
                "issues": "https://www.drupal.org/project/issues/social_api"
            }
        },
        {
            "name": "drupal/social_media_links",
            "version": "2.10.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/social_media_links.git",
                "reference": "8.x-2.10"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/social_media_links-8.x-2.10.zip",
                "reference": "8.x-2.10",
                "shasum": "dd329d44f88112d2fe83f54331502738c5f2810b"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.10",
                    "datestamp": "1724736719",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Neslee Canil Pinto",
                    "homepage": "https://www.drupal.org/u/neslee-canil-pinto",
                    "role": "Maintainer"
                },
                {
                    "name": "Christian Beier",
                    "homepage": "https://www.drupal.org/u/cbeier",
                    "role": "Maintainer"
                },
                {
                    "name": "neslee canil pinto",
                    "homepage": "https://www.drupal.org/user/3580850"
                }
            ],
            "description": "The module provides a block that display links (icons) to your profiles on various social networking sites.",
            "homepage": "https://www.drupal.org/project/social_media_links",
            "support": {
                "source": "https://git.drupalcode.org/project/social_media_links",
                "issues": "https://www.drupal.org/project/issues/social_media_links"
            }
        },
        {
            "name": "drupal/social_post",
            "version": "3.0.2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/social_post.git",
                "reference": "3.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/social_post-3.0.2.zip",
                "reference": "3.0.2",
                "shasum": "616ce8d6c3f507b9ecf83434ccbd150e795cde77"
            },
            "require": {
                "drupal/core": "^9.4 || ^10 || ^11",
                "drupal/social_api": "^4",
                "php": ">=8.1"
            },
            "require-dev": {
                "drupal/coder": "^8.3",
                "phpcompatibility/php-compatibility": "10.x-dev"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.2",
                    "datestamp": "1725763360",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Getulio Valentin Sánchez (gvso)",
                    "homepage": "https://www.drupal.org/user/550110",
                    "email": "valentin2507@gmail.com"
                },
                {
                    "name": "Himansh Dixit (himanshu-dixit)",
                    "homepage": "https://www.drupal.org/user/3101285",
                    "email": "hudixt@gmail.com"
                },
                {
                    "name": "Chrsitopher C. Wells (wells)",
                    "homepage": "https://www.drupal.org/user/2452278",
                    "email": "drupal.org@chris-wells.net"
                }
            ],
            "description": "Social Post",
            "homepage": "https://www.drupal.org/project/social_post",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/social_post",
                "issues": "https://www.drupal.org/project/issues/social_post"
            }
        },
        {
            "name": "drupal/social_post_facebook",
            "version": "dev-3.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/social_post_facebook.git",
                "reference": "ca8452b9c363a7023b7e919cd0175a950667ccab"
            },
            "require": {
                "agaric/php-facebook": "dev-main",
                "drupal/core": "^8 || ^9 || ^10",
                "drupal/social_post": "^3"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-3.0.x": "3.0.x-dev"
                },
                "drupal": {
                    "version": "3.0.x-dev",
                    "datestamp": "1738974191",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Getulio Valentin Sánchez (gvso)",
                    "homepage": "https://www.drupal.org/user/440810",
                    "email": "valentin2507@gmail.com"
                },
                {
                    "name": "Himanshu Dixit (himanshu-dixit)",
                    "homepage": "https://www.drupal.org/user/992990",
                    "email": "hudixt@gmail.com"
                },
                {
                    "name": "himanshu-dixit",
                    "homepage": "https://www.drupal.org/user/3513954"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Social Post Facebook for Facebook",
            "homepage": "https://www.drupal.org/project/social_post_facebook",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/social_post_facebook",
                "issues": "https://www.drupal.org/project/issues/social_post_facebook"
            }
        },
        {
            "name": "drupal/social_post_twitter",
            "version": "dev-3.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/social_post_twitter.git",
                "reference": "13a10bf5c0cc6debe196b67163f2825e6ef3392e"
            },
            "require": {
                "abraham/twitteroauth": ">=2",
                "drupal/core": "^8.8 || ^9.0 || ^10",
                "drupal/social_post": "^3.0"
            },
            "require-dev": {
                "drupal/coder": "^8.3",
                "drupal/rules": "3.x-dev",
                "phpcompatibility/php-compatibility": "10.x-dev"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-3.x": "3.x-dev"
                },
                "drupal": {
                    "version": "3.0.0+1-dev",
                    "datestamp": "1720959231",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Getulio Valentin Sánchez (gvso)",
                    "homepage": "https://www.drupal.org/user/3101285",
                    "email": "valentin2507@gmail.com"
                },
                {
                    "name": "Chrsitopher C. Wells (wells)",
                    "homepage": "https://www.drupal.org/user/2452278",
                    "email": "drupal.org@chris-wells.net"
                }
            ],
            "description": "Social Post integration for Twitter",
            "homepage": "https://www.drupal.org/project/social_post_twitter",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/social_post_twitter",
                "issues": "https://www.drupal.org/project/issues/social_post_twitter"
            }
        },
        {
            "name": "drupal/stable",
            "version": "2.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/stable.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/stable-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "fb2b010190e492e976e1db9692a8a46d5b7d15bb"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-theme",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1721202956",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bnjmnm",
                    "homepage": "https://www.drupal.org/user/2369194"
                },
                {
                    "name": "lauriii",
                    "homepage": "https://www.drupal.org/user/1078742"
                },
                {
                    "name": "Rajeshreeputra",
                    "homepage": "https://www.drupal.org/user/3418561"
                },
                {
                    "name": "star-szr",
                    "homepage": "https://www.drupal.org/user/1167326"
                }
            ],
            "description": "A base theme using Drupal core markup and CSS.",
            "homepage": "https://www.drupal.org/project/stable",
            "support": {
                "source": "https://git.drupalcode.org/project/stable"
            }
        },
        {
            "name": "drupal/stringoverrides",
            "version": "1.8.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/stringoverrides.git",
                "reference": "8.x-1.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/stringoverrides-8.x-1.8.zip",
                "reference": "8.x-1.8",
                "shasum": "5c621d593fc9d74079d76fb7970c7c648b98d0e7"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.8",
                    "datestamp": "1671212608",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Audrius Vaitonis",
                    "homepage": "https://www.drupal.org/user/454662"
                },
                {
                    "name": "eaton",
                    "homepage": "https://www.drupal.org/user/16496"
                },
                {
                    "name": "hubdrop",
                    "homepage": "https://www.drupal.org/user/2750597"
                },
                {
                    "name": "manuel.adan",
                    "homepage": "https://www.drupal.org/user/516420"
                },
                {
                    "name": "Nitesh Sethia",
                    "homepage": "https://www.drupal.org/user/2474982"
                },
                {
                    "name": "pwolanin",
                    "homepage": "https://www.drupal.org/user/49851"
                },
                {
                    "name": "quicksketch",
                    "homepage": "https://www.drupal.org/user/35821"
                },
                {
                    "name": "RobLoach",
                    "homepage": "https://www.drupal.org/user/61114"
                },
                {
                    "name": "webchick",
                    "homepage": "https://www.drupal.org/user/24967"
                }
            ],
            "description": "Provides a quick and easy way of replacing text.",
            "homepage": "https://www.drupal.org/project/stringoverrides",
            "support": {
                "source": "https://git.drupalcode.org/project/stringoverrides"
            }
        },
        {
            "name": "drupal/subpathauto",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/subpathauto.git",
                "reference": "8.x-1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/subpathauto-8.x-1.4.zip",
                "reference": "8.x-1.4",
                "shasum": "fa9a737da79d396ee8019c944e0239865762ce48"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/redirect": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.4",
                    "datestamp": "1729470928",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "lauriii",
                    "homepage": "https://www.drupal.org/user/1078742"
                },
                {
                    "name": "nickdickinsonwilde",
                    "homepage": "https://www.drupal.org/user/3094661"
                }
            ],
            "description": "Provides support for extending sub-paths of URL aliases.",
            "homepage": "https://www.drupal.org/project/subpathauto",
            "support": {
                "source": "https://cgit.drupalcode.org/subpathauto",
                "issues": "https://www.drupal.org/project/issues/subpathauto"
            }
        },
        {
            "name": "drupal/subprofiles",
            "version": "2.0.0-alpha2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/subprofiles.git",
                "reference": "2.0.0-alpha2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/subprofiles-2.0.0-alpha2.zip",
                "reference": "2.0.0-alpha2",
                "shasum": "2f5e16cf4a918d7e9873abbaa99a26788c8a63b3"
            },
            "require": {
                "drupal/core": "^9.3 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-alpha2",
                    "datestamp": "1697325686",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drutopia",
                    "homepage": "https://www.drupal.org/user/3763727"
                },
                {
                    "name": "lelkneralfaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "MegaKeegMan",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "robertDouglass",
                    "homepage": "https://www.drupal.org/user/5449"
                },
                {
                    "name": "wolcen",
                    "homepage": "https://www.drupal.org/user/3099655"
                }
            ],
            "description": "Provide multiple variations of a single installation profile.",
            "homepage": "https://www.drupal.org/project/subprofiles",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/subprofiles",
                "issues": "http://drupal.org/project/issues/subprofiles"
            }
        },
        {
            "name": "drupal/taxonomy_import",
            "version": "2.0.12",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/taxonomy_import.git",
                "reference": "2.0.12"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/taxonomy_import-2.0.12.zip",
                "reference": "2.0.12",
                "shasum": "7ee3acb762e5f30208423c51035db1b889fe5785"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.12",
                    "datestamp": "1680814752",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "aswathyajish",
                    "homepage": "https://www.drupal.org/user/2584696"
                },
                {
                    "name": "colan",
                    "homepage": "https://www.drupal.org/user/58704"
                },
                {
                    "name": "neethups",
                    "homepage": "https://www.drupal.org/user/3516137"
                },
                {
                    "name": "sajiniantony",
                    "homepage": "https://www.drupal.org/user/2603884"
                },
                {
                    "name": "tolstoydotcom",
                    "homepage": "https://www.drupal.org/user/103055"
                },
                {
                    "name": "vuil",
                    "homepage": "https://www.drupal.org/user/3568458"
                }
            ],
            "description": "A module to import taxonomy using CSV or XML file to a user defined vocabulary.",
            "homepage": "https://www.drupal.org/project/taxonomy_import",
            "keywords": [
                "Drupal",
                "taxonomy_import"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/taxonomy_import",
                "issues": "https://www.drupal.org/project/issues/taxonomy_import",
                "documentation": "https://www.drupal.org/project/taxonomy_import"
            }
        },
        {
            "name": "drupal/taxonomy_manager",
            "version": "2.0.19",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/taxonomy_manager.git",
                "reference": "2.0.19"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/taxonomy_manager-2.0.19.zip",
                "reference": "2.0.19",
                "shasum": "e82649940e4a35f5ce3d702dc800ec9b0c1f4e79"
            },
            "require": {
                "drupal/core": "^10.3 || ^11.0",
                "drupal/jquery_ui": "^1.7"
            },
            "require-dev": {
                "drupal/term_merge": "^2.0",
                "drupal/term_reference_change": "^2.0"
            },
            "suggest": {
                "fancytree/fancytree": "The fancytree library is required to use the drupal/taxonomy_manager module."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.19",
                    "datestamp": "1741177395",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "alesbencina",
                    "homepage": "https://www.drupal.org/user/3558110"
                },
                {
                    "name": "andriy khomych",
                    "homepage": "https://www.drupal.org/user/3287133"
                },
                {
                    "name": "aurelianzaha",
                    "homepage": "https://www.drupal.org/user/3575026"
                },
                {
                    "name": "dragan_bp",
                    "homepage": "https://www.drupal.org/user/3578037"
                },
                {
                    "name": "JacobSanford",
                    "homepage": "https://www.drupal.org/user/806538"
                },
                {
                    "name": "joaogarin",
                    "homepage": "https://www.drupal.org/user/612814"
                },
                {
                    "name": "kalinchernev",
                    "homepage": "https://www.drupal.org/user/231185"
                },
                {
                    "name": "klausi",
                    "homepage": "https://www.drupal.org/user/262198"
                },
                {
                    "name": "mh86",
                    "homepage": "https://www.drupal.org/user/59747"
                },
                {
                    "name": "vladimiraus",
                    "homepage": "https://www.drupal.org/user/673120"
                }
            ],
            "description": "Tool for administrating taxonomy terms",
            "homepage": "https://www.drupal.org/project/taxonomy_manager",
            "support": {
                "source": "https://drupal.org/project/taxonomy_manager",
                "issues": "https://drupal.org/project/issues/taxonomy_manager"
            }
        },
        {
            "name": "drupal/textarea_widget_for_text",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/textarea_widget_for_text.git",
                "reference": "8.x-1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/textarea_widget_for_text-8.x-1.3.zip",
                "reference": "8.x-1.3",
                "shasum": "4bd7c1b0eb25574efa1b959636eb7445f6ba5596"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.3",
                    "datestamp": "1699891368",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "gnuget",
                    "homepage": "https://www.drupal.org/user/992990"
                },
                {
                    "name": "junaidpv",
                    "homepage": "https://www.drupal.org/user/255728"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                }
            ],
            "description": "Allows short (non-long) text fields to use the textarea widget on content entry forms.",
            "homepage": "https://www.drupal.org/project/textarea_widget_for_text",
            "support": {
                "source": "https://git.drupalcode.org/project/textarea_widget_for_text"
            }
        },
        {
            "name": "drupal/token",
            "version": "1.15.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/token.git",
                "reference": "8.x-1.15"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/token-8.x-1.15.zip",
                "reference": "8.x-1.15",
                "shasum": "5916fbccc86458a5f51e71f832ac70ff4c84ebdf"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/book": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.15",
                    "datestamp": "1722206211",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": ">=9"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "eaton",
                    "homepage": "https://www.drupal.org/user/16496"
                },
                {
                    "name": "fago",
                    "homepage": "https://www.drupal.org/user/16747"
                },
                {
                    "name": "greggles",
                    "homepage": "https://www.drupal.org/user/36762"
                },
                {
                    "name": "mikeryan",
                    "homepage": "https://www.drupal.org/user/4420"
                }
            ],
            "description": "Provides a user interface for the Token API, some missing core tokens.",
            "homepage": "https://www.drupal.org/project/token",
            "support": {
                "source": "https://git.drupalcode.org/project/token"
            }
        },
        {
            "name": "drupal/tomselect",
            "version": "dev-1.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/tomselect.git",
                "reference": "502a5f6b3ec4bacbf8f749de11456d868c12aee8"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.0.x": "1.0.x-dev"
                },
                "drupal": {
                    "version": "1.0.0-alpha1+2-dev",
                    "datestamp": "1729730530",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "lelkneralfaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                }
            ],
            "description": "Development helper for including Tom Select JavaScript library.",
            "homepage": "https://www.drupal.org/project/tomselect",
            "support": {
                "source": "https://git.drupalcode.org/project/tomselect"
            }
        },
        {
            "name": "drupal/trim",
            "version": "2.0.1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/trim.git",
                "reference": "2.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/trim-2.0.1.zip",
                "reference": "2.0.1",
                "shasum": "18bf8975e915b845ec470652510ba1e03230d1e0"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.1",
                    "datestamp": "1730171770",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "lelkneralfaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "Stefan Freudenberg",
                    "homepage": "https://www.drupal.org/user/386087"
                }
            ],
            "description": "Strips whitespace from all textfield input prior to validation and saving.",
            "homepage": "https://www.drupal.org/project/trim",
            "support": {
                "source": "https://git.drupalcode.org/project/trim"
            }
        },
        {
            "name": "drupal/twig_tweak",
            "version": "3.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/twig_tweak.git",
                "reference": "3.4.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/twig_tweak-3.4.0.zip",
                "reference": "3.4.0",
                "shasum": "1f47f71b4cfbad97fff11db1adc72c311bb1645e"
            },
            "require": {
                "drupal/core": "^10.3 || ^11.0",
                "ext-json": "*",
                "php": ">=8.1",
                "twig/twig": "^3.10.3"
            },
            "suggest": {
                "symfony/var-dumper": "Better dump() function for debugging Twig variables"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.4.0",
                    "datestamp": "1721562308",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^10 || ^11"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "chi",
                    "homepage": "https://www.drupal.org/user/556138"
                }
            ],
            "description": "A Twig extension with some useful functions and filters for Drupal development.",
            "homepage": "https://www.drupal.org/project/twig_tweak",
            "keywords": [
                "Drupal",
                "Twig"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/twig_tweak",
                "issues": "https://www.drupal.org/project/issues/twig_tweak"
            }
        },
        {
            "name": "drupal/twigsuggest",
            "version": "2.0.0-rc4",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/twigsuggest.git",
                "reference": "2.0.0-rc4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/twigsuggest-2.0.0-rc4.zip",
                "reference": "2.0.0-rc4",
                "shasum": "e629ff389a2d5380c9e43bd2fc770fe443d7711d"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-rc4",
                    "datestamp": "1734604997",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "beunerd",
                    "homepage": "https://www.drupal.org/user/1312798"
                },
                {
                    "name": "leymannx",
                    "homepage": "https://www.drupal.org/user/2482808"
                },
                {
                    "name": "megakeegman",
                    "homepage": "https://www.drupal.org/user/3620027"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                }
            ],
            "description": "Provides template suggestions for things Drupal doesn't.",
            "homepage": "https://www.drupal.org/project/twigsuggest",
            "keywords": [
                "drupal",
                "styling",
                "template suggestions",
                "templates",
                "theming"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/twigsuggest.git",
                "issues": "https://www.drupal.org/project/issues/twigsuggest"
            }
        },
        {
            "name": "drupal/ui_patterns",
            "version": "1.10.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ui_patterns.git",
                "reference": "8.x-1.10"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.10.zip",
                "reference": "8.x-1.10",
                "shasum": "bdb6f84ae8b82679380641cdc3d78b0fafe98614"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/ds": "^3.18",
                "drupal/field_group": "^3.4"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.10",
                    "datestamp": "1729182058",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "ademarco",
                    "homepage": "https://www.drupal.org/user/186696"
                },
                {
                    "name": "bircher",
                    "homepage": "https://www.drupal.org/user/1344166"
                },
                {
                    "name": "christian.wiedemann",
                    "homepage": "https://www.drupal.org/user/861002"
                },
                {
                    "name": "duaelfr",
                    "homepage": "https://www.drupal.org/user/931394"
                },
                {
                    "name": "g4mbini",
                    "homepage": "https://www.drupal.org/user/2533498"
                },
                {
                    "name": "grimreaper",
                    "homepage": "https://www.drupal.org/user/2388214"
                },
                {
                    "name": "just_like_good_vibes",
                    "homepage": "https://www.drupal.org/user/792018"
                },
                {
                    "name": "pdureau",
                    "homepage": "https://www.drupal.org/user/1903334"
                },
                {
                    "name": "pescetti",
                    "homepage": "https://www.drupal.org/user/436244"
                }
            ],
            "description": "UI Patterns.",
            "homepage": "https://www.drupal.org/project/ui_patterns",
            "support": {
                "source": "https://git.drupalcode.org/project/ui_patterns"
            }
        },
        {
            "name": "drupal/ui_patterns_ds",
            "version": "1.10.0",
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "drupal/ds": "*",
                "drupal/ui_patterns": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-1.10",
                    "datestamp": "1729182058",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "ademarco",
                    "homepage": "https://www.drupal.org/user/186696"
                },
                {
                    "name": "bircher",
                    "homepage": "https://www.drupal.org/user/1344166"
                },
                {
                    "name": "christian.wiedemann",
                    "homepage": "https://www.drupal.org/user/861002"
                },
                {
                    "name": "duaelfr",
                    "homepage": "https://www.drupal.org/user/931394"
                },
                {
                    "name": "g4mbini",
                    "homepage": "https://www.drupal.org/user/2533498"
                },
                {
                    "name": "grimreaper",
                    "homepage": "https://www.drupal.org/user/2388214"
                },
                {
                    "name": "just_like_good_vibes",
                    "homepage": "https://www.drupal.org/user/792018"
                },
                {
                    "name": "pdureau",
                    "homepage": "https://www.drupal.org/user/1903334"
                },
                {
                    "name": "pescetti",
                    "homepage": "https://www.drupal.org/user/436244"
                }
            ],
            "description": "Use patterns as Display Suite field templates. It also provides Display Suite pattern sources.",
            "homepage": "https://www.drupal.org/project/ui_patterns",
            "support": {
                "source": "https://git.drupalcode.org/project/ui_patterns"
            }
        },
        {
            "name": "drupal/ui_patterns_layouts",
            "version": "2.0.3",
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/ui_patterns": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "2.0.3",
                    "datestamp": "1742801289",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "ademarco",
                    "homepage": "https://www.drupal.org/user/186696"
                },
                {
                    "name": "bircher",
                    "homepage": "https://www.drupal.org/user/1344166"
                },
                {
                    "name": "christian.wiedemann",
                    "homepage": "https://www.drupal.org/user/861002"
                },
                {
                    "name": "duaelfr",
                    "homepage": "https://www.drupal.org/user/931394"
                },
                {
                    "name": "g4mbini",
                    "homepage": "https://www.drupal.org/user/2533498"
                },
                {
                    "name": "grimreaper",
                    "homepage": "https://www.drupal.org/user/2388214"
                },
                {
                    "name": "just_like_good_vibes",
                    "homepage": "https://www.drupal.org/user/792018"
                },
                {
                    "name": "pdureau",
                    "homepage": "https://www.drupal.org/user/1903334"
                },
                {
                    "name": "pescetti",
                    "homepage": "https://www.drupal.org/user/436244"
                }
            ],
            "description": "Use UI components as layouts plugins.",
            "homepage": "https://www.drupal.org/project/ui_patterns",
            "support": {
                "source": "https://git.drupalcode.org/project/ui_patterns"
            }
        },
        {
            "name": "drupal/ui_patterns_library",
            "version": "2.0.3",
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/ui_patterns": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "2.0.3",
                    "datestamp": "1742801289",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "ademarco",
                    "homepage": "https://www.drupal.org/user/186696"
                },
                {
                    "name": "bircher",
                    "homepage": "https://www.drupal.org/user/1344166"
                },
                {
                    "name": "christian.wiedemann",
                    "homepage": "https://www.drupal.org/user/861002"
                },
                {
                    "name": "duaelfr",
                    "homepage": "https://www.drupal.org/user/931394"
                },
                {
                    "name": "g4mbini",
                    "homepage": "https://www.drupal.org/user/2533498"
                },
                {
                    "name": "grimreaper",
                    "homepage": "https://www.drupal.org/user/2388214"
                },
                {
                    "name": "just_like_good_vibes",
                    "homepage": "https://www.drupal.org/user/792018"
                },
                {
                    "name": "pdureau",
                    "homepage": "https://www.drupal.org/user/1903334"
                },
                {
                    "name": "pescetti",
                    "homepage": "https://www.drupal.org/user/436244"
                }
            ],
            "description": "Browse UI components in library pages.",
            "homepage": "https://www.drupal.org/project/ui_patterns",
            "support": {
                "source": "https://git.drupalcode.org/project/ui_patterns"
            }
        },
        {
            "name": "drupal/unique_content_field_validation",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/unique_content_field_validation.git",
                "reference": "1.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/unique_content_field_validation-1.1.1.zip",
                "reference": "1.1.1",
                "shasum": "a6fdc0b33e3a022fbc8f2decc8b0488ebe79cb82"
            },
            "require": {
                "drupal/core": "^9.1 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.1.1",
                    "datestamp": "1688169108",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Fabian Sierra",
                    "homepage": "https://www.drupal.org/u/fabiansierra5191",
                    "role": "Maintainer"
                },
                {
                    "name": "mably",
                    "homepage": "https://www.drupal.org/user/3375160"
                }
            ],
            "description": "Validate the uniqueness of the entities fields or title.",
            "homepage": "http://drupal.org/project/unique_content_field_validation",
            "support": {
                "source": "https://cgit.drupalcode.org/unique_content_field_validation",
                "issues": "https://drupal.org/project/issues/unique_content_field_validation"
            }
        },
        {
            "name": "drupal/video_embed_field",
            "version": "2.5.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/video_embed_field.git",
                "reference": "8.x-2.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.5.zip",
                "reference": "8.x-2.5",
                "shasum": "997ed67b6873e822fe628f87f65bd6da67e7350c"
            },
            "require": {
                "drupal/core": "^9.2 || ^10"
            },
            "require-dev": {
                "drupal/ckeditor": "^1",
                "drupal/colorbox": "^2",
                "drupal/video_embed_media": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.5",
                    "datestamp": "1671413311",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "abhinesh",
                    "homepage": "https://www.drupal.org/user/3645979"
                },
                {
                    "name": "jec006",
                    "homepage": "https://www.drupal.org/user/855980"
                },
                {
                    "name": "mably",
                    "homepage": "https://www.drupal.org/user/3375160"
                },
                {
                    "name": "plopesc",
                    "homepage": "https://www.drupal.org/user/282415"
                },
                {
                    "name": "sam152",
                    "homepage": "https://www.drupal.org/user/1485048"
                }
            ],
            "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
            "homepage": "https://www.drupal.org/project/video_embed_field",
            "support": {
                "source": "https://git.drupalcode.org/project/video_embed_field"
            }
        },
        {
            "name": "drupal/view_password",
            "version": "6.0.5",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/view_password.git",
                "reference": "6.0.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/view_password-6.0.5.zip",
                "reference": "6.0.5",
                "shasum": "a1f160e5ea7cbac4aa592692eba3bfd2b9527ee7"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "6.0.5",
                    "datestamp": "1723228512",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "ahana92",
                    "homepage": "https://www.drupal.org/user/3494063"
                },
                {
                    "name": "anacolautti",
                    "homepage": "https://www.drupal.org/user/2925043"
                },
                {
                    "name": "cesarmiquel",
                    "homepage": "https://www.drupal.org/user/115500"
                },
                {
                    "name": "lmingarro",
                    "homepage": "https://www.drupal.org/user/262938"
                }
            ],
            "description": "Allows the users to see the contents of the password fields on selected forms before submission.",
            "homepage": "https://www.drupal.org/project/view_password",
            "support": {
                "source": "https://git.drupalcode.org/project/view_password"
            }
        },
        {
            "name": "drupal/view_unpublished",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/view_unpublished.git",
                "reference": "8.x-1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/view_unpublished-8.x-1.3.zip",
                "reference": "8.x-1.3",
                "shasum": "7dd4411c53866585ac6319d147ab11d214d55877"
            },
            "require": {
                "drupal/core": "^9.4 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/coder": "^8.3.18",
                "phpcompatibility/php-compatibility": "10.x-dev@dev"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.3",
                    "datestamp": "1724503131",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Agnes Chisholm",
                    "homepage": "https://www.drupal.org/user/173461",
                    "email": "amaria@chisholmtech.com"
                },
                {
                    "name": "fathima.asmat",
                    "homepage": "https://www.drupal.org/user/3622664"
                },
                {
                    "name": "tobiasb",
                    "homepage": "https://www.drupal.org/user/183956"
                }
            ],
            "description": "Select which roles should be able to see unpublished nodes.",
            "homepage": "https://www.drupal.org/project/view_unpublished",
            "support": {
                "source": "https://git.drupalcode.org/project/view_unpublished"
            }
        },
        {
            "name": "drupal/views_plain",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_plain.git",
                "reference": "8.x-1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_plain-8.x-1.0.zip",
                "reference": "8.x-1.0",
                "shasum": "5eac9098aea2daf2e174cc271c2689263041f401"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0",
                    "datestamp": "1695650382",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "colorfield",
                    "homepage": "https://www.drupal.org/user/2295486"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "Raphael Larrinaga",
                    "homepage": "https://www.drupal.org/user/2873013"
                },
                {
                    "name": "Rockabelly",
                    "homepage": "https://www.drupal.org/user/2649181"
                }
            ],
            "description": "Views display style that removes all the wrapper markup.",
            "homepage": "https://www.drupal.org/project/views_plain",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/views_plain",
                "issues": "https://www.drupal.org/project/issues/views_plain"
            }
        },
        {
            "name": "drupal/viewsreference",
            "version": "dev-1.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/viewsreference.git",
                "reference": "2ee107cd681a00f26ffe5382660d2298283ec978"
            },
            "require": {
                "drupal/core": "^9.3 || ^10",
                "php": "^7.0|^8.0"
            },
            "conflict": {
                "drupal/viewsreferennce": "*"
            },
            "require-dev": {
                "composer/installers": "^1.2",
                "drupal/coder": "^8.2",
                "drupal/core-composer-scaffold": "*",
                "webflo/drupal-core-require-dev": "~8.5"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "8.x-1.8+2-dev",
                    "datestamp": "1691455445",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                },
                "installer-paths": {
                    "../build/core": [
                        "type:drupal-core"
                    ],
                    "../build/modules/contrib/{$name}": [
                        "type:drupal-module"
                    ],
                    "../build/themes/contrib/{$name}": [
                        "type:drupal-theme"
                    ]
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "joekers",
                    "homepage": "https://www.drupal.org/user/2229066"
                },
                {
                    "name": "NewZeal",
                    "homepage": "https://www.drupal.org/user/93571"
                },
                {
                    "name": "scott_euser",
                    "homepage": "https://www.drupal.org/user/3267594"
                },
                {
                    "name": "seanb",
                    "homepage": "https://www.drupal.org/user/545912"
                }
            ],
            "description": "Views Reference",
            "homepage": "http://drupal.org/project/viewsreference",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/viewsreference",
                "issues": "http://drupal.org/project/issues/viewsreference"
            }
        },
        {
            "name": "drupal/visitors",
            "version": "2.27.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/visitors.git",
                "reference": "8.x-2.27"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/visitors-8.x-2.27.zip",
                "reference": "8.x-2.27",
                "shasum": "0b7e4d93b47301b6b0fd40b32da4890960bb8e89"
            },
            "require": {
                "drupal/charts": "^5",
                "drupal/charts_chartjs": "*",
                "drupal/core": "^10 || ^11",
                "geoip2/geoip2": "~2.0",
                "matomo/device-detector": "^6.1"
            },
            "require-dev": {
                "drupal/statistics": "~1",
                "drush/drush": "^12 || ^13"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.27",
                    "datestamp": "1742676314",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": ">=9"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Steven Ayers (bluegeek9)",
                    "homepage": "https://www.drupal.org/u/bluegeek9",
                    "role": "Maintainer"
                }
            ],
            "description": "Visitors is a native drupal web analytics software.",
            "homepage": "https://drupal.org/project/visitors",
            "support": {
                "source": "https://git.drupalcode.org/project/visitors",
                "issues": "https://www.drupal.org/project/issues/visitors?version=8.x",
                "docs": "https://www.drupal.org/docs/8/modules/visitors",
                "forum": "https://drupal.stackexchange.com/questions/tagged/visitors"
            }
        },
        {
            "name": "drupal/webform",
            "version": "6.2.9",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/webform.git",
                "reference": "6.2.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/webform-6.2.9.zip",
                "reference": "6.2.9",
                "shasum": "650752c3cc6d0144c6f378b8d25d45c083e23600"
            },
            "require": {
                "drupal/core": "^10.2",
                "php": ">=8.1"
            },
            "require-dev": {
                "drupal/address": "1.x-dev",
                "drupal/bootstrap": "3.x-dev",
                "drupal/captcha": "^1 || ^2",
                "drupal/chosen": "3.0.x-dev",
                "drupal/ckeditor": "1.0.x-dev",
                "drupal/clientside_validation": "^3 || ^4",
                "drupal/clientside_validation_jquery": "*",
                "drupal/devel": "5.x-dev",
                "drupal/entity": "1.x-dev",
                "drupal/entity_print": "2.x-dev",
                "drupal/group": "1.x-dev",
                "drupal/hal": "1 - 2",
                "drupal/jquery_ui": "1.x-dev",
                "drupal/jquery_ui_button": "2.x-dev",
                "drupal/jquery_ui_checkboxradio": "2.x-dev",
                "drupal/jquery_ui_datepicker": "2.x-dev",
                "drupal/mailsystem": "4.x-dev",
                "drupal/metatag": "1.x-dev",
                "drupal/paragraphs": "1.x-dev",
                "drupal/select2": "1.x-dev",
                "drupal/smtp": "1.x-dev",
                "drupal/styleguide": "^1 || ^2",
                "drupal/telephone_validation": "2.x-dev",
                "drupal/token": "1.x-dev",
                "drupal/variationcache": "1.x-dev",
                "drupal/webform_access": "*",
                "drupal/webform_attachment": "*",
                "drupal/webform_clientside_validation": "*",
                "drupal/webform_devel": "*",
                "drupal/webform_entity_print": "*",
                "drupal/webform_node": "*",
                "drupal/webform_options_limit": "*",
                "drupal/webform_scheduled_email": "*",
                "drupal/webform_share": "*",
                "drupal/webform_ui": "*"
            },
            "suggest": {
                "drupal/jquery_ui_buttons": "Provides jQuery UI Checkboxradio library. Required by the Webform jQueryUI Buttons module. The Webform jQueryUI Buttons module is deprecated because jQueryUI is no longer maintained.",
                "drupal/jquery_ui_datepicker": "Provides jQuery UI Datepicker library. Required to support datepickers. The Webform jQueryUI Datepicker module is deprecated because jQueryUI is no longer maintained."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "6.2.9",
                    "datestamp": "1733851063",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": ">=9"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Jacob Rockowitz (jrockowitz)",
                    "homepage": "https://www.drupal.org/u/jrockowitz",
                    "role": "Maintainer"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://www.drupal.org/node/7404/committers",
                    "role": "Contributor"
                },
                {
                    "name": "liam morland",
                    "homepage": "https://www.drupal.org/user/493050"
                },
                {
                    "name": "mandclu",
                    "homepage": "https://www.drupal.org/user/52136"
                },
                {
                    "name": "quicksketch",
                    "homepage": "https://www.drupal.org/user/35821"
                }
            ],
            "description": "Enables the creation of webforms and questionnaires.",
            "homepage": "https://drupal.org/project/webform",
            "support": {
                "source": "https://git.drupalcode.org/project/webform",
                "issues": "https://www.drupal.org/project/issues/webform?version=8.x",
                "docs": "https://www.drupal.org/docs/8/modules/webform",
                "forum": "https://drupal.stackexchange.com/questions/tagged/webform"
            }
        },
        {
            "name": "drupal/weight",
            "version": "3.6.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/weight.git",
                "reference": "8.x-3.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/weight-8.x-3.6.zip",
                "reference": "8.x-3.6",
                "shasum": "071c378a6f4887b15a9e68c1414c94735282e20c"
            },
            "require": {
                "drupal/core": "^9.5 || ^10.2 || ^11.0"
            },
            "require-dev": {
                "drupal/feeds": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.6",
                    "datestamp": "1729637541",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "heddn",
                    "homepage": "https://www.drupal.org/user/1463982"
                },
                {
                    "name": "kevinquillen",
                    "homepage": "https://www.drupal.org/user/317279"
                },
                {
                    "name": "NancyDru",
                    "homepage": "https://www.drupal.org/user/101412"
                },
                {
                    "name": "neslee canil pinto",
                    "homepage": "https://www.drupal.org/user/3580850"
                },
                {
                    "name": "vladimiraus",
                    "homepage": "https://www.drupal.org/user/673120"
                }
            ],
            "description": "Allows arbitrary ordering of entities.",
            "homepage": "https://www.drupal.org/project/weight",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/weight",
                "issues": "https://www.drupal.org/project/issues/weight"
            }
        },
        {
            "name": "drupal/workflow_buttons",
            "version": "dev-1.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/workflow_buttons.git",
                "reference": "ee2d242ae326b31fba290b11381c5e8423e42fd2"
            },
            "require": {
                "drupal/core": "^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "8.x-1.0-beta6+4-dev",
                    "datestamp": "1742936901",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "beunerd",
                    "homepage": "https://www.drupal.org/user/1312798"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "gnuget",
                    "homepage": "https://www.drupal.org/user/992990"
                },
                {
                    "name": "kelly.m.jacobs",
                    "homepage": "https://www.drupal.org/user/3397374"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ultrabob",
                    "homepage": "https://www.drupal.org/user/110463"
                }
            ],
            "description": "Provide workflow buttons for content moderation instead of a select dropdown of states.  Button labels are taken from the transition names.",
            "homepage": "https://www.drupal.org/project/workflow_buttons",
            "keywords": [
                "buttons",
                "content",
                "content moderation",
                "drupal",
                "editor",
                "form",
                "workflow"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/workflow_buttons.git",
                "issues": "https://www.drupal.org/project/issues/workflow_buttons"
            }
        },
        {
            "name": "drupal/workflow_buttons_trash",
            "version": "1.0.0-beta6",
            "require": {
                "drupal/core": "^9 || ^10",
                "drupal/workflow_buttons": "^1"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-beta6",
                    "datestamp": "1702440893",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "beunerd",
                    "homepage": "https://www.drupal.org/user/1312798"
                },
                {
                    "name": "elkaro",
                    "homepage": "https://www.drupal.org/user/3577260"
                },
                {
                    "name": "gnuget",
                    "homepage": "https://www.drupal.org/user/992990"
                },
                {
                    "name": "kelly.m.jacobs",
                    "homepage": "https://www.drupal.org/user/3397374"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "ultrabob",
                    "homepage": "https://www.drupal.org/user/110463"
                }
            ],
            "description": "Provides a trash (soft-delete) workflow which works well with (but does not require) Workflow buttons.",
            "homepage": "https://www.drupal.org/project/workflow_buttons",
            "support": {
                "source": "https://git.drupalcode.org/project/workflow_buttons"
            }
        },
        {
            "name": "drupal/wysiwyg_linebreaks",
            "version": "dev-2.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/wysiwyg_linebreaks.git",
                "reference": "e5b669ddcbc7115e862f08b38e4f379f1e8f7c60"
            },
            "require": {
                "drupal/core": "^9.3  || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                },
                "drupal": {
                    "version": "2.0.0+4-dev",
                    "datestamp": "1724196081",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "geerlingguy",
                    "homepage": "https://www.drupal.org/user/389011"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                }
            ],
            "description": "Allows you to use CKEditor WYSIWYG editors on legacy content that may not already have HTML formatting applied and to more easily edit WYSIWYG-edited content in plain text.",
            "homepage": "https://www.drupal.org/project/wysiwyg_linebreaks",
            "support": {
                "source": "https://git.drupalcode.org/project/wysiwyg_linebreaks"
            }
        },
        {
            "name": "drupal/yaml_content",
            "version": "1.0.0-alpha9",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/yaml_content.git",
                "reference": "8.x-1.0-alpha9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/yaml_content-8.x-1.0-alpha9.zip",
                "reference": "8.x-1.0-alpha9",
                "shasum": "21854b567ef6b9a17883da061c03850f136cc9d1"
            },
            "require": {
                "drupal/core": "^9 || ^10"
            },
            "require-dev": {
                "mikey179/vfsstream": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-alpha9",
                    "datestamp": "1690397386",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "DamienMcKenna",
                    "homepage": "https://www.drupal.org/user/108450"
                },
                {
                    "name": "shrop",
                    "homepage": "https://www.drupal.org/user/14767"
                },
                {
                    "name": "slucero",
                    "homepage": "https://www.drupal.org/user/1612534"
                }
            ],
            "description": "Demo content generator using yaml content templates.",
            "homepage": "https://www.drupal.org/project/yaml_content",
            "support": {
                "source": "https://git.drupalcode.org/project/yaml_content"
            }
        },
        {
            "name": "drush/drush",
            "version": "12.5.3",
            "source": {
                "type": "git",
                "url": "https://github.com/drush-ops/drush.git",
                "reference": "7fe0a492d5126c457c5fb184c4668a132b0aaac6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drush-ops/drush/zipball/7fe0a492d5126c457c5fb184c4668a132b0aaac6",
                "reference": "7fe0a492d5126c457c5fb184c4668a132b0aaac6",
                "shasum": ""
            },
            "require": {
                "chi-teck/drupal-code-generator": "^3.0",
                "composer-runtime-api": "^2.2",
                "composer/semver": "^1.4 || ^3",
                "consolidation/annotated-command": "^4.9.2",
                "consolidation/config": "^2.1.2",
                "consolidation/filter-via-dot-access-data": "^2.0.2",
                "consolidation/output-formatters": "^4.3.2",
                "consolidation/robo": "^4.0.6",
                "consolidation/site-alias": "^4",
                "consolidation/site-process": "^5.2.0",
                "ext-dom": "*",
                "grasmash/yaml-cli": "^3.1",
                "guzzlehttp/guzzle": "^7.0",
                "league/container": "^4",
                "php": ">=8.1",
                "psy/psysh": "~0.11",
                "symfony/event-dispatcher": "^6",
                "symfony/filesystem": "^6.1",
                "symfony/finder": "^6",
                "symfony/var-dumper": "^6.0",
                "symfony/yaml": "^6.0",
                "webflo/drupal-finder": "^1.2"
            },
            "conflict": {
                "drupal/core": "< 10.0",
                "drupal/migrate_run": "*",
                "drupal/migrate_tools": "<= 5"
            },
            "require-dev": {
                "composer/installers": "^2",
                "cweagans/composer-patches": "~1.0",
                "drupal/core-recommended": "^10",
                "drupal/semver_example": "2.3.0",
                "phpunit/phpunit": "^9",
                "rector/rector": "^0.12",
                "squizlabs/php_codesniffer": "^3.7"
            },
            "bin": [
                "drush"
            ],
            "type": "library",
            "extra": {
                "installer-paths": {
                    "sut/core": [
                        "type:drupal-core"
                    ],
                    "sut/libraries/{$name}": [
                        "type:drupal-library"
                    ],
                    "sut/themes/unish/{$name}": [
                        "drupal/empty_theme"
                    ],
                    "sut/drush/contrib/{$name}": [
                        "type:drupal-drush"
                    ],
                    "sut/modules/unish/{$name}": [
                        "drupal/devel"
                    ],
                    "sut/themes/contrib/{$name}": [
                        "type:drupal-theme"
                    ],
                    "sut/modules/contrib/{$name}": [
                        "type:drupal-module"
                    ],
                    "sut/profiles/contrib/{$name}": [
                        "type:drupal-profile"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Drush\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Moshe Weitzman",
                    "email": "weitzman@tejasa.com"
                },
                {
                    "name": "Owen Barton",
                    "email": "drupal@owenbarton.com"
                },
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                },
                {
                    "name": "Jonathan Araña Cruz",
                    "email": "jonhattan@faita.net"
                },
                {
                    "name": "Jonathan Hedstrom",
                    "email": "jhedstrom@gmail.com"
                },
                {
                    "name": "Christopher Gervais",
                    "email": "chris@ergonlogic.com"
                },
                {
                    "name": "Dave Reid",
                    "email": "dave@davereid.net"
                },
                {
                    "name": "Damian Lee",
                    "email": "damiankloip@googlemail.com"
                }
            ],
            "description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.",
            "homepage": "http://www.drush.org",
            "support": {
                "forum": "http://drupal.stackexchange.com/questions/tagged/drush",
                "issues": "https://github.com/drush-ops/drush/issues",
                "security": "https://github.com/drush-ops/drush/security/advisories",
                "slack": "https://drupal.slack.com/messages/C62H9CWQM",
                "source": "https://github.com/drush-ops/drush/tree/12.5.3"
            },
            "funding": [
                {
                    "url": "https://github.com/weitzman",
                    "type": "github"
                }
            ],
            "time": "2024-08-02T11:57:29+00:00"
        },
        {
            "name": "drutopia/drutopia",
            "version": "2.0.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/drutopia/drutopia.git",
                "reference": "2192b03e0c0dba53dd1181c19c5c3c3ece643ba6"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/drutopia%2Fdrutopia/repository/archive.zip?sha=2192b03e0c0dba53dd1181c19c5c3c3ece643ba6",
                "reference": "2192b03e0c0dba53dd1181c19c5c3c3ece643ba6",
                "shasum": ""
            },
            "require": {
                "cweagans/composer-patches": "^1",
                "drupal/antibot": "^2",
                "drupal/block_visibility_groups": "^2",
                "drupal/bulma_components": "^1",
                "drupal/config_actions_provider": "^1",
                "drupal/config_sync": "^3",
                "drupal/config_update": "^2",
                "drupal/default_content": "^2",
                "drupal/drutopia_action": "^2",
                "drupal/drutopia_article": "^2",
                "drupal/drutopia_blog": "^2",
                "drupal/drutopia_campaign": "^2",
                "drupal/drutopia_comment": "^2",
                "drupal/drutopia_core": "^2",
                "drupal/drutopia_event": "^2",
                "drupal/drutopia_group": "^2",
                "drupal/drutopia_landing_page": "^2",
                "drupal/drutopia_page": "^2",
                "drupal/drutopia_people": "^2",
                "drupal/drutopia_related_content": "^2",
                "drupal/drutopia_resource": "^2",
                "drupal/drutopia_search": "^2",
                "drupal/drutopia_seo": "^2",
                "drupal/drutopia_site": "^2",
                "drupal/drutopia_social": "^2",
                "drupal/drutopia_storyline": "^2",
                "drupal/drutopia_user": "^2",
                "drupal/eu_cookie_compliance": "^1",
                "drupal/features": "^3",
                "drupal/gdpr": "^3",
                "drupal/gin": "^4",
                "drupal/gin_toolbar": "^2",
                "drupal/honeypot": "^2",
                "drupal/menu_block": "^1",
                "drupal/octavia": "^2",
                "drupal/paranoia": "^1",
                "drupal/riddler": "^3",
                "drupal/subprofiles": "^2",
                "drupal/twigsuggest": "^2",
                "drupal/yaml_content": "^1",
                "geeks4change/composer-pin": "*"
            },
            "require-dev": {
                "drupal/devel": "^5",
                "drupal/drupal-extension": "^5",
                "drush/drush": "^12",
                "jcalderonzumba/gastonjs": "~1.0.2",
                "mikey179/vfsstream": "~1.2",
                "se/selenium-server-standalone": "^2.53",
                "squizlabs/php_codesniffer": "2.*",
                "symfony/css-selector": "~2.8"
            },
            "type": "drupal-profile",
            "extra": {
                "patches": {
                    "drupal/ds": {
                        "Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch"
                    },
                    "drupal/core": {
                        "Invoke hook after a site install is complete": "https://git.drupalcode.org/project/drupal/-/merge_requests/1512.diff"
                    }
                },
                "drupal-scaffold": {
                    "locations": {
                        "web-root": "web/"
                    }
                },
                "enable-patching": true
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Drutopia's base distribution provides an enhanced starting place for building sites for grassroots organizations and other purposes.",
            "support": {
                "issues": "https://gitlab.com/drutopia/drutopia/-/issues",
                "source": "https://gitlab.com/drutopia/drutopia/-/tree/2.0.x"
            },
            "time": "2025-02-07T15:24:33+00:00"
        },
        {
            "name": "easyrdf/easyrdf",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/easyrdf/easyrdf.git",
                "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64",
                "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-mbstring": "*",
                "ext-pcre": "*",
                "ext-xmlreader": "*",
                "lib-libxml": "*",
                "php": ">=7.1.0"
            },
            "require-dev": {
                "code-lts/doctum": "^5",
                "ml/json-ld": "~1.0",
                "phpunit/phpunit": "^7",
                "semsol/arc2": "^2.4",
                "squizlabs/php_codesniffer": "3.*",
                "zendframework/zend-http": "~2.3"
            },
            "suggest": {
                "ml/json-ld": "~1.0",
                "semsol/arc2": "~2.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "EasyRdf\\": "lib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nicholas Humfrey",
                    "email": "njh@aelius.com",
                    "homepage": "http://www.aelius.com/njh/",
                    "role": "Developer"
                },
                {
                    "name": "Alexey Zakhlestin",
                    "email": "indeyets@gmail.com",
                    "homepage": "http://indeyets.ru/",
                    "role": "Developer"
                }
            ],
            "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
            "homepage": "http://www.easyrdf.org/",
            "keywords": [
                "Linked Data",
                "RDF",
                "Semantic Web",
                "Turtle",
                "rdfa",
                "sparql"
            ],
            "support": {
                "forum": "http://groups.google.com/group/easyrdf/",
                "issues": "http://github.com/easyrdf/easyrdf/issues",
                "source": "https://github.com/easyrdf/easyrdf/tree/1.1.1"
            },
            "time": "2020-12-02T08:47:31+00:00"
        },
        {
            "name": "egulias/email-validator",
            "version": "4.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/egulias/EmailValidator.git",
                "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
                "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "^2.0 || ^3.0",
                "php": ">=8.1",
                "symfony/polyfill-intl-idn": "^1.26"
            },
            "require-dev": {
                "phpunit/phpunit": "^10.2",
                "vimeo/psalm": "^5.12"
            },
            "suggest": {
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Egulias\\EmailValidator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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"
            ],
            "support": {
                "issues": "https://github.com/egulias/EmailValidator/issues",
                "source": "https://github.com/egulias/EmailValidator/tree/4.0.4"
            },
            "funding": [
                {
                    "url": "https://github.com/egulias",
                    "type": "github"
                }
            ],
            "time": "2025-03-06T22:45:56+00:00"
        },
        {
            "name": "ezyang/htmlpurifier",
            "version": "v4.18.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ezyang/htmlpurifier.git",
                "reference": "cb56001e54359df7ae76dc522d08845dc741621b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/cb56001e54359df7ae76dc522d08845dc741621b",
                "reference": "cb56001e54359df7ae76dc522d08845dc741621b",
                "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 || ~8.4.0"
            },
            "require-dev": {
                "cerdic/css-tidy": "^1.7 || ^2.0",
                "simpletest/simpletest": "dev-master"
            },
            "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"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "library/HTMLPurifier.composer.php"
                ],
                "psr-0": {
                    "HTMLPurifier": "library/"
                },
                "exclude-from-classmap": [
                    "/library/HTMLPurifier/Language/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "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"
            ],
            "support": {
                "issues": "https://github.com/ezyang/htmlpurifier/issues",
                "source": "https://github.com/ezyang/htmlpurifier/tree/v4.18.0"
            },
            "time": "2024-11-01T03:51:45+00:00"
        },
        {
            "name": "fakerphp/faker",
            "version": "v1.24.1",
            "source": {
                "type": "git",
                "url": "https://github.com/FakerPHP/Faker.git",
                "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
                "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0",
                "psr/container": "^1.0 || ^2.0",
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
            },
            "conflict": {
                "fzaninotto/faker": "*"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.4.1",
                "doctrine/persistence": "^1.3 || ^2.0",
                "ext-intl": "*",
                "phpunit/phpunit": "^9.5.26",
                "symfony/phpunit-bridge": "^5.4.16"
            },
            "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."
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Faker\\": "src/Faker/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "François Zaninotto"
                }
            ],
            "description": "Faker is a PHP library that generates fake data for you.",
            "keywords": [
                "data",
                "faker",
                "fixtures"
            ],
            "support": {
                "issues": "https://github.com/FakerPHP/Faker/issues",
                "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1"
            },
            "time": "2024-11-21T13:46:39+00:00"
        },
        {
            "name": "geeks4change/composer-pin",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/geeks4change/packages/composer-pin.git",
                "reference": "e5c37b2b1c6041f6c5e1a86dc1c1c15dc7879ba8"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/geeks4change%2Fpackages%2Fcomposer-pin/repository/archive.zip?sha=e5c37b2b1c6041f6c5e1a86dc1c1c15dc7879ba8",
                "reference": "e5c37b2b1c6041f6c5e1a86dc1c1c15dc7879ba8",
                "shasum": ""
            },
            "default-branch": true,
            "bin": [
                "composer-pin-apply"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Merlin",
                    "email": "merlin@geeks4change.net"
                }
            ],
            "description": "Provides helper commands to do project level version/hash pinning.",
            "support": {
                "issues": "https://gitlab.com/geeks4change/packages/composer-pin/-/issues",
                "source": "https://gitlab.com/geeks4change/packages/composer-pin/-/tree/master"
            },
            "time": "2020-06-02T10:38:25+00:00"
        },
        {
            "name": "geoip2/geoip2",
            "version": "v2.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/maxmind/GeoIP2-php.git",
                "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23"
            },
            "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"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "3.*",
                "phpstan/phpstan": "*",
                "phpunit/phpunit": "^8.0 || ^9.0",
                "squizlabs/php_codesniffer": "3.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "GeoIp2\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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"
            ],
            "support": {
                "issues": "https://github.com/maxmind/GeoIP2-php/issues",
                "source": "https://github.com/maxmind/GeoIP2-php/tree/v2.13.0"
            },
            "time": "2022-08-05T20:32:58+00:00"
        },
        {
            "name": "graham-campbell/result-type",
            "version": "v1.1.3",
            "source": {
                "type": "git",
                "url": "https://github.com/GrahamCampbell/Result-Type.git",
                "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
                "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "phpoption/phpoption": "^1.9.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "GrahamCampbell\\ResultType\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                }
            ],
            "description": "An Implementation Of The Result Type",
            "keywords": [
                "Graham Campbell",
                "GrahamCampbell",
                "Result Type",
                "Result-Type",
                "result"
            ],
            "support": {
                "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
                "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
                    "type": "tidelift"
                }
            ],
            "time": "2024-07-20T21:45:45+00:00"
        },
        {
            "name": "grasmash/expander",
            "version": "3.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/grasmash/expander.git",
                "reference": "eea11b9afb0c32483b18b9009f4ca07b770e39f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/grasmash/expander/zipball/eea11b9afb0c32483b18b9009f4ca07b770e39f4",
                "reference": "eea11b9afb0c32483b18b9009f4ca07b770e39f4",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^3.0.0",
                "php": ">=8.0",
                "psr/log": "^2 | ^3"
            },
            "require-dev": {
                "greg-1-anderson/composer-test-scenarios": "^1",
                "php-coveralls/php-coveralls": "^2.5",
                "phpunit/phpunit": "^9",
                "squizlabs/php_codesniffer": "^3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Grasmash\\Expander\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthew Grasmick"
                }
            ],
            "description": "Expands internal property references in PHP arrays file.",
            "support": {
                "issues": "https://github.com/grasmash/expander/issues",
                "source": "https://github.com/grasmash/expander/tree/3.0.1"
            },
            "time": "2024-11-25T23:28:05+00:00"
        },
        {
            "name": "grasmash/yaml-cli",
            "version": "3.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/grasmash/yaml-cli.git",
                "reference": "09a8860566958a1576cc54bbe910a03477e54971"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/grasmash/yaml-cli/zipball/09a8860566958a1576cc54bbe910a03477e54971",
                "reference": "09a8860566958a1576cc54bbe910a03477e54971",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^3",
                "php": ">=8.0",
                "symfony/console": "^6 || ^7",
                "symfony/filesystem": "^6 || ^7",
                "symfony/yaml": "^6 || ^7"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2",
                "phpunit/phpunit": "^9",
                "squizlabs/php_codesniffer": "^3.0"
            },
            "bin": [
                "bin/yaml-cli"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Grasmash\\YamlCli\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthew Grasmick"
                }
            ],
            "description": "A command line tool for reading and manipulating yaml files.",
            "support": {
                "issues": "https://github.com/grasmash/yaml-cli/issues",
                "source": "https://github.com/grasmash/yaml-cli/tree/3.2.1"
            },
            "time": "2024-04-23T02:10:57+00:00"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "7.9.2",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "d281ed313b989f213357e3be1a179f02196ac99b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b",
                "reference": "d281ed313b989f213357e3be1a179f02196ac99b",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
                "guzzlehttp/psr7": "^2.7.0",
                "php": "^7.2.5 || ^8.0",
                "psr/http-client": "^1.0",
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
            },
            "provide": {
                "psr/http-client-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "ext-curl": "*",
                "guzzle/client-integration-tests": "3.0.2",
                "php-http/message-factory": "^1.1",
                "phpunit/phpunit": "^8.5.39 || ^9.6.20",
                "psr/log": "^1.1 || ^2.0 || ^3.0"
            },
            "suggest": {
                "ext-curl": "Required for CURL handler support",
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
                "psr/log": "Required for using the Log middleware"
            },
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Jeremy Lindblom",
                    "email": "jeremeamia@gmail.com",
                    "homepage": "https://github.com/jeremeamia"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "psr-18",
                "psr-7",
                "rest",
                "web service"
            ],
            "support": {
                "issues": "https://github.com/guzzle/guzzle/issues",
                "source": "https://github.com/guzzle/guzzle/tree/7.9.2"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
                    "type": "tidelift"
                }
            ],
            "time": "2024-07-24T11:22:20+00:00"
        },
        {
            "name": "guzzlehttp/promises",
            "version": "2.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
                "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "phpunit/phpunit": "^8.5.39 || ^9.6.20"
            },
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Promise\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle promises library",
            "keywords": [
                "promise"
            ],
            "support": {
                "issues": "https://github.com/guzzle/promises/issues",
                "source": "https://github.com/guzzle/promises/tree/2.0.4"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
                    "type": "tidelift"
                }
            ],
            "time": "2024-10-17T10:06:22+00:00"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "2.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
                "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.1 || ^2.0",
                "ralouphie/getallheaders": "^3.0"
            },
            "provide": {
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "http-interop/http-factory-tests": "0.9.0",
                "phpunit/phpunit": "^8.5.39 || ^9.6.20"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://sagikazarmark.hu"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https://github.com/guzzle/psr7/issues",
                "source": "https://github.com/guzzle/psr7/tree/2.7.0"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
                    "type": "tidelift"
                }
            ],
            "time": "2024-07-18T11:15:46+00:00"
        },
        {
            "name": "indieauth/client",
            "version": "1.1.6",
            "source": {
                "type": "git",
                "url": "https://github.com/indieweb/indieauth-client-php.git",
                "reference": "9f3f9cc71a752c371b44d40a979504ffd7026c7d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/9f3f9cc71a752c371b44d40a979504ffd7026c7d",
                "reference": "9f3f9cc71a752c371b44d40a979504ffd7026c7d",
                "shasum": ""
            },
            "require": {
                "indieweb/representative-h-card": "^0.1.2",
                "mf2/mf2": "^0.5",
                "p3k/http": "^0.1",
                "php": ">5.6.0"
            },
            "require-dev": {
                "yoast/phpunit-polyfills": "^1.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "IndieAuth\\": "src/IndieAuth/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Aaron Parecki",
                    "homepage": "https://aaronparecki.com"
                }
            ],
            "description": "IndieAuth Client Library",
            "support": {
                "issues": "https://github.com/indieweb/indieauth-client-php/issues",
                "source": "https://github.com/indieweb/indieauth-client-php/tree/1.1.6"
            },
            "funding": [
                {
                    "url": "https://opencollective.com/indieweb",
                    "type": "opencollective"
                }
            ],
            "time": "2022-11-08T21:37:04+00:00"
        },
        {
            "name": "indieweb/link-rel-parser",
            "version": "0.1.3",
            "source": {
                "type": "git",
                "url": "https://github.com/indieweb/link-rel-parser-php.git",
                "reference": "295420e4f16d9a9d262a3c25a7a583794428f055"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/295420e4f16d9a9d262a3c25a7a583794428f055",
                "reference": "295420e4f16d9a9d262a3c25a7a583794428f055",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/IndieWeb/link_rel_parser.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Aaron Parecki",
                    "homepage": "http://aaronparecki.com"
                },
                {
                    "name": "Tantek Çelik",
                    "homepage": "http://tantek.com"
                }
            ],
            "description": "Parse rel values from HTTP headers",
            "homepage": "https://github.com/indieweb/link-rel-parser-php",
            "keywords": [
                "http",
                "indieweb",
                "microformats2"
            ],
            "support": {
                "issues": "https://github.com/indieweb/link-rel-parser-php/issues",
                "source": "https://github.com/indieweb/link-rel-parser-php/tree/master"
            },
            "time": "2017-01-11T17:14:49+00:00"
        },
        {
            "name": "indieweb/mention-client",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/indieweb/mention-client-php.git",
                "reference": "6807f4b1b96df7f47ea425eebfc7c032768652cf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/indieweb/mention-client-php/zipball/6807f4b1b96df7f47ea425eebfc7c032768652cf",
                "reference": "6807f4b1b96df7f47ea425eebfc7c032768652cf",
                "shasum": ""
            },
            "require": {
                "mf2/mf2": ">=0.2",
                "php": ">=5.6"
            },
            "require-dev": {
                "phpunit/phpunit": "^6"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "IndieWeb": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Aaron Parecki",
                    "email": "aaron@parecki.com",
                    "homepage": "http://aaronparecki.com/"
                }
            ],
            "description": "Client library for sending webmention and pingback notifications",
            "homepage": "https://github.com/indieweb/mention-client-php",
            "support": {
                "issues": "https://github.com/indieweb/mention-client-php/issues",
                "source": "https://github.com/indieweb/mention-client-php/tree/1.2.1"
            },
            "time": "2021-02-02T13:13:07+00:00"
        },
        {
            "name": "indieweb/representative-h-card",
            "version": "0.1.3",
            "source": {
                "type": "git",
                "url": "https://github.com/indieweb/representative-h-card-php.git",
                "reference": "97731c6ccc0838418c775b867bf826aeaa91cd95"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/indieweb/representative-h-card-php/zipball/97731c6ccc0838418c775b867bf826aeaa91cd95",
                "reference": "97731c6ccc0838418c775b867bf826aeaa91cd95",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "mf2/mf2": "0.2.*",
                "phpunit/phpunit": "*"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/mf2/representative-h-card.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Aaron Parecki",
                    "homepage": "http://aaronparecki.com"
                }
            ],
            "keywords": [
                "h-card",
                "indieweb",
                "mf2",
                "microformats"
            ],
            "support": {
                "issues": "https://github.com/indieweb/representative-h-card-php/issues",
                "source": "https://github.com/indieweb/representative-h-card-php/tree/0.1.3"
            },
            "time": "2023-05-24T15:33:06+00:00"
        },
        {
            "name": "kwn/number-to-words",
            "version": "1.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kwn/number-to-words.git",
                "reference": "df61dc0f2fffe49f87319c9bcf1f7f44669152c7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kwn/number-to-words/zipball/df61dc0f2fffe49f87319c9bcf1f7f44669152c7",
                "reference": "df61dc0f2fffe49f87319c9bcf1f7f44669152c7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6|>=7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7.9",
                "squizlabs/php_codesniffer": "^3.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "NumberToWords\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Karol Wnuk",
                    "email": "k.wnuk@ascetic.pl"
                }
            ],
            "description": "Multi language standalone PHP number to words converter. Fully tested, open for extensions and new languages.",
            "keywords": [
                "currency",
                "money",
                "number",
                "numbers",
                "string",
                "to",
                "words"
            ],
            "support": {
                "issues": "https://github.com/kwn/number-to-words/issues",
                "source": "https://github.com/kwn/number-to-words/tree/1.13.0"
            },
            "time": "2021-06-23T20:47:44+00:00"
        },
        {
            "name": "laminas/laminas-escaper",
            "version": "2.16.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-escaper.git",
                "reference": "9cf1f5317ca65b4fd5c6a3c2855e24a187b288c8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/9cf1f5317ca65b4fd5c6a3c2855e24a187b288c8",
                "reference": "9cf1f5317ca65b4fd5c6a3c2855e24a187b288c8",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-mbstring": "*",
                "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
            },
            "conflict": {
                "zendframework/zend-escaper": "*"
            },
            "require-dev": {
                "infection/infection": "^0.29.8",
                "laminas/laminas-coding-standard": "~3.0.1",
                "phpunit/phpunit": "^10.5.45",
                "psalm/plugin-phpunit": "^0.19.2",
                "vimeo/psalm": "^6.6.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Escaper\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
            "homepage": "https://laminas.dev",
            "keywords": [
                "escaper",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-escaper/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-escaper/issues",
                "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
                "source": "https://github.com/laminas/laminas-escaper"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2025-02-17T12:40:19+00:00"
        },
        {
            "name": "laminas/laminas-feed",
            "version": "2.23.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-feed.git",
                "reference": "23807e692b3174750b426143bd93572b71b6739a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/23807e692b3174750b426143bd93572b71b6739a",
                "reference": "23807e692b3174750b426143bd93572b71b6739a",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "laminas/laminas-escaper": "^2.9",
                "laminas/laminas-stdlib": "^3.6",
                "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
            },
            "conflict": {
                "laminas/laminas-servicemanager": "<3.3",
                "zendframework/zend-feed": "*"
            },
            "require-dev": {
                "laminas/laminas-cache": "^2.13.2 || ^3.12",
                "laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.3",
                "laminas/laminas-coding-standard": "~2.5.0",
                "laminas/laminas-db": "^2.18",
                "laminas/laminas-http": "^2.19",
                "laminas/laminas-servicemanager": "^3.22.1",
                "laminas/laminas-validator": "^2.46",
                "phpunit/phpunit": "^10.5.5",
                "psalm/plugin-phpunit": "^0.19.0",
                "psr/http-message": "^2.0",
                "vimeo/psalm": "^5.18.0"
            },
            "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"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Feed\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides functionality for creating and consuming RSS and Atom feeds",
            "homepage": "https://laminas.dev",
            "keywords": [
                "atom",
                "feed",
                "laminas",
                "rss"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-feed/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-feed/issues",
                "rss": "https://github.com/laminas/laminas-feed/releases.atom",
                "source": "https://github.com/laminas/laminas-feed"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2024-10-09T10:53:30+00:00"
        },
        {
            "name": "laminas/laminas-stdlib",
            "version": "3.20.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-stdlib.git",
                "reference": "8974a1213be42c3e2f70b2c27b17f910291ab2f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/8974a1213be42c3e2f70b2c27b17f910291ab2f4",
                "reference": "8974a1213be42c3e2f70b2c27b17f910291ab2f4",
                "shasum": ""
            },
            "require": {
                "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
            },
            "conflict": {
                "zendframework/zend-stdlib": "*"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "^3.0",
                "phpbench/phpbench": "^1.3.1",
                "phpunit/phpunit": "^10.5.38",
                "psalm/plugin-phpunit": "^0.19.0",
                "vimeo/psalm": "^5.26.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Stdlib\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "SPL extensions, array utilities, error handlers, and more",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "stdlib"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-stdlib/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-stdlib/issues",
                "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
                "source": "https://github.com/laminas/laminas-stdlib"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2024-10-29T13:46:07+00:00"
        },
        {
            "name": "laminas/laminas-xml",
            "version": "1.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-xml.git",
                "reference": "3a7850dec668a89807accfa4826a2ff11497fe74"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-xml/zipball/3a7850dec668a89807accfa4826a2ff11497fe74",
                "reference": "3a7850dec668a89807accfa4826a2ff11497fe74",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-simplexml": "*",
                "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
            },
            "conflict": {
                "zendframework/zendxml": "*"
            },
            "require-dev": {
                "ext-iconv": "*",
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpunit/phpunit": "^10.5.35 || ^11.4",
                "squizlabs/php_codesniffer": "3.10.3 as 2.9999999.9999999"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Xml\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Utility library for XML usage, best practices, and security in PHP",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "security",
                "xml"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-xml/issues",
                "rss": "https://github.com/laminas/laminas-xml/releases.atom",
                "source": "https://github.com/laminas/laminas-xml"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2024-10-11T08:45:59+00:00"
        },
        {
            "name": "lcobucci/clock",
            "version": "3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/lcobucci/clock.git",
                "reference": "039ef98c6b57b101d10bd11d8fdfda12cbd996dc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/lcobucci/clock/zipball/039ef98c6b57b101d10bd11d8fdfda12cbd996dc",
                "reference": "039ef98c6b57b101d10bd11d8fdfda12cbd996dc",
                "shasum": ""
            },
            "require": {
                "php": "~8.1.0 || ~8.2.0",
                "psr/clock": "^1.0"
            },
            "provide": {
                "psr/clock-implementation": "1.0"
            },
            "require-dev": {
                "infection/infection": "^0.26",
                "lcobucci/coding-standard": "^9.0",
                "phpstan/extension-installer": "^1.2",
                "phpstan/phpstan": "^1.9.4",
                "phpstan/phpstan-deprecation-rules": "^1.1.1",
                "phpstan/phpstan-phpunit": "^1.3.2",
                "phpstan/phpstan-strict-rules": "^1.4.4",
                "phpunit/phpunit": "^9.5.27"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Lcobucci\\Clock\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Luís Cobucci",
                    "email": "lcobucci@gmail.com"
                }
            ],
            "description": "Yet another clock abstraction",
            "support": {
                "issues": "https://github.com/lcobucci/clock/issues",
                "source": "https://github.com/lcobucci/clock/tree/3.0.0"
            },
            "funding": [
                {
                    "url": "https://github.com/lcobucci",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/lcobucci",
                    "type": "patreon"
                }
            ],
            "time": "2022-12-19T15:00:24+00:00"
        },
        {
            "name": "lcobucci/jwt",
            "version": "4.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/lcobucci/jwt.git",
                "reference": "4d7de2fe0d51a96418c0d04004986e410e87f6b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/lcobucci/jwt/zipball/4d7de2fe0d51a96418c0d04004986e410e87f6b4",
                "reference": "4d7de2fe0d51a96418c0d04004986e410e87f6b4",
                "shasum": ""
            },
            "require": {
                "ext-hash": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "ext-sodium": "*",
                "lcobucci/clock": "^2.0 || ^3.0",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "infection/infection": "^0.21",
                "lcobucci/coding-standard": "^6.0",
                "mikey179/vfsstream": "^1.6.7",
                "phpbench/phpbench": "^1.2",
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "^1.4",
                "phpstan/phpstan-deprecation-rules": "^1.0",
                "phpstan/phpstan-phpunit": "^1.0",
                "phpstan/phpstan-strict-rules": "^1.0",
                "phpunit/php-invoker": "^3.1",
                "phpunit/phpunit": "^9.5"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Lcobucci\\JWT\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Luís Cobucci",
                    "email": "lcobucci@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "A simple library to work with JSON Web Token and JSON Web Signature",
            "keywords": [
                "JWS",
                "jwt"
            ],
            "support": {
                "issues": "https://github.com/lcobucci/jwt/issues",
                "source": "https://github.com/lcobucci/jwt/tree/4.3.0"
            },
            "funding": [
                {
                    "url": "https://github.com/lcobucci",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/lcobucci",
                    "type": "patreon"
                }
            ],
            "time": "2023-01-02T13:28:00+00:00"
        },
        {
            "name": "league/commonmark",
            "version": "1.6.7",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/commonmark.git",
                "reference": "2b8185c13bc9578367a5bf901881d1c1b5bbd09b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/2b8185c13bc9578367a5bf901881d1c1b5bbd09b",
                "reference": "2b8185c13bc9578367a5bf901881d1c1b5bbd09b",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "scrutinizer/ocular": "1.7.*"
            },
            "require-dev": {
                "cebe/markdown": "~1.0",
                "commonmark/commonmark.js": "0.29.2",
                "erusev/parsedown": "~1.0",
                "ext-json": "*",
                "github/gfm": "0.29.0",
                "michelf/php-markdown": "~1.4",
                "mikehaertl/php-shellcommand": "^1.4",
                "phpstan/phpstan": "^0.12.90",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
                "scrutinizer/ocular": "^1.5",
                "symfony/finder": "^4.2"
            },
            "bin": [
                "bin/commonmark"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "League\\CommonMark\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Colin O'Dell",
                    "email": "colinodell@gmail.com",
                    "homepage": "https://www.colinodell.com",
                    "role": "Lead Developer"
                }
            ],
            "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
            "homepage": "https://commonmark.thephpleague.com",
            "keywords": [
                "commonmark",
                "flavored",
                "gfm",
                "github",
                "github-flavored",
                "markdown",
                "md",
                "parser"
            ],
            "support": {
                "docs": "https://commonmark.thephpleague.com/",
                "issues": "https://github.com/thephpleague/commonmark/issues",
                "rss": "https://github.com/thephpleague/commonmark/releases.atom",
                "source": "https://github.com/thephpleague/commonmark"
            },
            "funding": [
                {
                    "url": "https://www.colinodell.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://www.paypal.me/colinpodell/10.00",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/colinodell",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
                    "type": "tidelift"
                }
            ],
            "time": "2022-01-13T17:18:13+00:00"
        },
        {
            "name": "league/container",
            "version": "4.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/container.git",
                "reference": "7ea728b013b9a156c409c6f0fc3624071b742dec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/container/zipball/7ea728b013b9a156c409c6f0fc3624071b742dec",
                "reference": "7ea728b013b9a156c409c6f0fc3624071b742dec",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0",
                "psr/container": "^1.1 || ^2.0"
            },
            "provide": {
                "psr/container-implementation": "^1.0"
            },
            "replace": {
                "orno/di": "~2.0"
            },
            "require-dev": {
                "nette/php-generator": "^3.4",
                "nikic/php-parser": "^4.10",
                "phpstan/phpstan": "^0.12.47",
                "phpunit/phpunit": "^8.5.17",
                "roave/security-advisories": "dev-latest",
                "scrutinizer/ocular": "^1.8",
                "squizlabs/php_codesniffer": "^3.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev",
                    "dev-2.x": "2.x-dev",
                    "dev-3.x": "3.x-dev",
                    "dev-4.x": "4.x-dev",
                    "dev-master": "4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\Container\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Phil Bennett",
                    "email": "mail@philbennett.co.uk",
                    "role": "Developer"
                }
            ],
            "description": "A fast and intuitive dependency injection container.",
            "homepage": "https://github.com/thephpleague/container",
            "keywords": [
                "container",
                "dependency",
                "di",
                "injection",
                "league",
                "provider",
                "service"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/container/issues",
                "source": "https://github.com/thephpleague/container/tree/4.2.4"
            },
            "funding": [
                {
                    "url": "https://github.com/philipobenito",
                    "type": "github"
                }
            ],
            "time": "2024-11-10T12:42:13+00:00"
        },
        {
            "name": "league/csv",
            "version": "9.22.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/csv.git",
                "reference": "afc109aa11f3086b8be8dfffa04ac31480b36b76"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/csv/zipball/afc109aa11f3086b8be8dfffa04ac31480b36b76",
                "reference": "afc109aa11f3086b8be8dfffa04ac31480b36b76",
                "shasum": ""
            },
            "require": {
                "ext-filter": "*",
                "php": "^8.1.2"
            },
            "require-dev": {
                "ext-dom": "*",
                "ext-xdebug": "*",
                "friendsofphp/php-cs-fixer": "^3.69.0",
                "phpbench/phpbench": "^1.4.0",
                "phpstan/phpstan": "^1.12.18",
                "phpstan/phpstan-deprecation-rules": "^1.2.1",
                "phpstan/phpstan-phpunit": "^1.4.2",
                "phpstan/phpstan-strict-rules": "^1.6.2",
                "phpunit/phpunit": "^10.5.16 || ^11.5.7",
                "symfony/var-dumper": "^6.4.8 || ^7.2.3"
            },
            "suggest": {
                "ext-dom": "Required to use the XMLConverter and the HTMLConverter classes",
                "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters",
                "ext-mbstring": "Needed to ease transcoding CSV using mb stream filters",
                "ext-mysqli": "Requiered to use the package with the MySQLi extension",
                "ext-pdo": "Required to use the package with the PDO extension",
                "ext-pgsql": "Requiered to use the package with the PgSQL extension",
                "ext-sqlite3": "Required to use the package with the SQLite3 extension"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "9.x-dev"
                }
            },
            "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": "https://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"
                }
            ],
            "time": "2025-02-28T10:00:39+00:00"
        },
        {
            "name": "league/oauth2-client",
            "version": "2.8.1",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/oauth2-client.git",
                "reference": "9df2924ca644736c835fc60466a3a60390d334f9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/9df2924ca644736c835fc60466a3a60390d334f9",
                "reference": "9df2924ca644736c835fc60466a3a60390d334f9",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
                "php": "^7.1 || >=8.0.0 <8.5.0"
            },
            "require-dev": {
                "mockery/mockery": "^1.3.5",
                "php-parallel-lint/php-parallel-lint": "^1.4",
                "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
                "squizlabs/php_codesniffer": "^3.11"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "League\\OAuth2\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/oauth2-client/issues",
                "source": "https://github.com/thephpleague/oauth2-client/tree/2.8.1"
            },
            "time": "2025-02-26T04:37:30+00:00"
        },
        {
            "name": "league/oauth2-facebook",
            "version": "2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/oauth2-facebook.git",
                "reference": "ec6d62a00b548c6cd56d7b734346b9e6befbfbbb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/oauth2-facebook/zipball/ec6d62a00b548c6cd56d7b734346b9e6befbfbbb",
                "reference": "ec6d62a00b548c6cd56d7b734346b9e6befbfbbb",
                "shasum": ""
            },
            "require": {
                "league/oauth2-client": "^2.0",
                "php": ">=7.3"
            },
            "require-dev": {
                "ext-json": "*",
                "mockery/mockery": "~1.3.0",
                "phpunit/phpunit": "^9.4",
                "squizlabs/php_codesniffer": "~3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "League\\OAuth2\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sammy Kaye Powers",
                    "email": "me@sammyk.me",
                    "homepage": "http://www.sammyk.me"
                }
            ],
            "description": "Facebook OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
            "keywords": [
                "Authentication",
                "authorization",
                "client",
                "facebook",
                "oauth",
                "oauth2"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/oauth2-facebook/issues",
                "source": "https://github.com/thephpleague/oauth2-facebook/tree/2.2.0"
            },
            "time": "2022-02-24T18:45:07+00:00"
        },
        {
            "name": "masterminds/html5",
            "version": "2.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Masterminds/html5-php.git",
                "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
                "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Masterminds\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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"
            ],
            "support": {
                "issues": "https://github.com/Masterminds/html5-php/issues",
                "source": "https://github.com/Masterminds/html5-php/tree/2.9.0"
            },
            "time": "2024-03-31T07:05:07+00:00"
        },
        {
            "name": "matomo/device-detector",
            "version": "6.4.5",
            "source": {
                "type": "git",
                "url": "https://github.com/matomo-org/device-detector.git",
                "reference": "270bbc41f80994e80805ac377b67324eba53c412"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/270bbc41f80994e80805ac377b67324eba53c412",
                "reference": "270bbc41f80994e80805ac377b67324eba53c412",
                "shasum": ""
            },
            "require": {
                "mustangostang/spyc": "*",
                "php": "^7.2|^8.0"
            },
            "replace": {
                "piwik/device-detector": "self.version"
            },
            "require-dev": {
                "matthiasmullie/scrapbook": "^1.4.7",
                "mayflower/mo4-coding-standard": "^v9.0.0",
                "phpstan/phpstan": "^1.10.44",
                "phpunit/phpunit": "^8.5.8",
                "psr/cache": "^1.0.1",
                "psr/simple-cache": "^1.0.1",
                "slevomat/coding-standard": "<8.16.0",
                "symfony/yaml": "^5.1.7"
            },
            "suggest": {
                "doctrine/cache": "Can directly be used for caching purpose",
                "ext-yaml": "Necessary for using the Pecl YAML parser"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "DeviceDetector\\": ""
                },
                "exclude-from-classmap": [
                    "Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "The Matomo Team",
                    "email": "hello@matomo.org",
                    "homepage": "https://matomo.org/team/"
                }
            ],
            "description": "The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, media players, mobile apps, feed readers, libraries, etc), operating systems, devices, brands and models.",
            "homepage": "https://matomo.org",
            "keywords": [
                "devicedetection",
                "parser",
                "useragent"
            ],
            "support": {
                "forum": "https://forum.matomo.org/",
                "issues": "https://github.com/matomo-org/device-detector/issues",
                "source": "https://github.com/matomo-org/matomo",
                "wiki": "https://dev.matomo.org/"
            },
            "time": "2025-02-26T17:37:32+00:00"
        },
        {
            "name": "maxmind-db/reader",
            "version": "v1.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
                "reference": "5b2d7a721dedfaef9dc20822c5fe7d26f9f8eb90"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/5b2d7a721dedfaef9dc20822c5fe7d26f9f8eb90",
                "reference": "5b2d7a721dedfaef9dc20822c5fe7d26f9f8eb90",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "conflict": {
                "ext-maxminddb": "<1.11.1 || >=2.0.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "3.*",
                "phpstan/phpstan": "*",
                "phpunit/phpunit": ">=8.0.0,<10.0.0",
                "squizlabs/php_codesniffer": "3.*"
            },
            "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"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "MaxMind\\Db\\": "src/MaxMind/Db"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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"
            ],
            "support": {
                "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues",
                "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.12.0"
            },
            "time": "2024-11-14T22:43:47+00:00"
        },
        {
            "name": "maxmind/web-service-common",
            "version": "v0.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/maxmind/web-service-common-php.git",
                "reference": "d7c7c42fc31bff26e0ded73a6e187bcfb193f9c4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/d7c7c42fc31bff26e0ded73a6e187bcfb193f9c4",
                "reference": "d7c7c42fc31bff26e0ded73a6e187bcfb193f9c4",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.0.3",
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">=8.1"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "3.*",
                "phpstan/phpstan": "*",
                "phpunit/phpunit": "^8.0 || ^9.0",
                "squizlabs/php_codesniffer": "3.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "MaxMind\\Exception\\": "src/Exception",
                    "MaxMind\\WebService\\": "src/WebService"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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",
            "support": {
                "issues": "https://github.com/maxmind/web-service-common-php/issues",
                "source": "https://github.com/maxmind/web-service-common-php/tree/v0.10.0"
            },
            "time": "2024-11-14T23:14:52+00:00"
        },
        {
            "name": "mck89/peast",
            "version": "v1.16.3",
            "source": {
                "type": "git",
                "url": "https://github.com/mck89/peast.git",
                "reference": "645ec21b650bc2aced18285c85f220d22afc1430"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mck89/peast/zipball/645ec21b650bc2aced18285c85f220d22afc1430",
                "reference": "645ec21b650bc2aced18285c85f220d22afc1430",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.16.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Peast\\": "lib/Peast/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Marco Marchiò",
                    "email": "marco.mm89@gmail.com"
                }
            ],
            "description": "Peast is PHP library that generates AST for JavaScript code",
            "support": {
                "issues": "https://github.com/mck89/peast/issues",
                "source": "https://github.com/mck89/peast/tree/v1.16.3"
            },
            "time": "2024-07-23T14:00:32+00:00"
        },
        {
            "name": "mf2/mf2",
            "version": "v0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/microformats/php-mf2.git",
                "reference": "ddc56de6be62ed4a21f569de9b80e17af678ca50"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/microformats/php-mf2/zipball/ddc56de6be62ed4a21f569de9b80e17af678ca50",
                "reference": "ddc56de6be62ed4a21f569de9b80e17af678ca50",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
                "mf2/tests": "dev-master#e9e2b905821ba0a5b59dab1a8eaf40634ce9cd49",
                "phpcompatibility/php-compatibility": "^9.3",
                "phpunit/phpunit": "^5.7",
                "squizlabs/php_codesniffer": "^3.6.2"
            },
            "suggest": {
                "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you",
                "masterminds/html5": "Alternative HTML parser for PHP, for better HTML5 support."
            },
            "bin": [
                "bin/fetch-mf2",
                "bin/parse-mf2"
            ],
            "type": "library",
            "autoload": {
                "files": [
                    "Mf2/Parser.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "CC0-1.0"
            ],
            "authors": [
                {
                    "name": "Barnaby Walters",
                    "homepage": "http://waterpigs.co.uk"
                }
            ],
            "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
            "keywords": [
                "html",
                "microformats",
                "microformats 2",
                "parser",
                "semantic"
            ],
            "support": {
                "issues": "https://github.com/microformats/php-mf2/issues",
                "source": "https://github.com/microformats/php-mf2/tree/v0.5.0"
            },
            "time": "2022-02-10T01:05:27+00:00"
        },
        {
            "name": "mikehaertl/php-shellcommand",
            "version": "1.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mikehaertl/php-shellcommand.git",
                "reference": "e79ea528be155ffdec6f3bf1a4a46307bb49e545"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/e79ea528be155ffdec6f3bf1a4a46307bb49e545",
                "reference": "e79ea528be155ffdec6f3bf1a4a46307bb49e545",
                "shasum": ""
            },
            "require": {
                "php": ">= 5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": ">4.0 <=9.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "mikehaertl\\shellcommand\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Härtl",
                    "email": "haertl.mike@gmail.com"
                }
            ],
            "description": "An object oriented interface to shell commands",
            "keywords": [
                "shell"
            ],
            "support": {
                "issues": "https://github.com/mikehaertl/php-shellcommand/issues",
                "source": "https://github.com/mikehaertl/php-shellcommand/tree/1.7.0"
            },
            "time": "2023-04-19T08:25:22+00:00"
        },
        {
            "name": "mikehaertl/php-tmpfile",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mikehaertl/php-tmpfile.git",
                "reference": "a5392bed91f67e2849a7cb24075d346468e1b1a8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mikehaertl/php-tmpfile/zipball/a5392bed91f67e2849a7cb24075d346468e1b1a8",
                "reference": "a5392bed91f67e2849a7cb24075d346468e1b1a8",
                "shasum": ""
            },
            "require-dev": {
                "php": ">=5.3.0",
                "phpunit/phpunit": ">4.0 <=9.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "mikehaertl\\tmp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Härtl",
                    "email": "haertl.mike@gmail.com"
                }
            ],
            "description": "A convenience class for temporary files",
            "keywords": [
                "files"
            ],
            "support": {
                "issues": "https://github.com/mikehaertl/php-tmpfile/issues",
                "source": "https://github.com/mikehaertl/php-tmpfile/tree/1.3.0"
            },
            "time": "2024-10-14T16:12:48+00:00"
        },
        {
            "name": "mikehaertl/phpwkhtmltopdf",
            "version": "2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mikehaertl/phpwkhtmltopdf.git",
                "reference": "17ee71341591415d942774eda2c98d8ba7ea9e90"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mikehaertl/phpwkhtmltopdf/zipball/17ee71341591415d942774eda2c98d8ba7ea9e90",
                "reference": "17ee71341591415d942774eda2c98d8ba7ea9e90",
                "shasum": ""
            },
            "require": {
                "mikehaertl/php-shellcommand": "^1.5.0",
                "mikehaertl/php-tmpfile": "^1.2.1",
                "php": ">=5.0.0"
            },
            "require-dev": {
                "phpunit/phpunit": ">4.0 <9.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "mikehaertl\\wkhtmlto\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Haertl",
                    "email": "haertl.mike@gmail.com"
                }
            ],
            "description": "A slim PHP wrapper around wkhtmltopdf with an easy to use and clean OOP interface",
            "homepage": "http://mikehaertl.github.com/phpwkhtmltopdf/",
            "keywords": [
                "pdf",
                "wkhtmltoimage",
                "wkhtmltopdf"
            ],
            "support": {
                "issues": "https://github.com/mikehaertl/phpwkhtmltopdf/issues",
                "source": "https://github.com/mikehaertl/phpwkhtmltopdf/tree/2.5.0"
            },
            "time": "2021-03-01T19:41:06+00:00"
        },
        {
            "name": "mkalkbrenner/php-htmldiff-advanced",
            "version": "0.0.8",
            "source": {
                "type": "git",
                "url": "https://github.com/mkalkbrenner/php-htmldiff.git",
                "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9",
                "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9",
                "shasum": ""
            },
            "require": {
                "caxy/php-htmldiff": ">=0.0.6",
                "php": ">=5.5.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/HtmlDiffAdvancedInterface.php",
                    "src/HtmlDiffAdvanced.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GNU General Public License V2"
            ],
            "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
            "homepage": "https://github.com/mkalkbrenner/php-htmldiff",
            "keywords": [
                "diff",
                "html"
            ],
            "support": {
                "issues": "https://github.com/mkalkbrenner/php-htmldiff/issues",
                "source": "https://github.com/mkalkbrenner/php-htmldiff/tree/master"
            },
            "time": "2016-07-25T17:07:32+00:00"
        },
        {
            "name": "mpdf/mpdf",
            "version": "v8.2.5",
            "source": {
                "type": "git",
                "url": "https://github.com/mpdf/mpdf.git",
                "reference": "e175b05e3e00977b85feb96a8cccb174ac63621f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mpdf/mpdf/zipball/e175b05e3e00977b85feb96a8cccb174ac63621f",
                "reference": "e175b05e3e00977b85feb96a8cccb174ac63621f",
                "shasum": ""
            },
            "require": {
                "ext-gd": "*",
                "ext-mbstring": "*",
                "mpdf/psr-http-message-shim": "^1.0 || ^2.0",
                "mpdf/psr-log-aware-trait": "^2.0 || ^3.0",
                "myclabs/deep-copy": "^1.7",
                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
                "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
                "psr/http-message": "^1.0 || ^2.0",
                "psr/log": "^1.0 || ^2.0 || ^3.0",
                "setasign/fpdi": "^2.1"
            },
            "require-dev": {
                "mockery/mockery": "^1.3.0",
                "mpdf/qrcode": "^1.1.0",
                "squizlabs/php_codesniffer": "^3.5.0",
                "tracy/tracy": "~2.5",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "suggest": {
                "ext-bcmath": "Needed for generation of some types of barcodes",
                "ext-xml": "Needed mainly for SVG manipulation",
                "ext-zlib": "Needed for compression of embedded resources, such as fonts"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Mpdf\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-only"
            ],
            "authors": [
                {
                    "name": "Matěj Humpál",
                    "role": "Developer, maintainer"
                },
                {
                    "name": "Ian Back",
                    "role": "Developer (retired)"
                }
            ],
            "description": "PHP library generating PDF files from UTF-8 encoded HTML",
            "homepage": "https://mpdf.github.io",
            "keywords": [
                "pdf",
                "php",
                "utf-8"
            ],
            "support": {
                "docs": "https://mpdf.github.io",
                "issues": "https://github.com/mpdf/mpdf/issues",
                "source": "https://github.com/mpdf/mpdf"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/mpdf",
                    "type": "custom"
                }
            ],
            "time": "2024-11-18T15:30:42+00:00"
        },
        {
            "name": "mpdf/psr-http-message-shim",
            "version": "v2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/mpdf/psr-http-message-shim.git",
                "reference": "f25a0153d645e234f9db42e5433b16d9b113920f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mpdf/psr-http-message-shim/zipball/f25a0153d645e234f9db42e5433b16d9b113920f",
                "reference": "f25a0153d645e234f9db42e5433b16d9b113920f",
                "shasum": ""
            },
            "require": {
                "psr/http-message": "^2.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Mpdf\\PsrHttpMessageShim\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Dorison",
                    "email": "mark@chromatichq.com"
                },
                {
                    "name": "Kristofer Widholm",
                    "email": "kristofer@chromatichq.com"
                },
                {
                    "name": "Nigel Cunningham",
                    "email": "nigel.cunningham@technocrat.com.au"
                }
            ],
            "description": "Shim to allow support of different psr/message versions.",
            "support": {
                "issues": "https://github.com/mpdf/psr-http-message-shim/issues",
                "source": "https://github.com/mpdf/psr-http-message-shim/tree/v2.0.1"
            },
            "time": "2023-10-02T14:34:03+00:00"
        },
        {
            "name": "mpdf/psr-log-aware-trait",
            "version": "v3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mpdf/psr-log-aware-trait.git",
                "reference": "a633da6065e946cc491e1c962850344bb0bf3e78"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mpdf/psr-log-aware-trait/zipball/a633da6065e946cc491e1c962850344bb0bf3e78",
                "reference": "a633da6065e946cc491e1c962850344bb0bf3e78",
                "shasum": ""
            },
            "require": {
                "psr/log": "^3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Mpdf\\PsrLogAwareTrait\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Dorison",
                    "email": "mark@chromatichq.com"
                },
                {
                    "name": "Kristofer Widholm",
                    "email": "kristofer@chromatichq.com"
                }
            ],
            "description": "Trait to allow support of different psr/log versions.",
            "support": {
                "issues": "https://github.com/mpdf/psr-log-aware-trait/issues",
                "source": "https://github.com/mpdf/psr-log-aware-trait/tree/v3.0.0"
            },
            "time": "2023-05-03T06:19:36+00:00"
        },
        {
            "name": "mtownsend/xml-to-array",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mtownsend5512/xml-to-array.git",
                "reference": "0734720a8462dba36d90fb8b2723bf46af0091f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mtownsend5512/xml-to-array/zipball/0734720a8462dba36d90fb8b2723bf46af0091f4",
                "reference": "0734720a8462dba36d90fb8b2723bf46af0091f4",
                "shasum": ""
            },
            "require": {
                "php": "~7.0|~8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.4"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/helpers.php"
                ],
                "psr-4": {
                    "Mtownsend\\XmlToArray\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Townsend",
                    "email": "mtownsend5512@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "Easily convert valid xml to a php array.",
            "keywords": [
                "array",
                "convert",
                "laravel",
                "xml"
            ],
            "support": {
                "issues": "https://github.com/mtownsend5512/xml-to-array/issues",
                "source": "https://github.com/mtownsend5512/xml-to-array/tree/2.0.0"
            },
            "time": "2021-02-27T22:39:18+00:00"
        },
        {
            "name": "mustangostang/spyc",
            "version": "0.6.3",
            "source": {
                "type": "git",
                "url": "https://github.com/mustangostang/spyc.git",
                "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0",
                "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.1"
            },
            "require-dev": {
                "phpunit/phpunit": "4.3.*@dev"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.5.x-dev"
                }
            },
            "autoload": {
                "files": [
                    "Spyc.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "mustangostang",
                    "email": "vlad.andersen@gmail.com"
                }
            ],
            "description": "A simple YAML loader/dumper class for PHP",
            "homepage": "https://github.com/mustangostang/spyc/",
            "keywords": [
                "spyc",
                "yaml",
                "yml"
            ],
            "support": {
                "issues": "https://github.com/mustangostang/spyc/issues",
                "source": "https://github.com/mustangostang/spyc/tree/0.6.3"
            },
            "time": "2019-09-10T13:16:29+00:00"
        },
        {
            "name": "myclabs/deep-copy",
            "version": "1.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/myclabs/DeepCopy.git",
                "reference": "024473a478be9df5fdaca2c793f2232fe788e414"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/024473a478be9df5fdaca2c793f2232fe788e414",
                "reference": "024473a478be9df5fdaca2c793f2232fe788e414",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "doctrine/collections": "<1.6.8",
                "doctrine/common": "<2.13.3 || >=3 <3.2.2"
            },
            "require-dev": {
                "doctrine/collections": "^1.6.8",
                "doctrine/common": "^2.13.3 || ^3.2.2",
                "phpspec/prophecy": "^1.10",
                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/DeepCopy/deep_copy.php"
                ],
                "psr-4": {
                    "DeepCopy\\": "src/DeepCopy/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Create deep copies (clones) of your objects",
            "keywords": [
                "clone",
                "copy",
                "duplicate",
                "object",
                "object graph"
            ],
            "support": {
                "issues": "https://github.com/myclabs/DeepCopy/issues",
                "source": "https://github.com/myclabs/DeepCopy/tree/1.13.0"
            },
            "funding": [
                {
                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
                    "type": "tidelift"
                }
            ],
            "time": "2025-02-12T12:17:51+00:00"
        },
        {
            "name": "nikic/php-parser",
            "version": "v5.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "447a020a1f875a434d62f2a401f53b82a396e494"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494",
                "reference": "447a020a1f875a434d62f2a401f53b82a396e494",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-json": "*",
                "ext-tokenizer": "*",
                "php": ">=7.4"
            },
            "require-dev": {
                "ircmaxell/php-yacc": "^0.0.7",
                "phpunit/phpunit": "^9.0"
            },
            "bin": [
                "bin/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PhpParser\\": "lib/PhpParser"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov"
                }
            ],
            "description": "A PHP parser written in PHP",
            "keywords": [
                "parser",
                "php"
            ],
            "support": {
                "issues": "https://github.com/nikic/PHP-Parser/issues",
                "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0"
            },
            "time": "2024-12-30T11:07:19+00:00"
        },
        {
            "name": "p3k/http",
            "version": "0.1.13",
            "source": {
                "type": "git",
                "url": "https://github.com/aaronpk/p3k-http.git",
                "reference": "ae4988ba19f4bc57ca3fe1f6dcd2087478fea53a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/ae4988ba19f4bc57ca3fe1f6dcd2087478fea53a",
                "reference": "ae4988ba19f4bc57ca3fe1f6dcd2087478fea53a",
                "shasum": ""
            },
            "require": {
                "indieweb/link-rel-parser": "0.1.*",
                "mf2/mf2": ">=0.3.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "p3k\\": "src/p3k"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Parecki",
                    "homepage": "https://aaronparecki.com"
                }
            ],
            "description": "A simple wrapper API around the PHP curl functions",
            "homepage": "https://github.com/aaronpk/p3k-http",
            "support": {
                "issues": "https://github.com/aaronpk/p3k-http/issues",
                "source": "https://github.com/aaronpk/p3k-http/tree/0.1.13"
            },
            "time": "2024-10-20T19:46:46+00:00"
        },
        {
            "name": "p3k/micropub",
            "version": "0.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/aaronpk/p3k-micropub.git",
                "reference": "9e3b2f7c1d4d40fef5cbd955689b8e7392a6976d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aaronpk/p3k-micropub/zipball/9e3b2f7c1d4d40fef5cbd955689b8e7392a6976d",
                "reference": "9e3b2f7c1d4d40fef5cbd955689b8e7392a6976d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "p3k": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Aaron Parecki",
                    "homepage": "https://aaronparecki.com"
                }
            ],
            "description": "Utilities to help handle Micropub requests when building servers and clients",
            "keywords": [
                "indieweb",
                "micropub",
                "p3k"
            ],
            "support": {
                "issues": "https://github.com/aaronpk/p3k-micropub/issues",
                "source": "https://github.com/aaronpk/p3k-micropub/tree/master"
            },
            "time": "2018-04-16T14:05:38+00:00"
        },
        {
            "name": "p3k/picofeed",
            "version": "v0.1.40",
            "source": {
                "type": "git",
                "url": "https://github.com/aaronpk/picofeed.git",
                "reference": "356fd66d48779193b10ac28532cb4a4e11bb801c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aaronpk/picofeed/zipball/356fd66d48779193b10ac28532cb4a4e11bb801c",
                "reference": "356fd66d48779193b10ac28532cb4a4e11bb801c",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-iconv": "*",
                "ext-libxml": "*",
                "ext-simplexml": "*",
                "ext-xml": "*",
                "laminas/laminas-xml": "^1.2",
                "php": ">=5.3.0"
            },
            "replace": {
                "miniflux/picofeed": "0.1.35"
            },
            "require-dev": {
                "phpdocumentor/reflection-docblock": "2.0.4",
                "phpunit/phpunit": "4.8.26",
                "symfony/yaml": "2.8.7"
            },
            "suggest": {
                "ext-curl": "PicoFeed will use cURL if present"
            },
            "bin": [
                "picofeed"
            ],
            "type": "library",
            "autoload": {
                "psr-0": {
                    "PicoFeed": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frédéric Guillot"
                }
            ],
            "description": "Modern library to handle RSS/Atom feeds",
            "homepage": "https://github.com/aaronpk/picoFeed",
            "support": {
                "issues": "https://github.com/aaronpk/picofeed/issues",
                "source": "https://github.com/aaronpk/picofeed/tree/v0.1.40"
            },
            "time": "2020-04-25T17:48:36+00:00"
        },
        {
            "name": "p3k/timezone",
            "version": "0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/aaronpk/p3k-timezone.git",
                "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aaronpk/p3k-timezone/zipball/68d3490d896f98cf0727dc937f0bb6b045050c83",
                "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/p3k/Timezone.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Aaron Parecki",
                    "homepage": "https://aaronparecki.com"
                }
            ],
            "description": "Find the timezone of a given location",
            "homepage": "https://github.com/aaronpk/p3k-timezone",
            "keywords": [
                "date",
                "p3k",
                "timezone"
            ],
            "support": {
                "issues": "https://github.com/aaronpk/p3k-timezone/issues",
                "source": "https://github.com/aaronpk/p3k-timezone/tree/0.1.0"
            },
            "time": "2017-01-12T17:30:08+00:00"
        },
        {
            "name": "p3k/utils",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/aaronpk/p3k-utils.git",
                "reference": "8436f02ec02d916177a23250ae32b34ae5316942"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aaronpk/p3k-utils/zipball/8436f02ec02d916177a23250ae32b34ae5316942",
                "reference": "8436f02ec02d916177a23250ae32b34ae5316942",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.13",
                "predis/predis": "1.1.*"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/global.php",
                    "src/url.php",
                    "src/utils.php",
                    "src/date.php",
                    "src/cache.php",
                    "src/geo.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Parecki",
                    "homepage": "https://aaronparecki.com"
                }
            ],
            "description": "Some helpful functions used by https://p3k.io projects",
            "homepage": "https://github.com/aaronpk/p3k-utils",
            "support": {
                "issues": "https://github.com/aaronpk/p3k-utils/issues",
                "source": "https://github.com/aaronpk/p3k-utils/tree/1.2.1"
            },
            "time": "2021-11-16T21:44:23+00:00"
        },
        {
            "name": "p3k/websub",
            "version": "0.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/aaronpk/p3k-websub.git",
                "reference": "3e37fbb3e8865f159b8adaaab9569e5984bc8890"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aaronpk/p3k-websub/zipball/3e37fbb3e8865f159b8adaaab9569e5984bc8890",
                "reference": "3e37fbb3e8865f159b8adaaab9569e5984bc8890",
                "shasum": ""
            },
            "require": {
                "indieweb/link-rel-parser": "0.1.*",
                "p3k/http": "0.1.*",
                "p3k/utils": "1.*"
            },
            "require-dev": {
                "predis/predis": "1.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "p3k\\WebSub\\": "src/p3k/WebSub"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Parecki",
                    "homepage": "https://aaronparecki.com"
                }
            ],
            "description": "A library for subscribing to and publishing WebSub feeds",
            "homepage": "https://github.com/aaronpk/p3k-websub",
            "keywords": [
                "feed",
                "indieweb",
                "p3k",
                "pubsub",
                "pubsubhubbub",
                "websub"
            ],
            "support": {
                "issues": "https://github.com/aaronpk/p3k-websub/issues",
                "source": "https://github.com/aaronpk/p3k-websub/tree/0.0.1"
            },
            "time": "2017-05-08T15:26:11+00:00"
        },
        {
            "name": "p3k/xray",
            "version": "v1.15.1",
            "source": {
                "type": "git",
                "url": "https://github.com/aaronpk/XRay.git",
                "reference": "a4cda273d34c56317197511d0f4799f5f00465e9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aaronpk/XRay/zipball/a4cda273d34c56317197511d0f4799f5f00465e9",
                "reference": "a4cda273d34c56317197511d0f4799f5f00465e9",
                "shasum": ""
            },
            "require": {
                "cebe/markdown": "^1.1.0",
                "ezyang/htmlpurifier": "^4.10",
                "indieweb/link-rel-parser": "^0.1.0",
                "masterminds/html5": "^2.3",
                "mf2/mf2": "^0.4||^0.5",
                "p3k/http": "^0.1.0",
                "p3k/picofeed": "^0.1.0",
                "p3k/timezone": "^0.1.0"
            },
            "require-dev": {
                "league/plates": "^3.0",
                "league/route": "^1.0",
                "phpunit/phpunit": "^8.0.0|^9.0.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "lib/helpers.php",
                    "lib/XRay.php"
                ],
                "psr-4": {
                    "p3k\\XRay\\": "lib/XRay"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "X-Ray returns structured data from any URL",
            "homepage": "https://github.com/aaronpk/XRay",
            "support": {
                "issues": "https://github.com/aaronpk/XRay/issues",
                "source": "https://github.com/aaronpk/XRay/tree/v1.15.1"
            },
            "time": "2024-08-31T16:21:43+00:00"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v9.99.100",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
                "shasum": ""
            },
            "require": {
                "php": ">= 7"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*|5.*",
                "vimeo/psalm": "^1"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "type": "library",
            "notification-url": "https://packagist.org/downloads/",
            "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"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https://github.com/paragonie/random_compat/issues",
                "source": "https://github.com/paragonie/random_compat"
            },
            "time": "2020-10-15T08:29:30+00:00"
        },
        {
            "name": "pear/archive_tar",
            "version": "1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Archive_Tar.git",
                "reference": "b439c859564f5cbb0f64ad6002d0afe84a889602"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/b439c859564f5cbb0f64ad6002d0afe84a889602",
                "reference": "b439c859564f5cbb0f64ad6002d0afe84a889602",
                "shasum": ""
            },
            "require": {
                "pear/pear-core-minimal": "^1.10.0alpha2",
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "ext-bz2": "Bz2 compression support.",
                "ext-xz": "Lzma2 compression support.",
                "ext-zlib": "Gzip compression support."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Archive_Tar": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Vincent Blavet",
                    "email": "vincent@phpconcept.net"
                },
                {
                    "name": "Greg Beaver",
                    "email": "greg@chiaraquartet.net"
                },
                {
                    "name": "Michiel Rook",
                    "email": "mrook@php.net"
                }
            ],
            "description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
            "homepage": "https://github.com/pear/Archive_Tar",
            "keywords": [
                "archive",
                "tar"
            ],
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar",
                "source": "https://github.com/pear/Archive_Tar"
            },
            "time": "2024-03-16T16:21:40+00:00"
        },
        {
            "name": "pear/console_getopt",
            "version": "v1.4.3",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Console_Getopt.git",
                "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
                "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Console": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Andrei Zmievski",
                    "email": "andrei@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Stig Bakken",
                    "email": "stig@php.net",
                    "role": "Developer"
                },
                {
                    "name": "Greg Beaver",
                    "email": "cellog@php.net",
                    "role": "Helper"
                }
            ],
            "description": "More info available on: http://pear.php.net/package/Console_Getopt",
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
                "source": "https://github.com/pear/Console_Getopt"
            },
            "time": "2019-11-20T18:27:48+00:00"
        },
        {
            "name": "pear/pear-core-minimal",
            "version": "v1.10.16",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/pear-core-minimal.git",
                "reference": "c0f51b45f50683bf5bbf558036854ebc9b54d033"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/c0f51b45f50683bf5bbf558036854ebc9b54d033",
                "reference": "c0f51b45f50683bf5bbf558036854ebc9b54d033",
                "shasum": ""
            },
            "require": {
                "pear/console_getopt": "~1.4",
                "pear/pear_exception": "~1.0",
                "php": ">=5.4"
            },
            "replace": {
                "rsky/pear-core-min": "self.version"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "src/"
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Christian Weiske",
                    "email": "cweiske@php.net",
                    "role": "Lead"
                }
            ],
            "description": "Minimal set of PEAR core files to be used as composer dependency",
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
                "source": "https://github.com/pear/pear-core-minimal"
            },
            "time": "2024-11-24T22:27:58+00:00"
        },
        {
            "name": "pear/pear_exception",
            "version": "v1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/PEAR_Exception.git",
                "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
                "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "<9"
            },
            "type": "class",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "PEAR/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "."
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Helgi Thormar",
                    "email": "dufuz@php.net"
                },
                {
                    "name": "Greg Beaver",
                    "email": "cellog@php.net"
                }
            ],
            "description": "The PEAR Exception base class.",
            "homepage": "https://github.com/pear/PEAR_Exception",
            "keywords": [
                "exception"
            ],
            "support": {
                "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
                "source": "https://github.com/pear/PEAR_Exception"
            },
            "time": "2021-03-21T15:43:46+00:00"
        },
        {
            "name": "phootwork/collection",
            "version": "v3.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/phootwork/collection.git",
                "reference": "46dde20420fba17766c89200bc3ff91d3e58eafa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phootwork/collection/zipball/46dde20420fba17766c89200bc3ff91d3e58eafa",
                "reference": "46dde20420fba17766c89200bc3ff91d3e58eafa",
                "shasum": ""
            },
            "require": {
                "phootwork/lang": "^3.0",
                "php": ">=8.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "phootwork\\collection\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Thomas Gossmann",
                    "homepage": "http://gos.si"
                }
            ],
            "description": "The phootwork library fills gaps in the php language and provides better solutions than the existing ones php offers.",
            "homepage": "https://phootwork.github.io/collection/",
            "keywords": [
                "Array object",
                "Text object",
                "collection",
                "collections",
                "json",
                "list",
                "map",
                "queue",
                "set",
                "stack",
                "xml"
            ],
            "support": {
                "issues": "https://github.com/phootwork/phootwork/issues",
                "source": "https://github.com/phootwork/collection/tree/v3.2.3"
            },
            "time": "2022-08-27T12:51:24+00:00"
        },
        {
            "name": "phootwork/lang",
            "version": "v3.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/phootwork/lang.git",
                "reference": "52ec8cce740ce1c424eef02f43b43d5ddfec7b5e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phootwork/lang/zipball/52ec8cce740ce1c424eef02f43b43d5ddfec7b5e",
                "reference": "52ec8cce740ce1c424eef02f43b43d5ddfec7b5e",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0",
                "symfony/polyfill-mbstring": "^1.12",
                "symfony/polyfill-php81": "^1.22"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "phootwork\\lang\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Thomas Gossmann",
                    "homepage": "http://gos.si"
                }
            ],
            "description": "Missing PHP language constructs",
            "homepage": "https://phootwork.github.io/lang/",
            "keywords": [
                "array",
                "comparator",
                "comparison",
                "string"
            ],
            "support": {
                "issues": "https://github.com/phootwork/phootwork/issues",
                "source": "https://github.com/phootwork/lang/tree/v3.2.3"
            },
            "time": "2024-10-03T13:43:19+00:00"
        },
        {
            "name": "phpoption/phpoption",
            "version": "1.9.3",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/php-option.git",
                "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
                "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
            },
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                },
                "branch-alias": {
                    "dev-master": "1.9-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PhpOption\\": "src/PhpOption/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Johannes M. Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh"
                },
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                }
            ],
            "description": "Option Type for PHP",
            "keywords": [
                "language",
                "option",
                "php",
                "type"
            ],
            "support": {
                "issues": "https://github.com/schmittjoh/php-option/issues",
                "source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
                    "type": "tidelift"
                }
            ],
            "time": "2024-07-20T21:41:07+00:00"
        },
        {
            "name": "phpowermove/docblock",
            "version": "v4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpowermove/docblock.git",
                "reference": "a73f6e17b7d4e1b92ca5378c248c952c9fae7826"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpowermove/docblock/zipball/a73f6e17b7d4e1b92ca5378c248c952c9fae7826",
                "reference": "a73f6e17b7d4e1b92ca5378c248c952c9fae7826",
                "shasum": ""
            },
            "require": {
                "phootwork/collection": "^3.0",
                "phootwork/lang": "^3.0",
                "php": ">=8.0"
            },
            "require-dev": {
                "phootwork/php-cs-fixer-config": "^0.4",
                "phpunit/phpunit": "^9.0",
                "psalm/phar": "^4.3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "phpowermove\\docblock\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Thomas Gossmann",
                    "homepage": "http://gos.si"
                }
            ],
            "description": "PHP Docblock parser and generator. An API to read and write Docblocks.",
            "keywords": [
                "docblock",
                "generator",
                "parser"
            ],
            "support": {
                "issues": "https://github.com/phpowermove/docblock/issues",
                "source": "https://github.com/phpowermove/docblock/tree/v4.0"
            },
            "time": "2021-09-22T16:57:06+00:00"
        },
        {
            "name": "politsin/jquery-ui-touch-punch",
            "version": "1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/politsin/jquery-ui-touch-punch.git",
                "reference": "2fe375e05821e267f0f3c0e063197f5c406896dd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/politsin/jquery-ui-touch-punch/zipball/2fe375e05821e267f0f3c0e063197f5c406896dd",
                "reference": "2fe375e05821e267f0f3c0e063197f5c406896dd",
                "shasum": ""
            },
            "type": "drupal-library",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dave Furfero",
                    "email": "furf@furf.com"
                }
            ],
            "description": "Extension to jQuery UI for mobile touch event support.",
            "homepage": "http://touchpunch.furf.com/",
            "keywords": [
                "gestures",
                "mobile",
                "touch"
            ],
            "support": {
                "issues": "https://github.com/politsin/jquery-ui-touch-punch/issues",
                "source": "https://github.com/politsin/jquery-ui-touch-punch/tree/1.0"
            },
            "time": "2020-12-15T10:26:18+00:00"
        },
        {
            "name": "psr/cache",
            "version": "3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "support": {
                "source": "https://github.com/php-fig/cache/tree/3.0.0"
            },
            "time": "2021-02-03T23:26:27+00:00"
        },
        {
            "name": "psr/clock",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/clock.git",
                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Psr\\Clock\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for reading the clock.",
            "homepage": "https://github.com/php-fig/clock",
            "keywords": [
                "clock",
                "now",
                "psr",
                "psr-20",
                "time"
            ],
            "support": {
                "issues": "https://github.com/php-fig/clock/issues",
                "source": "https://github.com/php-fig/clock/tree/1.0.0"
            },
            "time": "2022-11-25T14:36:26+00:00"
        },
        {
            "name": "psr/container",
            "version": "2.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https://github.com/php-fig/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
            "support": {
                "issues": "https://github.com/php-fig/container/issues",
                "source": "https://github.com/php-fig/container/tree/2.0.2"
            },
            "time": "2021-11-05T16:47:00+00:00"
        },
        {
            "name": "psr/event-dispatcher",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/event-dispatcher.git",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\EventDispatcher\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Standard interfaces for event handling.",
            "keywords": [
                "events",
                "psr",
                "psr-14"
            ],
            "support": {
                "issues": "https://github.com/php-fig/event-dispatcher/issues",
                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
            },
            "time": "2019-01-08T18:20:26+00:00"
        },
        {
            "name": "psr/http-client",
            "version": "1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-client.git",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP clients",
            "homepage": "https://github.com/php-fig/http-client",
            "keywords": [
                "http",
                "http-client",
                "psr",
                "psr-18"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-client"
            },
            "time": "2023-09-23T14:17:50+00:00"
        },
        {
            "name": "psr/http-factory",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-factory.git",
                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
            "keywords": [
                "factory",
                "http",
                "message",
                "psr",
                "psr-17",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-factory"
            },
            "time": "2024-04-15T12:06:14+00:00"
        },
        {
            "name": "psr/http-message",
            "version": "2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/2.0"
            },
            "time": "2023-04-04T09:54:51+00:00"
        },
        {
            "name": "psr/log",
            "version": "3.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/3.0.2"
            },
            "time": "2024-09-11T13:17:53+00:00"
        },
        {
            "name": "psy/psysh",
            "version": "v0.12.8",
            "source": {
                "type": "git",
                "url": "https://github.com/bobthecow/psysh.git",
                "reference": "85057ceedee50c49d4f6ecaff73ee96adb3b3625"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/85057ceedee50c49d4f6ecaff73ee96adb3b3625",
                "reference": "85057ceedee50c49d4f6ecaff73ee96adb3b3625",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-tokenizer": "*",
                "nikic/php-parser": "^5.0 || ^4.0",
                "php": "^8.0 || ^7.4",
                "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
                "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
            },
            "conflict": {
                "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.2"
            },
            "suggest": {
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
            },
            "bin": [
                "bin/psysh"
            ],
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": false,
                    "forward-command": false
                },
                "branch-alias": {
                    "dev-main": "0.12.x-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Psy\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Justin Hileman",
                    "email": "justin@justinhileman.info",
                    "homepage": "http://justinhileman.com"
                }
            ],
            "description": "An interactive shell for modern PHP.",
            "homepage": "http://psysh.org",
            "keywords": [
                "REPL",
                "console",
                "interactive",
                "shell"
            ],
            "support": {
                "issues": "https://github.com/bobthecow/psysh/issues",
                "source": "https://github.com/bobthecow/psysh/tree/v0.12.8"
            },
            "time": "2025-03-16T03:05:19+00:00"
        },
        {
            "name": "ralouphie/getallheaders",
            "version": "3.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/ralouphie/getallheaders.git",
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpunit": "^5 || ^6.5"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/getallheaders.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "ralph.khattar@gmail.com"
                }
            ],
            "description": "A polyfill for getallheaders.",
            "support": {
                "issues": "https://github.com/ralouphie/getallheaders/issues",
                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
            },
            "time": "2019-03-08T08:55:37+00:00"
        },
        {
            "name": "sabberworm/php-css-parser",
            "version": "v8.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
                "reference": "3de493bdddfd1f051249af725c7e0d2c38fed740"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/3de493bdddfd1f051249af725c7e0d2c38fed740",
                "reference": "3de493bdddfd1f051249af725c7e0d2c38fed740",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": "^5.6.20 || ^7.0.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.41"
            },
            "suggest": {
                "ext-mbstring": "for parsing UTF-8 CSS"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "9.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Sabberworm\\CSS\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Raphael Schweikert"
                },
                {
                    "name": "Oliver Klee",
                    "email": "github@oliverklee.de"
                },
                {
                    "name": "Jake Hotson",
                    "email": "jake.github@qzdesign.co.uk"
                }
            ],
            "description": "Parser for CSS Files written in PHP",
            "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
            "keywords": [
                "css",
                "parser",
                "stylesheet"
            ],
            "support": {
                "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
                "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.8.0"
            },
            "time": "2025-03-23T17:59:05+00:00"
        },
        {
            "name": "sebastian/diff",
            "version": "4.0.6",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc",
                "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3",
                "symfony/process": "^4.2 || ^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "https://github.com/sebastianbergmann/diff",
            "keywords": [
                "diff",
                "udiff",
                "unidiff",
                "unified diff"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/diff/issues",
                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2024-03-02T06:30:58+00:00"
        },
        {
            "name": "setasign/fpdi",
            "version": "v2.6.3",
            "source": {
                "type": "git",
                "url": "https://github.com/Setasign/FPDI.git",
                "reference": "67c31f5e50c93c20579ca9e23035d8c540b51941"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Setasign/FPDI/zipball/67c31f5e50c93c20579ca9e23035d8c540b51941",
                "reference": "67c31f5e50c93c20579ca9e23035d8c540b51941",
                "shasum": ""
            },
            "require": {
                "ext-zlib": "*",
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "setasign/tfpdf": "<1.31"
            },
            "require-dev": {
                "phpunit/phpunit": "^7",
                "setasign/fpdf": "~1.8.6",
                "setasign/tfpdf": "~1.33",
                "squizlabs/php_codesniffer": "^3.5",
                "tecnickcom/tcpdf": "^6.2"
            },
            "suggest": {
                "setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured."
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "setasign\\Fpdi\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jan Slabon",
                    "email": "jan.slabon@setasign.com",
                    "homepage": "https://www.setasign.com"
                },
                {
                    "name": "Maximilian Kresse",
                    "email": "maximilian.kresse@setasign.com",
                    "homepage": "https://www.setasign.com"
                }
            ],
            "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
            "homepage": "https://www.setasign.com/fpdi",
            "keywords": [
                "fpdf",
                "fpdi",
                "pdf"
            ],
            "support": {
                "issues": "https://github.com/Setasign/FPDI/issues",
                "source": "https://github.com/Setasign/FPDI/tree/v2.6.3"
            },
            "funding": [
                {
                    "url": "https://tidelift.com/funding/github/packagist/setasign/fpdi",
                    "type": "tidelift"
                }
            ],
            "time": "2025-02-05T13:22:35+00:00"
        },
        {
            "name": "simshaun/recurr",
            "version": "v5.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/simshaun/recurr.git",
                "reference": "7b136768d64f257065e38a804ee6d2f9af6ba6d1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simshaun/recurr/zipball/7b136768d64f257065e38a804ee6d2f9af6ba6d1",
                "reference": "7b136768d64f257065e38a804ee6d2f9af6ba6d1",
                "shasum": ""
            },
            "require": {
                "doctrine/collections": "~1.6||^2.0",
                "php": "^7.2||^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5.16",
                "symfony/yaml": "^5.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Recurr\\": "src/Recurr/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Shaun Simmons",
                    "email": "shaun@shaun.pub",
                    "homepage": "https://shaun.pub"
                }
            ],
            "description": "PHP library for working with recurrence rules",
            "homepage": "https://github.com/simshaun/recurr",
            "keywords": [
                "dates",
                "events",
                "recurrence",
                "recurring",
                "rrule"
            ],
            "support": {
                "issues": "https://github.com/simshaun/recurr/issues",
                "source": "https://github.com/simshaun/recurr/tree/v5.0.3"
            },
            "time": "2024-12-12T15:39:24+00:00"
        },
        {
            "name": "symfony/console",
            "version": "v6.4.17",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "799445db3f15768ecc382ac5699e6da0520a0a04"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/799445db3f15768ecc382ac5699e6da0520a0a04",
                "reference": "799445db3f15768ecc382ac5699e6da0520a0a04",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/service-contracts": "^2.5|^3",
                "symfony/string": "^5.4|^6.0|^7.0"
            },
            "conflict": {
                "symfony/dependency-injection": "<5.4",
                "symfony/dotenv": "<5.4",
                "symfony/event-dispatcher": "<5.4",
                "symfony/lock": "<5.4",
                "symfony/process": "<5.4"
            },
            "provide": {
                "psr/log-implementation": "1.0|2.0|3.0"
            },
            "require-dev": {
                "psr/log": "^1|^2|^3",
                "symfony/config": "^5.4|^6.0|^7.0",
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
                "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
                "symfony/http-foundation": "^6.4|^7.0",
                "symfony/http-kernel": "^6.4|^7.0",
                "symfony/lock": "^5.4|^6.0|^7.0",
                "symfony/messenger": "^5.4|^6.0|^7.0",
                "symfony/process": "^5.4|^6.0|^7.0",
                "symfony/stopwatch": "^5.4|^6.0|^7.0",
                "symfony/var-dumper": "^5.4|^6.0|^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Console\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Eases the creation of beautiful and testable command line interfaces",
            "homepage": "https://symfony.com",
            "keywords": [
                "cli",
                "command-line",
                "console",
                "terminal"
            ],
            "support": {
                "source": "https://github.com/symfony/console/tree/v6.4.17"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-12-07T12:07:30+00:00"
        },
        {
            "name": "symfony/css-selector",
            "version": "v6.4.13",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/css-selector.git",
                "reference": "cb23e97813c5837a041b73a6d63a9ddff0778f5e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/cb23e97813c5837a041b73a6d63a9ddff0778f5e",
                "reference": "cb23e97813c5837a041b73a6d63a9ddff0778f5e",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\CssSelector\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Jean-François Simon",
                    "email": "jeanfrancois.simon@sensiolabs.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Converts CSS selectors to XPath expressions",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/css-selector/tree/v6.4.13"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-09-25T14:18:03+00:00"
        },
        {
            "name": "symfony/dependency-injection",
            "version": "v6.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dependency-injection.git",
                "reference": "b343c3b2f1539fe41331657b37d5c96c1d1ea842"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b343c3b2f1539fe41331657b37d5c96c1d1ea842",
                "reference": "b343c3b2f1539fe41331657b37d5c96c1d1ea842",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr/container": "^1.1|^2.0",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/service-contracts": "^2.5|^3.0",
                "symfony/var-exporter": "^6.2.10|^7.0"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2",
                "symfony/config": "<6.1",
                "symfony/finder": "<5.4",
                "symfony/proxy-manager-bridge": "<6.3",
                "symfony/yaml": "<5.4"
            },
            "provide": {
                "psr/container-implementation": "1.1|2.0",
                "symfony/service-implementation": "1.1|2.0|3.0"
            },
            "require-dev": {
                "symfony/config": "^6.1|^7.0",
                "symfony/expression-language": "^5.4|^6.0|^7.0",
                "symfony/yaml": "^5.4|^6.0|^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\DependencyInjection\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Allows you to standardize and centralize the way objects are constructed in your application",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/dependency-injection/tree/v6.4.19"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2025-02-20T10:02:49+00:00"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v3.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
                "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.5-dev"
                }
            },
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-09-25T14:20:29+00:00"
        },
        {
            "name": "symfony/dom-crawler",
            "version": "v6.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dom-crawler.git",
                "reference": "19073e3e0bb50cbc1cb286077069b3107085206f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/19073e3e0bb50cbc1cb286077069b3107085206f",
                "reference": "19073e3e0bb50cbc1cb286077069b3107085206f",
                "shasum": ""
            },
            "require": {
                "masterminds/html5": "^2.6",
                "php": ">=8.1",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "require-dev": {
                "symfony/css-selector": "^5.4|^6.0|^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\DomCrawler\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Eases DOM navigation for HTML and XML documents",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/dom-crawler/tree/v6.4.19"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2025-02-14T17:58:34+00:00"
        },
        {
            "name": "symfony/error-handler",
            "version": "v6.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/error-handler.git",
                "reference": "3d4e55cd2b8f1979a65eba9ab749d6466c316f71"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/3d4e55cd2b8f1979a65eba9ab749d6466c316f71",
                "reference": "3d4e55cd2b8f1979a65eba9ab749d6466c316f71",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr/log": "^1|^2|^3",
                "symfony/var-dumper": "^5.4|^6.0|^7.0"
            },
            "conflict": {
                "symfony/deprecation-contracts": "<2.5",
                "symfony/http-kernel": "<6.4"
            },
            "require-dev": {
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/http-kernel": "^6.4|^7.0",
                "symfony/serializer": "^5.4|^6.0|^7.0"
            },
            "bin": [
                "Resources/bin/patch-type-declarations"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\ErrorHandler\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools to manage errors and ease debugging PHP code",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/error-handler/tree/v6.4.19"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2025-02-02T20:16:33+00:00"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v6.4.13",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e",
                "reference": "0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/event-dispatcher-contracts": "^2.5|^3"
            },
            "conflict": {
                "symfony/dependency-injection": "<5.4",
                "symfony/service-contracts": "<2.5"
            },
            "provide": {
                "psr/event-dispatcher-implementation": "1.0",
                "symfony/event-dispatcher-implementation": "2.0|3.0"
            },
            "require-dev": {
                "psr/log": "^1|^2|^3",
                "symfony/config": "^5.4|^6.0|^7.0",
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
                "symfony/error-handler": "^5.4|^6.0|^7.0",
                "symfony/expression-language": "^5.4|^6.0|^7.0",
                "symfony/http-foundation": "^5.4|^6.0|^7.0",
                "symfony/service-contracts": "^2.5|^3",
                "symfony/stopwatch": "^5.4|^6.0|^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\EventDispatcher\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.13"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-09-25T14:18:03+00:00"
        },
        {
            "name": "symfony/event-dispatcher-contracts",
            "version": "v3.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
                "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f",
                "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr/event-dispatcher": "^1"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\EventDispatcher\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to dispatching event",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-09-25T14:20:29+00:00"
        },
        {
            "name": "symfony/filesystem",
            "version": "v6.4.13",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/4856c9cf585d5a0313d8d35afd681a526f038dd3",
                "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.8"
            },
            "require-dev": {
                "symfony/process": "^5.4|^6.4|^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Filesystem\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides basic utilities for the filesystem",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/filesystem/tree/v6.4.13"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-10-25T15:07:50+00:00"
        },
        {
            "name": "symfony/finder",
            "version": "v6.4.17",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7",
                "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "require-dev": {
                "symfony/filesystem": "^6.0|^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Finder\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Finds files and directories via an intuitive fluent interface",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/finder/tree/v6.4.17"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-12-29T13:51:37+00:00"
        },
        {
            "name": "symfony/http-foundation",
            "version": "v6.4.18",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "d0492d6217e5ab48f51fca76f64cf8e78919d0db"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d0492d6217e5ab48f51fca76f64cf8e78919d0db",
                "reference": "d0492d6217e5ab48f51fca76f64cf8e78919d0db",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-mbstring": "~1.1",
                "symfony/polyfill-php83": "^1.27"
            },
            "conflict": {
                "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
            },
            "require-dev": {
                "doctrine/dbal": "^2.13.1|^3|^4",
                "predis/predis": "^1.1|^2.0",
                "symfony/cache": "^6.4.12|^7.1.5",
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
                "symfony/expression-language": "^5.4|^6.0|^7.0",
                "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
                "symfony/mime": "^5.4|^6.0|^7.0",
                "symfony/rate-limiter": "^5.4|^6.0|^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\HttpFoundation\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Defines an object-oriented layer for the HTTP specification",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/http-foundation/tree/v6.4.18"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2025-01-09T15:48:56+00:00"
        },
        {
            "name": "symfony/http-kernel",
            "version": "v6.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-kernel.git",
                "reference": "88f2c9f7feff86bb7b9105c5151bc2c1404cd64c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/88f2c9f7feff86bb7b9105c5151bc2c1404cd64c",
                "reference": "88f2c9f7feff86bb7b9105c5151bc2c1404cd64c",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr/log": "^1|^2|^3",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/error-handler": "^6.4|^7.0",
                "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
                "symfony/http-foundation": "^6.4|^7.0",
                "symfony/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "symfony/browser-kit": "<5.4",
                "symfony/cache": "<5.4",
                "symfony/config": "<6.1",
                "symfony/console": "<5.4",
                "symfony/dependency-injection": "<6.4",
                "symfony/doctrine-bridge": "<5.4",
                "symfony/form": "<5.4",
                "symfony/http-client": "<5.4",
                "symfony/http-client-contracts": "<2.5",
                "symfony/mailer": "<5.4",
                "symfony/messenger": "<5.4",
                "symfony/translation": "<5.4",
                "symfony/translation-contracts": "<2.5",
                "symfony/twig-bridge": "<5.4",
                "symfony/validator": "<6.4",
                "symfony/var-dumper": "<6.3",
                "twig/twig": "<2.13"
            },
            "provide": {
                "psr/log-implementation": "1.0|2.0|3.0"
            },
            "require-dev": {
                "psr/cache": "^1.0|^2.0|^3.0",
                "symfony/browser-kit": "^5.4|^6.0|^7.0",
                "symfony/clock": "^6.2|^7.0",
                "symfony/config": "^6.1|^7.0",
                "symfony/console": "^5.4|^6.0|^7.0",
                "symfony/css-selector": "^5.4|^6.0|^7.0",
                "symfony/dependency-injection": "^6.4|^7.0",
                "symfony/dom-crawler": "^5.4|^6.0|^7.0",
                "symfony/expression-language": "^5.4|^6.0|^7.0",
                "symfony/finder": "^5.4|^6.0|^7.0",
                "symfony/http-client-contracts": "^2.5|^3",
                "symfony/process": "^5.4|^6.0|^7.0",
                "symfony/property-access": "^5.4.5|^6.0.5|^7.0",
                "symfony/routing": "^5.4|^6.0|^7.0",
                "symfony/serializer": "^6.4.4|^7.0.4",
                "symfony/stopwatch": "^5.4|^6.0|^7.0",
                "symfony/translation": "^5.4|^6.0|^7.0",
                "symfony/translation-contracts": "^2.5|^3",
                "symfony/uid": "^5.4|^6.0|^7.0",
                "symfony/validator": "^6.4|^7.0",
                "symfony/var-dumper": "^5.4|^6.4|^7.0",
                "symfony/var-exporter": "^6.2|^7.0",
                "twig/twig": "^2.13|^3.0.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\HttpKernel\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides a structured process for converting a Request into a Response",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/http-kernel/tree/v6.4.19"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2025-02-26T10:51:37+00:00"
        },
        {
            "name": "symfony/mailer",
            "version": "v6.4.18",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/mailer.git",
                "reference": "e93a6ae2767d7f7578c2b7961d9d8e27580b2b11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mailer/zipball/e93a6ae2767d7f7578c2b7961d9d8e27580b2b11",
                "reference": "e93a6ae2767d7f7578c2b7961d9d8e27580b2b11",
                "shasum": ""
            },
            "require": {
                "egulias/email-validator": "^2.1.10|^3|^4",
                "php": ">=8.1",
                "psr/event-dispatcher": "^1",
                "psr/log": "^1|^2|^3",
                "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
                "symfony/mime": "^6.2|^7.0",
                "symfony/service-contracts": "^2.5|^3"
            },
            "conflict": {
                "symfony/http-client-contracts": "<2.5",
                "symfony/http-kernel": "<5.4",
                "symfony/messenger": "<6.2",
                "symfony/mime": "<6.2",
                "symfony/twig-bridge": "<6.2.1"
            },
            "require-dev": {
                "symfony/console": "^5.4|^6.0|^7.0",
                "symfony/http-client": "^5.4|^6.0|^7.0",
                "symfony/messenger": "^6.2|^7.0",
                "symfony/twig-bridge": "^6.2|^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Mailer\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Helps sending emails",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/mailer/tree/v6.4.18"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2025-01-24T15:27:15+00:00"
        },
        {
            "name": "symfony/mime",
            "version": "v6.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/mime.git",
                "reference": "ac537b6c55ccc2c749f3c979edfa9ec14aaed4f3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mime/zipball/ac537b6c55ccc2c749f3c979edfa9ec14aaed4f3",
                "reference": "ac537b6c55ccc2c749f3c979edfa9ec14aaed4f3",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-intl-idn": "^1.10",
                "symfony/polyfill-mbstring": "^1.0"
            },
            "conflict": {
                "egulias/email-validator": "~3.0.0",
                "phpdocumentor/reflection-docblock": "<3.2.2",
                "phpdocumentor/type-resolver": "<1.4.0",
                "symfony/mailer": "<5.4",
                "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
            },
            "require-dev": {
                "egulias/email-validator": "^2.1.10|^3.1|^4",
                "league/html-to-markdown": "^5.0",
                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
                "symfony/process": "^5.4|^6.4|^7.0",
                "symfony/property-access": "^5.4|^6.0|^7.0",
                "symfony/property-info": "^5.4|^6.0|^7.0",
                "symfony/serializer": "^6.4.3|^7.0.3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Mime\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Allows manipulating MIME messages",
            "homepage": "https://symfony.com",
            "keywords": [
                "mime",
                "mime-type"
            ],
            "support": {
                "source": "https://github.com/symfony/mime/tree/v6.4.19"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2025-02-17T21:23:52+00:00"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-09-09T11:45:10+00:00"
        },
        {
            "name": "symfony/polyfill-iconv",
            "version": "v1.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-iconv.git",
                "reference": "48becf00c920479ca2e910c22a5a39e5d47ca956"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/48becf00c920479ca2e910c22a5a39e5d47ca956",
                "reference": "48becf00c920479ca2e910c22a5a39e5d47ca956",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "provide": {
                "ext-iconv": "*"
            },
            "suggest": {
                "ext-iconv": "For best performance"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Iconv\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Iconv extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "iconv",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-iconv/tree/v1.31.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-09-09T11:45:10+00:00"
        },
        {
            "name": "symfony/polyfill-intl-grapheme",
            "version": "v1.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
                "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
                "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's grapheme_* functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "grapheme",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-09-09T11:45:10+00:00"
        },
        {
            "name": "symfony/polyfill-intl-idn",
            "version": "v1.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
                "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773",
                "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "symfony/polyfill-intl-normalizer": "^1.10"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-09-09T11:45:10+00:00"
        },
        {
            "name": "symfony/polyfill-intl-normalizer",
            "version": "v1.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                "reference": "3833d7255cc303546435cb650316bff708a1c75c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
                "reference": "3833d7255cc303546435cb650316bff708a1c75c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's Normalizer class and related functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "intl",
                "normalizer",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-09-09T11:45:10+00:00"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-09-09T11:45:10+00:00"
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "v1.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
                "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-09-09T11:45:10+00:00"
        },
        {
            "name": "symfony/polyfill-php81",
            "version": "v1.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php81.git",
                "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
                "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php81\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php81/tree/v1.31.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-09-09T11:45:10+00:00"
        },
        {
            "name": "symfony/polyfill-php83",
            "version": "v1.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php83.git",
                "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491",
                "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php83\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php83/tree/v1.31.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-09-09T11:45:10+00:00"
        },
        {
            "name": "symfony/polyfill-php84",
            "version": "v1.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php84.git",
                "reference": "e5493eb51311ab0b1cc2243416613f06ed8f18bd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/e5493eb51311ab0b1cc2243416613f06ed8f18bd",
                "reference": "e5493eb51311ab0b1cc2243416613f06ed8f18bd",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php84\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php84/tree/v1.31.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-09-09T12:04:04+00:00"
        },
        {
            "name": "symfony/process",
            "version": "v6.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3",
                "reference": "7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Process\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Executes commands in sub-processes",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/process/tree/v6.4.19"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2025-02-04T13:35:48+00:00"
        },
        {
            "name": "symfony/psr-http-message-bridge",
            "version": "v6.4.13",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/psr-http-message-bridge.git",
                "reference": "c9cf83326a1074f83a738fc5320945abf7fb7fec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/c9cf83326a1074f83a738fc5320945abf7fb7fec",
                "reference": "c9cf83326a1074f83a738fc5320945abf7fb7fec",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr/http-message": "^1.0|^2.0",
                "symfony/http-foundation": "^5.4|^6.0|^7.0"
            },
            "conflict": {
                "php-http/discovery": "<1.15",
                "symfony/http-kernel": "<6.2"
            },
            "require-dev": {
                "nyholm/psr7": "^1.1",
                "php-http/discovery": "^1.15",
                "psr/log": "^1.1.4|^2|^3",
                "symfony/browser-kit": "^5.4|^6.0|^7.0",
                "symfony/config": "^5.4|^6.0|^7.0",
                "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
                "symfony/framework-bundle": "^6.2|^7.0",
                "symfony/http-kernel": "^6.2|^7.0"
            },
            "type": "symfony-bridge",
            "autoload": {
                "psr-4": {
                    "Symfony\\Bridge\\PsrHttpMessage\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "PSR HTTP message bridge",
            "homepage": "https://symfony.com",
            "keywords": [
                "http",
                "http-message",
                "psr-17",
                "psr-7"
            ],
            "support": {
                "source": "https://github.com/symfony/psr-http-message-bridge/tree/v6.4.13"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-09-25T14:18:03+00:00"
        },
        {
            "name": "symfony/routing",
            "version": "v6.4.18",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/routing.git",
                "reference": "e9bfc94953019089acdfb9be51c1b9142c4afa68"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/routing/zipball/e9bfc94953019089acdfb9be51c1b9142c4afa68",
                "reference": "e9bfc94953019089acdfb9be51c1b9142c4afa68",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/deprecation-contracts": "^2.5|^3"
            },
            "conflict": {
                "doctrine/annotations": "<1.12",
                "symfony/config": "<6.2",
                "symfony/dependency-injection": "<5.4",
                "symfony/yaml": "<5.4"
            },
            "require-dev": {
                "doctrine/annotations": "^1.12|^2",
                "psr/log": "^1|^2|^3",
                "symfony/config": "^6.2|^7.0",
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
                "symfony/expression-language": "^5.4|^6.0|^7.0",
                "symfony/http-foundation": "^5.4|^6.0|^7.0",
                "symfony/yaml": "^5.4|^6.0|^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Routing\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Maps an HTTP request to a set of configuration variables",
            "homepage": "https://symfony.com",
            "keywords": [
                "router",
                "routing",
                "uri",
                "url"
            ],
            "support": {
                "source": "https://github.com/symfony/routing/tree/v6.4.18"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2025-01-09T08:51:02+00:00"
        },
        {
            "name": "symfony/serializer",
            "version": "v6.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/serializer.git",
                "reference": "a221b2f6066af304d760cff7a26f201b4fab4aef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/serializer/zipball/a221b2f6066af304d760cff7a26f201b4fab4aef",
                "reference": "a221b2f6066af304d760cff7a26f201b4fab4aef",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-ctype": "~1.8"
            },
            "conflict": {
                "doctrine/annotations": "<1.12",
                "phpdocumentor/reflection-docblock": "<3.2.2",
                "phpdocumentor/type-resolver": "<1.4.0",
                "symfony/dependency-injection": "<5.4",
                "symfony/property-access": "<5.4",
                "symfony/property-info": "<5.4.24|>=6,<6.2.11",
                "symfony/uid": "<5.4",
                "symfony/validator": "<6.4",
                "symfony/yaml": "<5.4"
            },
            "require-dev": {
                "doctrine/annotations": "^1.12|^2",
                "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
                "seld/jsonlint": "^1.10",
                "symfony/cache": "^5.4|^6.0|^7.0",
                "symfony/config": "^5.4|^6.0|^7.0",
                "symfony/console": "^5.4|^6.0|^7.0",
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
                "symfony/error-handler": "^5.4|^6.0|^7.0",
                "symfony/filesystem": "^5.4|^6.0|^7.0",
                "symfony/form": "^5.4|^6.0|^7.0",
                "symfony/http-foundation": "^5.4|^6.0|^7.0",
                "symfony/http-kernel": "^5.4|^6.0|^7.0",
                "symfony/messenger": "^5.4|^6.0|^7.0",
                "symfony/mime": "^5.4|^6.0|^7.0",
                "symfony/property-access": "^5.4.26|^6.3|^7.0",
                "symfony/property-info": "^5.4.24|^6.2.11|^7.0",
                "symfony/translation-contracts": "^2.5|^3",
                "symfony/uid": "^5.4|^6.0|^7.0",
                "symfony/validator": "^6.4|^7.0",
                "symfony/var-dumper": "^5.4|^6.0|^7.0",
                "symfony/var-exporter": "^5.4|^6.0|^7.0",
                "symfony/yaml": "^5.4|^6.0|^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Serializer\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/serializer/tree/v6.4.19"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2025-02-24T08:42:36+00:00"
        },
        {
            "name": "symfony/service-contracts",
            "version": "v3.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/service-contracts.git",
                "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
                "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr/container": "^1.1|^2.0",
                "symfony/deprecation-contracts": "^2.5|^3"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Service\\": ""
                },
                "exclude-from-classmap": [
                    "/Test/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to writing services",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-09-25T14:20:29+00:00"
        },
        {
            "name": "symfony/string",
            "version": "v6.4.15",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/string.git",
                "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/string/zipball/73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f",
                "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-intl-grapheme": "~1.0",
                "symfony/polyfill-intl-normalizer": "~1.0",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "conflict": {
                "symfony/translation-contracts": "<2.5"
            },
            "require-dev": {
                "symfony/error-handler": "^5.4|^6.0|^7.0",
                "symfony/http-client": "^5.4|^6.0|^7.0",
                "symfony/intl": "^6.2|^7.0",
                "symfony/translation-contracts": "^2.5|^3.0",
                "symfony/var-exporter": "^5.4|^6.0|^7.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "Resources/functions.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\String\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "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"
            ],
            "support": {
                "source": "https://github.com/symfony/string/tree/v6.4.15"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-11-13T13:31:12+00:00"
        },
        {
            "name": "symfony/translation-contracts",
            "version": "v3.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation-contracts.git",
                "reference": "4667ff3bd513750603a09c8dedbea942487fb07c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c",
                "reference": "4667ff3bd513750603a09c8dedbea942487fb07c",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Translation\\": ""
                },
                "exclude-from-classmap": [
                    "/Test/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to translation",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/translation-contracts/tree/v3.5.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-09-25T14:20:29+00:00"
        },
        {
            "name": "symfony/validator",
            "version": "v6.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/validator.git",
                "reference": "f3e853dffe7c5db675686b8216d6d890dad8c885"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/validator/zipball/f3e853dffe7c5db675686b8216d6d890dad8c885",
                "reference": "f3e853dffe7c5db675686b8216d6d890dad8c885",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php83": "^1.27",
                "symfony/translation-contracts": "^2.5|^3"
            },
            "conflict": {
                "doctrine/annotations": "<1.13",
                "doctrine/lexer": "<1.1",
                "symfony/dependency-injection": "<5.4",
                "symfony/expression-language": "<5.4",
                "symfony/http-kernel": "<5.4",
                "symfony/intl": "<5.4",
                "symfony/property-info": "<5.4",
                "symfony/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3|>=7.0,<7.0.3",
                "symfony/yaml": "<5.4"
            },
            "require-dev": {
                "doctrine/annotations": "^1.13|^2",
                "egulias/email-validator": "^2.1.10|^3|^4",
                "symfony/cache": "^5.4|^6.0|^7.0",
                "symfony/config": "^5.4|^6.0|^7.0",
                "symfony/console": "^5.4|^6.0|^7.0",
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
                "symfony/expression-language": "^5.4|^6.0|^7.0",
                "symfony/finder": "^5.4|^6.0|^7.0",
                "symfony/http-client": "^5.4|^6.0|^7.0",
                "symfony/http-foundation": "^5.4|^6.0|^7.0",
                "symfony/http-kernel": "^5.4|^6.0|^7.0",
                "symfony/intl": "^5.4|^6.0|^7.0",
                "symfony/mime": "^5.4|^6.0|^7.0",
                "symfony/property-access": "^5.4|^6.0|^7.0",
                "symfony/property-info": "^5.4|^6.0|^7.0",
                "symfony/translation": "^5.4.35|~6.3.12|^6.4.3|^7.0.3",
                "symfony/yaml": "^5.4|^6.0|^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Validator\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/",
                    "/Resources/bin/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools to validate values",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/validator/tree/v6.4.19"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2025-02-19T13:12:02+00:00"
        },
        {
            "name": "symfony/var-dumper",
            "version": "v6.4.18",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-dumper.git",
                "reference": "4ad10cf8b020e77ba665305bb7804389884b4837"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/4ad10cf8b020e77ba665305bb7804389884b4837",
                "reference": "4ad10cf8b020e77ba665305bb7804389884b4837",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "conflict": {
                "symfony/console": "<5.4"
            },
            "require-dev": {
                "ext-iconv": "*",
                "symfony/console": "^5.4|^6.0|^7.0",
                "symfony/error-handler": "^6.3|^7.0",
                "symfony/http-kernel": "^5.4|^6.0|^7.0",
                "symfony/process": "^5.4|^6.0|^7.0",
                "symfony/uid": "^5.4|^6.0|^7.0",
                "twig/twig": "^2.13|^3.0.4"
            },
            "bin": [
                "Resources/bin/var-dump-server"
            ],
            "type": "library",
            "autoload": {
                "files": [
                    "Resources/functions/dump.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\VarDumper\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides mechanisms for walking through any arbitrary PHP variable",
            "homepage": "https://symfony.com",
            "keywords": [
                "debug",
                "dump"
            ],
            "support": {
                "source": "https://github.com/symfony/var-dumper/tree/v6.4.18"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2025-01-17T11:26:11+00:00"
        },
        {
            "name": "symfony/var-exporter",
            "version": "v6.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-exporter.git",
                "reference": "be6e71b0c257884c1107313de5d247741cfea172"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/be6e71b0c257884c1107313de5d247741cfea172",
                "reference": "be6e71b0c257884c1107313de5d247741cfea172",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/deprecation-contracts": "^2.5|^3"
            },
            "require-dev": {
                "symfony/property-access": "^6.4|^7.0",
                "symfony/serializer": "^6.4|^7.0",
                "symfony/var-dumper": "^5.4|^6.0|^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\VarExporter\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Allows exporting any serializable PHP data structure to plain PHP code",
            "homepage": "https://symfony.com",
            "keywords": [
                "clone",
                "construct",
                "export",
                "hydrate",
                "instantiate",
                "lazy-loading",
                "proxy",
                "serialize"
            ],
            "support": {
                "source": "https://github.com/symfony/var-exporter/tree/v6.4.19"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2025-02-13T09:33:32+00:00"
        },
        {
            "name": "symfony/yaml",
            "version": "v6.4.18",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5",
                "reference": "bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "symfony/console": "<5.4"
            },
            "require-dev": {
                "symfony/console": "^5.4|^6.0|^7.0"
            },
            "bin": [
                "Resources/bin/yaml-lint"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Loads and dumps YAML files",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/yaml/tree/v6.4.18"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2025-01-07T09:44:41+00:00"
        },
        {
            "name": "tecnickcom/tcpdf",
            "version": "6.8.2",
            "source": {
                "type": "git",
                "url": "https://github.com/tecnickcom/TCPDF.git",
                "reference": "f7a781073e1645062f163e058139e2f89355d420"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/f7a781073e1645062f163e058139e2f89355d420",
                "reference": "f7a781073e1645062f163e058139e2f89355d420",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=7.1.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "config",
                    "include",
                    "tcpdf.php",
                    "tcpdf_parser.php",
                    "tcpdf_import.php",
                    "tcpdf_barcodes_1d.php",
                    "tcpdf_barcodes_2d.php",
                    "include/tcpdf_colors.php",
                    "include/tcpdf_filters.php",
                    "include/tcpdf_font_data.php",
                    "include/tcpdf_fonts.php",
                    "include/tcpdf_images.php",
                    "include/tcpdf_static.php",
                    "include/barcodes/datamatrix.php",
                    "include/barcodes/pdf417.php",
                    "include/barcodes/qrcode.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicola Asuni",
                    "email": "info@tecnick.com",
                    "role": "lead"
                }
            ],
            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
            "homepage": "http://www.tcpdf.org/",
            "keywords": [
                "PDFD32000-2008",
                "TCPDF",
                "barcodes",
                "datamatrix",
                "pdf",
                "pdf417",
                "qrcode"
            ],
            "support": {
                "issues": "https://github.com/tecnickcom/TCPDF/issues",
                "source": "https://github.com/tecnickcom/TCPDF/tree/6.8.2"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
                    "type": "custom"
                }
            ],
            "time": "2025-01-26T14:03:12+00:00"
        },
        {
            "name": "thinkshout/mailchimp-api-php",
            "version": "v3.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/thinkshout/mailchimp-api-php.git",
                "reference": "466e4bd2a36ff052418cf2a24a611e91ac5c2929"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thinkshout/mailchimp-api-php/zipball/466e4bd2a36ff052418cf2a24a611e91ac5c2929",
                "reference": "466e4bd2a36ff052418cf2a24a611e91ac5c2929",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/guzzle": "^6.5.8|^7.4.5",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.2.2|^7.0|^8.0|^9.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Mailchimp\\": "src/",
                    "Mailchimp\\http\\": "src/http/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "PHP library for v3 of the MailChimp API",
            "homepage": "https://github.com/thinkshout/mailchimp-api-php",
            "keywords": [
                "mail",
                "mailchimp"
            ],
            "support": {
                "issues": "https://github.com/thinkshout/mailchimp-api-php/issues",
                "source": "https://github.com/thinkshout/mailchimp-api-php/tree/v3.0.1"
            },
            "time": "2023-12-08T18:46:31+00:00"
        },
        {
            "name": "twig/twig",
            "version": "v3.19.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "d4f8c2b86374f08efc859323dbcd95c590f7124e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/d4f8c2b86374f08efc859323dbcd95c590f7124e",
                "reference": "d4f8c2b86374f08efc859323dbcd95c590f7124e",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-mbstring": "^1.3",
                "symfony/polyfill-php81": "^1.29"
            },
            "require-dev": {
                "phpstan/phpstan": "^2.0",
                "psr/container": "^1.0|^2.0",
                "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/Resources/core.php",
                    "src/Resources/debug.php",
                    "src/Resources/escaper.php",
                    "src/Resources/string_loader.php"
                ],
                "psr-4": {
                    "Twig\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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"
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
                "source": "https://github.com/twigphp/Twig/tree/v3.19.0"
            },
            "funding": [
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/twig/twig",
                    "type": "tidelift"
                }
            ],
            "time": "2025-01-29T07:06:14+00:00"
        },
        {
            "name": "vlucas/phpdotenv",
            "version": "v5.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/vlucas/phpdotenv.git",
                "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2",
                "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "graham-campbell/result-type": "^1.1.3",
                "php": "^7.2.5 || ^8.0",
                "phpoption/phpoption": "^1.9.3",
                "symfony/polyfill-ctype": "^1.24",
                "symfony/polyfill-mbstring": "^1.24",
                "symfony/polyfill-php80": "^1.24"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "ext-filter": "*",
                "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
            },
            "suggest": {
                "ext-filter": "Required to use the boolean validator."
            },
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                },
                "branch-alias": {
                    "dev-master": "5.6-dev"
                }
            },
            "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/v5.6.1"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
                    "type": "tidelift"
                }
            ],
            "time": "2024-07-20T21:52:34+00:00"
        },
        {
            "name": "wa72/htmlpagedom",
            "version": "v3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wasinger/htmlpagedom.git",
                "reference": "568a7379e66c3a8cf973885b7811900487f11fbb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wasinger/htmlpagedom/zipball/568a7379e66c3a8cf973885b7811900487f11fbb",
                "reference": "568a7379e66c3a8cf973885b7811900487f11fbb",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "php": "^8.0",
                "symfony/css-selector": "^6",
                "symfony/dom-crawler": "^6"
            },
            "require-dev": {
                "mikey179/vfsstream": "^1.6.10",
                "phpunit/phpunit": "^9",
                "scrutinizer/ocular": "^1.9",
                "wa72/html-pretty-min": "~0.1"
            },
            "suggest": {
                "wa72/html-pretty-min": "Minify or indent HTML documents"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Wa72\\HtmlPageDom\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christoph Singer",
                    "email": "singer@webagentur72.de",
                    "homepage": "http://www.webagentur72.de"
                }
            ],
            "description": "jQuery-inspired DOM manipulation extension for Symfony's Crawler",
            "homepage": "http://github.com/wasinger/htmlpagedom",
            "keywords": [
                "crawler",
                "dom",
                "html"
            ],
            "support": {
                "issues": "https://github.com/wasinger/htmlpagedom/issues",
                "source": "https://github.com/wasinger/htmlpagedom/tree/v3.0.0"
            },
            "time": "2022-04-13T15:28:55+00:00"
        },
        {
            "name": "webflo/drupal-finder",
            "version": "1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/webflo/drupal-finder.git",
                "reference": "73045060b0894c77962a10cff047f72872d8810c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/73045060b0894c77962a10cff047f72872d8810c",
                "reference": "73045060b0894c77962a10cff047f72872d8810c",
                "shasum": ""
            },
            "require": {
                "composer-runtime-api": "^2.2",
                "php": ">=8.1"
            },
            "require-dev": {
                "mikey179/vfsstream": "^1.6",
                "phpunit/phpunit": "^10.4",
                "symfony/process": "^6.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "DrupalFinder\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Florian Weber",
                    "email": "florian@webflo.org"
                }
            ],
            "description": "Helper class to locate a Drupal installation.",
            "support": {
                "issues": "https://github.com/webflo/drupal-finder/issues",
                "source": "https://github.com/webflo/drupal-finder/tree/1.3.1"
            },
            "time": "2024-06-28T13:45:36+00:00"
        },
        {
            "name": "webmozart/assert",
            "version": "1.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozarts/assert.git",
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
            },
            "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"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5.13"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.10-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Webmozart\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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"
            ],
            "support": {
                "issues": "https://github.com/webmozarts/assert/issues",
                "source": "https://github.com/webmozarts/assert/tree/1.11.0"
            },
            "time": "2022-06-03T18:03:27+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "behat/behat",
            "version": "v3.19.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Behat.git",
                "reference": "6cf82375a88145e33e10a34b211a3f914cbd02ee"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Behat/zipball/6cf82375a88145e33e10a34b211a3f914cbd02ee",
                "reference": "6cf82375a88145e33e10a34b211a3f914cbd02ee",
                "shasum": ""
            },
            "require": {
                "behat/gherkin": "^4.10.0",
                "behat/transliterator": "^1.5",
                "composer-runtime-api": "^2.2",
                "composer/xdebug-handler": "^3.0",
                "ext-mbstring": "*",
                "php": "8.1.* || 8.2.* || 8.3.* || 8.4.* ",
                "psr/container": "^1.0 || ^2.0",
                "symfony/config": "^5.4 || ^6.4 || ^7.0",
                "symfony/console": "^5.4 || ^6.4 || ^7.0",
                "symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
                "symfony/event-dispatcher": "^5.4 || ^6.4 || ^7.0",
                "symfony/translation": "^5.4 || ^6.4 || ^7.0",
                "symfony/yaml": "^5.4 || ^6.4 || ^7.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.68",
                "phpstan/phpstan": "^2.0",
                "phpunit/phpunit": "^9.6",
                "sebastian/diff": "^4.0",
                "symfony/polyfill-php84": "^1.31",
                "symfony/process": "^5.4 || ^6.4 || ^7.0"
            },
            "suggest": {
                "ext-dom": "Needed to output test results in JUnit format."
            },
            "bin": [
                "bin/behat"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Behat\\Hook\\": "src/Behat/Hook/",
                    "Behat\\Step\\": "src/Behat/Step/",
                    "Behat\\Behat\\": "src/Behat/Behat/",
                    "Behat\\Config\\": "src/Behat/Config/",
                    "Behat\\Testwork\\": "src/Behat/Testwork/",
                    "Behat\\Transformation\\": "src/Behat/Transformation/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                }
            ],
            "description": "Scenario-oriented BDD framework for PHP",
            "homepage": "https://behat.org/",
            "keywords": [
                "Agile",
                "BDD",
                "ScenarioBDD",
                "Scrum",
                "StoryBDD",
                "User story",
                "business",
                "development",
                "documentation",
                "examples",
                "symfony",
                "testing"
            ],
            "support": {
                "issues": "https://github.com/Behat/Behat/issues",
                "source": "https://github.com/Behat/Behat/tree/v3.19.0"
            },
            "time": "2025-02-13T09:07:11+00:00"
        },
        {
            "name": "behat/gherkin",
            "version": "v4.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Gherkin.git",
                "reference": "cc3a7e224b36373be382b53ef02ede0f1807bb58"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/cc3a7e224b36373be382b53ef02ede0f1807bb58",
                "reference": "cc3a7e224b36373be382b53ef02ede0f1807bb58",
                "shasum": ""
            },
            "require": {
                "composer-runtime-api": "^2.2",
                "php": "8.1.* || 8.2.* || 8.3.* || 8.4.*"
            },
            "require-dev": {
                "cucumber/cucumber": "dev-gherkin-24.1.0",
                "friendsofphp/php-cs-fixer": "^3.65",
                "phpstan/extension-installer": "^1",
                "phpstan/phpstan": "^2",
                "phpstan/phpstan-phpunit": "^2",
                "phpunit/phpunit": "^10.5",
                "symfony/filesystem": "^5.4 || ^6.4 || ^7.0",
                "symfony/yaml": "^5.4 || ^6.4 || ^7.0"
            },
            "suggest": {
                "symfony/yaml": "If you want to parse features, represented in YAML files"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Behat\\Gherkin": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "https://everzet.com"
                }
            ],
            "description": "Gherkin DSL parser for PHP",
            "homepage": "https://behat.org/",
            "keywords": [
                "BDD",
                "Behat",
                "Cucumber",
                "DSL",
                "gherkin",
                "parser"
            ],
            "support": {
                "issues": "https://github.com/Behat/Gherkin/issues",
                "source": "https://github.com/Behat/Gherkin/tree/v4.12.0"
            },
            "time": "2025-02-26T14:28:23+00:00"
        },
        {
            "name": "behat/mink",
            "version": "v1.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/minkphp/Mink.git",
                "reference": "7e4edec6c335937029cb3569ce7ef81182804d0a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/7e4edec6c335937029cb3569ce7ef81182804d0a",
                "reference": "7e4edec6c335937029cb3569ce7ef81182804d0a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "symfony/css-selector": "^4.4 || ^5.0 || ^6.0 || ^7.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.10",
                "phpstan/phpstan-phpunit": "^1.3",
                "phpunit/phpunit": "^8.5.22 || ^9.5.11",
                "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0",
                "symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0"
            },
            "suggest": {
                "behat/mink-browserkit-driver": "fast headless driver for any app without JS emulation",
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)",
                "dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Behat\\Mink\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                }
            ],
            "description": "Browser controller/emulator abstraction for PHP",
            "homepage": "https://mink.behat.org/",
            "keywords": [
                "browser",
                "testing",
                "web"
            ],
            "support": {
                "issues": "https://github.com/minkphp/Mink/issues",
                "source": "https://github.com/minkphp/Mink/tree/v1.12.0"
            },
            "time": "2024-10-30T18:48:14+00:00"
        },
        {
            "name": "behat/transliterator",
            "version": "v1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Transliterator.git",
                "reference": "baac5873bac3749887d28ab68e2f74db3a4408af"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/baac5873bac3749887d28ab68e2f74db3a4408af",
                "reference": "baac5873bac3749887d28ab68e2f74db3a4408af",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "require-dev": {
                "chuyskywalker/rolling-curl": "^3.1",
                "php-yaoi/php-yaoi": "^1.0",
                "phpunit/phpunit": "^8.5.25 || ^9.5.19"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Behat\\Transliterator\\": "src/Behat/Transliterator"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Artistic-1.0"
            ],
            "description": "String transliterator",
            "keywords": [
                "i18n",
                "slug",
                "transliterator"
            ],
            "support": {
                "issues": "https://github.com/Behat/Transliterator/issues",
                "source": "https://github.com/Behat/Transliterator/tree/v1.5.0"
            },
            "time": "2022-03-30T09:27:43+00:00"
        },
        {
            "name": "composer/pcre",
            "version": "3.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/pcre.git",
                "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
                "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0"
            },
            "conflict": {
                "phpstan/phpstan": "<1.11.10"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.12 || ^2",
                "phpstan/phpstan-strict-rules": "^1 || ^2",
                "phpunit/phpunit": "^8 || ^9"
            },
            "type": "library",
            "extra": {
                "phpstan": {
                    "includes": [
                        "extension.neon"
                    ]
                },
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Pcre\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "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"
            ],
            "support": {
                "issues": "https://github.com/composer/pcre/issues",
                "source": "https://github.com/composer/pcre/tree/3.3.2"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2024-11-12T16:29:46+00:00"
        },
        {
            "name": "composer/xdebug-handler",
            "version": "3.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/xdebug-handler.git",
                "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef"
            },
            "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"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.0",
                "phpstan/phpstan-strict-rules": "^1.1",
                "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Composer\\XdebugHandler\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "John Stevenson",
                    "email": "john-stevenson@blueyonder.co.uk"
                }
            ],
            "description": "Restarts a process without Xdebug.",
            "keywords": [
                "Xdebug",
                "performance"
            ],
            "support": {
                "irc": "ircs://irc.libera.chat:6697/composer",
                "issues": "https://github.com/composer/xdebug-handler/issues",
                "source": "https://github.com/composer/xdebug-handler/tree/3.0.5"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2024-05-06T16:37:16+00:00"
        },
        {
            "name": "dekor/php-array-table",
            "version": "2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/deniskoronets/php-array-table.git",
                "reference": "ca40b21ba84eee6a9658a33fc5f897d76baaf8e5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/deniskoronets/php-array-table/zipball/ca40b21ba84eee6a9658a33fc5f897d76baaf8e5",
                "reference": "ca40b21ba84eee6a9658a33fc5f897d76baaf8e5",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^10"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "dekor\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Denis Koronets",
                    "email": "deniskoronets@woo.zp.ua",
                    "homepage": "https://woo.zp.ua/"
                }
            ],
            "description": "PHP Library for printing associative arrays as text table (similar to mysql terminal console)",
            "keywords": [
                "library",
                "php"
            ],
            "support": {
                "issues": "https://github.com/deniskoronets/php-array-table/issues",
                "source": "https://github.com/deniskoronets/php-array-table/tree/2.0"
            },
            "time": "2023-02-10T10:13:42+00:00"
        },
        {
            "name": "drupal/upgrade_status",
            "version": "4.3.6",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/upgrade_status.git",
                "reference": "4.3.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/upgrade_status-4.3.6.zip",
                "reference": "4.3.6",
                "shasum": "8169732d814034f541238d67ba31300825a61aca"
            },
            "require": {
                "dekor/php-array-table": "^2.0",
                "drupal/core": "^9 || ^10 || ^11",
                "mglaman/phpstan-drupal": "^1.2.11",
                "nikic/php-parser": "^4.0.0|^5.0.0",
                "phpstan/phpstan-deprecation-rules": "^1.0.0",
                "symfony/process": "^3.4|^4.0|^5.0|^6.0|^7.0",
                "webflo/drupal-finder": "^1.2"
            },
            "require-dev": {
                "drush/drush": "^11|^12|^13"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.3.6",
                    "datestamp": "1729173427",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "gábor hojtsy",
                    "homepage": "https://www.drupal.org/user/4166"
                }
            ],
            "description": "Review Drupal major upgrade readiness of the environment and components of the site.",
            "homepage": "http://drupal.org/project/upgrade_status",
            "support": {
                "source": "https://git.drupalcode.org/project/upgrade_status"
            }
        },
        {
            "name": "mglaman/phpstan-drupal",
            "version": "1.3.3",
            "source": {
                "type": "git",
                "url": "https://github.com/mglaman/phpstan-drupal.git",
                "reference": "2a30d8d3ca170d86b1829e3cb8037ad87b82f20d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/2a30d8d3ca170d86b1829e3cb8037ad87b82f20d",
                "reference": "2a30d8d3ca170d86b1829e3cb8037ad87b82f20d",
                "shasum": ""
            },
            "require": {
                "php": "^8.1",
                "phpstan/phpstan": "^1.10.56",
                "phpstan/phpstan-deprecation-rules": "^1.1.4",
                "symfony/finder": "^4.2 || ^5.0 || ^6.0 || ^7.0",
                "symfony/yaml": "^4.2|| ^5.0 || ^6.0 || ^7.0",
                "webflo/drupal-finder": "^1.3.1"
            },
            "require-dev": {
                "behat/mink": "^1.8",
                "composer/installers": "^1.9",
                "drupal/core-recommended": "^10",
                "drush/drush": "^10.0 || ^11 || ^12 || ^13@beta",
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan-strict-rules": "^1.0",
                "phpunit/phpunit": "^8.5 || ^9 || ^10 || ^11",
                "slevomat/coding-standard": "^7.1",
                "squizlabs/php_codesniffer": "^3.3",
                "symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0 || ^7.0"
            },
            "suggest": {
                "jangregor/phpstan-prophecy": "Provides a prophecy/prophecy extension for phpstan/phpstan.",
                "phpstan/phpstan-deprecation-rules": "For catching deprecations, especially in Drupal core.",
                "phpstan/phpstan-phpunit": "PHPUnit extensions and rules for PHPStan."
            },
            "type": "phpstan-extension",
            "extra": {
                "phpstan": {
                    "includes": [
                        "extension.neon",
                        "rules.neon"
                    ]
                },
                "branch-alias": {
                    "dev-main": "1.0-dev"
                },
                "installer-paths": {
                    "tests/fixtures/drupal/core": [
                        "type:drupal-core"
                    ],
                    "tests/fixtures/drupal/libraries/{$name}": [
                        "type:drupal-library"
                    ],
                    "tests/fixtures/drupal/themes/contrib/{$name}": [
                        "type:drupal-theme"
                    ],
                    "tests/fixtures/drupal/modules/contrib/{$name}": [
                        "type:drupal-module"
                    ],
                    "tests/fixtures/drupal/profiles/contrib/{$name}": [
                        "type:drupal-profile"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "mglaman\\PHPStanDrupal\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matt Glaman",
                    "email": "nmd.matt@gmail.com"
                }
            ],
            "description": "Drupal extension and rules for PHPStan",
            "support": {
                "issues": "https://github.com/mglaman/phpstan-drupal/issues",
                "source": "https://github.com/mglaman/phpstan-drupal/tree/1.3.3"
            },
            "funding": [
                {
                    "url": "https://github.com/mglaman",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/phpstan-drupal",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/mglaman/phpstan-drupal",
                    "type": "tidelift"
                }
            ],
            "time": "2025-01-23T15:21:21+00:00"
        },
        {
            "name": "phpstan/phpstan",
            "version": "1.12.23",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpstan.git",
                "reference": "29201e7a743a6ab36f91394eab51889a82631428"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/29201e7a743a6ab36f91394eab51889a82631428",
                "reference": "29201e7a743a6ab36f91394eab51889a82631428",
                "shasum": ""
            },
            "require": {
                "php": "^7.2|^8.0"
            },
            "conflict": {
                "phpstan/phpstan-shim": "*"
            },
            "bin": [
                "phpstan",
                "phpstan.phar"
            ],
            "type": "library",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHPStan - PHP Static Analysis Tool",
            "keywords": [
                "dev",
                "static analysis"
            ],
            "support": {
                "docs": "https://phpstan.org/user-guide/getting-started",
                "forum": "https://github.com/phpstan/phpstan/discussions",
                "issues": "https://github.com/phpstan/phpstan/issues",
                "security": "https://github.com/phpstan/phpstan/security/policy",
                "source": "https://github.com/phpstan/phpstan-src"
            },
            "funding": [
                {
                    "url": "https://github.com/ondrejmirtes",
                    "type": "github"
                },
                {
                    "url": "https://github.com/phpstan",
                    "type": "github"
                }
            ],
            "time": "2025-03-23T14:57:32+00:00"
        },
        {
            "name": "phpstan/phpstan-deprecation-rules",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpstan-deprecation-rules.git",
                "reference": "f94d246cc143ec5a23da868f8f7e1393b50eaa82"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/f94d246cc143ec5a23da868f8f7e1393b50eaa82",
                "reference": "f94d246cc143ec5a23da868f8f7e1393b50eaa82",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0",
                "phpstan/phpstan": "^1.12"
            },
            "require-dev": {
                "php-parallel-lint/php-parallel-lint": "^1.2",
                "phpstan/phpstan-phpunit": "^1.0",
                "phpunit/phpunit": "^9.5"
            },
            "type": "phpstan-extension",
            "extra": {
                "phpstan": {
                    "includes": [
                        "rules.neon"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "PHPStan\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.",
            "support": {
                "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues",
                "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.2.1"
            },
            "time": "2024-09-11T15:52:35+00:00"
        },
        {
            "name": "symfony/config",
            "version": "v6.4.14",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/config.git",
                "reference": "4e55e7e4ffddd343671ea972216d4509f46c22ef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/config/zipball/4e55e7e4ffddd343671ea972216d4509f46c22ef",
                "reference": "4e55e7e4ffddd343671ea972216d4509f46c22ef",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/filesystem": "^5.4|^6.0|^7.0",
                "symfony/polyfill-ctype": "~1.8"
            },
            "conflict": {
                "symfony/finder": "<5.4",
                "symfony/service-contracts": "<2.5"
            },
            "require-dev": {
                "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
                "symfony/finder": "^5.4|^6.0|^7.0",
                "symfony/messenger": "^5.4|^6.0|^7.0",
                "symfony/service-contracts": "^2.5|^3",
                "symfony/yaml": "^5.4|^6.0|^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Config\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/config/tree/v6.4.14"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2024-11-04T11:33:53+00:00"
        },
        {
            "name": "symfony/translation",
            "version": "v6.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation.git",
                "reference": "3b9bf9f33997c064885a7bfc126c14b9daa0e00e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation/zipball/3b9bf9f33997c064885a7bfc126c14b9daa0e00e",
                "reference": "3b9bf9f33997c064885a7bfc126c14b9daa0e00e",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/translation-contracts": "^2.5|^3.0"
            },
            "conflict": {
                "symfony/config": "<5.4",
                "symfony/console": "<5.4",
                "symfony/dependency-injection": "<5.4",
                "symfony/http-client-contracts": "<2.5",
                "symfony/http-kernel": "<5.4",
                "symfony/service-contracts": "<2.5",
                "symfony/twig-bundle": "<5.4",
                "symfony/yaml": "<5.4"
            },
            "provide": {
                "symfony/translation-implementation": "2.3|3.0"
            },
            "require-dev": {
                "nikic/php-parser": "^4.18|^5.0",
                "psr/log": "^1|^2|^3",
                "symfony/config": "^5.4|^6.0|^7.0",
                "symfony/console": "^5.4|^6.0|^7.0",
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
                "symfony/finder": "^5.4|^6.0|^7.0",
                "symfony/http-client-contracts": "^2.5|^3.0",
                "symfony/http-kernel": "^5.4|^6.0|^7.0",
                "symfony/intl": "^5.4|^6.0|^7.0",
                "symfony/polyfill-intl-icu": "^1.21",
                "symfony/routing": "^5.4|^6.0|^7.0",
                "symfony/service-contracts": "^2.5|^3",
                "symfony/yaml": "^5.4|^6.0|^7.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "Resources/functions.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\Translation\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools to internationalize your application",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/translation/tree/v6.4.19"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2025-02-13T10:18:43+00:00"
        }
    ],
    "aliases": [
        {
            "package": "drupal/facets",
            "version": "dev-3.0.x",
            "alias": "2.0.x-dev",
            "alias_normalized": "2.0.9999999.9999999-dev"
        }
    ],
    "minimum-stability": "dev",
    "stability-flags": {
        "drupal/ckeditor_iframe": 10,
        "drupal/drutopia_collection": 20,
        "drupal/drutopia_core": 20,
        "drupal/drutopia_organization": 20,
        "drupal/drutopia_site": 20,
        "drupal/empty_page": 20,
        "drupal/facets": 20,
        "drupal/menu_link_config": 15,
        "drupal/migration_helpers": 20,
        "drupal/notfoundpassthrough": 20,
        "drupal/octavia": 20,
        "drupal/octavia_camouflage": 20,
        "drupal/plausible": 10,
        "drupal/rabbit_hole": 10,
        "drupal/social_post_facebook": 20,
        "drupal/social_post_twitter": 20,
        "drupal/subpathauto": 5,
        "drupal/tomselect": 20,
        "drupal/workflow_buttons": 20,
        "drutopia/drutopia": 20
    },
    "prefer-stable": true,
    "prefer-lowest": false,
    "platform": {},
    "platform-dev": {},
    "plugin-api-version": "2.6.0"
}