{
    "packages": [
        {
            "name": "asm89/stack-cors",
            "version": "v2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/asm89/stack-cors.git",
                "reference": "acf3142e6c5eafa378dc8ef3c069ab4558993f70"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/asm89/stack-cors/zipball/acf3142e6c5eafa378dc8ef3c069ab4558993f70",
                "reference": "acf3142e6c5eafa378dc8ef3c069ab4558993f70",
                "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"
            },
            "time": "2025-03-13T08:50:04+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev"
                }
            },
            "installation-source": "dist",
            "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.3.0"
            },
            "install-path": "../asm89/stack-cors"
        },
        {
            "name": "behat/behat",
            "version": "v3.29.0",
            "version_normalized": "3.29.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Behat.git",
                "reference": "51bdf81639a14645c5d2c06926f4aa37d204921b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Behat/zipball/51bdf81639a14645c5d2c06926f4aa37d204921b",
                "reference": "51bdf81639a14645c5d2c06926f4aa37d204921b",
                "shasum": ""
            },
            "require": {
                "behat/gherkin": "^4.12.0",
                "composer-runtime-api": "^2.2",
                "composer/xdebug-handler": "^1.4 || ^2.0 || ^3.0",
                "ext-mbstring": "*",
                "nikic/php-parser": "^4.19.2 || ^5.2",
                "php": ">=8.1 <8.6",
                "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": {
                "opis/json-schema": "^2.5",
                "php-cs-fixer/shim": "^3.89",
                "phpstan/phpstan": "^2.0",
                "phpunit/phpunit": "^9.6",
                "rector/rector": "2.1.7",
                "sebastian/diff": "^4.0",
                "symfony/filesystem": "^5.4 || ^6.4 || ^7.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."
            },
            "time": "2025-12-11T09:51:30+00:00",
            "bin": [
                "bin/behat"
            ],
            "type": "library",
            "installation-source": "dist",
            "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.29.0"
            },
            "funding": [
                {
                    "url": "https://github.com/acoulton",
                    "type": "github"
                },
                {
                    "url": "https://github.com/carlos-granados",
                    "type": "github"
                },
                {
                    "url": "https://github.com/stof",
                    "type": "github"
                }
            ],
            "install-path": "../behat/behat"
        },
        {
            "name": "behat/gherkin",
            "version": "v4.16.1",
            "version_normalized": "4.16.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Gherkin.git",
                "reference": "e26037937dfd48528746764dd870bc5d0836665f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/e26037937dfd48528746764dd870bc5d0836665f",
                "reference": "e26037937dfd48528746764dd870bc5d0836665f",
                "shasum": ""
            },
            "require": {
                "composer-runtime-api": "^2.2",
                "php": ">=8.1 <8.6"
            },
            "require-dev": {
                "cucumber/gherkin-monorepo": "dev-gherkin-v37.0.0",
                "friendsofphp/php-cs-fixer": "^3.77",
                "mikey179/vfsstream": "^1.6",
                "phpstan/extension-installer": "^1",
                "phpstan/phpstan": "^2",
                "phpstan/phpstan-phpunit": "^2",
                "phpunit/phpunit": "^10.5",
                "symfony/yaml": "^5.4 || ^6.4 || ^7.0"
            },
            "suggest": {
                "symfony/yaml": "If you want to parse features, represented in YAML files"
            },
            "time": "2025-12-08T16:12:58+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "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.16.1"
            },
            "funding": [
                {
                    "url": "https://github.com/acoulton",
                    "type": "github"
                },
                {
                    "url": "https://github.com/carlos-granados",
                    "type": "github"
                },
                {
                    "url": "https://github.com/stof",
                    "type": "github"
                }
            ],
            "install-path": "../behat/gherkin"
        },
        {
            "name": "behat/mink",
            "version": "v1.13.0",
            "version_normalized": "1.13.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/minkphp/Mink.git",
                "reference": "9b08f62937c173affe070c04bb072d7ea1db1be5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/9b08f62937c173affe070c04bb072d7ea1db1be5",
                "reference": "9b08f62937c173affe070c04bb072d7ea1db1be5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "symfony/css-selector": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "jetbrains/phpstorm-attributes": "*",
                "phpstan/phpstan": "^1.12.32",
                "phpstan/phpstan-phpunit": "^1.3",
                "phpunit/phpunit": "^8.5.22 || ^9.5.11",
                "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
                "symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0 || ^8.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)"
            },
            "time": "2025-11-22T12:18:15+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "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.13.0"
            },
            "install-path": "../behat/mink"
        },
        {
            "name": "behat/mink-browserkit-driver",
            "version": "v2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
                "reference": "d361516cba6e684bdc4518b9c044edc77f249e36"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/d361516cba6e684bdc4518b9c044edc77f249e36",
                "reference": "d361516cba6e684bdc4518b9c044edc77f249e36",
                "shasum": ""
            },
            "require": {
                "behat/mink": "^1.11.0@dev",
                "ext-dom": "*",
                "php": ">=7.2",
                "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
                "symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "mink/driver-testsuite": "dev-master",
                "phpstan/phpstan": "^1.10",
                "phpstan/phpstan-phpunit": "^1.3",
                "phpunit/phpunit": "^8.5 || ^9.5",
                "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
                "symfony/http-client": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
                "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
                "symfony/mime": "^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "time": "2025-11-22T12:42:18+00:00",
            "type": "mink-driver",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Behat\\Mink\\Driver\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                }
            ],
            "description": "Symfony2 BrowserKit driver for Mink framework",
            "homepage": "https://mink.behat.org/",
            "keywords": [
                "Mink",
                "Symfony2",
                "browser",
                "testing"
            ],
            "support": {
                "issues": "https://github.com/minkphp/MinkBrowserKitDriver/issues",
                "source": "https://github.com/minkphp/MinkBrowserKitDriver/tree/v2.3.0"
            },
            "install-path": "../behat/mink-browserkit-driver"
        },
        {
            "name": "behat/mink-goutte-driver",
            "version": "v2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/minkphp/MinkGoutteDriver.git",
                "reference": "a60fba46520c17d39b839151831cbc0710764b56"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/a60fba46520c17d39b839151831cbc0710764b56",
                "reference": "a60fba46520c17d39b839151831cbc0710764b56",
                "shasum": ""
            },
            "require": {
                "behat/mink-browserkit-driver": "^2.0@dev",
                "fabpot/goutte": "^4.0",
                "php": ">=7.2"
            },
            "require-dev": {
                "mink/driver-testsuite": "dev-master",
                "symfony/error-handler": "^4.4 || ^5.0"
            },
            "time": "2021-12-29T10:56:50+00:00",
            "type": "mink-driver",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Behat\\Mink\\Driver\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                }
            ],
            "description": "Goutte driver for Mink framework",
            "homepage": "https://mink.behat.org/",
            "keywords": [
                "browser",
                "goutte",
                "headless",
                "testing"
            ],
            "support": {
                "issues": "https://github.com/minkphp/MinkGoutteDriver/issues",
                "source": "https://github.com/minkphp/MinkGoutteDriver/tree/v2.0.0"
            },
            "abandoned": "behat/mink-browserkit-driver",
            "install-path": "../behat/mink-goutte-driver"
        },
        {
            "name": "bower-asset/jquery",
            "version": "3.7.1",
            "version_normalized": "3.7.1.0",
            "source": {
                "type": "git",
                "url": "git@github.com:jquery/jquery-dist.git",
                "reference": "fde1f76e2799dd877c176abde0ec836553246991"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/fde1f76e2799dd877c176abde0ec836553246991",
                "reference": "fde1f76e2799dd877c176abde0ec836553246991"
            },
            "type": "bower-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/jquery"
        },
        {
            "name": "bower-asset/spectrum",
            "version": "1.8.1",
            "version_normalized": "1.8.1.0",
            "source": {
                "type": "git",
                "url": "git@github.com:bgrins/spectrum.git",
                "reference": "9aa028de7e8039c41ac792485a928edb97d4ac40"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bgrins/spectrum/zipball/9aa028de7e8039c41ac792485a928edb97d4ac40",
                "reference": "9aa028de7e8039c41ac792485a928edb97d4ac40"
            },
            "require": {
                "bower-asset/jquery": ">=1.7.2"
            },
            "type": "bower-asset",
            "installation-source": "dist",
            "install-path": "../../web/libraries/spectrum"
        },
        {
            "name": "bower-asset/videojs",
            "version": "v7.21.3",
            "version_normalized": "7.21.3.0",
            "source": {
                "type": "git",
                "url": "git@github.com:videojs/video.js.git",
                "reference": "7c3d3f4479ba3dd572ac28082ee6e660e4c4e912"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/videojs/video.js/zipball/7c3d3f4479ba3dd572ac28082ee6e660e4c4e912",
                "reference": "7c3d3f4479ba3dd572ac28082ee6e660e4c4e912"
            },
            "type": "bower-asset",
            "installation-source": "dist",
            "install-path": "../../web/libraries/videojs"
        },
        {
            "name": "brick/math",
            "version": "0.13.1",
            "version_normalized": "0.13.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/brick/math.git",
                "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/brick/math/zipball/fc7ed316430118cc7836bf45faff18d5dfc8de04",
                "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04",
                "shasum": ""
            },
            "require": {
                "php": "^8.1"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.2",
                "phpunit/phpunit": "^10.1",
                "vimeo/psalm": "6.8.8"
            },
            "time": "2025-03-29T13:50:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Brick\\Math\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Arbitrary-precision arithmetic library",
            "keywords": [
                "Arbitrary-precision",
                "BigInteger",
                "BigRational",
                "arithmetic",
                "bigdecimal",
                "bignum",
                "bignumber",
                "brick",
                "decimal",
                "integer",
                "math",
                "mathematics",
                "rational"
            ],
            "support": {
                "issues": "https://github.com/brick/math/issues",
                "source": "https://github.com/brick/math/tree/0.13.1"
            },
            "funding": [
                {
                    "url": "https://github.com/BenMorel",
                    "type": "github"
                }
            ],
            "install-path": "../brick/math"
        },
        {
            "name": "chi-teck/drupal-code-generator",
            "version": "3.6.1",
            "version_normalized": "3.6.1.0",
            "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"
            },
            "time": "2024-06-06T17:36:37+00:00",
            "bin": [
                "bin/dcg"
            ],
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../chi-teck/drupal-code-generator"
        },
        {
            "name": "chillerlan/php-qrcode",
            "version": "4.4.2",
            "version_normalized": "4.4.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/chillerlan/php-qrcode.git",
                "reference": "345ed8e4ffb56e6b3fcd9f42e3970b9026fa6ce4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/345ed8e4ffb56e6b3fcd9f42e3970b9026fa6ce4",
                "reference": "345ed8e4ffb56e6b3fcd9f42e3970b9026fa6ce4",
                "shasum": ""
            },
            "require": {
                "chillerlan/php-settings-container": "^2.1.6 || ^3.2.1",
                "ext-mbstring": "*",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phan/phan": "^5.4.5",
                "phpmd/phpmd": "^2.15",
                "phpunit/phpunit": "^9.6",
                "setasign/fpdf": "^1.8.2",
                "squizlabs/php_codesniffer": "^3.11"
            },
            "suggest": {
                "chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",
                "setasign/fpdf": "Required to use the QR FPDF output.",
                "simple-icons/simple-icons": "SVG icons that you can use to embed as logos in the QR Code"
            },
            "time": "2024-11-15T15:36:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "chillerlan\\QRCode\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kazuhiko Arase",
                    "homepage": "https://github.com/kazuhikoarase"
                },
                {
                    "name": "Smiley",
                    "email": "smiley@chillerlan.net",
                    "homepage": "https://github.com/codemasher"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/chillerlan/php-qrcode/graphs/contributors"
                }
            ],
            "description": "A QR code generator with a user friendly API. PHP 7.4+",
            "homepage": "https://github.com/chillerlan/php-qrcode",
            "keywords": [
                "phpqrcode",
                "qr",
                "qr code",
                "qrcode",
                "qrcode-generator"
            ],
            "support": {
                "issues": "https://github.com/chillerlan/php-qrcode/issues",
                "source": "https://github.com/chillerlan/php-qrcode/tree/4.4.2"
            },
            "funding": [
                {
                    "url": "https://ko-fi.com/codemasher",
                    "type": "ko_fi"
                }
            ],
            "install-path": "../chillerlan/php-qrcode"
        },
        {
            "name": "chillerlan/php-settings-container",
            "version": "3.2.1",
            "version_normalized": "3.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/chillerlan/php-settings-container.git",
                "reference": "95ed3e9676a1d47cab2e3174d19b43f5dbf52681"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/chillerlan/php-settings-container/zipball/95ed3e9676a1d47cab2e3174d19b43f5dbf52681",
                "reference": "95ed3e9676a1d47cab2e3174d19b43f5dbf52681",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^8.1"
            },
            "require-dev": {
                "phpmd/phpmd": "^2.15",
                "phpstan/phpstan": "^1.11",
                "phpstan/phpstan-deprecation-rules": "^1.2",
                "phpunit/phpunit": "^10.5",
                "squizlabs/php_codesniffer": "^3.10"
            },
            "time": "2024-07-16T11:13:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "chillerlan\\Settings\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Smiley",
                    "email": "smiley@chillerlan.net",
                    "homepage": "https://github.com/codemasher"
                }
            ],
            "description": "A container class for immutable settings objects. Not a DI container.",
            "homepage": "https://github.com/chillerlan/php-settings-container",
            "keywords": [
                "Settings",
                "configuration",
                "container",
                "helper"
            ],
            "support": {
                "issues": "https://github.com/chillerlan/php-settings-container/issues",
                "source": "https://github.com/chillerlan/php-settings-container"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4",
                    "type": "custom"
                },
                {
                    "url": "https://ko-fi.com/codemasher",
                    "type": "ko_fi"
                }
            ],
            "install-path": "../chillerlan/php-settings-container"
        },
        {
            "name": "christian-riesen/otp",
            "version": "2.7.0",
            "version_normalized": "2.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ChristianRiesen/otp.git",
                "reference": "aab865ae6d356993ad9d51f8a7e8f32b8a54730a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ChristianRiesen/otp/zipball/aab865ae6d356993ad9d51f8a7e8f32b8a54730a",
                "reference": "aab865ae6d356993ad9d51f8a7e8f32b8a54730a",
                "shasum": ""
            },
            "require": {
                "paragonie/constant_time_encoding": "^1|^2",
                "paragonie/random_compat": ">=1",
                "php": ">=5.6.0",
                "symfony/polyfill-php56": "^1"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7.11 || ^6.0.5"
            },
            "time": "2021-02-23T20:13:30+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Otp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Riesen",
                    "email": "chris.riesen@gmail.com",
                    "homepage": "http://christianriesen.com",
                    "role": "Developer"
                }
            ],
            "description": "One Time Passwords, hotp and totp according to RFC4226 and RFC6238",
            "homepage": "https://github.com/ChristianRiesen/otp",
            "keywords": [
                "googleauthenticator",
                "hotp",
                "otp",
                "rfc4226",
                "rfc6238",
                "totp"
            ],
            "support": {
                "issues": "https://github.com/ChristianRiesen/otp/issues",
                "source": "https://github.com/ChristianRiesen/otp/tree/2.7.0"
            },
            "install-path": "../christian-riesen/otp"
        },
        {
            "name": "clue/stream-filter",
            "version": "v1.7.0",
            "version_normalized": "1.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/clue/stream-filter.git",
                "reference": "049509fef80032cb3f051595029ab75b49a3c2f7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/clue/stream-filter/zipball/049509fef80032cb3f051595029ab75b49a3c2f7",
                "reference": "049509fef80032cb3f051595029ab75b49a3c2f7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
            },
            "time": "2023-12-20T15:40:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "Clue\\StreamFilter\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Lück",
                    "email": "christian@clue.engineering"
                }
            ],
            "description": "A simple and modern approach to stream filtering in PHP",
            "homepage": "https://github.com/clue/stream-filter",
            "keywords": [
                "bucket brigade",
                "callback",
                "filter",
                "php_user_filter",
                "stream",
                "stream_filter_append",
                "stream_filter_register"
            ],
            "support": {
                "issues": "https://github.com/clue/stream-filter/issues",
                "source": "https://github.com/clue/stream-filter/tree/v1.7.0"
            },
            "funding": [
                {
                    "url": "https://clue.engineering/support",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/clue",
                    "type": "github"
                }
            ],
            "install-path": "../clue/stream-filter"
        },
        {
            "name": "colinodell/psr-testlogger",
            "version": "v1.3.1",
            "version_normalized": "1.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/colinodell/psr-testlogger.git",
                "reference": "2f99e75f4b9f34656bfff7cb68ea78b2c23caa91"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/colinodell/psr-testlogger/zipball/2f99e75f4b9f34656bfff7cb68ea78b2c23caa91",
                "reference": "2f99e75f4b9f34656bfff7cb68ea78b2c23caa91",
                "shasum": ""
            },
            "require": {
                "php": "^8.0",
                "psr/log": "^1.0 || ^2.0 || ^3.0"
            },
            "provide": {
                "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.9.2",
                "phpunit/phpunit": "^9.5.5",
                "scrutinizer/ocular": "^1.8.1",
                "unleashedtech/php-coding-standard": "^3.1",
                "vimeo/psalm": "^4.30.0"
            },
            "time": "2025-11-04T22:36:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ColinODell\\PsrTestLogger\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Colin O'Dell",
                    "email": "colinodell@gmail.com",
                    "homepage": "https://www.colinodell.com",
                    "role": "Lead Developer"
                }
            ],
            "description": "PSR-3 compliant test logger based on psr/log v1's, but compatible with v2 and v3 too!",
            "homepage": "https://github.com/colinodell/psr-testlogger",
            "keywords": [
                "log",
                "logger",
                "logging",
                "mock",
                "phpunit",
                "psr",
                "test",
                "unit"
            ],
            "support": {
                "issues": "https://github.com/colinodell/psr-testlogger/issues",
                "rss": "https://github.com/colinodell/psr-testlogger/releases.atom",
                "source": "https://github.com/colinodell/psr-testlogger"
            },
            "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"
                }
            ],
            "install-path": "../colinodell/psr-testlogger"
        },
        {
            "name": "commerceguys/addressing",
            "version": "v2.2.5",
            "version_normalized": "2.2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/commerceguys/addressing.git",
                "reference": "15b789e5e6ededaf803d23c56cdc300a94522a7c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/commerceguys/addressing/zipball/15b789e5e6ededaf803d23c56cdc300a94522a7c",
                "reference": "15b789e5e6ededaf803d23c56cdc300a94522a7c",
                "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 || ^8.0"
            },
            "suggest": {
                "symfony/validator": "to validate addresses"
            },
            "time": "2026-01-05T13:00:32+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "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.5"
            },
            "install-path": "../commerceguys/addressing"
        },
        {
            "name": "composer/ca-bundle",
            "version": "1.5.10",
            "version_normalized": "1.5.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/ca-bundle.git",
                "reference": "961a5e4056dd2e4a2eedcac7576075947c28bf63"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/961a5e4056dd2e4a2eedcac7576075947c28bf63",
                "reference": "961a5e4056dd2e4a2eedcac7576075947c28bf63",
                "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"
            },
            "time": "2025-12-08T15:06:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "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.10"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                }
            ],
            "install-path": "./ca-bundle"
        },
        {
            "name": "composer/class-map-generator",
            "version": "1.7.1",
            "version_normalized": "1.7.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/class-map-generator.git",
                "reference": "8f5fa3cc214230e71f54924bd0197a3bcc705eb1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/class-map-generator/zipball/8f5fa3cc214230e71f54924bd0197a3bcc705eb1",
                "reference": "8f5fa3cc214230e71f54924bd0197a3bcc705eb1",
                "shasum": ""
            },
            "require": {
                "composer/pcre": "^2.1 || ^3.1",
                "php": "^7.2 || ^8.0",
                "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7 || ^8"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.12 || ^2",
                "phpstan/phpstan-deprecation-rules": "^1 || ^2",
                "phpstan/phpstan-phpunit": "^1 || ^2",
                "phpstan/phpstan-strict-rules": "^1.1 || ^2",
                "phpunit/phpunit": "^8",
                "symfony/filesystem": "^5.4 || ^6 || ^7 || ^8"
            },
            "time": "2025-12-29T13:15:25+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\ClassMapGenerator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https://seld.be"
                }
            ],
            "description": "Utilities to scan PHP code and generate class maps.",
            "keywords": [
                "classmap"
            ],
            "support": {
                "issues": "https://github.com/composer/class-map-generator/issues",
                "source": "https://github.com/composer/class-map-generator/tree/1.7.1"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                }
            ],
            "install-path": "./class-map-generator"
        },
        {
            "name": "composer/composer",
            "version": "2.9.3",
            "version_normalized": "2.9.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/composer.git",
                "reference": "fb3bee27676fd852a8a11ebbb1de19b4dada5aba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/composer/zipball/fb3bee27676fd852a8a11ebbb1de19b4dada5aba",
                "reference": "fb3bee27676fd852a8a11ebbb1de19b4dada5aba",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.5",
                "composer/class-map-generator": "^1.4.0",
                "composer/metadata-minifier": "^1.0",
                "composer/pcre": "^2.3 || ^3.3",
                "composer/semver": "^3.3",
                "composer/spdx-licenses": "^1.5.7",
                "composer/xdebug-handler": "^2.0.2 || ^3.0.3",
                "ext-json": "*",
                "justinrainbow/json-schema": "^6.5.1",
                "php": "^7.2.5 || ^8.0",
                "psr/log": "^1.0 || ^2.0 || ^3.0",
                "react/promise": "^3.3",
                "seld/jsonlint": "^1.4",
                "seld/phar-utils": "^1.2",
                "seld/signal-handler": "^2.0",
                "symfony/console": "^5.4.47 || ^6.4.25 || ^7.1.10 || ^8.0",
                "symfony/filesystem": "^5.4.45 || ^6.4.24 || ^7.1.10 || ^8.0",
                "symfony/finder": "^5.4.45 || ^6.4.24 || ^7.1.10 || ^8.0",
                "symfony/polyfill-php73": "^1.24",
                "symfony/polyfill-php80": "^1.24",
                "symfony/polyfill-php81": "^1.24",
                "symfony/polyfill-php84": "^1.30",
                "symfony/process": "^5.4.47 || ^6.4.25 || ^7.1.10 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.11.8",
                "phpstan/phpstan-deprecation-rules": "^1.2.0",
                "phpstan/phpstan-phpunit": "^1.4.0",
                "phpstan/phpstan-strict-rules": "^1.6.0",
                "phpstan/phpstan-symfony": "^1.4.0",
                "symfony/phpunit-bridge": "^6.4.25 || ^7.3.3 || ^8.0"
            },
            "suggest": {
                "ext-curl": "Provides HTTP support (will fallback to PHP streams if missing)",
                "ext-openssl": "Enables access to repositories and packages over HTTPS",
                "ext-zip": "Allows direct extraction of ZIP archives (unzip/7z binaries will be used instead if available)",
                "ext-zlib": "Enables gzip for HTTP requests"
            },
            "time": "2025-12-30T12:40:17+00:00",
            "bin": [
                "bin/composer"
            ],
            "type": "library",
            "extra": {
                "phpstan": {
                    "includes": [
                        "phpstan/rules.neon"
                    ]
                },
                "branch-alias": {
                    "dev-main": "2.9-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\": "src/Composer/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "https://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https://seld.be"
                }
            ],
            "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
            "homepage": "https://getcomposer.org/",
            "keywords": [
                "autoload",
                "dependency",
                "package"
            ],
            "support": {
                "irc": "ircs://irc.libera.chat:6697/composer",
                "issues": "https://github.com/composer/composer/issues",
                "security": "https://github.com/composer/composer/security/policy",
                "source": "https://github.com/composer/composer/tree/2.9.3"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                }
            ],
            "install-path": "./composer"
        },
        {
            "name": "composer/installers",
            "version": "v1.12.0",
            "version_normalized": "1.12.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/installers.git",
                "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
                "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0"
            },
            "replace": {
                "roundcube/plugin-installer": "*",
                "shama/baton": "*"
            },
            "require-dev": {
                "composer/composer": "1.6.* || ^2.0",
                "composer/semver": "^1 || ^3",
                "phpstan/phpstan": "^0.12.55",
                "phpstan/phpstan-phpunit": "^0.12.16",
                "symfony/phpunit-bridge": "^4.2 || ^5",
                "symfony/process": "^2.3"
            },
            "time": "2021-09-13T08:19:44+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Composer\\Installers\\Plugin",
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "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": [
                "Craft",
                "Dolibarr",
                "Eliasis",
                "Hurad",
                "ImageCMS",
                "Kanboard",
                "Lan Management System",
                "MODX Evo",
                "MantisBT",
                "Mautic",
                "Maya",
                "OXID",
                "Plentymarkets",
                "Porto",
                "RadPHP",
                "SMF",
                "Starbug",
                "Thelia",
                "Whmcs",
                "WolfCMS",
                "agl",
                "aimeos",
                "annotatecms",
                "attogram",
                "bitrix",
                "cakephp",
                "chef",
                "cockpit",
                "codeigniter",
                "concrete5",
                "croogo",
                "dokuwiki",
                "drupal",
                "eZ Platform",
                "elgg",
                "expressionengine",
                "fuelphp",
                "grav",
                "installer",
                "itop",
                "joomla",
                "known",
                "kohana",
                "laravel",
                "lavalite",
                "lithium",
                "magento",
                "majima",
                "mako",
                "mediawiki",
                "miaoxing",
                "modulework",
                "modx",
                "moodle",
                "osclass",
                "pantheon",
                "phpbb",
                "piwik",
                "ppi",
                "processwire",
                "puppet",
                "pxcms",
                "reindex",
                "roundcube",
                "shopware",
                "silverstripe",
                "sydes",
                "sylius",
                "symfony",
                "tastyigniter",
                "typo3",
                "wordpress",
                "yawik",
                "zend",
                "zikula"
            ],
            "support": {
                "issues": "https://github.com/composer/installers/issues",
                "source": "https://github.com/composer/installers/tree/v1.12.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"
                }
            ],
            "install-path": "./installers"
        },
        {
            "name": "composer/metadata-minifier",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/metadata-minifier.git",
                "reference": "c549d23829536f0d0e984aaabbf02af91f443207"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
                "reference": "c549d23829536f0d0e984aaabbf02af91f443207",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "composer/composer": "^2",
                "phpstan/phpstan": "^0.12.55",
                "symfony/phpunit-bridge": "^4.2 || ^5"
            },
            "time": "2021-04-07T13:37:33+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\MetadataMinifier\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Small utility library that handles metadata minification and expansion.",
            "keywords": [
                "composer",
                "compression"
            ],
            "support": {
                "issues": "https://github.com/composer/metadata-minifier/issues",
                "source": "https://github.com/composer/metadata-minifier/tree/1.0.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"
                }
            ],
            "install-path": "./metadata-minifier"
        },
        {
            "name": "composer/pcre",
            "version": "3.3.2",
            "version_normalized": "3.3.2.0",
            "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"
            },
            "time": "2024-11-12T16:29:46+00:00",
            "type": "library",
            "extra": {
                "phpstan": {
                    "includes": [
                        "extension.neon"
                    ]
                },
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "./pcre"
        },
        {
            "name": "composer/semver",
            "version": "3.4.4",
            "version_normalized": "3.4.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95",
                "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.11",
                "symfony/phpunit-bridge": "^3 || ^7"
            },
            "time": "2025-08-20T19:15:30+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "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.4"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                }
            ],
            "install-path": "./semver"
        },
        {
            "name": "composer/spdx-licenses",
            "version": "1.5.9",
            "version_normalized": "1.5.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/spdx-licenses.git",
                "reference": "edf364cefe8c43501e21e88110aac10b284c3c9f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/edf364cefe8c43501e21e88110aac10b284c3c9f",
                "reference": "edf364cefe8c43501e21e88110aac10b284c3c9f",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.11",
                "symfony/phpunit-bridge": "^3 || ^7"
            },
            "time": "2025-05-12T21:07:07+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\Spdx\\": "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": "SPDX licenses list and validation library.",
            "keywords": [
                "license",
                "spdx",
                "validator"
            ],
            "support": {
                "irc": "ircs://irc.libera.chat:6697/composer",
                "issues": "https://github.com/composer/spdx-licenses/issues",
                "source": "https://github.com/composer/spdx-licenses/tree/1.5.9"
            },
            "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"
                }
            ],
            "install-path": "./spdx-licenses"
        },
        {
            "name": "composer/xdebug-handler",
            "version": "3.0.5",
            "version_normalized": "3.0.5.0",
            "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"
            },
            "time": "2024-05-06T16:37:16+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "./xdebug-handler"
        },
        {
            "name": "consolidation/annotated-command",
            "version": "4.10.4",
            "version_normalized": "4.10.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/annotated-command.git",
                "reference": "69d29da4acac31a43caa4cea13b6b948f4e5c56d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/69d29da4acac31a43caa4cea13b6b948f4e5c56d",
                "reference": "69d29da4acac31a43caa4cea13b6b948f4e5c56d",
                "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"
            },
            "time": "2025-11-14T22:57:49+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "4.x-dev"
                }
            },
            "installation-source": "dist",
            "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.4"
            },
            "install-path": "../consolidation/annotated-command"
        },
        {
            "name": "consolidation/config",
            "version": "2.1.2",
            "version_normalized": "2.1.2.0",
            "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"
            },
            "time": "2022-10-06T17:48:03+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../consolidation/config"
        },
        {
            "name": "consolidation/filter-via-dot-access-data",
            "version": "2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/filter-via-dot-access-data.git",
                "reference": "f9e84bc623d420120028a50dcb9b1d4609ae3b5f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/filter-via-dot-access-data/zipball/f9e84bc623d420120028a50dcb9b1d4609ae3b5f",
                "reference": "f9e84bc623d420120028a50dcb9b1d4609ae3b5f",
                "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"
            },
            "time": "2025-11-14T21:01:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "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.3"
            },
            "install-path": "../consolidation/filter-via-dot-access-data"
        },
        {
            "name": "consolidation/log",
            "version": "3.1.1",
            "version_normalized": "3.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/log.git",
                "reference": "c1a87a94c01957697ec347fd67404d7f0030d1aa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/log/zipball/c1a87a94c01957697ec347fd67404d7f0030d1aa",
                "reference": "c1a87a94c01957697ec347fd67404d7f0030d1aa",
                "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"
            },
            "time": "2025-11-14T21:11:00+00:00",
            "type": "library",
            "extra": {
                "platform": {
                    "php": "8.2.17"
                }
            },
            "installation-source": "dist",
            "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.1"
            },
            "install-path": "../consolidation/log"
        },
        {
            "name": "consolidation/output-formatters",
            "version": "4.7.0",
            "version_normalized": "4.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/output-formatters.git",
                "reference": "dfc464c4d4a47594cac5eac01ce265e04b70cb94"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/dfc464c4d4a47594cac5eac01ce265e04b70cb94",
                "reference": "dfc464c4d4a47594cac5eac01ce265e04b70cb94",
                "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"
            },
            "time": "2025-11-14T21:06:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.7.0"
            },
            "install-path": "../consolidation/output-formatters"
        },
        {
            "name": "consolidation/robo",
            "version": "4.0.6",
            "version_normalized": "4.0.6.0",
            "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"
            },
            "time": "2023-04-30T21:49:04+00:00",
            "bin": [
                "robo"
            ],
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../consolidation/robo"
        },
        {
            "name": "consolidation/self-update",
            "version": "2.2.0",
            "version_normalized": "2.2.0.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"
            },
            "time": "2023-03-18T01:37:41+00:00",
            "bin": [
                "scripts/release"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../consolidation/self-update"
        },
        {
            "name": "consolidation/site-alias",
            "version": "4.1.2",
            "version_normalized": "4.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/site-alias.git",
                "reference": "d92058201fc8475a33fb9a2b80ffe5c89472f5af"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/site-alias/zipball/d92058201fc8475a33fb9a2b80ffe5c89472f5af",
                "reference": "d92058201fc8475a33fb9a2b80ffe5c89472f5af",
                "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"
            },
            "time": "2025-11-14T21:08:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "4.x-dev"
                }
            },
            "installation-source": "dist",
            "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.2"
            },
            "install-path": "../consolidation/site-alias"
        },
        {
            "name": "consolidation/site-process",
            "version": "5.4.2",
            "version_normalized": "5.4.2.0",
            "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"
            },
            "time": "2024-12-13T19:25:56+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "5.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../consolidation/site-process"
        },
        {
            "name": "cweagans/composer-patches",
            "version": "1.7.3",
            "version_normalized": "1.7.3.0",
            "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"
            },
            "time": "2022-12-20T22:53:13+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "cweagans\\Composer\\Patches"
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../cweagans/composer-patches"
        },
        {
            "name": "davedevelopment/stiphle",
            "version": "0.9.4",
            "version_normalized": "0.9.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/davedevelopment/stiphle.git",
                "reference": "5d1c244f0525d265e231a65db538b74eb5483768"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/davedevelopment/stiphle/zipball/5d1c244f0525d265e231a65db538b74eb5483768",
                "reference": "5d1c244f0525d265e231a65db538b74eb5483768",
                "shasum": ""
            },
            "require": {
                "php": "^5.6.0|^7.0|^8.0"
            },
            "require-dev": {
                "doctrine/cache": "^1.0",
                "phpunit/phpunit": "^6.5|^7.5|^8.4",
                "predis/predis": "^1.1",
                "zendframework/zend-cache": "^2.8"
            },
            "suggest": {
                "doctrine/cache": "~1.0",
                "predis/predis": "~1.1",
                "zendframework/zend-cache": "^2.8"
            },
            "time": "2022-11-25T16:30:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Stiphle": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dave Marshall",
                    "email": "dave.marshall@atstsolutions.co.uk",
                    "homepage": "http://davedevelopment.co.uk"
                }
            ],
            "description": "Simple rate limiting/throttling for php",
            "homepage": "http://github.com/davedevelopment/stiphle",
            "keywords": [
                "rate limit",
                "rate limiting",
                "throttle",
                "throttling"
            ],
            "support": {
                "issues": "https://github.com/davedevelopment/stiphle/issues",
                "source": "https://github.com/davedevelopment/stiphle/tree/0.9.4"
            },
            "install-path": "../davedevelopment/stiphle"
        },
        {
            "name": "dealerdirect/phpcodesniffer-composer-installer",
            "version": "v1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCSStandards/composer-installer.git",
                "reference": "845eb62303d2ca9b289ef216356568ccc075ffd1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/845eb62303d2ca9b289ef216356568ccc075ffd1",
                "reference": "845eb62303d2ca9b289ef216356568ccc075ffd1",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2.2",
                "php": ">=5.4",
                "squizlabs/php_codesniffer": "^3.1.0 || ^4.0"
            },
            "require-dev": {
                "composer/composer": "^2.2",
                "ext-json": "*",
                "ext-zip": "*",
                "php-parallel-lint/php-parallel-lint": "^1.4.0",
                "phpcompatibility/php-compatibility": "^9.0 || ^10.0.0@dev",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "time": "2025-11-11T04:32:07+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Franck Nijhof",
                    "email": "opensource@frenck.dev",
                    "homepage": "https://frenck.dev",
                    "role": "Open source developer"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors"
                }
            ],
            "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
            "keywords": [
                "PHPCodeSniffer",
                "PHP_CodeSniffer",
                "code quality",
                "codesniffer",
                "composer",
                "installer",
                "phpcbf",
                "phpcs",
                "plugin",
                "qa",
                "quality",
                "standard",
                "standards",
                "style guide",
                "stylecheck",
                "tests"
            ],
            "support": {
                "issues": "https://github.com/PHPCSStandards/composer-installer/issues",
                "security": "https://github.com/PHPCSStandards/composer-installer/security/policy",
                "source": "https://github.com/PHPCSStandards/composer-installer"
            },
            "funding": [
                {
                    "url": "https://github.com/PHPCSStandards",
                    "type": "github"
                },
                {
                    "url": "https://github.com/jrfnl",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/php_codesniffer",
                    "type": "open_collective"
                },
                {
                    "url": "https://thanks.dev/u/gh/phpcsstandards",
                    "type": "thanks_dev"
                }
            ],
            "install-path": "../dealerdirect/phpcodesniffer-composer-installer"
        },
        {
            "name": "dflydev/dot-access-data",
            "version": "v3.0.3",
            "version_normalized": "3.0.3.0",
            "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"
            },
            "time": "2024-07-08T12:26:09+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../dflydev/dot-access-data"
        },
        {
            "name": "doctrine/collections",
            "version": "2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/collections.git",
                "reference": "9acfeea2e8666536edff3d77c531261c63680160"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/collections/zipball/9acfeea2e8666536edff3d77c531261c63680160",
                "reference": "9acfeea2e8666536edff3d77c531261c63680160",
                "shasum": ""
            },
            "require": {
                "doctrine/deprecations": "^1",
                "php": "^8.1",
                "symfony/polyfill-php84": "^1.30"
            },
            "require-dev": {
                "doctrine/coding-standard": "^14",
                "ext-json": "*",
                "phpstan/phpstan": "^2.1.30",
                "phpstan/phpstan-phpunit": "^2.0.7",
                "phpunit/phpunit": "^10.5.58 || ^11.5.42 || ^12.4"
            },
            "time": "2025-10-25T09:18:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.4.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"
                }
            ],
            "install-path": "../doctrine/collections"
        },
        {
            "name": "doctrine/common",
            "version": "3.5.0",
            "version_normalized": "3.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/common.git",
                "reference": "d9ea4a54ca2586db781f0265d36bea731ac66ec5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/common/zipball/d9ea4a54ca2586db781f0265d36bea731ac66ec5",
                "reference": "d9ea4a54ca2586db781f0265d36bea731ac66ec5",
                "shasum": ""
            },
            "require": {
                "doctrine/persistence": "^2.0 || ^3.0 || ^4.0",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^9.0 || ^10.0",
                "doctrine/collections": "^1",
                "phpstan/phpstan": "^1.4.1",
                "phpstan/phpstan-phpunit": "^1",
                "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
                "squizlabs/php_codesniffer": "^3.0",
                "symfony/phpunit-bridge": "^6.1",
                "vimeo/psalm": "^4.4"
            },
            "time": "2025-01-01T22:12:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "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"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.",
            "homepage": "https://www.doctrine-project.org/projects/common.html",
            "keywords": [
                "common",
                "doctrine",
                "php"
            ],
            "support": {
                "issues": "https://github.com/doctrine/common/issues",
                "source": "https://github.com/doctrine/common/tree/3.5.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%2Fcommon",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/common"
        },
        {
            "name": "doctrine/deprecations",
            "version": "1.1.5",
            "version_normalized": "1.1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/deprecations.git",
                "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
                "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "phpunit/phpunit": "<=7.5 || >=13"
            },
            "require-dev": {
                "doctrine/coding-standard": "^9 || ^12 || ^13",
                "phpstan/phpstan": "1.4.10 || 2.1.11",
                "phpstan/phpstan-phpunit": "^1.0 || ^2",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12",
                "psr/log": "^1 || ^2 || ^3"
            },
            "suggest": {
                "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
            },
            "time": "2025-04-07T20:06:18+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.5"
            },
            "install-path": "../doctrine/deprecations"
        },
        {
            "name": "doctrine/event-manager",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/event-manager.git",
                "reference": "b680156fa328f1dfd874fd48c7026c41570b9c6e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/b680156fa328f1dfd874fd48c7026c41570b9c6e",
                "reference": "b680156fa328f1dfd874fd48c7026c41570b9c6e",
                "shasum": ""
            },
            "require": {
                "php": "^8.1"
            },
            "conflict": {
                "doctrine/common": "<2.9"
            },
            "require-dev": {
                "doctrine/coding-standard": "^12",
                "phpstan/phpstan": "^1.8.8",
                "phpunit/phpunit": "^10.5",
                "vimeo/psalm": "^5.24"
            },
            "time": "2024-05-22T20:47:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "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"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
            "keywords": [
                "event",
                "event dispatcher",
                "event manager",
                "event system",
                "events"
            ],
            "support": {
                "issues": "https://github.com/doctrine/event-manager/issues",
                "source": "https://github.com/doctrine/event-manager/tree/2.0.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%2Fevent-manager",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/event-manager"
        },
        {
            "name": "doctrine/instantiator",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
                "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
                "shasum": ""
            },
            "require": {
                "php": "^8.1"
            },
            "require-dev": {
                "doctrine/coding-standard": "^11",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpbench/phpbench": "^1.2",
                "phpstan/phpstan": "^1.9.4",
                "phpstan/phpstan-phpunit": "^1.3",
                "phpunit/phpunit": "^9.5.27",
                "vimeo/psalm": "^5.4"
            },
            "time": "2022-12-30T00:23:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "https://ocramius.github.io/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "support": {
                "issues": "https://github.com/doctrine/instantiator/issues",
                "source": "https://github.com/doctrine/instantiator/tree/2.0.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%2Finstantiator",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/instantiator"
        },
        {
            "name": "doctrine/lexer",
            "version": "2.1.1",
            "version_normalized": "2.1.1.0",
            "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"
            },
            "time": "2024-02-05T11:35:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../doctrine/lexer"
        },
        {
            "name": "doctrine/persistence",
            "version": "4.1.1",
            "version_normalized": "4.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/persistence.git",
                "reference": "b9c49ad3558bb77ef973f4e173f2e9c2eca9be09"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/persistence/zipball/b9c49ad3558bb77ef973f4e173f2e9c2eca9be09",
                "reference": "b9c49ad3558bb77ef973f4e173f2e9c2eca9be09",
                "shasum": ""
            },
            "require": {
                "doctrine/event-manager": "^1 || ^2",
                "php": "^8.1",
                "psr/cache": "^1.0 || ^2.0 || ^3.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^14",
                "phpstan/phpstan": "2.1.30",
                "phpstan/phpstan-phpunit": "^2",
                "phpstan/phpstan-strict-rules": "^2",
                "phpunit/phpunit": "^10.5.58 || ^12",
                "symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0",
                "symfony/finder": "^4.4 || ^5.4 || ^6.0 || ^7.0"
            },
            "time": "2025-10-16T20:13:18+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Persistence\\": "src/Persistence"
                }
            },
            "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"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
            "homepage": "https://www.doctrine-project.org/projects/persistence.html",
            "keywords": [
                "mapper",
                "object",
                "odm",
                "orm",
                "persistence"
            ],
            "support": {
                "issues": "https://github.com/doctrine/persistence/issues",
                "source": "https://github.com/doctrine/persistence/tree/4.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%2Fpersistence",
                    "type": "tidelift"
                }
            ],
            "install-path": "../doctrine/persistence"
        },
        {
            "name": "dompdf/dompdf",
            "version": "v2.0.8",
            "version_normalized": "2.0.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dompdf/dompdf.git",
                "reference": "c20247574601700e1f7c8dab39310fca1964dc52"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/dompdf/zipball/c20247574601700e1f7c8dab39310fca1964dc52",
                "reference": "c20247574601700e1f7c8dab39310fca1964dc52",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-mbstring": "*",
                "masterminds/html5": "^2.0",
                "phenx/php-font-lib": ">=0.5.4 <1.0.0",
                "phenx/php-svg-lib": ">=0.5.2 <1.0.0",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "ext-json": "*",
                "ext-zip": "*",
                "mockery/mockery": "^1.3",
                "phpunit/phpunit": "^7.5 || ^8 || ^9",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "suggest": {
                "ext-gd": "Needed to process images",
                "ext-gmagick": "Improves image processing performance",
                "ext-imagick": "Improves image processing performance",
                "ext-zlib": "Needed for pdf stream compression"
            },
            "time": "2024-04-29T13:06:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "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/v2.0.8"
            },
            "install-path": "../dompdf/dompdf"
        },
        {
            "name": "dragonmantank/cron-expression",
            "version": "v3.5.0",
            "version_normalized": "3.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dragonmantank/cron-expression.git",
                "reference": "1b2de7f4a468165dca07b142240733a1973e766d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/1b2de7f4a468165dca07b142240733a1973e766d",
                "reference": "1b2de7f4a468165dca07b142240733a1973e766d",
                "shasum": ""
            },
            "require": {
                "php": "^7.2|^8.0"
            },
            "replace": {
                "mtdowling/cron-expression": "^1.0"
            },
            "require-dev": {
                "phpstan/extension-installer": "^1.4.3",
                "phpstan/phpstan": "^1.12.32|^2.1.31",
                "phpunit/phpunit": "^8.5.48|^9.0"
            },
            "time": "2025-10-31T18:36:32+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "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.5.0"
            },
            "funding": [
                {
                    "url": "https://github.com/dragonmantank",
                    "type": "github"
                }
            ],
            "install-path": "../dragonmantank/cron-expression"
        },
        {
            "name": "drupal/accessibility_menu",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/accessibility_menu.git",
                "reference": "1.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/accessibility_menu-1.0.1.zip",
                "reference": "1.0.1",
                "shasum": "16c792fe8093d98196088bf137c108af918b0c5e"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.1",
                    "datestamp": "1733828506",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "anatolij zajika",
                    "homepage": "https://www.drupal.org/user/2610102"
                }
            ],
            "description": "Accessibility menu",
            "homepage": "https://www.drupal.org/project/accessibility_menu",
            "support": {
                "source": "https://git.drupalcode.org/project/accessibility_menu"
            },
            "install-path": "../../web/modules/contrib/accessibility_menu"
        },
        {
            "name": "drupal/action",
            "version": "0.2.2",
            "version_normalized": "0.2.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/action.git",
                "reference": "0.2.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/action-0.2.2.zip",
                "reference": "0.2.2",
                "shasum": "ea4d9c32b02668e6a15b3cdec0dc9254ff01d5cd"
            },
            "require": {
                "drupal/core": ">10.2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "0.2.2",
                    "datestamp": "1740601845",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "andypost",
                    "homepage": "https://www.drupal.org/user/118908"
                }
            ],
            "description": "Allows configuration of tasks to be executed in response to events.",
            "homepage": "https://www.drupal.org/project/action",
            "support": {
                "source": "https://git.drupalcode.org/project/action"
            },
            "install-path": "../../web/modules/contrib/action"
        },
        {
            "name": "drupal/add_content_by_bundle",
            "version": "1.2.2",
            "version_normalized": "1.2.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/add_content_by_bundle.git",
                "reference": "1.2.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/add_content_by_bundle-1.2.2.zip",
                "reference": "1.2.2",
                "shasum": "47dc9c87c28b49e024d397299f08033a362b9a1a"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.2.2",
                    "datestamp": "1713171345",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "mandclu",
                    "homepage": "https://www.drupal.org/user/52136"
                }
            ],
            "description": "Add Content by Bundle Views Area Plugin",
            "homepage": "https://www.drupal.org/project/add_content_by_bundle",
            "support": {
                "source": "https://git.drupalcode.org/project/add_content_by_bundle",
                "issues": "https://www.drupal.org/project/issues/add_content_by_bundle"
            },
            "install-path": "../../web/modules/contrib/add_content_by_bundle"
        },
        {
            "name": "drupal/address",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/address.git",
                "reference": "2.0.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/address-2.0.4.zip",
                "reference": "2.0.4",
                "shasum": "5a86f7abc028f3d9833784dbf0791a6e4463da8e"
            },
            "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.4",
                    "datestamp": "1746462054",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/address"
        },
        {
            "name": "drupal/admin_feedback",
            "version": "2.7.0",
            "version_normalized": "2.7.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/admin_feedback.git",
                "reference": "8.x-2.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/admin_feedback-8.x-2.7.zip",
                "reference": "8.x-2.7",
                "shasum": "b8cefeb0881b83b2d83d9dcf81e927f6f0006f59"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.7",
                    "datestamp": "1738139099",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "ainarend",
                    "homepage": "https://www.drupal.org/user/3547591"
                },
                {
                    "name": "anuar.alfetahe",
                    "homepage": "https://www.drupal.org/user/3577723"
                },
                {
                    "name": "bserem",
                    "homepage": "https://www.drupal.org/user/388753"
                }
            ],
            "description": "Admin Feedback makes it very easy to analyze, create statics and gather user information about the contents of the site.",
            "homepage": "https://www.drupal.org/project/admin_feedback",
            "support": {
                "source": "https://git.drupalcode.org/project/admin_feedback"
            },
            "install-path": "../../web/modules/contrib/admin_feedback"
        },
        {
            "name": "drupal/admin_toolbar",
            "version": "3.6.3",
            "version_normalized": "3.6.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/admin_toolbar.git",
                "reference": "3.6.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.6.3.zip",
                "reference": "3.6.3",
                "shasum": "9dfd1088a96464237998c3606b63c2d71644a1bf"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "conflict": {
                "drupal/project_browser": "<2.1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.6.3",
                    "datestamp": "1767318997",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "David Suissa (DYdave)",
                    "homepage": "https://www.drupal.org/u/dydave",
                    "role": "Maintainer"
                },
                {
                    "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"
            },
            "install-path": "../../web/modules/contrib/admin_toolbar"
        },
        {
            "name": "drupal/advanced_cors",
            "version": "1.5.0",
            "version_normalized": "1.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/advanced_cors.git",
                "reference": "8.x-1.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/advanced_cors-8.x-1.5.zip",
                "reference": "8.x-1.5",
                "shasum": "600169c960921a86fb72458466fd52affdeb37d5"
            },
            "require": {
                "drupal/core": ">=8"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.5",
                    "datestamp": "1694615950",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Artem Vilkov",
                    "homepage": "https://www.drupal.org/user/3500951"
                },
                {
                    "name": "sergei_semipiadniy",
                    "homepage": "https://www.drupal.org/user/2910879"
                }
            ],
            "description": "Advanced CORS - Provides possibility to customize settings CORS by path patterns.",
            "homepage": "http://drupal.org/project/advanced_cors",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/advanced_cors",
                "issues": "https://www.drupal.org/project/issues/advanced_cors"
            },
            "install-path": "../../web/modules/contrib/advanced_cors"
        },
        {
            "name": "drupal/ai",
            "version": "1.2.4",
            "version_normalized": "1.2.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ai.git",
                "reference": "1.2.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ai-1.2.4.zip",
                "reference": "1.2.4",
                "shasum": "e89b8f2fbe6cdc78b3b7df45549ceb3b4bd55ae1"
            },
            "require": {
                "drupal/core": "^10.4 || ^11",
                "drupal/key": "^1.18",
                "league/html-to-markdown": "^5.1",
                "openai-php/client": ">=v0.10.1",
                "yethee/tiktoken": "^0.5.1"
            },
            "require-dev": {
                "allanpichardo/mysql-vector": "^2.0",
                "drupal/ai_assistant_api": "*",
                "drupal/eca": "^2.0",
                "drupal/eca_content-eca_content": "*",
                "drupal/field_validation": "^3.0@beta",
                "drupal/key": "*",
                "drupal/search_api": "^1.x-dev",
                "drupal/search_api_solr": "^4.0",
                "drupal/token": "^1.14",
                "drush/drush": "^12|^13"
            },
            "suggest": {
                "league/commonmark": "Allows previewing of chunked content when configuring the fields to be indexed in AI Search, and formats messages in the AI Chatbot module."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.2.4",
                    "datestamp": "1764787498",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "abhisekmazumdar",
                    "homepage": "https://www.drupal.org/user/3557964"
                },
                {
                    "name": "andrewbelcher",
                    "homepage": "https://www.drupal.org/user/655282"
                },
                {
                    "name": "anjaliprasannan",
                    "homepage": "https://www.drupal.org/user/3637917"
                },
                {
                    "name": "b_sharpe",
                    "homepage": "https://www.drupal.org/user/2512258"
                },
                {
                    "name": "gxleano",
                    "homepage": "https://www.drupal.org/user/3591999"
                },
                {
                    "name": "kevinquillen",
                    "homepage": "https://www.drupal.org/user/317279"
                },
                {
                    "name": "kristen pol",
                    "homepage": "https://www.drupal.org/user/8389"
                },
                {
                    "name": "marcus_johansson",
                    "homepage": "https://www.drupal.org/user/385947"
                },
                {
                    "name": "murz",
                    "homepage": "https://www.drupal.org/user/157092"
                },
                {
                    "name": "robloach",
                    "homepage": "https://www.drupal.org/user/61114"
                },
                {
                    "name": "scott_euser",
                    "homepage": "https://www.drupal.org/user/3267594"
                },
                {
                    "name": "seogow",
                    "homepage": "https://www.drupal.org/user/3065779"
                },
                {
                    "name": "valthebald",
                    "homepage": "https://www.drupal.org/user/239562"
                },
                {
                    "name": "wouters_f",
                    "homepage": "https://www.drupal.org/user/721548"
                },
                {
                    "name": "yautja_cetanu",
                    "homepage": "https://www.drupal.org/user/626050"
                }
            ],
            "description": "AI module for Drupal",
            "homepage": "https://www.drupal.org/project/ai",
            "support": {
                "source": "https://git.drupalcode.org/project/ai"
            },
            "install-path": "../../web/modules/contrib/ai"
        },
        {
            "name": "drupal/ai_agents",
            "version": "1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ai_agents.git",
                "reference": "1.2.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ai_agents-1.2.1.zip",
                "reference": "1.2.1",
                "shasum": "057ab414e5097b3500ff1b2c95c46ee269474dd6"
            },
            "require": {
                "drupal/ai": "^1.2.0",
                "drupal/core": "^10.2 || ^11",
                "drupal/modeler_api": "^1.0.3"
            },
            "require-dev": {
                "drupal/webform": "^6.0"
            },
            "suggest": {
                "drupal/bpmn_io": "Allows editing of AI agents with BPMN diagrams.",
                "drupal/simple_crawler": "Allows the AI Form integrations to crawl websites.",
                "drupal/unstructured": "Makes the AI Form integrations work better by allowing many file contexts."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.2.1",
                    "datestamp": "1763555955",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "akhil babu",
                    "homepage": "https://www.drupal.org/user/3632866"
                },
                {
                    "name": "andrewbelcher",
                    "homepage": "https://www.drupal.org/user/655282"
                },
                {
                    "name": "jurgenhaas",
                    "homepage": "https://www.drupal.org/user/168924"
                },
                {
                    "name": "marcus_johansson",
                    "homepage": "https://www.drupal.org/user/385947"
                },
                {
                    "name": "michaellander",
                    "homepage": "https://www.drupal.org/user/636494"
                },
                {
                    "name": "yautja_cetanu",
                    "homepage": "https://www.drupal.org/user/626050"
                }
            ],
            "description": "Allows AI agents to be used on Drupal websites to do changes and lookup things.",
            "homepage": "https://www.drupal.org/project/ai_agents",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/ai_agents"
            },
            "install-path": "../../web/modules/contrib/ai_agents"
        },
        {
            "name": "drupal/ai_provider_anythingllm",
            "version": "1.0.0-rc1",
            "version_normalized": "1.0.0.0-RC1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ai_provider_anythingllm.git",
                "reference": "1.0.0-rc1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ai_provider_anythingllm-1.0.0-rc1.zip",
                "reference": "1.0.0-rc1",
                "shasum": "a6d7300d4ebd2c484f4c4676e4f09933127d2f6c"
            },
            "require": {
                "drupal/ai": "^1.1",
                "drupal/core": "^10.2 || ^11",
                "drupal/key": "^1.18",
                "drupal/search_api": "^1.34",
                "league/commonmark": "^2",
                "league/html-to-markdown": "^5.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.0-rc1",
                    "datestamp": "1767787540",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "source",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "jan kellermann",
                    "homepage": "https://www.drupal.org/user/371731"
                },
                {
                    "name": "metalbote",
                    "homepage": "https://www.drupal.org/user/2809357"
                }
            ],
            "description": "AnythingLLM provider implementation for the AI module for Drupal",
            "homepage": "https://www.drupal.org/project/ai_provider_anythingllm",
            "support": {
                "source": "https://git.drupalcode.org/project/ai_provider_anythingllm"
            },
            "install-path": "../../web/modules/contrib/ai_provider_anythingllm"
        },
        {
            "name": "drupal/ai_provider_openai",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ai_provider_openai.git",
                "reference": "1.2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ai_provider_openai-1.2.0.zip",
                "reference": "1.2.0",
                "shasum": "de8caa2a9adb0cece69d2f36b27afaeeb1c3eadf"
            },
            "require": {
                "drupal/ai": "^1.2.0",
                "drupal/core": "^10.3 || ^11",
                "drupal/key": "^1.18"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.2.0",
                    "datestamp": "1760354152",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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"
                },
                {
                    "name": "kevinquillen",
                    "homepage": "https://www.drupal.org/user/317279"
                },
                {
                    "name": "marcus_johansson",
                    "homepage": "https://www.drupal.org/user/385947"
                },
                {
                    "name": "scott_euser",
                    "homepage": "https://www.drupal.org/user/3267594"
                },
                {
                    "name": "seogow",
                    "homepage": "https://www.drupal.org/user/3065779"
                },
                {
                    "name": "wouters_f",
                    "homepage": "https://www.drupal.org/user/721548"
                },
                {
                    "name": "yautja_cetanu",
                    "homepage": "https://www.drupal.org/user/626050"
                }
            ],
            "description": "OpenAI provider implementation for the AI module for Drupal",
            "homepage": "https://www.drupal.org/project/ai_provider_openai",
            "support": {
                "source": "https://git.drupalcode.org/project/ai_provider_openai"
            },
            "install-path": "../../web/modules/contrib/ai_provider_openai"
        },
        {
            "name": "drupal/ai_seo",
            "version": "1.0.7",
            "version_normalized": "1.0.7.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ai_seo.git",
                "reference": "1.0.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ai_seo-1.0.7.zip",
                "reference": "1.0.7",
                "shasum": "a3330f32e4d3a846f2ad3a14dd8e35a43b6791db"
            },
            "require": {
                "drupal/ai": "^1",
                "drupal/core": "^10.3 || ^11",
                "league/commonmark": "^2.5"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.7",
                    "datestamp": "1757340831",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Juhani Väätäjä",
                    "homepage": "https://www.drupal.org/u/j-vee",
                    "email": "juhani@koodijarivi.fi",
                    "role": "Maintainer"
                }
            ],
            "description": "The AI SEO Analyzer is a Drupal module that integrates with the Drupal's AI-module to provide SEO analysis directly within the node view.",
            "homepage": "http://drupal.org/project/ai_seo",
            "support": {
                "source": "https://git.drupalcode.org/project/ai_seo",
                "issues": "https://drupal.org/project/ai_seo"
            },
            "install-path": "../../web/modules/contrib/ai_seo"
        },
        {
            "name": "drupal/ajax_loader",
            "version": "2.1.4",
            "version_normalized": "2.1.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ajax_loader.git",
                "reference": "2.1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ajax_loader-2.1.4.zip",
                "reference": "2.1.4",
                "shasum": "226201239de7c8bd5b44188e8e45bb22043281f1"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.4",
                    "datestamp": "1729370074",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "mvogel",
                    "homepage": "https://www.drupal.org/user/3319139"
                },
                {
                    "name": "robin.ingelbrecht",
                    "homepage": "https://www.drupal.org/user/2339074"
                },
                {
                    "name": "svendecabooter",
                    "homepage": "https://www.drupal.org/user/35369"
                }
            ],
            "description": "Provides alternative ajax loaders/throbbers.",
            "homepage": "https://www.drupal.org/project/ajax_loader",
            "support": {
                "source": "https://git.drupalcode.org/project/ajax_loader"
            },
            "install-path": "../../web/modules/contrib/ajax_loader"
        },
        {
            "name": "drupal/ala",
            "version": "2.6.0",
            "version_normalized": "2.6.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ala.git",
                "reference": "8.x-2.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ala-8.x-2.6.zip",
                "reference": "8.x-2.6",
                "shasum": "22dae298646d9555ac7cccfda040375f0269ce16"
            },
            "require": {
                "drupal/core": "^10.1 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.6",
                    "datestamp": "1742263601",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "aastrong",
                    "homepage": "https://www.drupal.org/user/2458024"
                },
                {
                    "name": "iaconba",
                    "homepage": "https://www.drupal.org/user/3314043"
                },
                {
                    "name": "kushan4157",
                    "homepage": "https://www.drupal.org/user/3619158"
                }
            ],
            "description": "Provide a widget for Link field type which permits to choose class, target, icon and user role.",
            "homepage": "https://www.drupal.org/project/ala",
            "support": {
                "source": "https://git.drupalcode.org/project/ala"
            },
            "install-path": "../../web/modules/contrib/ala"
        },
        {
            "name": "drupal/allowed_options",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/allowed_options.git",
                "reference": "2.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/allowed_options-2.0.0.zip",
                "reference": "2.0.0",
                "shasum": "569938bc79ba9f23a67d99a0f8c4d31afc478a67"
            },
            "require": {
                "drupal/core": "^9.2 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0",
                    "datestamp": "1656769447",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Matroskeen",
                    "homepage": "https://www.drupal.org/user/3426249"
                }
            ],
            "description": "Limits available options on field instance widget level.",
            "homepage": "https://www.drupal.org/project/allowed_options",
            "support": {
                "source": "https://git.drupalcode.org/project/allowed_options"
            },
            "install-path": "../../web/modules/contrib/allowed_options"
        },
        {
            "name": "drupal/alpha_numeric_glossary",
            "version": "1.0.5",
            "version_normalized": "1.0.5.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/alpha_numeric_glossary.git",
                "reference": "1.0.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/alpha_numeric_glossary-1.0.5.zip",
                "reference": "1.0.5",
                "shasum": "8f217ac8e918195d676333529f15c53e550e7992"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.5",
                    "datestamp": "1720085827",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "suresh.senthatti",
                    "homepage": "https://www.drupal.org/user/2668481"
                }
            ],
            "description": "Provide an alpha numeric glossary in the global area of any view.",
            "homepage": "https://www.drupal.org/project/alpha_numeric_glossary",
            "support": {
                "source": "https://git.drupalcode.org/project/alpha_numeric_glossary"
            },
            "install-path": "../../web/modules/contrib/alpha_numeric_glossary"
        },
        {
            "name": "drupal/anchor_link",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/anchor_link.git",
                "reference": "3.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/anchor_link-3.0.3.zip",
                "reference": "3.0.3",
                "shasum": "5c88ff3167894808158eb707107e93f5aa554254"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "vardot/ckeditor5-anchor-drupal": "^1.0.3 || ^2.0.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.3",
                    "datestamp": "1751670353",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintainer"
                },
                {
                    "name": "Northern Commerce",
                    "homepage": "https://www.drupal.org/northern-commerce",
                    "role": "Maintainer"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "This plugin module adds the better link dialog and anchor related features to CKEditor in Drupal.",
            "homepage": "https://www.drupal.org/project/anchor_link",
            "support": {
                "source": "http://cgit.drupalcode.org/anchor_link",
                "issues": "https://www.drupal.org/project/issues/anchor_link"
            },
            "install-path": "../../web/modules/contrib/anchor_link"
        },
        {
            "name": "drupal/antibot",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/antibot"
        },
        {
            "name": "drupal/ape",
            "version": "1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ape.git",
                "reference": "8.x-1.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ape-8.x-1.6.zip",
                "reference": "8.x-1.6",
                "shasum": "649e5f5f1d0faa9d69f2f33b5757015442bd019e"
            },
            "require": {
                "drupal/core": ">=9.2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.6",
                    "datestamp": "1695135848",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "steel-track",
                    "homepage": "https://www.drupal.org/user/847488"
                },
                {
                    "name": "codebymikey",
                    "homepage": "https://www.drupal.org/user/3573206"
                },
                {
                    "name": "navneet0693",
                    "homepage": "https://www.drupal.org/user/3200545"
                }
            ],
            "description": "Advanced control of your cache-control header",
            "homepage": "https://www.drupal.org/project/ape",
            "support": {
                "source": "https://git.drupalcode.org/project/ape"
            },
            "install-path": "../../web/modules/contrib/ape"
        },
        {
            "name": "drupal/auto_entitylabel",
            "version": "3.4.0",
            "version_normalized": "3.4.0.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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/auto_entitylabel"
        },
        {
            "name": "drupal/autocomplete_deluxe",
            "version": "2.1.2",
            "version_normalized": "2.1.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/autocomplete_deluxe.git",
                "reference": "2.1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/autocomplete_deluxe-2.1.2.zip",
                "reference": "2.1.2",
                "shasum": "3e8ba6e205b21305d672a02edb6dc40770ade71e"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.2",
                    "datestamp": "1742303934",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://www.drupal.org/vardot",
                    "role": "Maintenance for Drupal 8/9/10/11 versions"
                },
                {
                    "name": "Mediacurrent",
                    "homepage": "https://www.drupal.org/mediacurrent",
                    "role": "Supporting organization"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "mpriscella",
                    "homepage": "https://www.drupal.org/user/2354820"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                },
                {
                    "name": "sepgil",
                    "homepage": "https://www.drupal.org/user/512828"
                }
            ],
            "description": "Enhanced autocomplete using Jquery UI autocomplete.",
            "homepage": "https://www.drupal.org/project/autocomplete_deluxe",
            "support": {
                "source": "http://cgit.drupalcode.org/autocomplete_deluxe",
                "issues": "https://www.drupal.org/project/issues/autocomplete_deluxe"
            },
            "install-path": "../../web/modules/contrib/autocomplete_deluxe"
        },
        {
            "name": "drupal/backup_migrate",
            "version": "5.1.1",
            "version_normalized": "5.1.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/backup_migrate.git",
                "reference": "5.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/backup_migrate-5.1.1.zip",
                "reference": "5.1.1",
                "shasum": "587e13aa986924d761a905d1eff555aa9a5caa05"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "suggest": {
                "defuse/php-encryption": "Optional encryption of saved backups."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "5.1.1",
                    "datestamp": "1766403915",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "danrod",
                    "homepage": "https://www.drupal.org/user/19150"
                },
                {
                    "name": "dgorton",
                    "homepage": "https://www.drupal.org/user/19044"
                },
                {
                    "name": "ikit-claw",
                    "homepage": "https://www.drupal.org/user/3285813"
                },
                {
                    "name": "ivnish",
                    "homepage": "https://www.drupal.org/user/3547706"
                },
                {
                    "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/"
            },
            "install-path": "../../web/modules/contrib/backup_migrate"
        },
        {
            "name": "drupal/bamboo_twig",
            "version": "6.0.5",
            "version_normalized": "6.0.5.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/bamboo_twig.git",
                "reference": "6.0.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/bamboo_twig-6.0.5.zip",
                "reference": "6.0.5",
                "shasum": "4452ab6ebd3b3d00b66a159e556bab947300ddbb"
            },
            "require": {
                "drupal/core": "^10.5 || ^11"
            },
            "require-dev": {
                "drupal/coder": "^8.3.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "6.0.5",
                    "datestamp": "1756122238",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Antistatique",
                    "homepage": "https://www.antistatique.net",
                    "email": "info@antistatique.net",
                    "role": "Sponsor"
                },
                {
                    "name": "Kevin Wenger",
                    "email": "contact@kevin-wenger.ch",
                    "homepage": "https://www.drupal.org/u/wengerk",
                    "role": "Author & Maintainer"
                }
            ],
            "description": "Several Twig extensions with some useful functions and filters that can improve development experience.",
            "homepage": "https://www.drupal.org/project/bamboo_twig",
            "support": {
                "source": "https://git.drupalcode.org/project/bamboo_twig",
                "issues": "https://www.drupal.org/project/issues/bamboo_twig"
            },
            "install-path": "../../web/modules/contrib/bamboo_twig"
        },
        {
            "name": "drupal/bef_select",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/bef_select.git",
                "reference": "2.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/bef_select-2.0.0.zip",
                "reference": "2.0.0",
                "shasum": "7fd0fa9d09d2413904294a62f1b919119d26e712"
            },
            "require": {
                "drupal/better_exposed_filters": "^6.0",
                "drupal/core": "^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0",
                    "datestamp": "1703590666",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Marcin Grabias (Graber)",
                    "homepage": "https://www.drupal.org/u/graber"
                },
                {
                    "name": "kuhikar",
                    "homepage": "https://www.drupal.org/user/3241981"
                }
            ],
            "description": "Adds a new Better Exposed Filters plugin that allows to filter using a select element for string data type fields.",
            "homepage": "http://drupal.org/project/bef_select",
            "support": {
                "source": "https://git.drupalcode.org/project/bef_select",
                "issues": "https://www.drupal.org/project/issues/bef_select"
            },
            "install-path": "../../web/modules/contrib/bef_select"
        },
        {
            "name": "drupal/better_exposed_filters",
            "version": "6.0.6",
            "version_normalized": "6.0.6.0",
            "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"
                    }
                },
                "patches_applied": {
                    "Prepare for core allowing multiple taxonomy vocabularies on exposed filter": "https://www.drupal.org/files/issues/2021-09-22/prepareForMultiple-3219356-3.patch",
                    "TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given": "https://www.drupal.org/files/issues/2022-07-12/3293884-3.patch"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/better_exposed_filters"
        },
        {
            "name": "drupal/bigmenu",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/bigmenu.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/bigmenu-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "c89755e202788113c8335e6c322d1bbb09794fbc"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1737331377",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "acbramley",
                    "homepage": "https://www.drupal.org/user/1036766"
                },
                {
                    "name": "dman",
                    "homepage": "https://www.drupal.org/user/33240"
                }
            ],
            "description": "Scalable replacement for core menu management screen. Uses AJAX to replace the global menu management page, suitable for thousands of items",
            "homepage": "https://www.drupal.org/project/bigmenu",
            "support": {
                "source": "https://git.drupalcode.org/project/bigmenu"
            },
            "install-path": "../../web/modules/contrib/bigmenu"
        },
        {
            "name": "drupal/block_ajax",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/block_ajax.git",
                "reference": "3.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/block_ajax-3.0.1.zip",
                "reference": "3.0.1",
                "shasum": "fa73258afe452132b1f1e64ce2167b1a0a70c8dc"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/token": "^1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.1",
                    "datestamp": "1761725935",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "George Anderson (geoanders)",
                    "homepage": "https://www.drupal.org/u/geoanders",
                    "role": "Maintainer"
                },
                {
                    "name": "anybody",
                    "homepage": "https://www.drupal.org/user/291091"
                },
                {
                    "name": "geoanders",
                    "homepage": "https://www.drupal.org/user/1270728"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "thomas.frobieter",
                    "homepage": "https://www.drupal.org/user/409335"
                }
            ],
            "description": "Provides ability to configure and loads blocks via AJAX.",
            "homepage": "https://drupal.org/project/block_ajax",
            "support": {
                "source": "https://git.drupalcode.org/project/block_ajax",
                "issues": "https://drupal.org/project/issues/block_ajax"
            },
            "install-path": "../../web/modules/contrib/block_ajax"
        },
        {
            "name": "drupal/block_class",
            "version": "2.0.12",
            "version_normalized": "2.0.12.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/block_class.git",
                "reference": "2.0.12"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/block_class-2.0.12.zip",
                "reference": "2.0.12",
                "shasum": "cc3945f8038bcc9bb48eff897df332aa952d62e6"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.12",
                    "datestamp": "1723243074",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/block_class"
        },
        {
            "name": "drupal/block_content_template",
            "version": "1.7.0",
            "version_normalized": "1.7.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/block_content_template.git",
                "reference": "8.x-1.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/block_content_template-8.x-1.7.zip",
                "reference": "8.x-1.7",
                "shasum": "c96f6ec78b83e45c2ce51b84d61993bce3fdec6c"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.7",
                    "datestamp": "1732318416",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "greg boggs",
                    "homepage": "https://www.drupal.org/user/153069"
                },
                {
                    "name": "iaconba",
                    "homepage": "https://www.drupal.org/user/3314043"
                },
                {
                    "name": "kushan4157",
                    "homepage": "https://www.drupal.org/user/3619158"
                },
                {
                    "name": "nicolas bouteille",
                    "homepage": "https://www.drupal.org/user/990318"
                },
                {
                    "name": "swentel",
                    "homepage": "https://www.drupal.org/user/107403"
                },
                {
                    "name": "vector_ray",
                    "homepage": "https://www.drupal.org/user/1819168"
                }
            ],
            "description": "Renders block content in a template",
            "homepage": "https://www.drupal.org/project/block_content_template",
            "support": {
                "source": "https://git.drupalcode.org/project/block_content_template"
            },
            "install-path": "../../web/modules/contrib/block_content_template"
        },
        {
            "name": "drupal/block_field",
            "version": "1.0.0-rc5",
            "version_normalized": "1.0.0.0-RC5",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/block_field.git",
                "reference": "8.x-1.0-rc5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/block_field-8.x-1.0-rc5.zip",
                "reference": "8.x-1.0-rc5",
                "shasum": "b87e43e9bbaaf6cff6d8946d5e45db492978cbb6"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-rc5",
                    "datestamp": "1723550576",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "acbramley",
                    "homepage": "https://www.drupal.org/user/1036766"
                },
                {
                    "name": "berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "fenstrat",
                    "homepage": "https://www.drupal.org/user/362649"
                },
                {
                    "name": "jrockowitz",
                    "homepage": "https://www.drupal.org/user/371407"
                },
                {
                    "name": "michaellander",
                    "homepage": "https://www.drupal.org/user/636494"
                },
                {
                    "name": "paulocs",
                    "homepage": "https://www.drupal.org/user/3640109"
                }
            ],
            "description": "Provides a field that allows a content entity to create and configure custom block instances.",
            "homepage": "https://www.drupal.org/project/block_field",
            "support": {
                "source": "https://git.drupalcode.org/project/block_field"
            },
            "install-path": "../../web/modules/contrib/block_field"
        },
        {
            "name": "drupal/block_style_plugins",
            "version": "1.7.0",
            "version_normalized": "1.7.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/block_style_plugins.git",
                "reference": "8.x-1.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/block_style_plugins-8.x-1.7.zip",
                "reference": "8.x-1.7",
                "shasum": "9b181d91036010aad8446d401bc572cec7a0a425"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.7",
                    "datestamp": "1728013447",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "segovia94",
                    "homepage": "https://www.drupal.org/user/780142"
                }
            ],
            "description": "Plugin system for allowing modules or themes to add style configuration to blocks",
            "homepage": "https://www.drupal.org/project/block_style_plugins",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/block_style_plugins",
                "issues": "https://www.drupal.org/project/issues/block_style_plugins"
            },
            "install-path": "../../web/modules/contrib/block_style_plugins"
        },
        {
            "name": "drupal/block_visibility_groups",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/block_visibility_groups"
        },
        {
            "name": "drupal/blockgroup",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/blockgroup.git",
                "reference": "2.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/blockgroup-2.0.1.zip",
                "reference": "2.0.1",
                "shasum": "8a1fb93fb1ff31e34009952c714bfc3fa3877644"
            },
            "require": {
                "drupal/core": "^9.1 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.1",
                    "datestamp": "1736667895",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "geek-merlin",
                    "homepage": "https://www.drupal.org/user/229048"
                },
                {
                    "name": "kiss.jozsef",
                    "homepage": "https://www.drupal.org/user/2848443"
                },
                {
                    "name": "leymannx",
                    "homepage": "https://www.drupal.org/user/2482808"
                },
                {
                    "name": "znerol",
                    "homepage": "https://www.drupal.org/user/63999"
                }
            ],
            "description": "Add block groups to block configuration page.",
            "homepage": "https://www.drupal.org/project/blockgroup",
            "support": {
                "source": "https://git.drupalcode.org/project/blockgroup"
            },
            "install-path": "../../web/modules/contrib/blockgroup"
        },
        {
            "name": "drupal/blocktabs",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/blocktabs.git",
                "reference": "8.x-1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/blocktabs-8.x-1.0.zip",
                "reference": "8.x-1.0",
                "shasum": "bd3069a3bafbe50acab47ca748db2d38ce552003"
            },
            "require": {
                "drupal/core": "^9.2 || ^10",
                "drupal/jquery_ui_accordion": "*",
                "drupal/jquery_ui_tabs": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0",
                    "datestamp": "1686990324",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "g089h515r806",
                    "homepage": "https://www.drupal.org/user/174740"
                }
            ],
            "description": "Block Tabs.",
            "homepage": "https://www.drupal.org/project/blocktabs",
            "support": {
                "source": "https://git.drupalcode.org/project/blocktabs"
            },
            "install-path": "../../web/modules/contrib/blocktabs"
        },
        {
            "name": "drupal/bootstrap_site_alert",
            "version": "2.0.0-beta12",
            "version_normalized": "2.0.0.0-beta12",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/bootstrap_site_alert.git",
                "reference": "8.x-2.0-beta12"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/bootstrap_site_alert-8.x-2.0-beta12.zip",
                "reference": "8.x-2.0-beta12",
                "shasum": "72aeca2fb2bc84ed489177f4e1a98ab6bd5db83f"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "drupal/js_cookie": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.0-beta12",
                    "datestamp": "1738709531",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "joseph.olstad",
                    "homepage": "https://www.drupal.org/user/1321830"
                },
                {
                    "name": "labboy0276",
                    "homepage": "https://www.drupal.org/user/2397942"
                }
            ],
            "description": "Puts a site wide bootstrap themed alert message on the top of every page.",
            "homepage": "https://www.drupal.org/project/bootstrap_site_alert",
            "support": {
                "source": "https://git.drupalcode.org/project/bootstrap_site_alert"
            },
            "install-path": "../../web/modules/contrib/bootstrap_site_alert"
        },
        {
            "name": "drupal/bpmn_io",
            "version": "2.0.11",
            "version_normalized": "2.0.11.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/bpmn_io.git",
                "reference": "2.0.11"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/bpmn_io-2.0.11.zip",
                "reference": "2.0.11",
                "shasum": "14dc9b46f136a8b0fbd5966d24930e66df3acbe1"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/eca": "^2.0",
                "drupal/eca_modeller_bpmn": "^2",
                "php": ">=8.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.11",
                    "datestamp": "1761319344",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "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"
            },
            "install-path": "../../web/modules/contrib/bpmn_io"
        },
        {
            "name": "drupal/button_link",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/button_link.git",
                "reference": "2.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/button_link-2.0.2.zip",
                "reference": "2.0.2",
                "shasum": "3319c6443dda12abd3a3730433e6b55bb72143e0"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.2",
                    "datestamp": "1736438290",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "hatuhay",
                    "homepage": "https://www.drupal.org/user/827704"
                }
            ],
            "description": "Provides a simple button link field formatter.",
            "homepage": "https://www.drupal.org/project/button_link",
            "support": {
                "source": "https://git.drupalcode.org/project/button_link"
            },
            "install-path": "../../web/modules/contrib/button_link"
        },
        {
            "name": "drupal/cacheflush",
            "version": "2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/cacheflush.git",
                "reference": "2.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/cacheflush-2.0.3.zip",
                "reference": "2.0.3",
                "shasum": "34f568017d092d66a9066452385f563bf452b6da"
            },
            "require": {
                "drupal/cacheflush_entity": "*",
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/cacheflush_ui": "*",
                "drupal/ultimate_cron": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.3",
                    "datestamp": "1758403026",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "balintcsaba",
                    "homepage": "https://www.drupal.org/user/1800496"
                },
                {
                    "name": "reszli",
                    "homepage": "https://www.drupal.org/user/710368"
                },
                {
                    "name": "vuil",
                    "homepage": "https://www.drupal.org/user/3568458"
                }
            ],
            "description": "Allows you to create configurable cache flusher presets.",
            "homepage": "http://drupal.org/project/cacheflush",
            "support": {
                "source": "http://cgit.drupalcode.org/cacheflush",
                "issues": "https://www.drupal.org/project/issues/cacheflush"
            },
            "install-path": "../../web/modules/contrib/cacheflush"
        },
        {
            "name": "drupal/cacheflush_entity",
            "version": "2.0.3",
            "version_normalized": "2.0.3.0",
            "require": {
                "drupal/cacheflush": "^2",
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "2.0.3",
                    "datestamp": "1758403026",
                    "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": "balintcsaba",
                    "homepage": "https://www.drupal.org/user/1800496"
                },
                {
                    "name": "reszli",
                    "homepage": "https://www.drupal.org/user/710368"
                },
                {
                    "name": "vuil",
                    "homepage": "https://www.drupal.org/user/3568458"
                }
            ],
            "description": "Cacheflush entity.",
            "homepage": "https://www.drupal.org/project/cacheflush",
            "support": {
                "source": "https://git.drupalcode.org/project/cacheflush"
            },
            "install-path": null
        },
        {
            "name": "drupal/captcha",
            "version": "1.16.0",
            "version_normalized": "1.16.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/captcha.git",
                "reference": "8.x-1.16"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/captcha-8.x-1.16.zip",
                "reference": "8.x-1.16",
                "shasum": "ce73c0bd525ec7f2f42a1ef439fbf37d6dcfb945"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.16",
                    "datestamp": "1732250244",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "branch-alias": {
                    "dev-8.x-1.x": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/captcha"
        },
        {
            "name": "drupal/checklistapi",
            "version": "2.1.7",
            "version_normalized": "2.1.7.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/checklistapi.git",
                "reference": "2.1.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/checklistapi-2.1.7.zip",
                "reference": "2.1.7",
                "shasum": "8d846a0629eaa116d0110968ed0fa6f38e961d93"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11",
                "php": ">=7.3.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.7",
                    "datestamp": "1763741209",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^10"
                    }
                }
            },
            "installation-source": "dist",
            "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": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "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"
            },
            "install-path": "../../web/modules/contrib/checklistapi"
        },
        {
            "name": "drupal/choices",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/choices.git",
                "reference": "2.2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/choices-2.2.0.zip",
                "reference": "2.2.0",
                "shasum": "1540de179c5becb7d5e278ee16c7a646abc33b8d"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "justinrainbow/json-schema": "^5.2 || ^6.6"
            },
            "require-dev": {
                "drupal/facets": "^2.0"
            },
            "suggest": {
                "bower-asset/choices.js": "Required to use drupal/choices.",
                "drupal/facets": "Needed for submodule"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.0",
                    "datestamp": "1762244717",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "anybody",
                    "homepage": "https://www.drupal.org/user/291091"
                },
                {
                    "name": "floydm",
                    "homepage": "https://www.drupal.org/user/502450"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "thomas.frobieter",
                    "homepage": "https://www.drupal.org/user/409335"
                },
                {
                    "name": "yusufhm",
                    "homepage": "https://www.drupal.org/user/1053788"
                }
            ],
            "description": "Makes select elements more friendly using the Choices plugin",
            "homepage": "https://www.drupal.org/project/choices",
            "keywords": [
                "Choices",
                "Drupal",
                "Facets"
            ],
            "support": {
                "source": "https://drupal.org/project/choices",
                "issues": "https://drupal.org/project/issues/choices"
            },
            "install-path": "../../web/modules/contrib/choices"
        },
        {
            "name": "drupal/chosen",
            "version": "5.0.3",
            "version_normalized": "5.0.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/chosen.git",
                "reference": "5.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/chosen-5.0.3.zip",
                "reference": "5.0.3",
                "shasum": "ba50a6bf7c6d7f3bbf468ad20a3e65d3b034df08"
            },
            "require": {
                "drupal/chosen_lib": "*",
                "drupal/core": "^10.2 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "5.0.3",
                    "datestamp": "1767462942",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "aidanlis",
                    "homepage": "https://www.drupal.org/user/502018"
                },
                {
                    "name": "Cyclodex",
                    "homepage": "https://www.drupal.org/user/1305230"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "hydra",
                    "homepage": "https://www.drupal.org/user/647364"
                },
                {
                    "name": "kalman.hosszu",
                    "homepage": "https://www.drupal.org/user/267481"
                },
                {
                    "name": "nagy.balint",
                    "homepage": "https://www.drupal.org/user/1763952"
                },
                {
                    "name": "pol",
                    "homepage": "https://www.drupal.org/user/47194"
                },
                {
                    "name": "shadcn",
                    "homepage": "https://www.drupal.org/user/571032"
                },
                {
                    "name": "supercabbageuk",
                    "homepage": "https://www.drupal.org/user/235438"
                }
            ],
            "description": "Makes select elements more user-friendly using <a href=\"https://github.com/noli42/chosen\">Chosen</a>.",
            "homepage": "https://www.drupal.org/project/chosen",
            "support": {
                "source": "https://git.drupalcode.org/project/chosen"
            },
            "install-path": "../../web/modules/contrib/chosen"
        },
        {
            "name": "drupal/chosen_lib",
            "version": "5.0.3",
            "version_normalized": "5.0.3.0",
            "require": {
                "drupal/chosen": "^5",
                "drupal/core": "^10.2 || ^11"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "5.0.3",
                    "datestamp": "1767462942",
                    "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": "aidanlis",
                    "homepage": "https://www.drupal.org/user/502018"
                },
                {
                    "name": "Cyclodex",
                    "homepage": "https://www.drupal.org/user/1305230"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "hydra",
                    "homepage": "https://www.drupal.org/user/647364"
                },
                {
                    "name": "kalman.hosszu",
                    "homepage": "https://www.drupal.org/user/267481"
                },
                {
                    "name": "nagy.balint",
                    "homepage": "https://www.drupal.org/user/1763952"
                },
                {
                    "name": "pol",
                    "homepage": "https://www.drupal.org/user/47194"
                },
                {
                    "name": "shadcn",
                    "homepage": "https://www.drupal.org/user/571032"
                },
                {
                    "name": "supercabbageuk",
                    "homepage": "https://www.drupal.org/user/235438"
                }
            ],
            "description": "Add <a href=\"https://github.com/noli42/chosen\">chosen</a> library definition.",
            "homepage": "https://www.drupal.org/project/chosen",
            "support": {
                "source": "https://git.drupalcode.org/project/chosen"
            },
            "install-path": null
        },
        {
            "name": "drupal/ckeditor",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "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!"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/ckeditor"
        },
        {
            "name": "drupal/ckeditor5_icons",
            "version": "1.2.2",
            "version_normalized": "1.2.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ckeditor5_icons.git",
                "reference": "1.2.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ckeditor5_icons-1.2.2.zip",
                "reference": "1.2.2",
                "shasum": "a293724dd9dd20839a80e0829d36733df238448e"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || >=11.0 <11.4.0-stable"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.2.2",
                    "datestamp": "1765989921",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "timurtripp",
                    "homepage": "https://www.drupal.org/user/3750616"
                }
            ],
            "description": "Search for and insert Font Awesome icons without leaving the editor.",
            "homepage": "https://www.drupal.org/project/ckeditor5_icons",
            "support": {
                "source": "https://git.drupalcode.org/project/ckeditor5_icons",
                "issues": "https://drupal.org/project/issues/ckeditor5_icons"
            },
            "install-path": "../../web/modules/contrib/ckeditor5_icons"
        },
        {
            "name": "drupal/ckeditor_link_styles",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ckeditor_link_styles.git",
                "reference": "1.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ckeditor_link_styles-1.1.0.zip",
                "reference": "1.1.0",
                "shasum": "4860ca9ad09dd6e255d245da5438891a8b7a58d2"
            },
            "require": {
                "drupal/core": "^9.4 || ^10 || ^11",
                "php": ">=8.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.1.0",
                    "datestamp": "1732071661",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Chris Snyder",
                    "homepage": "https://www.drupal.org/user/1988434",
                    "email": "chris@chrissnyder.org",
                    "role": "Maintainer"
                }
            ],
            "description": "Provides the ability to select styles (css classes) for links within CKEditor5.",
            "homepage": "https://www.drupal.org/project/ckeditor_link_styles",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://cgit.drupalcode.org/ckeditor_link_styles",
                "issues": "https://www.drupal.org/project/issues/ckeditor_link_styles"
            },
            "install-path": "../../web/modules/contrib/ckeditor_link_styles"
        },
        {
            "name": "drupal/ckeditor_media_embed",
            "version": "1.14.0",
            "version_normalized": "1.14.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ckeditor_media_embed.git",
                "reference": "8.x-1.14"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ckeditor_media_embed-8.x-1.14.zip",
                "reference": "8.x-1.14",
                "shasum": "4770b774c433f516a37eac163a533475df5bad0e"
            },
            "require": {
                "drupal/ckeditor": "*",
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.14",
                    "datestamp": "1755972832",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "elusivemind",
                    "homepage": "https://www.drupal.org/user/350597"
                },
                {
                    "name": "grndlvl",
                    "homepage": "https://www.drupal.org/user/103553"
                },
                {
                    "name": "jody lynn",
                    "homepage": "https://www.drupal.org/user/112500"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Adds the Media Embed CKEditor plugins to Drupal.",
            "homepage": "https://www.drupal.org/project/embed",
            "support": {
                "source": "https://drupal.org/project/ckeditor_media_embed",
                "issues": "https://drupal.org/project/issues/ckeditor_media_embed"
            },
            "install-path": "../../web/modules/contrib/ckeditor_media_embed"
        },
        {
            "name": "drupal/clamav",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/clamav.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/clamav-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "c0e3e968397b951924123fcf69f6265c10110bcb"
            },
            "require": {
                "drupal/core": "^10.3 || ^11.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1737780013",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "adammalone",
                    "homepage": "https://www.drupal.org/user/1295980"
                },
                {
                    "name": "James Andres",
                    "homepage": "https://www.drupal.org/user/33827"
                },
                {
                    "name": "manarth",
                    "homepage": "https://www.drupal.org/user/321496"
                },
                {
                    "name": "mcdruid",
                    "homepage": "https://www.drupal.org/user/255969"
                },
                {
                    "name": "vladimiraus",
                    "homepage": "https://www.drupal.org/user/673120"
                }
            ],
            "description": "Integration with the ClamAV anti-virus scanner.",
            "homepage": "https://www.drupal.org/project/clamav",
            "support": {
                "source": "https://git.drupalcode.org/project/clamav",
                "issues": "https://www.drupal.org/project/issues/clamav"
            },
            "install-path": "../../web/modules/contrib/clamav"
        },
        {
            "name": "drupal/coder",
            "version": "8.3.31",
            "version_normalized": "8.3.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pfrenssen/coder.git",
                "reference": "07c14cf2217c2b53cc4469e2ed360141e6bb18ea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pfrenssen/coder/zipball/07c14cf2217c2b53cc4469e2ed360141e6bb18ea",
                "reference": "07c14cf2217c2b53cc4469e2ed360141e6bb18ea",
                "shasum": ""
            },
            "require": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1 || ^1.0.0",
                "ext-mbstring": "*",
                "php": ">=7.2",
                "sirbrillig/phpcs-variable-analysis": "^2.11.7",
                "slevomat/coding-standard": "^8.11",
                "squizlabs/php_codesniffer": "^3.13",
                "symfony/yaml": ">=3.4.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.7.12",
                "phpunit/phpunit": "^8.0"
            },
            "time": "2025-10-16T12:23:49+00:00",
            "type": "phpcodesniffer-standard",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Drupal\\": "coder_sniffer/Drupal/",
                    "DrupalPractice\\": "coder_sniffer/DrupalPractice/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Coder is a library to review Drupal code.",
            "homepage": "https://www.drupal.org/project/coder",
            "keywords": [
                "code review",
                "phpcs",
                "standards"
            ],
            "support": {
                "issues": "https://www.drupal.org/project/issues/coder",
                "source": "https://www.drupal.org/project/coder"
            },
            "install-path": "../drupal/coder"
        },
        {
            "name": "drupal/color_field",
            "version": "3.0.2",
            "version_normalized": "3.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/color_field.git",
                "reference": "3.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/color_field-3.0.2.zip",
                "reference": "3.0.2",
                "shasum": "2778e454798a59d3e9fd27f56a161562e2d1f0fe"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/core-recommended": "^9 || ^10 || ^11",
                "drupal/feeds": "^3.0@beta",
                "drupal/token": "~1.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.2",
                    "datestamp": "1743394003",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "targoo",
                    "homepage": "https://www.drupal.org/user/431910",
                    "role": "Maintainer"
                },
                {
                    "name": "Nick Wilde",
                    "homepage": "https://www.drupal.org/user/nickwilde",
                    "role": "Maintainer"
                },
                {
                    "name": "targoo",
                    "homepage": "https://www.drupal.org/user/431910"
                }
            ],
            "description": "Provides a color field type to store the color value and opacity",
            "homepage": "https://www.drupal.org/project/color_field",
            "support": {
                "source": "https://git.drupalcode.org/project/color_field",
                "issues": "https://www.drupal.org/project/issues/color_field"
            },
            "install-path": "../../web/modules/contrib/color_field"
        },
        {
            "name": "drupal/conditional_fields",
            "version": "4.0.0-alpha6",
            "version_normalized": "4.0.0.0-alpha6",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/conditional_fields.git",
                "reference": "4.0.0-alpha6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/conditional_fields-4.0.0-alpha6.zip",
                "reference": "4.0.0-alpha6",
                "shasum": "0438e4e0e372cd68578679dfce3c990f8a12a4d7"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/entity_reference_revisions": "1.x-dev",
                "drupal/paragraphs": "^1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.0-alpha6",
                    "datestamp": "1733933531",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "benjifisher",
                    "homepage": "https://www.drupal.org/user/683300"
                },
                {
                    "name": "colan",
                    "homepage": "https://www.drupal.org/user/58704"
                },
                {
                    "name": "dqd",
                    "homepage": "https://www.drupal.org/user/1001934"
                },
                {
                    "name": "ergonlogic",
                    "homepage": "https://www.drupal.org/user/368613"
                },
                {
                    "name": "geek-merlin",
                    "homepage": "https://www.drupal.org/user/229048"
                },
                {
                    "name": "heddn",
                    "homepage": "https://www.drupal.org/user/1463982"
                },
                {
                    "name": "itsekhmistro",
                    "homepage": "https://www.drupal.org/user/928152"
                },
                {
                    "name": "mparker17",
                    "homepage": "https://www.drupal.org/user/536298"
                },
                {
                    "name": "OlgaRabodzei",
                    "homepage": "https://www.drupal.org/user/3389198"
                },
                {
                    "name": "peterpoe",
                    "homepage": "https://www.drupal.org/user/55674"
                },
                {
                    "name": "saurabh-2k17",
                    "homepage": "https://www.drupal.org/user/3622252"
                },
                {
                    "name": "szhu",
                    "homepage": "https://www.drupal.org/user/3525295"
                },
                {
                    "name": "thalles",
                    "homepage": "https://www.drupal.org/user/3589086"
                }
            ],
            "description": "Enables conditional field behaviors.",
            "homepage": "https://www.drupal.org/project/conditional_fields",
            "support": {
                "source": "https://git.drupalcode.org/project/conditional_fields",
                "issues": "https://www.drupal.org/project/issues/conditional_fields"
            },
            "install-path": "../../web/modules/contrib/conditional_fields"
        },
        {
            "name": "drupal/config_filter",
            "version": "1.13.0",
            "version_normalized": "1.13.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_filter.git",
                "reference": "8.x-1.13"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-1.13.zip",
                "reference": "8.x-1.13",
                "shasum": "d9f83dbeaeaa1a1788368219a6e530f6b681459b"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11"
            },
            "suggest": {
                "drupal/config_split": "Split site configuration for different environments."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.13",
                    "datestamp": "1727472406",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/config_filter"
        },
        {
            "name": "drupal/config_ignore",
            "version": "3.3.0",
            "version_normalized": "3.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_ignore.git",
                "reference": "8.x-3.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-3.3.zip",
                "reference": "8.x-3.3",
                "shasum": "4446811ecb023820a57c227d35c034e0d4363a70"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/config_filter": "^1.8||^2.2",
                "drush/drush": "^10 || ^11 || ^12"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.3",
                    "datestamp": "1713299496",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Tommy Lynge Jørgensen",
                    "homepage": "https://www.drupal.org/u/tlyngej",
                    "email": "tlyngej@gmail.com",
                    "role": "Maintainer"
                },
                {
                    "name": "Fabian Bircher",
                    "homepage": "https://www.drupal.org/u/bircher",
                    "role": "Maintainer"
                },
                {
                    "name": "tlyngej",
                    "homepage": "https://www.drupal.org/user/413139"
                }
            ],
            "description": "Ignore certain configuration during import and export.",
            "homepage": "http://drupal.org/project/config_ignore",
            "support": {
                "source": "https://git.drupalcode.org/project/config_ignore",
                "issues": "http://drupal.org/project/config_ignore"
            },
            "install-path": "../../web/modules/contrib/config_ignore"
        },
        {
            "name": "drupal/config_import_single",
            "version": "1.0.5",
            "version_normalized": "1.0.5.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_import_single.git",
                "reference": "1.0.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_import_single-1.0.5.zip",
                "reference": "1.0.5",
                "shasum": "23dca009fdebfb11d6d7e473d5381803c51c3039"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.5",
                    "datestamp": "1683802058",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "brentg",
                    "homepage": "https://www.drupal.org/user/3090845"
                },
                {
                    "name": "daften",
                    "homepage": "https://www.drupal.org/user/176274"
                },
                {
                    "name": "grayle",
                    "homepage": "https://www.drupal.org/user/3145497"
                },
                {
                    "name": "l_vandamme",
                    "homepage": "https://www.drupal.org/user/3162503"
                },
                {
                    "name": "nginex",
                    "homepage": "https://www.drupal.org/user/2822325"
                }
            ],
            "description": "Used to import single files in the config",
            "homepage": "https://www.drupal.org/project/config_import_single",
            "support": {
                "source": "https://git.drupalcode.org/project/config_import_single",
                "issues": "http://drupal.org/project/config_import_single"
            },
            "install-path": "../../web/modules/contrib/config_import_single"
        },
        {
            "name": "drupal/config_merge",
            "version": "2.0.0-alpha2",
            "version_normalized": "2.0.0.0-alpha2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_merge.git",
                "reference": "2.0.0-alpha2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_merge-2.0.0-alpha2.zip",
                "reference": "2.0.0-alpha2",
                "shasum": "a0183d548daafe52b2b271f3502766bb519f824f"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11",
                "php": ">=8.0"
            },
            "require-dev": {
                "drupal/config_filter": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-alpha2",
                    "datestamp": "1743089777",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/config_merge"
        },
        {
            "name": "drupal/config_pages",
            "version": "2.19.0",
            "version_normalized": "2.19.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_pages.git",
                "reference": "8.x-2.19"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_pages-8.x-2.19.zip",
                "reference": "8.x-2.19",
                "shasum": "8791c8558b2095c72e605b76cfd26a514dab1e42"
            },
            "require": {
                "drupal/core": "^8.5 | ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.19",
                    "datestamp": "1756896072",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "m.krestnicov",
                    "homepage": "https://www.drupal.org/user/3193903"
                },
                {
                    "name": "qwaygon",
                    "homepage": "https://www.drupal.org/user/636624"
                },
                {
                    "name": "shumer",
                    "homepage": "https://www.drupal.org/user/2297432"
                }
            ],
            "description": "ConfigPages module",
            "homepage": "http://drupal.org/project/config_pages",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/config_pages",
                "issues": "http://drupal.org/project/issues/config_pages"
            },
            "install-path": "../../web/modules/contrib/config_pages"
        },
        {
            "name": "drupal/config_provider",
            "version": "3.0.0-alpha3",
            "version_normalized": "3.0.0.0-alpha3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_provider.git",
                "reference": "3.0.0-alpha3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_provider-3.0.0-alpha3.zip",
                "reference": "3.0.0-alpha3",
                "shasum": "fb717b42febaa11baca540b4e2061f53cf1041da"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0-alpha3",
                    "datestamp": "1755033597",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "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",
                    "role": "Original author"
                },
                {
                    "name": "Fabian Bircher (bircher)",
                    "homepage": "https://www.drupal.org/u/bircher",
                    "role": "Maintainer"
                },
                {
                    "name": "Pieter Frenssen (pfrenssen)",
                    "homepage": "https://www.drupal.org/u/pfrenssen",
                    "role": "Maintainer"
                },
                {
                    "name": "Keegan Rankin (megakeegman)",
                    "homepage": "https://www.drupal.org/u/megakeegman",
                    "role": "Maintainer"
                },
                {
                    "name": "Benjamin Melançon (mlncn)",
                    "homepage": "https://www.drupal.org/u/mlncn",
                    "role": "Maintainer"
                },
                {
                    "name": "Joe Parsons (joegraduate)",
                    "homepage": "https://www.drupal.org/u/joegraduate",
                    "role": "Maintainer"
                },
                {
                    "name": "tadean",
                    "homepage": "https://www.drupal.org/u/tadean",
                    "role": "Maintainer"
                },
                {
                    "name": "David Valdez (gnuget)",
                    "homepage": "https://www.drupal.org/u/gnuget",
                    "role": "Maintainer"
                },
                {
                    "name": "Merlin Axel Rutz (geek-merlin)",
                    "homepage": "https://www.drupal.org/u/geek-merlin",
                    "role": "Maintainer"
                },
                {
                    "name": "Artem Dmitriiev (a.dmitriiev)",
                    "homepage": "https://www.drupal.org/u/a.dmitriiev",
                    "role": "Maintainer"
                },
                {
                    "name": "Campus Web Services The University of Arizona (uarizona)",
                    "homepage": "https://www.drupal.org/u/uarizona",
                    "role": "Maintainer"
                }
            ],
            "description": "Enables provision of configuration by extensions.",
            "homepage": "https://www.drupal.org/project/config_provider",
            "support": {
                "source": "https://git.drupal.org/project/config_provider.git",
                "issues": "https://www.drupal.org/project/issues/config_provider"
            },
            "install-path": "../../web/modules/contrib/config_provider"
        },
        {
            "name": "drupal/config_readonly",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_readonly.git",
                "reference": "8.x-1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_readonly-8.x-1.0.zip",
                "reference": "8.x-1.0",
                "shasum": "4680c5ecd8c9c786831c8d269eba3b612daa155b"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0",
                    "datestamp": "1719963458",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "branch-alias": {
                    "dev-8.x-1.x": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "effulgentsia",
                    "homepage": "https://www.drupal.org/user/78040"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "moshe weitzman",
                    "homepage": "https://www.drupal.org/user/23"
                },
                {
                    "name": "pwolanin",
                    "homepage": "https://www.drupal.org/user/49851"
                },
                {
                    "name": "scor",
                    "homepage": "https://www.drupal.org/user/52142"
                },
                {
                    "name": "wheatpenny",
                    "homepage": "https://www.drupal.org/user/1128182"
                }
            ],
            "description": "Config Readonly module allows to lock any configuration changes done via the Drupal admin UI.",
            "homepage": "https://www.drupal.org/project/config_readonly",
            "support": {
                "source": "https://git.drupalcode.org/project/config_readonly",
                "issues": "https://www.drupal.org/project/issues/config_readonly"
            },
            "install-path": "../../web/modules/contrib/config_readonly"
        },
        {
            "name": "drupal/config_share",
            "version": "1.0.0-rc4",
            "version_normalized": "1.0.0.0-RC4",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_share.git",
                "reference": "8.x-1.0-rc4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_share-8.x-1.0-rc4.zip",
                "reference": "8.x-1.0-rc4",
                "shasum": "88bc11c582fb313419cf4e4adb0aad8f790878e1"
            },
            "require": {
                "drupal/config_provider": "*",
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-rc4",
                    "datestamp": "1691011159",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "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": "jacobbell84",
                    "homepage": "https://www.drupal.org/user/3408772"
                },
                {
                    "name": "mlncn",
                    "homepage": "https://www.drupal.org/user/64383"
                },
                {
                    "name": "nedjo",
                    "homepage": "https://www.drupal.org/user/4481"
                }
            ],
            "description": "Enable sharing of configuration between multiple extensions and distributions.",
            "homepage": "https://www.drupal.org/project/config_share",
            "support": {
                "source": "https://git.drupalcode.org/project/config_share"
            },
            "install-path": "../../web/modules/contrib/config_share"
        },
        {
            "name": "drupal/config_split",
            "version": "1.10.0",
            "version_normalized": "1.10.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_split.git",
                "reference": "8.x-1.10"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_split-8.x-1.10.zip",
                "reference": "8.x-1.10",
                "shasum": "634b04afb920100ff7022066554253635e30dd77"
            },
            "require": {
                "drupal/config_filter": "^1",
                "drupal/core": "^9.3 || ^10"
            },
            "conflict": {
                "drupal/console": "<1.3.2"
            },
            "require-dev": {
                "drush/drush": "*"
            },
            "suggest": {
                "drupal/chosen": "Chosen uses the Chosen jQuery plugin to make the <select> elements more user-friendly.",
                "drupal/select2_all": "Applies the Select2 library to all select fields on the site similar to the Chosen module."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.10",
                    "datestamp": "1739381813",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10 || ^11"
                    }
                }
            },
            "installation-source": "dist",
            "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": "Configuration filter for importing and exporting extra config",
            "homepage": "https://www.drupal.org/project/config_split",
            "keywords": [
                "Drupal",
                "configuration",
                "configuration management"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/config_split",
                "issues": "https://www.drupal.org/project/issues/config_split",
                "slack": "https://drupal.slack.com/archives/C45342CDD"
            },
            "install-path": "../../web/modules/contrib/config_split"
        },
        {
            "name": "drupal/content_moderation_notifications",
            "version": "3.8.0",
            "version_normalized": "3.8.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/content_moderation_notifications.git",
                "reference": "8.x-3.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/content_moderation_notifications-8.x-3.8.zip",
                "reference": "8.x-3.8",
                "shasum": "067100d7e6cb3149fb120e22ad2f845a5baeee19"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/token": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.8",
                    "datestamp": "1759515156",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "bkosborne",
                    "homepage": "https://www.drupal.org/user/788032"
                },
                {
                    "name": "jhedstrom",
                    "homepage": "https://www.drupal.org/user/208732"
                },
                {
                    "name": "rob holmes",
                    "homepage": "https://www.drupal.org/user/1774034"
                },
                {
                    "name": "tyapchyc",
                    "homepage": "https://www.drupal.org/user/3351412"
                }
            ],
            "description": "Manage notifications for content moderation transitions.",
            "homepage": "https://www.drupal.org/project/content_moderation_notifications",
            "support": {
                "source": "https://git.drupalcode.org/project/content_moderation_notifications",
                "issues": "https://www.drupal.org/project/issues/content_moderation_notifications"
            },
            "install-path": "../../web/modules/contrib/content_moderation_notifications"
        },
        {
            "name": "drupal/context",
            "version": "5.0.0-rc2",
            "version_normalized": "5.0.0.0-RC2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/context.git",
                "reference": "5.0.0-rc2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/context-5.0.0-rc2.zip",
                "reference": "5.0.0-rc2",
                "shasum": "05e866f01bc57b5346d52a5b6230fdd13e21695d"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11 || ^12"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "5.0.0-rc2",
                    "datestamp": "1741253306",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christoffer Palm",
                    "homepage": "http://www.oddhill.se/",
                    "email": "christoffer.palm@oddhill.se",
                    "role": "Developer"
                },
                {
                    "name": "boshtian",
                    "homepage": "https://www.drupal.org/user/1773456"
                },
                {
                    "name": "colan",
                    "homepage": "https://www.drupal.org/user/58704"
                },
                {
                    "name": "emanaton",
                    "homepage": "https://www.drupal.org/user/120853"
                },
                {
                    "name": "febbraro",
                    "homepage": "https://www.drupal.org/user/43670"
                },
                {
                    "name": "fizk",
                    "homepage": "https://www.drupal.org/user/473174"
                },
                {
                    "name": "hass",
                    "homepage": "https://www.drupal.org/user/85918"
                },
                {
                    "name": "hefox",
                    "homepage": "https://www.drupal.org/user/426416"
                },
                {
                    "name": "jmiccolis",
                    "homepage": "https://www.drupal.org/user/31731"
                },
                {
                    "name": "kristen pol",
                    "homepage": "https://www.drupal.org/user/8389"
                },
                {
                    "name": "mandclu",
                    "homepage": "https://www.drupal.org/user/52136"
                },
                {
                    "name": "nedjo",
                    "homepage": "https://www.drupal.org/user/4481"
                },
                {
                    "name": "NormySan",
                    "homepage": "https://www.drupal.org/user/112352"
                },
                {
                    "name": "patricksettle",
                    "homepage": "https://www.drupal.org/user/26618"
                },
                {
                    "name": "paulocs",
                    "homepage": "https://www.drupal.org/user/3640109"
                },
                {
                    "name": "steven jones",
                    "homepage": "https://www.drupal.org/user/99644"
                },
                {
                    "name": "tekante",
                    "homepage": "https://www.drupal.org/user/640024"
                },
                {
                    "name": "yhahn",
                    "homepage": "https://www.drupal.org/user/264833"
                }
            ],
            "description": "Manage contextual conditions and reactions for different portions of your site.",
            "homepage": "https://github.com/oddhill/context",
            "keywords": [
                "Drupal",
                "block",
                "conditions",
                "context",
                "visibility"
            ],
            "support": {
                "source": "https://github.com/oddhill/context",
                "issues": "https://github.com/oddhill/context/issues",
                "docs": "https://github.com/oddhill/context"
            },
            "install-path": "../../web/modules/contrib/context"
        },
        {
            "name": "drupal/context_active_trail",
            "version": "2.0.0-rc5",
            "version_normalized": "2.0.0.0-RC5",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/context_active_trail.git",
                "reference": "8.x-2.0-rc5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/context_active_trail-8.x-2.0-rc5.zip",
                "reference": "8.x-2.0-rc5",
                "shasum": "f5870d12697b7a07cf0f2df4520cfb92f932e632"
            },
            "require": {
                "drupal/context": "^5.0",
                "drupal/core": "^8 || ^9 || ^10 || ^11 || ^12"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.0-rc5",
                    "datestamp": "1717770305",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Jigar Mehta (jigarius)",
                    "homepage": "https://jigarius.com/",
                    "role": "Maintainer"
                },
                {
                    "name": "Gaurav Manerkar (gauravmanerkar)",
                    "homepage": "https://github.com/gauravmanerkar",
                    "role": "Maintainer"
                },
                {
                    "name": "vasi",
                    "homepage": "https://www.drupal.org/user/390545"
                }
            ],
            "description": "Set the active trail based on context.",
            "homepage": "https://www.drupal.org/project/context_active_trail",
            "keywords": [
                "Active trail",
                "Breadcrumbs",
                "Context",
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/context_active_trail",
                "issues": "https://www.drupal.org/project/issues/context_active_trail"
            },
            "install-path": "../../web/modules/contrib/context_active_trail"
        },
        {
            "name": "drupal/cookies",
            "version": "1.2.16",
            "version_normalized": "1.2.16.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/cookies.git",
                "reference": "1.2.16"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/cookies-1.2.16.zip",
                "reference": "1.2.16",
                "shasum": "48000f389f2ce672c67692526aced9efd7a4630a"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "jfeltkamp/cookiesjsr": "^1.0.12"
            },
            "require-dev": {
                "drupal/asset_injector": "^2",
                "drupal/facebook_pixel": "^2.0",
                "drupal/google_analytics": "^4.0",
                "drupal/google_tag": "^2.0",
                "drupal/ivw_integration": "^2.0",
                "drupal/matomo": "^1.0",
                "drupal/media_entity_instagram": "^3.0",
                "drupal/media_entity_twitter": "^2.0",
                "drupal/recaptcha": "^3.4"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.2.16",
                    "datestamp": "1753290602",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "jfeltkamp",
                    "homepage": "https://www.drupal.org/user/2471686"
                },
                {
                    "name": "thomas.frobieter",
                    "homepage": "https://www.drupal.org/user/409335"
                }
            ],
            "description": "Cookie consent tool.",
            "homepage": "https://www.drupal.org/project/cookies",
            "support": {
                "source": "http://cgit.drupalcode.org/cookies",
                "issues": "https://www.drupal.org/project/issues/cookies"
            },
            "install-path": "../../web/modules/contrib/cookies"
        },
        {
            "name": "drupal/core",
            "version": "10.6.1",
            "version_normalized": "10.6.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/drupal/core.git",
                "reference": "9f88f1b18b08d6edbadb24124c87919d5681ea81"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drupal/core/zipball/9f88f1b18b08d6edbadb24124c87919d5681ea81",
                "reference": "9f88f1b18b08d6edbadb24124c87919d5681ea81",
                "shasum": ""
            },
            "require": {
                "asm89/stack-cors": "^2.3",
                "composer-runtime-api": "^2.1",
                "composer/semver": "^3.3",
                "doctrine/lexer": "^2",
                "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.22.0"
            },
            "conflict": {
                "dealerdirect/phpcodesniffer-composer-installer": "1.1.0",
                "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."
            },
            "time": "2025-12-18T13:55:47+00:00",
            "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"
                    }
                },
                "patches_applied": {
                    "2769407: Views UI should offer a null/not null option on boolean field": "https://www.drupal.org/files/issues/2024-06-26/2769407_views_ui_null_option-10.3.x-90.patch",
                    "2888320: Add support for Token and plural in Views Global result summary plugin": "https://www.drupal.org/files/issues/2024-06-21/2888320-92.patch",
                    "3359676: menu_link_content : PHP Deprecated: parse_url(): Passing null": "https://www.drupal.org/files/issues/2023-05-11/3981.patch",
                    "2752443: Incorrect order and duplicate theme hook suggestions": "https://www.drupal.org/files/issues/2024-05-16/2752443-107.patch",
                    "3042423: Add a hook to modify oEmbed resource data": "https://www.drupal.org/files/issues/2024-12-05/3042423-108.patch",
                    "2784233: Allow multiple vocabularies in the taxonomy filter": "https://www.drupal.org/files/issues/2024-07-05/2784233-270.patch",
                    "3062441: Call to a member function getConfigDependencyName": "https://www.drupal.org/files/issues/2024-03-27/3062441-patch-41.patch",
                    "2761273: Make exposed filter values available as tokens for text areas": "https://www.drupal.org/files/issues/2022-10-30/2761273-50.patch",
                    "2999370: Media title is overridden with metadata on translation save": "https://www.drupal.org/files/issues/2024-02-06/drupal-2999370-74-1002-mapped_media_fields_overridden_with_metadata_on_translation_save.patch",
                    "3053906: patched field layoutbuilder issue": "https://www.drupal.org/files/issues/2024-10-29/undefined_index_region_field_layout-3053906-66.patch",
                    "2957368: Call to a member function transformDimensions() on null in template_preprocess": "https://www.drupal.org/files/issues/2024-08-13/drupal-2957368-61.patch",
                    "filter missing error": "patches/filter-options-not-available.patch",
                    "Querying with NULL values results in warning mb_strtolower(): Passing null to parameter is deprecated": "https://www.drupal.org/files/issues/2023-07-05/3302838-38.patch",
                    "TypeError: count(): Argument #1": "https://www.drupal.org/files/issues/2022-07-20/3298714.patch",
                    "Argument #1 ($elements) must be of type array, null given": "https://www.drupal.org/files/issues/2023-11-10/FilterPluginBase.patch",
                    "3384852: Pager pagination broken after upgrade 10.0.9 to 10.1.2, w/ ajax enabled": "https://www.drupal.org/files/issues/2024-02-15/3384852-27_temporary-revert-views-ajax-post.patch",
                    "3024672: The views exposed form incorrectly assumes all array based filter": "https://www.drupal.org/files/issues/2019-01-09/3024672-2.patch",
                    "2915792: MenuLinkContentAccessControlHandler": "https://www.drupal.org/files/issues/2024-12-17/2915792-MR-339-100.patch.diff"
                }
            },
            "installation-source": "dist",
            "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.6.1"
            },
            "install-path": "../../web/core"
        },
        {
            "name": "drupal/core-composer-scaffold",
            "version": "10.6.1",
            "version_normalized": "10.6.1.0",
            "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"
            },
            "time": "2024-08-22T14:31:30+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Drupal\\Composer\\Plugin\\Scaffold\\Plugin",
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "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.6.1"
            },
            "install-path": "../drupal/core-composer-scaffold"
        },
        {
            "name": "drupal/core-dev",
            "version": "10.6.1",
            "version_normalized": "10.6.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/drupal/core-dev.git",
                "reference": "17ab1bc1da4b20382ce00a237cd52b7f7b31d127"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drupal/core-dev/zipball/17ab1bc1da4b20382ce00a237cd52b7f7b31d127",
                "reference": "17ab1bc1da4b20382ce00a237cd52b7f7b31d127",
                "shasum": ""
            },
            "require": {
                "behat/mink": "^1.11",
                "behat/mink-browserkit-driver": "^2.2",
                "colinodell/psr-testlogger": "^1.2",
                "composer/composer": "^2.8.1",
                "drupal/coder": "^8.3.10",
                "justinrainbow/json-schema": "^5.2 || ^6.3",
                "lullabot/mink-selenium2-driver": "^1.7",
                "lullabot/php-webdriver": "^2.0.4",
                "mglaman/phpstan-drupal": "^1.2.12",
                "micheh/phpcs-gitlab": "^1.1",
                "mikey179/vfsstream": "^1.6.11",
                "open-telemetry/exporter-otlp": "^1",
                "open-telemetry/sdk": "^1",
                "php-http/guzzle7-adapter": "^1.0",
                "phpspec/prophecy-phpunit": "^2",
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan": "^1.12.4",
                "phpstan/phpstan-phpunit": "^1.3.16",
                "phpunit/phpunit": "^9.6.13",
                "symfony/browser-kit": "^6.4",
                "symfony/css-selector": "^6.4",
                "symfony/dom-crawler": "^6.4",
                "symfony/error-handler": "^6.4",
                "symfony/lock": "^6.4",
                "symfony/phpunit-bridge": "^6.4",
                "symfony/var-dumper": "^6.4"
            },
            "conflict": {
                "webflo/drupal-core-require-dev": "*"
            },
            "time": "2025-05-14T07:11:14+00:00",
            "type": "metapackage",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.",
            "support": {
                "source": "https://github.com/drupal/core-dev/tree/10.6.1"
            },
            "install-path": null
        },
        {
            "name": "drupal/core-project-message",
            "version": "10.6.1",
            "version_normalized": "10.6.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/drupal/core-project-message.git",
                "reference": "d1da83722735cb0f7ccabf9fef7b5607b442c3a8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drupal/core-project-message/zipball/d1da83722735cb0f7ccabf9fef7b5607b442c3a8",
                "reference": "d1da83722735cb0f7ccabf9fef7b5607b442c3a8",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2",
                "php": ">=7.3.0"
            },
            "time": "2023-07-24T07:55:25+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Drupal\\Composer\\Plugin\\ProjectMessage\\MessagePlugin"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Drupal\\Composer\\Plugin\\ProjectMessage\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Adds a message after Composer installation.",
            "homepage": "https://www.drupal.org/project/drupal",
            "keywords": [
                "drupal"
            ],
            "support": {
                "source": "https://github.com/drupal/core-project-message/tree/11.1.9"
            },
            "install-path": "../drupal/core-project-message"
        },
        {
            "name": "drupal/core-recommended",
            "version": "10.6.1",
            "version_normalized": "10.6.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/drupal/core-recommended.git",
                "reference": "558343248882f74ccafc250150ea1a2942d80881"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drupal/core-recommended/zipball/558343248882f74ccafc250150ea1a2942d80881",
                "reference": "558343248882f74ccafc250150ea1a2942d80881",
                "shasum": ""
            },
            "require": {
                "asm89/stack-cors": "~v2.3.0",
                "composer/semver": "~3.4.4",
                "doctrine/deprecations": "~1.1.5",
                "doctrine/lexer": "~2.1.1",
                "drupal/core": "10.6.1",
                "egulias/email-validator": "~4.0.4",
                "guzzlehttp/guzzle": "~7.10.0",
                "guzzlehttp/promises": "~2.3.0",
                "guzzlehttp/psr7": "~2.8.0",
                "masterminds/html5": "~2.10.0",
                "mck89/peast": "~v1.17.4",
                "pear/archive_tar": "~1.6.0",
                "pear/console_getopt": "~v1.4.3",
                "pear/pear-core-minimal": "~v1.10.16",
                "pear/pear_exception": "~v1.0.2",
                "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.27",
                "symfony/dependency-injection": "~v6.4.26",
                "symfony/deprecation-contracts": "~v3.6.0",
                "symfony/error-handler": "~v6.4.26",
                "symfony/event-dispatcher": "~v6.4.25",
                "symfony/event-dispatcher-contracts": "~v3.6.0",
                "symfony/filesystem": "~v6.4.24",
                "symfony/finder": "~v6.4.27",
                "symfony/http-foundation": "~v6.4.29",
                "symfony/http-kernel": "~v6.4.29",
                "symfony/mailer": "~v6.4.27",
                "symfony/mime": "~v6.4.26",
                "symfony/polyfill-ctype": "~v1.33.0",
                "symfony/polyfill-iconv": "~v1.33.0",
                "symfony/polyfill-intl-grapheme": "~v1.33.0",
                "symfony/polyfill-intl-idn": "~v1.33.0",
                "symfony/polyfill-intl-normalizer": "~v1.33.0",
                "symfony/polyfill-mbstring": "~v1.33.0",
                "symfony/polyfill-php83": "~v1.33.0",
                "symfony/process": "~v6.4.26",
                "symfony/psr-http-message-bridge": "~v6.4.24",
                "symfony/routing": "~v6.4.28",
                "symfony/serializer": "~v6.4.27",
                "symfony/service-contracts": "~v3.6.1",
                "symfony/string": "~v6.4.26",
                "symfony/translation-contracts": "~v3.6.1",
                "symfony/validator": "~v6.4.29",
                "symfony/var-dumper": "~v6.4.26",
                "symfony/var-exporter": "~v6.4.26",
                "symfony/yaml": "~v6.4.26",
                "twig/twig": "~v3.22.0"
            },
            "conflict": {
                "webflo/drupal-core-strict": "*"
            },
            "time": "2025-12-18T13:55:47+00:00",
            "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.6.1"
            },
            "install-path": null
        },
        {
            "name": "drupal/crop",
            "version": "2.5.0",
            "version_normalized": "2.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/crop.git",
                "reference": "8.x-2.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/crop-8.x-2.5.zip",
                "reference": "8.x-2.5",
                "shasum": "759c8add182d9b74c04a58c26d1c402f9d1653e6"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.5",
                    "datestamp": "1763154892",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/crop"
        },
        {
            "name": "drupal/csv_serialization",
            "version": "4.0.1",
            "version_normalized": "4.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/csv_serialization.git",
                "reference": "4.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/csv_serialization-4.0.1.zip",
                "reference": "4.0.1",
                "shasum": "cd172acbf6b5996daa88b0d8d897074c5fe742dd"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "league/csv": "^9.16"
            },
            "require-dev": {
                "drupal/coder": "^8.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.1",
                    "datestamp": "1723473162",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "scripts": {
                "phpcs": [
                    "vendor/bin/phpcs"
                ],
                "test": [
                    "@phpcs"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Matthew Grasmick",
                    "homepage": "https://www.drupal.org/user/455714"
                },
                {
                    "name": "markdorison",
                    "homepage": "https://www.drupal.org/user/346106"
                }
            ],
            "description": "Provides CSV as a serialization format.",
            "homepage": "https://www.drupal.org/project/csv_serialization",
            "support": {
                "source": "http://cgit.drupalcode.org/csv_serialization",
                "issues": "https://www.drupal.org/project/issues/csv_serialization"
            },
            "install-path": "../../web/modules/contrib/csv_serialization"
        },
        {
            "name": "drupal/ctools",
            "version": "4.1.0",
            "version_normalized": "4.1.0.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"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/ctools"
        },
        {
            "name": "drupal/ctools_views",
            "version": "4.1.0",
            "version_normalized": "4.1.0.0",
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11",
                "drupal/ctools": "^4"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "4.1.0",
                    "datestamp": "1718144949",
                    "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": "damiankloip",
                    "homepage": "https://www.drupal.org/user/1037976"
                },
                {
                    "name": "dawehner",
                    "homepage": "https://www.drupal.org/user/99340"
                },
                {
                    "name": "EclipseGc",
                    "homepage": "https://www.drupal.org/user/61203"
                },
                {
                    "name": "esmerel",
                    "homepage": "https://www.drupal.org/user/164022"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "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": "A set of improvements to the core Views code that allows for greater control over Blocks.",
            "homepage": "https://www.drupal.org/project/ctools",
            "support": {
                "source": "https://git.drupalcode.org/project/ctools"
            },
            "install-path": null
        },
        {
            "name": "drupal/custom_body_class",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/custom_body_class.git",
                "reference": "2.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/custom_body_class-2.0.2.zip",
                "reference": "2.0.2",
                "shasum": "47d54cb9358f76d1caefe0fcffe3f25b0acb0cdc"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.2",
                    "datestamp": "1760525075",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Jitendra verma (jitendra-verma)",
                    "homepage": "https://www.drupal.org/u/jitendra-verma",
                    "role": "Maintainer"
                },
                {
                    "name": "Harshita Saini (harshita29)",
                    "homepage": "https://www.drupal.org/u/harshita29",
                    "role": "Maintainer"
                },
                {
                    "name": "Miguel Guerreiro (gueguerreiro)",
                    "homepage": "https://www.drupal.org/u/gueguerreiro",
                    "role": "Maintainer"
                }
            ],
            "description": "It is a simple module for Drupal  users to add custom CSS class to the <body> tag of the specific node page and to a specific content type.",
            "homepage": "https://www.drupal.org/project/custom_body_class",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/email_octopus",
                "issues": "https://www.drupal.org/project/issues/email_octopus"
            },
            "install-path": "../../web/modules/contrib/custom_body_class"
        },
        {
            "name": "drupal/custom_pub",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/custom_pub.git",
                "reference": "8.x-1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/custom_pub-8.x-1.1.zip",
                "reference": "8.x-1.1",
                "shasum": "97048e61126da0fedafb15d6a211572826f70477"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.1",
                    "datestamp": "1735906958",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "arcaneadam",
                    "homepage": "https://www.drupal.org/user/234551"
                },
                {
                    "name": "dboulet",
                    "homepage": "https://www.drupal.org/user/139316"
                },
                {
                    "name": "gisle",
                    "homepage": "https://www.drupal.org/user/409554"
                },
                {
                    "name": "jacobbell84",
                    "homepage": "https://www.drupal.org/user/3408772"
                },
                {
                    "name": "kevinquillen",
                    "homepage": "https://www.drupal.org/user/317279"
                },
                {
                    "name": "vladimiraus",
                    "homepage": "https://www.drupal.org/user/673120"
                }
            ],
            "description": "Adds the ability to add Custom publishing options to the node Add/Edit forms.",
            "homepage": "https://www.drupal.org/project/custom_pub",
            "support": {
                "source": "https://git.drupalcode.org/project/custom_pub"
            },
            "install-path": "../../web/modules/contrib/custom_pub"
        },
        {
            "name": "drupal/dashboard",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/dashboard.git",
                "reference": "2.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/dashboard-2.0.1.zip",
                "reference": "2.0.1",
                "shasum": "ad6417ae5c6b693b90bb68008043ed6a3922a92e"
            },
            "require": {
                "drupal/core": "^10.2 || ^11"
            },
            "require-dev": {
                "drupal/coffee": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.1",
                    "datestamp": "1756192954",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "See contributors",
                    "homepage": "https://www.drupal.org/node/35094/maintainers"
                },
                {
                    "name": "Anonymous",
                    "homepage": "https://www.drupal.org/user/0"
                },
                {
                    "name": "chrismiller627",
                    "homepage": "https://www.drupal.org/user/274027"
                },
                {
                    "name": "ckrina",
                    "homepage": "https://www.drupal.org/user/1206650"
                },
                {
                    "name": "dmitrig01",
                    "homepage": "https://www.drupal.org/user/47566"
                },
                {
                    "name": "jtsnow",
                    "homepage": "https://www.drupal.org/user/171614"
                },
                {
                    "name": "mtift",
                    "homepage": "https://www.drupal.org/user/751908"
                },
                {
                    "name": "penyaskito",
                    "homepage": "https://www.drupal.org/user/959536"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "pingers",
                    "homepage": "https://www.drupal.org/user/56282"
                },
                {
                    "name": "plopesc",
                    "homepage": "https://www.drupal.org/user/282415"
                },
                {
                    "name": "webchick",
                    "homepage": "https://www.drupal.org/user/24967"
                }
            ],
            "description": "Provides customizable dashboards.",
            "homepage": "https://www.drupal.org/project/dashboard",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/dashboard",
                "issues": "https://www.drupal.org/project/issues/dashboard"
            },
            "install-path": "../../web/modules/contrib/dashboard"
        },
        {
            "name": "drupal/date_range_formatter",
            "version": "4.0.2",
            "version_normalized": "4.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/date_range_formatter.git",
                "reference": "4.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/date_range_formatter-4.0.2.zip",
                "reference": "4.0.2",
                "shasum": "0d953912148e384aed6a6cee64115faf170319c0"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.2",
                    "datestamp": "1703156621",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "maximpodorov",
                    "homepage": "https://www.drupal.org/user/515310"
                },
                {
                    "name": "sudishth",
                    "homepage": "https://www.drupal.org/user/1440562"
                }
            ],
            "description": "Formats date ranges.",
            "homepage": "https://www.drupal.org/project/date_range_formatter",
            "support": {
                "source": "https://git.drupalcode.org/project/date_range_formatter"
            },
            "install-path": "../../web/modules/contrib/date_range_formatter"
        },
        {
            "name": "drupal/default_content",
            "version": "2.0.0-alpha3",
            "version_normalized": "2.0.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"
                    }
                },
                "patches_applied": {
                    "Add a Normalizer and Denormalizer to support Layout Builder": "https://www.drupal.org/files/issues/2022-05-15/default_content-3160146-52.patch",
                    "Do not reimport existing entities": "https://www.drupal.org/files/issues/2022-01-25/2698425-168.patch"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/default_content"
        },
        {
            "name": "drupal/devel",
            "version": "5.4.0",
            "version_normalized": "5.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/devel.git",
                "reference": "5.4.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/devel-5.4.0.zip",
                "reference": "5.4.0",
                "shasum": "fc14fe1c396dbff661f9d13e6e3171d9ab781a46"
            },
            "require": {
                "doctrine/common": "^2.7 || ^3.4",
                "drupal/core": "^10.3 || ^11 || ^12",
                "php": ">=8.1",
                "symfony/var-dumper": "^4 || ^5 || ^6 || ^7"
            },
            "conflict": {
                "drupal/core": "<10.3",
                "drush/drush": "<12.5.1"
            },
            "require-dev": {
                "drupal/navigation_extra_tools": "1.0.x-dev",
                "drush/drush": "^13",
                "firephp/firephp-core": "^0.5.3"
            },
            "suggest": {
                "drupal/kint": "Kint provides an informative display of arrays/objects. Useful for debugging and developing."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "5.4.0",
                    "datestamp": "1752755621",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "moshe weitzman",
                    "homepage": "https://www.drupal.org/user/23"
                }
            ],
            "description": "Various blocks, pages, and functions for developers.",
            "homepage": "https://www.drupal.org/project/devel",
            "support": {
                "source": "https://gitlab.com/drupalspoons/devel",
                "issues": "https://gitlab.com/drupalspoons/devel/-/issues",
                "slack": "https://drupal.slack.com/archives/C012WAW1MH6"
            },
            "install-path": "../../web/modules/contrib/devel"
        },
        {
            "name": "drupal/devel_entity_updates",
            "version": "4.2.1",
            "version_normalized": "4.2.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/devel_entity_updates.git",
                "reference": "4.2.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/devel_entity_updates-4.2.1.zip",
                "reference": "4.2.1",
                "shasum": "4f7cdf2884fa838a8dc20dfd159b27bf68853f5e"
            },
            "require": {
                "drupal/core": "^9.2 || ^10",
                "drupal/devel": "*",
                "drush/drush": "^11 || ^12 || ^13"
            },
            "require-dev": {
                "drupal/devel": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.2.1",
                    "datestamp": "1756475373",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^11 || ^12 || ^13"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Francesco Placella (plach)",
                    "homepage": "https://www.drupal.org/u/plach",
                    "role": "Maintainer"
                },
                {
                    "name": "plach",
                    "homepage": "https://www.drupal.org/user/183211"
                }
            ],
            "description": "Provides developers an API and drush command to perform automatic entity updates.",
            "homepage": "http://drupal.org/project/devel_entity_updates",
            "support": {
                "source": "https://cgit.drupalcode.org/devel_entity_updates",
                "issues": "https://drupal.org/project/issues/devel_entity_updates",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            },
            "install-path": "../../web/modules/contrib/devel_entity_updates"
        },
        {
            "name": "drupal/disable_html5_validation",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/disable_html5_validation.git",
                "reference": "2.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/disable_html5_validation-2.0.0.zip",
                "reference": "2.0.0",
                "shasum": "8d26a0cf7255e3e52d1d58cdabc7152d83f43a76"
            },
            "require": {
                "drupal/core": ">=9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0",
                    "datestamp": "1693858995",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "ikit-claw",
                    "homepage": "https://www.drupal.org/user/3285813"
                },
                {
                    "name": "sch4lly",
                    "homepage": "https://www.drupal.org/user/856550"
                }
            ],
            "description": "Disables HTML5 validation in all forms",
            "homepage": "https://www.drupal.org/project/disable_html5_validation",
            "support": {
                "source": "https://git.drupalcode.org/project/disable_html5_validation"
            },
            "install-path": "../../web/modules/contrib/disable_html5_validation"
        },
        {
            "name": "drupal/disable_ui",
            "version": "1.0.7",
            "version_normalized": "1.0.7.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/disable_ui.git",
                "reference": "1.0.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/disable_ui-1.0.7.zip",
                "reference": "1.0.7",
                "shasum": "507644f73de0fb278da528e0cddcdb818a7cd5a7"
            },
            "require": {
                "drupal/core": "^8.7.7 || ^9.0 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.7",
                    "datestamp": "1751461275",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "guypaddock",
                    "homepage": "https://www.drupal.org/user/156932"
                }
            ],
            "description": "Makes it possible to prevent users who lack \"Access UI routes\" permission from accessing HTML pages on the site (e.g. for headless sites).",
            "homepage": "https://www.drupal.org/project/disable_ui",
            "support": {
                "source": "https://git.drupalcode.org/project/disable_ui"
            },
            "install-path": "../../web/modules/contrib/disable_ui"
        },
        {
            "name": "drupal/draggableviews",
            "version": "2.1.4",
            "version_normalized": "2.1.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/draggableviews.git",
                "reference": "2.1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/draggableviews-2.1.4.zip",
                "reference": "2.1.4",
                "shasum": "09a484ed290cf0f52dfa399b4dfea8fd50cd403b"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/draggableviews_demo": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.4",
                    "datestamp": "1717236719",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Tyler Struyk (iStryker)",
                    "homepage": "https://www.drupal.org/u/istryker",
                    "email": "tyler.struyk@gmail.com",
                    "role": "Maintainer"
                },
                {
                    "name": "Andrii Podanenko (podarok)",
                    "homepage": "https://www.drupal.org/u/podarok",
                    "email": "podarokua@gmail.com",
                    "role": "Drupal 10+, maintenance."
                },
                {
                    "name": "Yuriy Gerasimov (ygerasimov)",
                    "homepage": "https://www.drupal.org/u/ygerasimov",
                    "email": "yuriy.gerasimov@gmail.com",
                    "role": "Ex Maintainer (D7)"
                },
                {
                    "name": "Severin Unger (sevi)",
                    "homepage": "https://www.drupal.org/u/sevi",
                    "role": "Ex Maintainer (D6)"
                }
            ],
            "description": "DraggableViews module makes views draggable.",
            "homepage": "https://www.drupal.org/project/draggableviews",
            "support": {
                "source": "https://cgit.drupalcode.org/draggableviews",
                "issues": "https://www.drupal.org/project/issues/draggableviews"
            },
            "install-path": "../../web/modules/contrib/draggableviews"
        },
        {
            "name": "drupal/dropzonejs",
            "version": "2.11.0",
            "version_normalized": "2.11.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/dropzonejs.git",
                "reference": "8.x-2.11"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-2.11.zip",
                "reference": "8.x-2.11",
                "shasum": "0fb4eff1bba2fd33850db0dfd9929ef4bd4569ee"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/entity_browser": "^2.5"
            },
            "suggest": {
                "enyo/dropzone": "Required to use drupal/dropzonejs. DropzoneJS is an open source library that provides drag’n’drop file uploads with image previews."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.11",
                    "datestamp": "1723381576",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Janez Urevc",
                    "homepage": "https://drupal.org/u/slashrsm",
                    "role": "Maintainer"
                },
                {
                    "name": "Christian Fritsch",
                    "homepage": "https://drupal.org/u/chrfritsch",
                    "role": "Maintainer"
                },
                {
                    "name": "Primoz Hmeljak",
                    "homepage": "https://drupal.org/u/Primsi",
                    "role": "Maintainer"
                },
                {
                    "name": "Qiangjun Ran",
                    "homepage": "https://drupal.org/u/jungle",
                    "role": "Maintainer"
                },
                {
                    "name": "See other contributors",
                    "homepage": "https://www.drupal.org/node/1998478/committers",
                    "role": "contributor"
                },
                {
                    "name": "Primsi",
                    "homepage": "https://www.drupal.org/user/282629"
                },
                {
                    "name": "slashrsm",
                    "homepage": "https://www.drupal.org/user/744628"
                },
                {
                    "name": "wouters_f",
                    "homepage": "https://www.drupal.org/user/721548"
                },
                {
                    "name": "zkday",
                    "homepage": "https://www.drupal.org/user/888644"
                }
            ],
            "description": "Drupal integration for DropzoneJS - An open source library that provides drag’n’drop file uploads with image previews.",
            "homepage": "https://www.drupal.org/project/dropzonejs",
            "keywords": [
                "DropzoneJS",
                "Drupal"
            ],
            "support": {
                "source": "https://www.drupal.org/project/dropzonejs",
                "issues": "https://www.drupal.org/project/issues/dropzonejs",
                "#media": "http://drupal.slack.com"
            },
            "install-path": "../../web/modules/contrib/dropzonejs"
        },
        {
            "name": "drupal/drupal-driver",
            "version": "v2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/jhedstrom/DrupalDriver.git",
                "reference": "52835be563891d74656fbaaf045dacc43ac5f701"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jhedstrom/DrupalDriver/zipball/52835be563891d74656fbaaf045dacc43ac5f701",
                "reference": "52835be563891d74656fbaaf045dacc43ac5f701",
                "shasum": ""
            },
            "require": {
                "drupal/core-utility": "^8.4 || ^9 || ^10 || ^11",
                "php": ">=7.4",
                "symfony/dependency-injection": "~2.6 || ~3.0 || ~4.4 || ^6 || ^7.1",
                "symfony/process": "~2.5 || ~3.0 || ~4.4 || ^6 || ^7.1"
            },
            "conflict": {
                "drupal/core": ">=8.0 <9.3"
            },
            "require-dev": {
                "composer/installers": "^2.1",
                "dms/phpunit-arraysubset-asserts": "^0.4.0 || ^0.5.0",
                "drupal/coder": "~8.3.0",
                "drupal/core-composer-scaffold": "^8.4 || ^9 || ^10 || ^11",
                "drupal/core-recommended": "^8.4 || ^9 || ^10 || ^11",
                "drupal/mailsystem": "^4.4 || 4.x-dev",
                "drush-ops/behat-drush-endpoint": "*",
                "mockery/mockery": "^1.5",
                "palantirnet/drupal-rector": "^0.13",
                "php-parallel-lint/php-parallel-lint": "^1.0",
                "phpspec/phpspec": "~2.0 || ~4.0 || ~6.1 || dev-main",
                "phpunit/phpunit": "~6.0 || ~7.0 || ^9 || ^10",
                "symfony/phpunit-bridge": "^6.1"
            },
            "time": "2024-10-21T16:17:44+00:00",
            "type": "library",
            "extra": {
                "drupal-scaffold": {
                    "locations": {
                        "web-root": "drupal/"
                    }
                },
                "installer-paths": {
                    "drupal/core": [
                        "type:drupal-core"
                    ],
                    "drupal/modules/{$name}": [
                        "type:drupal-module"
                    ]
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Drupal\\Driver": "src/",
                    "Drupal\\Tests\\Driver": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Jonathan Hedstrom",
                    "email": "jhedstrom@gmail.com"
                }
            ],
            "description": "A collection of reusable Drupal drivers",
            "homepage": "http://github.com/jhedstrom/DrupalDriver",
            "keywords": [
                "drupal",
                "test",
                "web"
            ],
            "support": {
                "issues": "https://github.com/jhedstrom/DrupalDriver/issues",
                "source": "https://github.com/jhedstrom/DrupalDriver/tree/v2.3.0"
            },
            "funding": [
                {
                    "url": "https://github.com/jhedstrom",
                    "type": "github"
                }
            ],
            "install-path": "../drupal/drupal-driver"
        },
        {
            "name": "drupal/drupal-extension",
            "version": "v5.1.0",
            "version_normalized": "5.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/jhedstrom/drupalextension.git",
                "reference": "454a3ce03f59b26dc3f0b739d778afebe0e35cb9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jhedstrom/drupalextension/zipball/454a3ce03f59b26dc3f0b739d778afebe0e35cb9",
                "reference": "454a3ce03f59b26dc3f0b739d778afebe0e35cb9",
                "shasum": ""
            },
            "require": {
                "behat/behat": "~3.2",
                "behat/mink-browserkit-driver": "^2.1.0",
                "behat/mink-selenium2-driver": "~1.1",
                "drupal/drupal-driver": "^2.2.1 || dev-master",
                "friends-of-behat/mink-extension": "^2.7.1",
                "symfony/http-client": "~4.4 || ^5 || ^6",
                "webflo/drupal-finder": "^1.2"
            },
            "require-dev": {
                "composer/installers": "^2",
                "drupal/coder": "^8.3",
                "drupal/core": "^10",
                "drupal/core-composer-scaffold": "^10",
                "drush/drush": "^11.6.0 || ^12.4 || ^13",
                "php-parallel-lint/php-parallel-lint": "^1.3",
                "phpspec/phpspec": "^4.0 || ^6.0 || ^7.0"
            },
            "time": "2024-10-21T21:00:55+00:00",
            "type": "behat-extension",
            "extra": {
                "drupal-scaffold": {
                    "locations": {
                        "web-root": "drupal/"
                    }
                },
                "installer-paths": {
                    "drupal/core": [
                        "type:drupal-core"
                    ]
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Drupal\\Drupal": "src/",
                    "Drupal\\Exception": "src/",
                    "Drupal\\MinkExtension": "src/",
                    "Drupal\\DrupalExtension": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Jonathan Hedstrom",
                    "email": "jhedstrom@gmail.com"
                },
                {
                    "name": "Melissa Anderson",
                    "homepage": "https://github.com/eliza411"
                },
                {
                    "name": "Pieter Frenssen",
                    "homepage": "https://github.com/pfrenssen"
                }
            ],
            "description": "Drupal extension for Behat",
            "homepage": "http://drupal.org/project/drupalextension",
            "keywords": [
                "drupal",
                "test",
                "web"
            ],
            "support": {
                "issues": "https://github.com/jhedstrom/drupalextension/issues",
                "source": "https://github.com/jhedstrom/drupalextension/tree/v5.1.0"
            },
            "funding": [
                {
                    "url": "https://github.com/jhedstrom",
                    "type": "github"
                }
            ],
            "install-path": "../drupal/drupal-extension"
        },
        {
            "name": "drupal/dynamic_entity_reference",
            "version": "3.2.1",
            "version_normalized": "3.2.1.0",
            "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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/dynamic_entity_reference"
        },
        {
            "name": "drupal/easy_breadcrumb",
            "version": "2.0.9",
            "version_normalized": "2.0.9.0",
            "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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/easy_breadcrumb"
        },
        {
            "name": "drupal/easy_email",
            "version": "3.0.7",
            "version_normalized": "3.0.7.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/easy_email.git",
                "reference": "3.0.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/easy_email-3.0.7.zip",
                "reference": "3.0.7",
                "shasum": "d7786964fa6caa7a421d503bdd27127ceb04387f"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/jquery_ui_resizable": "^2",
                "drupal/token": "^1.0"
            },
            "require-dev": {
                "drupal/commerce": "^2 || ^3",
                "drupal/commerce_order": "*",
                "drupal/commerce_price": "*",
                "drupal/mailsystem": "^4",
                "drupal/symfony_mailer_lite": "^1 || ^2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.7",
                    "datestamp": "1762872170",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^10"
                    }
                }
            },
            "installation-source": "dist",
            "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": "zengenuity",
                    "homepage": "https://www.drupal.org/user/326925"
                }
            ],
            "description": "Easy Email is an HTML email system for Drupal, designed to be as simple as possible to configure, with a robust set of features.",
            "homepage": "https://www.drupal.org/project/easy_email",
            "support": {
                "source": "https://git.drupalcode.org/project/easy_email"
            },
            "install-path": "../../web/modules/contrib/easy_email"
        },
        {
            "name": "drupal/eca",
            "version": "2.1.17",
            "version_normalized": "2.1.17.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/eca.git",
                "reference": "2.1.17"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/eca-2.1.17.zip",
                "reference": "2.1.17",
                "shasum": "7ba68fc761a229666c3ff1a0d89f32c39ffdfaea"
            },
            "require": {
                "dragonmantank/cron-expression": "^3.1",
                "drupal/core": "^10.3||^11",
                "ext-dom": "*",
                "ext-json": "*",
                "mtownsend/xml-to-array": "^2.0",
                "php": ">=8.1"
            },
            "require-dev": {
                "drupal/ai": "^1.2",
                "drupal/ai_agents": "^1.2",
                "drupal/eca_ui": "*",
                "drupal/entity_reference_revisions": "^1.12",
                "drupal/inline_entity_form": "^3.0",
                "drupal/paragraphs": "^1.18",
                "drupal/project_browser": "^2.0",
                "drupal/token": "^1.15",
                "drupal/webform": "^6.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.17",
                    "datestamp": "1765297854",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/eca"
        },
        {
            "name": "drupal/eca_modeller_bpmn",
            "version": "2.1.17",
            "version_normalized": "2.1.17.0",
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/eca": "^2",
                "drupal/eca_ui": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "2.1.17",
                    "datestamp": "1765297854",
                    "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"
            },
            "install-path": null
        },
        {
            "name": "drupal/eca_ui",
            "version": "2.1.17",
            "version_normalized": "2.1.17.0",
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/eca": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "2.1.17",
                    "datestamp": "1765297854",
                    "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"
            },
            "install-path": null
        },
        {
            "name": "drupal/editor_advanced_link",
            "version": "2.3.3",
            "version_normalized": "2.3.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/editor_advanced_link.git",
                "reference": "2.3.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/editor_advanced_link-2.3.3.zip",
                "reference": "2.3.3",
                "shasum": "e3c836ca67786b6e1535d605f15f9c2e2ec7559c"
            },
            "require": {
                "drupal/core": "^10.5 || ^11.2"
            },
            "require-dev": {
                "drupal/ckeditor": "*",
                "phpro/grumphp": "^2.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.3.3",
                    "datestamp": "1763287133",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/editor_advanced_link"
        },
        {
            "name": "drupal/editor_button_link",
            "version": "dev-3.0.x",
            "version_normalized": "dev-3.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/editor_button_link.git",
                "reference": "4c436989dadd61ed9d6159f248821a9a789fe100"
            },
            "require": {
                "drupal/core": "^9.5 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-3.0.x": "3.0.x-dev"
                },
                "drupal": {
                    "version": "3.0.x-dev",
                    "datestamp": "1700060358",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "source",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "beljaako",
                    "homepage": "https://www.drupal.org/user/1031430"
                },
                {
                    "name": "Martijn de Wit",
                    "homepage": "https://www.drupal.org/user/83953"
                }
            ],
            "description": "Transform a link into a button via text Editor's link dialog if the text format allows them.",
            "homepage": "https://www.drupal.org/project/editor_button_link",
            "support": {
                "source": "https://git.drupalcode.org/project/editor_button_link"
            },
            "install-path": "../../web/modules/contrib/editor_button_link"
        },
        {
            "name": "drupal/editoria11y",
            "version": "2.2.19",
            "version_normalized": "2.2.19.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/editoria11y.git",
                "reference": "2.2.19"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/editoria11y-2.2.19.zip",
                "reference": "2.2.19",
                "shasum": "634952a21120424af2ae02a4832d22294f0537bf"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "conflict": {
                "drupal/csp": "<1.24"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.19",
                    "datestamp": "1766259194",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/editoria11y"
        },
        {
            "name": "drupal/embed",
            "version": "1.10.0",
            "version_normalized": "1.10.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/embed.git",
                "reference": "8.x-1.10"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.10.zip",
                "reference": "8.x-1.10",
                "shasum": "4ac5be0c3a421851c9c60ed82e3bc497be88e61c"
            },
            "require": {
                "drupal/core": "^10.2 || ^11"
            },
            "require-dev": {
                "drupal/ckeditor": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.10",
                    "datestamp": "1737663032",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "cs_shadow",
                    "homepage": "https://www.drupal.org/user/2828287"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "devin carlson",
                    "homepage": "https://www.drupal.org/user/290182"
                },
                {
                    "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"
                }
            ],
            "description": "Provides a framework for different types of embeds in text editors.",
            "homepage": "https://www.drupal.org/project/embed",
            "support": {
                "source": "https://git.drupalcode.org/project/embed"
            },
            "install-path": "../../web/modules/contrib/embed"
        },
        {
            "name": "drupal/encrypt",
            "version": "3.2.0",
            "version_normalized": "3.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/encrypt.git",
                "reference": "8.x-3.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/encrypt-8.x-3.2.zip",
                "reference": "8.x-3.2",
                "shasum": "32a700eeb59aac51f6ce4651718243a1641d5ef0"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11",
                "drupal/key": "^1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.2",
                    "datestamp": "1727640040",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10 || ^11"
                    }
                }
            },
            "installation-source": "dist",
            "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": "greggles",
                    "homepage": "https://www.drupal.org/user/36762"
                },
                {
                    "name": "nerdstein",
                    "homepage": "https://www.drupal.org/user/1557710"
                },
                {
                    "name": "rlhawk",
                    "homepage": "https://www.drupal.org/user/352283"
                },
                {
                    "name": "theunraveler",
                    "homepage": "https://www.drupal.org/user/71548"
                },
                {
                    "name": "zzolo",
                    "homepage": "https://www.drupal.org/user/147331"
                }
            ],
            "description": "Provides an API for two-way encryption.",
            "homepage": "https://www.drupal.org/project/encrypt",
            "support": {
                "source": "https://git.drupalcode.org/project/encrypt"
            },
            "install-path": "../../web/modules/contrib/encrypt"
        },
        {
            "name": "drupal/entity",
            "version": "1.6.0",
            "version_normalized": "1.6.0.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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/entity"
        },
        {
            "name": "drupal/entity_browser",
            "version": "2.15.0",
            "version_normalized": "2.15.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity_browser.git",
                "reference": "8.x-2.15"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.15.zip",
                "reference": "8.x-2.15",
                "shasum": "86265fadf12f8c2eb4bc0dc813589efe8fa180a2"
            },
            "require": {
                "drupal/core": "^10.2 || ^11"
            },
            "conflict": {
                "drupal/media_entity": "1.*"
            },
            "require-dev": {
                "drupal/embed": "^1.0",
                "drupal/entity_embed": "^1.0",
                "drupal/entity_reference_revisions": "^1.0",
                "drupal/entityqueue": "^1.0",
                "drupal/inline_entity_form": "^1 || ^3",
                "drupal/paragraphs": "^1.0",
                "drupal/search_api": "^1.0",
                "drupal/token": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.15",
                    "datestamp": "1756969160",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Janez Urevc",
                    "homepage": "https://github.com/slashrsm",
                    "role": "Maintainer"
                },
                {
                    "name": "Primoz Hmeljak",
                    "homepage": "https://github.com/primsi",
                    "role": "Maintainer"
                },
                {
                    "name": "See other contributors",
                    "homepage": "https://www.drupal.org/node/1943336/committers",
                    "role": "contributor"
                },
                {
                    "name": "devin carlson",
                    "homepage": "https://www.drupal.org/user/290182"
                },
                {
                    "name": "Drupal Media Team",
                    "homepage": "https://www.drupal.org/user/3260690"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "marcingy",
                    "homepage": "https://www.drupal.org/user/77320"
                },
                {
                    "name": "oknate",
                    "homepage": "https://www.drupal.org/user/471638"
                },
                {
                    "name": "primsi",
                    "homepage": "https://www.drupal.org/user/282629"
                },
                {
                    "name": "samuel.mortenson",
                    "homepage": "https://www.drupal.org/user/2582268"
                },
                {
                    "name": "slashrsm",
                    "homepage": "https://www.drupal.org/user/744628"
                }
            ],
            "description": "Entity browsing and selecting component.",
            "homepage": "https://drupal.org/project/entity_browser",
            "support": {
                "source": "https://git.drupalcode.org/project/entity_browser",
                "issues": "https://www.drupal.org/project/issues/entity_browser",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            },
            "install-path": "../../web/modules/contrib/entity_browser"
        },
        {
            "name": "drupal/entity_embed",
            "version": "dev-1.x",
            "version_normalized": "dev-1.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity_embed.git",
                "reference": "a732089cb3dac7e91e34b891cc5878ae35f39a16"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/embed": "^1.10"
            },
            "require-dev": {
                "drupal/entity_browser": "^2.11"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "8.x-1.6+1-dev",
                    "datestamp": "1738511993",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                },
                "patches_applied": {
                    "Logs flooded with warning messages 'Invalid display settings encountered'": "https://www.drupal.org/files/issues/2019-12-11/3077225-10.reduce-invalid-config-logs.patch"
                }
            },
            "installation-source": "source",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "cs_shadow",
                    "homepage": "https://www.drupal.org/user/2828287"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "devin carlson",
                    "homepage": "https://www.drupal.org/user/290182"
                },
                {
                    "name": "Drupal Media Team",
                    "homepage": "https://www.drupal.org/user/3260690"
                },
                {
                    "name": "oknate",
                    "homepage": "https://www.drupal.org/user/471638"
                },
                {
                    "name": "phenaproxima",
                    "homepage": "https://www.drupal.org/user/205645"
                },
                {
                    "name": "slashrsm",
                    "homepage": "https://www.drupal.org/user/744628"
                },
                {
                    "name": "wim leers",
                    "homepage": "https://www.drupal.org/user/99777"
                }
            ],
            "description": "Allows any entity to be embedded within a text area using a WYSIWYG editor.",
            "homepage": "https://www.drupal.org/project/entity_embed",
            "support": {
                "source": "https://git.drupalcode.org/project/entity_embed"
            },
            "install-path": "../../web/modules/contrib/entity_embed"
        },
        {
            "name": "drupal/entity_markup",
            "version": "1.0.0-beta5",
            "version_normalized": "1.0.0.0-beta5",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity_markup.git",
                "reference": "1.0.0-beta5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity_markup-1.0.0-beta5.zip",
                "reference": "1.0.0-beta5",
                "shasum": "4c79fe74df7b046a361436746fafe10cd6bd0b8a"
            },
            "require": {
                "drupal/core": "^8.9 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.0-beta5",
                    "datestamp": "1748890018",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "jacobbell84",
                    "homepage": "https://www.drupal.org/user/3408772"
                }
            ],
            "description": "User interface to control output markup of entites and their fields.",
            "homepage": "https://www.drupal.org/project/entity_markup",
            "support": {
                "source": "https://git.drupalcode.org/project/entity_markup"
            },
            "install-path": "../../web/modules/contrib/entity_markup"
        },
        {
            "name": "drupal/entity_overlay",
            "version": "1.0.0-alpha5",
            "version_normalized": "1.0.0.0-alpha5",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity_overlay.git",
                "reference": "8.x-1.0-alpha5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity_overlay-8.x-1.0-alpha5.zip",
                "reference": "8.x-1.0-alpha5",
                "shasum": "82fd45bd7e20b0696787709de54f17ed5e06a320"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-alpha5",
                    "datestamp": "1689771008",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "colorfield",
                    "homepage": "https://www.drupal.org/user/2295486"
                },
                {
                    "name": "Raphael Larrinaga",
                    "homepage": "https://www.drupal.org/user/2873013"
                },
                {
                    "name": "Rockabelly",
                    "homepage": "https://www.drupal.org/user/2649181"
                }
            ],
            "description": "Display a content entity as an overlay.",
            "homepage": "https://www.drupal.org/project/entity_overlay",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/entity_overlay",
                "issues": "https://www.drupal.org/project/issues/entity_overlay"
            },
            "install-path": "../../web/modules/contrib/entity_overlay"
        },
        {
            "name": "drupal/entity_reference_revisions",
            "version": "1.14.0",
            "version_normalized": "1.14.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity_reference_revisions.git",
                "reference": "8.x-1.14"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.14.zip",
                "reference": "8.x-1.14",
                "shasum": "cb900e41124979a46da1912ff2b502270beda632"
            },
            "require": {
                "drupal/core": "^10.2 || ^11"
            },
            "conflict": {
                "drush/drush": "<12.5.1"
            },
            "require-dev": {
                "drupal/diff": "^1 || ^2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.14",
                    "datestamp": "1767266825",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/entity_reference_revisions"
        },
        {
            "name": "drupal/entity_type_clone",
            "version": "4.0.6",
            "version_normalized": "4.0.6.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity_type_clone.git",
                "reference": "4.0.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity_type_clone-4.0.6.zip",
                "reference": "4.0.6",
                "shasum": "e87d8473151c9a28497d27148a38f44f073773da"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.6",
                    "datestamp": "1758390322",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "ajay_reddy",
                    "homepage": "https://www.drupal.org/user/3261994"
                },
                {
                    "name": "vuil",
                    "homepage": "https://www.drupal.org/user/3568458"
                }
            ],
            "description": "This module provide option to clone entity types and role.",
            "homepage": "https://www.drupal.org/project/entity_type_clone",
            "support": {
                "source": "https://git.drupalcode.org/project/entity_type_clone"
            },
            "install-path": "../../web/modules/contrib/entity_type_clone"
        },
        {
            "name": "drupal/entity_usage",
            "version": "2.0.0-beta25",
            "version_normalized": "2.0.0.0-beta25",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity_usage.git",
                "reference": "8.x-2.0-beta25"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity_usage-8.x-2.0-beta25.zip",
                "reference": "8.x-2.0-beta25",
                "shasum": "1579a29158648e1f65949d4aff1638ccd2c33e80"
            },
            "require": {
                "drupal/core": "^10.2 || ^11"
            },
            "require-dev": {
                "drupal/block_field": "~1.0",
                "drupal/dynamic_entity_reference": "^3.0",
                "drupal/entity_browser": "~2.0",
                "drupal/entity_browser_block": "~1.0 || ^2.0",
                "drupal/entity_embed": "^1.7",
                "drupal/entity_reference_revisions": "~1.0",
                "drupal/inline_entity_form": "^1.0@RC || ^3.0@RC",
                "drupal/paragraphs": "~1.0",
                "drupal/redirect": "^1.11",
                "drupal/trash": "~3.0",
                "drupal/webform": "^6.0.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.0-beta25",
                    "datestamp": "1762358229",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10 || ^11"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "alexpott",
                    "homepage": "https://www.drupal.org/user/157725"
                },
                {
                    "name": "lullabot",
                    "homepage": "https://www.drupal.org/user/3815489"
                },
                {
                    "name": "marcoscano",
                    "homepage": "https://www.drupal.org/user/1288796"
                },
                {
                    "name": "seanb",
                    "homepage": "https://www.drupal.org/user/545912"
                }
            ],
            "description": "Track usage of entities referenced by other entities",
            "homepage": "https://www.drupal.org/project/entity_usage",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/entity_usage",
                "issues": "http://drupal.org/project/issues/entity_usage"
            },
            "install-path": "../../web/modules/contrib/entity_usage"
        },
        {
            "name": "drupal/entitygroupfield",
            "version": "1.0.0-rc1",
            "version_normalized": "1.0.0.0-RC1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entitygroupfield.git",
                "reference": "1.0.0-rc1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entitygroupfield-1.0.0-rc1.zip",
                "reference": "1.0.0-rc1",
                "shasum": "def0af321944def61435ac85b6c1995239fb41bf"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10",
                "drupal/group": "~1.0"
            },
            "require-dev": {
                "drupal/entity": "*",
                "drupal/variationcache": "~1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.0-rc1",
                    "datestamp": "1762562399",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/entitygroupfield"
        },
        {
            "name": "drupal/entityreference_dragdrop",
            "version": "2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entityreference_dragdrop.git",
                "reference": "2.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entityreference_dragdrop-2.1.1.zip",
                "reference": "2.1.1",
                "shasum": "739a108a7534adc64da70661be1d31c265ec4f8a"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.1",
                    "datestamp": "1733156387",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "phayes",
                    "homepage": "https://www.drupal.org/user/47098"
                },
                {
                    "name": "sergei_brill",
                    "homepage": "https://www.drupal.org/user/2306590"
                },
                {
                    "name": "sushyl",
                    "homepage": "https://www.drupal.org/user/557472"
                }
            ],
            "description": "Provides a nice drag and drop widget for entity reference fields.",
            "homepage": "https://www.drupal.org/project/entityreference_dragdrop",
            "support": {
                "source": "https://git.drupalcode.org/project/entityreference_dragdrop"
            },
            "install-path": "../../web/modules/contrib/entityreference_dragdrop"
        },
        {
            "name": "drupal/event_platform",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/event_platform.git",
                "reference": "1.0.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/event_platform-1.0.4.zip",
                "reference": "1.0.4",
                "shasum": "47d2d804d38f6ee82fc80414955fb0f076d50c9a"
            },
            "require": {
                "drupal/add_content_by_bundle": "^1.2",
                "drupal/auto_entitylabel": "^3.0",
                "drupal/config_pages": "^2.15",
                "drupal/core": "^9 || ^10 || ^11",
                "drupal/event_platform_details": "*",
                "drupal/event_platform_job_listings": "*",
                "drupal/event_platform_scheduler": "*",
                "drupal/event_platform_sessions": "*",
                "drupal/event_platform_speakers": "*",
                "drupal/event_platform_sponsors": "*",
                "drupal/field_group": "^3.4",
                "drupal/field_permissions": "^1.2",
                "drupal/hide_revision_field": "^2.3",
                "drupal/honeypot": "^2.1",
                "drupal/maxlength": "^3.1",
                "drupal/pathauto": "^1.12",
                "drupal/registration_role": "^2.0",
                "drupal/smart_date": "^4.1.2",
                "drupal/views_summary_tabs": "^1.0",
                "drupal/workbench_email": "^3.0"
            },
            "require-dev": {
                "drupal/add_content_by_bundle": "*",
                "drupal/auto_entitylabel": "*",
                "drupal/config_pages": "*",
                "drupal/event_platform_details": "*",
                "drupal/event_platform_job_listings": "*",
                "drupal/event_platform_scheduler": "*",
                "drupal/event_platform_sessions": "*",
                "drupal/event_platform_speakers": "*",
                "drupal/event_platform_sponsors": "*",
                "drupal/field_group": "*",
                "drupal/field_permissions": "*",
                "drupal/flag": "*",
                "drupal/hide_revision_field": "*",
                "drupal/honeypot": "*",
                "drupal/maxlength": "*",
                "drupal/pathauto": "*",
                "drupal/registration_role": "*",
                "drupal/smart_date": "*",
                "drupal/views_flag_refresh": "*",
                "drupal/views_summary_tabs": "*",
                "drupal/workbench_email": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.4",
                    "datestamp": "1740341268",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "kclarkson",
                    "homepage": "https://www.drupal.org/user/579302"
                },
                {
                    "name": "mandclu",
                    "homepage": "https://www.drupal.org/user/52136"
                },
                {
                    "name": "mherchel",
                    "homepage": "https://www.drupal.org/user/118428"
                }
            ],
            "description": "Preconfigured features to enabling creating an event website",
            "homepage": "https://www.drupal.org/project/event_platform",
            "support": {
                "source": "https://git.drupalcode.org/project/event_platform",
                "issues": "https://www.drupal.org/project/issues/event_platform"
            },
            "install-path": "../../web/modules/contrib/event_platform"
        },
        {
            "name": "drupal/event_platform_details",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "require": {
                "drupal/config_pages": "*",
                "drupal/core": "^9 || ^10 || ^11",
                "drupal/event_platform": "^1",
                "drupal/field_group": "*",
                "drupal/field_permissions": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "1.0.4",
                    "datestamp": "1740341268",
                    "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": "kclarkson",
                    "homepage": "https://www.drupal.org/user/579302"
                },
                {
                    "name": "mandclu",
                    "homepage": "https://www.drupal.org/user/52136"
                },
                {
                    "name": "mherchel",
                    "homepage": "https://www.drupal.org/user/118428"
                }
            ],
            "description": "Provides a config page to set event information",
            "homepage": "https://www.drupal.org/project/event_platform",
            "support": {
                "source": "https://git.drupalcode.org/project/event_platform"
            },
            "install-path": null
        },
        {
            "name": "drupal/event_platform_job_listings",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "require": {
                "drupal/add_content_by_bundle": "*",
                "drupal/core": "^9 || ^10 || ^11",
                "drupal/event_platform": "^1",
                "drupal/event_platform_sponsors": "*",
                "drupal/field_permissions": "*",
                "drupal/hide_revision_field": "*",
                "drupal/pathauto": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "1.0.4",
                    "datestamp": "1740341268",
                    "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": "kclarkson",
                    "homepage": "https://www.drupal.org/user/579302"
                },
                {
                    "name": "mandclu",
                    "homepage": "https://www.drupal.org/user/52136"
                },
                {
                    "name": "mherchel",
                    "homepage": "https://www.drupal.org/user/118428"
                }
            ],
            "description": "Provides a content type and view for managing job listings",
            "homepage": "https://www.drupal.org/project/event_platform",
            "support": {
                "source": "https://git.drupalcode.org/project/event_platform"
            },
            "install-path": null
        },
        {
            "name": "drupal/event_platform_scheduler",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "drupal/event_platform": "^1",
                "drupal/event_platform_sessions": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "1.0.4",
                    "datestamp": "1740341268",
                    "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": "kclarkson",
                    "homepage": "https://www.drupal.org/user/579302"
                },
                {
                    "name": "mandclu",
                    "homepage": "https://www.drupal.org/user/52136"
                },
                {
                    "name": "mherchel",
                    "homepage": "https://www.drupal.org/user/118428"
                }
            ],
            "description": "Provides an interface for assigning sessions to rooms and times.",
            "homepage": "https://www.drupal.org/project/event_platform",
            "support": {
                "source": "https://git.drupalcode.org/project/event_platform"
            },
            "install-path": null
        },
        {
            "name": "drupal/event_platform_sessions",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "require": {
                "drupal/add_content_by_bundle": "*",
                "drupal/auto_entitylabel": "*",
                "drupal/core": "^9 || ^10 || ^11",
                "drupal/event_platform": "^1",
                "drupal/field_group": "*",
                "drupal/field_permissions": "*",
                "drupal/hide_revision_field": "*",
                "drupal/honeypot": "*",
                "drupal/maxlength": "*",
                "drupal/registration_role": "*",
                "drupal/smart_date": "*",
                "drupal/views_summary_tabs": "*",
                "drupal/workbench_email": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "1.0.4",
                    "datestamp": "1740341268",
                    "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": "kclarkson",
                    "homepage": "https://www.drupal.org/user/579302"
                },
                {
                    "name": "mandclu",
                    "homepage": "https://www.drupal.org/user/52136"
                },
                {
                    "name": "mherchel",
                    "homepage": "https://www.drupal.org/user/118428"
                }
            ],
            "description": "A content type, views, and vocabularies for managing sessions",
            "homepage": "https://www.drupal.org/project/event_platform",
            "support": {
                "source": "https://git.drupalcode.org/project/event_platform"
            },
            "install-path": null
        },
        {
            "name": "drupal/event_platform_speakers",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "drupal/event_platform": "^1"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "1.0.4",
                    "datestamp": "1740341268",
                    "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": "kclarkson",
                    "homepage": "https://www.drupal.org/user/579302"
                },
                {
                    "name": "mandclu",
                    "homepage": "https://www.drupal.org/user/52136"
                },
                {
                    "name": "mherchel",
                    "homepage": "https://www.drupal.org/user/118428"
                }
            ],
            "description": "Provides a content type and view to display featured speakers",
            "homepage": "https://www.drupal.org/project/event_platform",
            "support": {
                "source": "https://git.drupalcode.org/project/event_platform"
            },
            "install-path": null
        },
        {
            "name": "drupal/event_platform_sponsors",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "require": {
                "drupal/add_content_by_bundle": "*",
                "drupal/core": "^9 || ^10 || ^11",
                "drupal/event_platform": "^1",
                "drupal/field_permissions": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "1.0.4",
                    "datestamp": "1740341268",
                    "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": "kclarkson",
                    "homepage": "https://www.drupal.org/user/579302"
                },
                {
                    "name": "mandclu",
                    "homepage": "https://www.drupal.org/user/52136"
                },
                {
                    "name": "mherchel",
                    "homepage": "https://www.drupal.org/user/118428"
                }
            ],
            "description": "Provides a content type and views for managing sponsors",
            "homepage": "https://www.drupal.org/project/event_platform",
            "support": {
                "source": "https://git.drupalcode.org/project/event_platform"
            },
            "install-path": null
        },
        {
            "name": "drupal/extlink",
            "version": "2.0.5",
            "version_normalized": "2.0.5.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/extlink.git",
                "reference": "2.0.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/extlink-2.0.5.zip",
                "reference": "2.0.5",
                "shasum": "3b2f73f60483ebf6e7f374f7340b19f228386cca"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.5",
                    "datestamp": "1757349140",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nate Lampton",
                    "homepage": "https://www.drupal.org/u/quicksketch",
                    "role": "Maintainer"
                },
                {
                    "name": "Lachlan Ennis",
                    "homepage": "https://www.drupal.org/u/elachlan",
                    "role": "Maintainer"
                },
                {
                    "name": "Neslee Canil Pinto",
                    "homepage": "https://www.drupal.org/u/neslee-canil-pinto",
                    "role": "Maintainer"
                },
                {
                    "name": "quicksketch",
                    "homepage": "https://www.drupal.org/user/35821"
                },
                {
                    "name": "smustgrave",
                    "homepage": "https://www.drupal.org/user/3252890"
                }
            ],
            "description": "Modify behavior and appearance of external links.",
            "homepage": "https://www.drupal.org/project/extlink",
            "keywords": [
                "Drupal",
                "External Links"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/extlink",
                "issues": "https://www.drupal.org/project/issues/extlink"
            },
            "install-path": "../../web/modules/contrib/extlink"
        },
        {
            "name": "drupal/facet_range_list_item",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/facet_range_list_item.git",
                "reference": "1.2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/facet_range_list_item-1.2.0.zip",
                "reference": "1.2.0",
                "shasum": "ce6d6a4252b1dd8098597ac48324997e022549a7"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11 || ^12",
                "drupal/facets": "*",
                "drupal/search_api": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.2.0",
                    "datestamp": "1744890587",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Naresh Bavaskar (naresh_bavaskar)",
                    "homepage": "https://www.drupal.org/u/naresh_bavaskar",
                    "role": "Maintainer"
                }
            ],
            "description": "This module provides an option for user-specific range as the processor for Search API.",
            "homepage": "https://www.drupal.org/project/facet_range_list_item",
            "keywords": [
                "Drupal",
                "Search"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/facet_range_list_item",
                "issues": "https://www.drupal.org/project/issues/facet_range_list_item"
            },
            "install-path": "../../web/modules/contrib/facet_range_list_item"
        },
        {
            "name": "drupal/facets",
            "version": "2.0.10",
            "version_normalized": "2.0.10.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/facets.git",
                "reference": "2.0.10"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/facets-2.0.10.zip",
                "reference": "2.0.10",
                "shasum": "d7deeefd5a0c96c5f3715e236a4b766aaade945c"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "conflict": {
                "drupal/search_api": "<1.30"
            },
            "require-dev": {
                "drupal/jquery_ui_slider": "^2.1",
                "drupal/jquery_ui_touch_punch": "^1.1",
                "drupal/search_api": "1.x-dev"
            },
            "suggest": {
                "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": {
                "drupal": {
                    "version": "2.0.10",
                    "datestamp": "1756314567",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "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",
                "issues": "https://www.drupal.org/project/issues/facets",
                "irc": "irc://irc.freenode.org/drupal-search-api"
            },
            "install-path": "../../web/modules/contrib/facets"
        },
        {
            "name": "drupal/facets_custom_label",
            "version": "1.5.0",
            "version_normalized": "1.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/facets_custom_label.git",
                "reference": "8.x-1.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/facets_custom_label-8.x-1.5.zip",
                "reference": "8.x-1.5",
                "shasum": "4d5bc3020b82101170fe9c53f96bfad2734f9789"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11",
                "drupal/facets": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.5",
                    "datestamp": "1735599977",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Dakwamine",
                    "homepage": "https://www.drupal.org/user/3517785",
                    "email": "dakwamine@gmail.com"
                },
                {
                    "name": "eme",
                    "homepage": "https://www.drupal.org/user/542492"
                }
            ],
            "description": "Provides tre ability to customize facets labels by mapping original values to desired display value.",
            "homepage": "https://www.drupal.org/project/facets_custom_label",
            "support": {
                "source": "https://git.drupalcode.org/project/facets_custom_label"
            },
            "install-path": "../../web/modules/contrib/facets_custom_label"
        },
        {
            "name": "drupal/facets_range_widget",
            "version": "2.0.10",
            "version_normalized": "2.0.10.0",
            "require": {
                "drupal/core": "^10 || ^11",
                "drupal/facets": "*",
                "drupal/jquery_ui_slider": "*",
                "drupal/jquery_ui_touch_punch": "*"
            },
            "require-dev": {
                "drupal/facets": "*",
                "drupal/search_api": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "2.0.10",
                    "datestamp": "1756314567",
                    "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": "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": "Provides a range widget and solid slider.",
            "homepage": "https://www.drupal.org/project/facets",
            "support": {
                "source": "https://git.drupalcode.org/project/facets"
            },
            "install-path": null
        },
        {
            "name": "drupal/facets_summary",
            "version": "2.0.10",
            "version_normalized": "2.0.10.0",
            "require": {
                "drupal/core": "^10 || ^11",
                "drupal/facets": "*"
            },
            "require-dev": {
                "drupal/search_api": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "2.0.10",
                    "datestamp": "1756314567",
                    "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": "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": "Exposes a Facets block summary showing the current search.",
            "homepage": "https://www.drupal.org/project/facets",
            "support": {
                "source": "https://git.drupalcode.org/project/facets"
            },
            "install-path": null
        },
        {
            "name": "drupal/field_display_toggle",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/field_display_toggle.git",
                "reference": "1.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/field_display_toggle-1.0.2.zip",
                "reference": "1.0.2",
                "shasum": "7183c1aa68f72b5a5684f2da748705740ed22657"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.2",
                    "datestamp": "1722595869",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Akhil Babu",
                    "homepage": "https://www.drupal.org/user/3632866"
                },
                {
                    "name": "annmarysruthy",
                    "homepage": "https://www.drupal.org/user/3664314"
                }
            ],
            "description": "Provides functionality to enable or disable all fields in entity displays.",
            "homepage": "https://www.drupal.org/project/field_display_toggle",
            "support": {
                "source": "https://git.drupalcode.org/project/field_display_toggle"
            },
            "install-path": "../../web/modules/contrib/field_display_toggle"
        },
        {
            "name": "drupal/field_group",
            "version": "3.6.0",
            "version_normalized": "3.6.0.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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/field_group"
        },
        {
            "name": "drupal/field_inheritance",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/field_inheritance.git",
                "reference": "2.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/field_inheritance-2.0.0.zip",
                "reference": "2.0.0",
                "shasum": "3180f0140360ebc3d5d20696e04e15e9b41ff56e"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0",
                    "datestamp": "1706902692",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "lullabot",
                    "homepage": "https://www.drupal.org/user/3815489"
                },
                {
                    "name": "owenbush",
                    "homepage": "https://www.drupal.org/user/2765259"
                }
            ],
            "description": "Provides the ability to inherit data from one entity to another",
            "homepage": "https://www.drupal.org/project/field_inheritance",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/field_inheritance",
                "issues": "https://www.drupal.org/project/issues/field_inheritance"
            },
            "install-path": "../../web/modules/contrib/field_inheritance"
        },
        {
            "name": "drupal/field_permissions",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/field_permissions.git",
                "reference": "8.x-1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/field_permissions-8.x-1.4.zip",
                "reference": "8.x-1.4",
                "shasum": "bd3f5803d8c195bc136d4a25774346d69f653029"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.4",
                    "datestamp": "1721754779",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "branch-alias": {
                    "dev-8.x-1.x": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "jhedstrom",
                    "homepage": "https://www.drupal.org/user/208732"
                },
                {
                    "name": "mariacha1",
                    "homepage": "https://www.drupal.org/user/2210776"
                },
                {
                    "name": "markus_petrux",
                    "homepage": "https://www.drupal.org/user/39593"
                },
                {
                    "name": "RobLoach",
                    "homepage": "https://www.drupal.org/user/61114"
                }
            ],
            "description": "The Field Permissions module allows site administrators to set field-level permissions to edit, view and create fields on any entity.",
            "homepage": "https://www.drupal.org/project/field_permissions",
            "support": {
                "source": "https://git.drupalcode.org/project/field_permissions",
                "issues": "https://www.drupal.org/project/issues/field_permissions"
            },
            "install-path": "../../web/modules/contrib/field_permissions"
        },
        {
            "name": "drupal/fieldblock",
            "version": "2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/fieldblock.git",
                "reference": "8.x-2.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/fieldblock-8.x-2.3.zip",
                "reference": "8.x-2.3",
                "shasum": "1db97e62c67b429ee6c574830c599707ff6e4587"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.3",
                    "datestamp": "1735309014",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "joycelam",
                    "homepage": "https://www.drupal.org/user/3543385"
                },
                {
                    "name": "manishvaity",
                    "homepage": "https://www.drupal.org/user/697256"
                },
                {
                    "name": "marcvangend",
                    "homepage": "https://www.drupal.org/user/158153"
                },
                {
                    "name": "sutharsan",
                    "homepage": "https://www.drupal.org/user/73854"
                }
            ],
            "description": "Display fields of the current entity as blocks.",
            "homepage": "https://www.drupal.org/project/fieldblock",
            "support": {
                "source": "https://git.drupalcode.org/project/fieldblock"
            },
            "install-path": "../../web/modules/contrib/fieldblock"
        },
        {
            "name": "drupal/file_download_link",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/file_download_link.git",
                "reference": "2.0.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/file_download_link-2.0.4.zip",
                "reference": "2.0.4",
                "shasum": "a7f8285ffcd8ef2b294b8b93fd0a99c7f8106be0"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/token": "^1.11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.4",
                    "datestamp": "1720531358",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "danflanagan8",
                    "homepage": "https://www.drupal.org/user/3615359"
                }
            ],
            "description": "Adds field formatter to render file field as configurable download link.",
            "homepage": "https://drupal.org/project/file_download_link",
            "support": {
                "source": "https://git.drupalcode.org/project/file_download_link"
            },
            "install-path": "../../web/modules/contrib/file_download_link"
        },
        {
            "name": "drupal/filehash",
            "version": "3.2.2",
            "version_normalized": "3.2.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/filehash.git",
                "reference": "3.2.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/filehash-3.2.2.zip",
                "reference": "3.2.2",
                "shasum": "5ccad34a8074e0932ef07613d2d262169eeceac1"
            },
            "require": {
                "drupal/core": "^10.2 || ^11"
            },
            "require-dev": {
                "drush/drush": "^12.0 || ^13.0"
            },
            "suggest": {
                "yzalis/identicon": "^2.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.2.2",
                    "datestamp": "1759027522",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mark Burdett (mfb)",
                    "homepage": "https://www.drupal.org/u/mfb",
                    "role": "Maintainer"
                }
            ],
            "description": "File Hash module generates and stores hashes for each file uploaded to the site.",
            "homepage": "https://www.drupal.org/project/filehash",
            "support": {
                "source": "https://git.drupalcode.org/project/filehash",
                "issues": "https://www.drupal.org/project/issues/filehash"
            },
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/mfb"
                },
                {
                    "type": "patreon",
                    "url": "https://www.patreon.com/mfb"
                }
            ],
            "install-path": "../../web/modules/contrib/filehash"
        },
        {
            "name": "drupal/fivestar",
            "version": "1.0.0-alpha5",
            "version_normalized": "1.0.0.0-alpha5",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/fivestar.git",
                "reference": "8.x-1.0-alpha5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/fivestar-8.x-1.0-alpha5.zip",
                "reference": "8.x-1.0-alpha5",
                "shasum": "cc5be843d7a7e5d1123b632e7c0fd969fe88bf3e"
            },
            "require": {
                "drupal/core": "^9.2 || ^10",
                "drupal/votingapi": "^3.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-alpha5",
                    "datestamp": "1696366144",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "dbt102",
                    "homepage": "https://www.drupal.org/user/338300"
                },
                {
                    "name": "ericduran",
                    "homepage": "https://www.drupal.org/user/244460"
                },
                {
                    "name": "init90",
                    "homepage": "https://www.drupal.org/user/1322186"
                },
                {
                    "name": "tr",
                    "homepage": "https://www.drupal.org/user/202830"
                }
            ],
            "description": "Enables fivestar ratings on content, users, etc.",
            "homepage": "https://www.drupal.org/project/fivestar",
            "support": {
                "source": "https://git.drupalcode.org/project/fivestar",
                "issues": "https://www.drupal.org/project/issues/fivestar"
            },
            "install-path": "../../web/modules/contrib/fivestar"
        },
        {
            "name": "drupal/fixed_block_content",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/fixed_block_content.git",
                "reference": "8.x-1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/fixed_block_content-8.x-1.4.zip",
                "reference": "8.x-1.4",
                "shasum": "bf5035846418156857bd94bc6139aea339a884bb"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "drupal/hal": "^1.0 || ^2.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.4",
                    "datestamp": "1743628825",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "3467967: Can not open the edit page": "https://www.drupal.org/files/issues/2024-08-14/3467967-con-not-open-edit-page-2.patch"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/fixed_block_content"
        },
        {
            "name": "drupal/flag",
            "version": "4.0.0-beta7",
            "version_normalized": "4.0.0.0-beta7",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/flag.git",
                "reference": "8.x-4.0-beta7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/flag-8.x-4.0-beta7.zip",
                "reference": "8.x-4.0-beta7",
                "shasum": "6f74fcaec0db3c54934cdf8f25acb67c0c2d7f07"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-4.0-beta7",
                    "datestamp": "1743851261",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                },
                "patches_applied": {
                    "Add Twig function/extension to generate flag/unflag links": "https://git.drupalcode.org/project/flag/-/merge_requests/97.diff"
                }
            },
            "installation-source": "dist",
            "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": "fago",
                    "homepage": "https://www.drupal.org/user/16747"
                },
                {
                    "name": "fubhy",
                    "homepage": "https://www.drupal.org/user/761344"
                },
                {
                    "name": "ivnish",
                    "homepage": "https://www.drupal.org/user/3547706"
                },
                {
                    "name": "joachim",
                    "homepage": "https://www.drupal.org/user/107701"
                },
                {
                    "name": "mandclu",
                    "homepage": "https://www.drupal.org/user/52136"
                },
                {
                    "name": "quicksketch",
                    "homepage": "https://www.drupal.org/user/35821"
                },
                {
                    "name": "shabana.navas",
                    "homepage": "https://www.drupal.org/user/1311398"
                },
                {
                    "name": "socketwench",
                    "homepage": "https://www.drupal.org/user/65793"
                }
            ],
            "description": "Create customized flags that users can set on entities.",
            "homepage": "https://www.drupal.org/project/flag",
            "support": {
                "source": "https://git.drupalcode.org/project/flag"
            },
            "install-path": "../../web/modules/contrib/flag"
        },
        {
            "name": "drupal/flag_block",
            "version": "1.5.0",
            "version_normalized": "1.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/flag_block.git",
                "reference": "8.x-1.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/flag_block-8.x-1.5.zip",
                "reference": "8.x-1.5",
                "shasum": "97add0880b5018d43a845dc5dd270fe125fb8bea"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11 || ^12",
                "drupal/flag": "^4.0@beta"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.5",
                    "datestamp": "1698846454",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Andriy Malyeyev (slivorezka)",
                    "homepage": "https://www.drupal.org/u/slivorezka",
                    "role": "Maintainer"
                },
                {
                    "name": "slivorezka",
                    "homepage": "https://www.drupal.org/user/2309416"
                }
            ],
            "description": "This is a very simple module makes available Flag link in a block.",
            "homepage": "http://drupal.org/project/flag_block",
            "support": {
                "source": "http://cgit.drupalcode.org/flag_block",
                "issues": "https://www.drupal.org/project/issues/flag_block",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            },
            "install-path": "../../web/modules/contrib/flag_block"
        },
        {
            "name": "drupal/focal_point",
            "version": "2.1.2",
            "version_normalized": "2.1.2.0",
            "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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/focal_point"
        },
        {
            "name": "drupal/footermap",
            "version": "1.9.0",
            "version_normalized": "1.9.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/footermap.git",
                "reference": "8.x-1.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/footermap-8.x-1.9.zip",
                "reference": "8.x-1.9",
                "shasum": "a4b7556940dee5e47a632d870678874c591ec5b7"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.9",
                    "datestamp": "1721225112",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "mradcliffe",
                    "homepage": "https://www.drupal.org/user/157079"
                }
            ],
            "description": "Recursively generates and displays basic site map of non-hidden menu items in block instances that may be placed in the footer.",
            "homepage": "https://www.drupal.org/project/footermap",
            "support": {
                "source": "https://git.drupalcode.org/project/footermap"
            },
            "install-path": "../../web/modules/contrib/footermap"
        },
        {
            "name": "drupal/footnotes",
            "version": "4.0.0-beta7",
            "version_normalized": "4.0.0.0-beta7",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/footnotes.git",
                "reference": "4.0.0-beta7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/footnotes-4.0.0-beta7.zip",
                "reference": "4.0.0-beta7",
                "shasum": "664be170477906662f0c53d7538f59fbccf61df9"
            },
            "require": {
                "drupal/core": ">=10.0"
            },
            "require-dev": {
                "drupal/metatag": "^2.0",
                "drupal/search_api": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.0-beta7",
                    "datestamp": "1752088035",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/footnotes"
        },
        {
            "name": "drupal/fpa",
            "version": "4.0.1",
            "version_normalized": "4.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/fpa.git",
                "reference": "4.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/fpa-4.0.1.zip",
                "reference": "4.0.1",
                "shasum": "7281a1009d3cf426dabc32e4722c967ad723f2c7"
            },
            "require": {
                "drupal/core": "^9.4 | ^10.3 | ^11",
                "drupal/js_cookie": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.1",
                    "datestamp": "1734622935",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "azovsky",
                    "homepage": "https://www.drupal.org/user/330533"
                },
                {
                    "name": "corey.aufang",
                    "homepage": "https://www.drupal.org/user/163737"
                },
                {
                    "name": "HakS",
                    "homepage": "https://www.drupal.org/user/1815198"
                },
                {
                    "name": "vladimiraus",
                    "homepage": "https://www.drupal.org/user/673120"
                }
            ],
            "description": "Fast filtering on permissions administration form.",
            "homepage": "https://www.drupal.org/project/fpa",
            "support": {
                "source": "https://git.drupalcode.org/project/fpa"
            },
            "install-path": "../../web/modules/contrib/fpa"
        },
        {
            "name": "drupal/gcontent_moderation",
            "version": "1.0.0-beta3",
            "version_normalized": "1.0.0.0-beta3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/gcontent_moderation.git",
                "reference": "1.0.0-beta3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/gcontent_moderation-1.0.0-beta3.zip",
                "reference": "1.0.0-beta3",
                "shasum": "be193db65435971e1b68b0271d1f467991d250b1"
            },
            "require": {
                "drupal/core": "^9.1 || ^10",
                "drupal/group": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.0-beta3",
                    "datestamp": "1693904701",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Jaap Jan Koster",
                    "homepage": "https://www.drupal.org/u/jaapjan",
                    "role": "Maintainer"
                },
                {
                    "name": "hernani",
                    "homepage": "https://www.drupal.org/user/448086"
                },
                {
                    "name": "jaapjan",
                    "homepage": "https://www.drupal.org/user/555428"
                },
                {
                    "name": "kingdutch",
                    "homepage": "https://www.drupal.org/user/1868952"
                },
                {
                    "name": "msnassar",
                    "homepage": "https://www.drupal.org/user/1199630"
                },
                {
                    "name": "naveenvalecha",
                    "homepage": "https://www.drupal.org/user/2665733"
                },
                {
                    "name": "ronaldtebrake",
                    "homepage": "https://www.drupal.org/user/2314038"
                }
            ],
            "description": "Gcontent moderation",
            "homepage": "https://www.drupal.org/project/gcontent_moderation",
            "support": {
                "source": "https://git.drupalcode.org/project/gcontent_moderation",
                "issues": "https://www.drupal.org/project/issues/gcontent_moderation"
            },
            "install-path": "../../web/modules/contrib/gcontent_moderation"
        },
        {
            "name": "drupal/geocoder",
            "version": "4.30.0",
            "version_normalized": "4.30.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/geocoder.git",
                "reference": "8.x-4.30"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/geocoder-8.x-4.30.zip",
                "reference": "8.x-4.30",
                "shasum": "701115afdf7435ab2ac8841e1d73ad531b465bc0"
            },
            "require": {
                "davedevelopment/stiphle": "^0.9.2",
                "drupal/core": "^8 || ^9 || ^10 || ^11 || ^12",
                "php": ">=7.3.0",
                "php-http/guzzle7-adapter": "^1.0",
                "php-http/message": "^1.6",
                "willdurand/geocoder": "^4.0|^5.0"
            },
            "require-dev": {
                "drupal/address": "^1.11 || ^2.0",
                "drupal/geocoder_field": "*",
                "drupal/geofield": "^1.52",
                "geo6/geocoder-php-addok-provider": "^1.0",
                "geo6/geocoder-php-bpost-provider": "^1.3.0",
                "geo6/geocoder-php-geopunt-provider": "^1.0",
                "geo6/geocoder-php-spw-provider": "^1.0",
                "geocoder-php/arcgis-online-provider": "^4.0",
                "geocoder-php/azure-maps-provider": "^1.2",
                "geocoder-php/bing-maps-provider": "^4.0",
                "geocoder-php/free-geoip-provider": "^4.1",
                "geocoder-php/geo-plugin-provider": "^4.0",
                "geocoder-php/geonames-provider": "^4.1",
                "geocoder-php/google-maps-provider": "^4.2",
                "geocoder-php/graphhopper-provider": "^0.5.0",
                "geocoder-php/host-ip-provider": "^4.0",
                "geocoder-php/ip-info-db-provider": "^4.0",
                "geocoder-php/locationiq-provider": "^1.5",
                "geocoder-php/mapbox-provider": "^1.0",
                "geocoder-php/mapquest-provider": "^4.0",
                "geocoder-php/maptiler-provider": "^1.0",
                "geocoder-php/maxmind-provider": "^4.1",
                "geocoder-php/nominatim-provider": "^5.0",
                "geocoder-php/open-cage-provider": "^4.0",
                "geocoder-php/openrouteservice-provider": "^1.0",
                "geocoder-php/pelias-provider": "^1.1",
                "geocoder-php/photon-provider": "^0.6",
                "geocoder-php/tomtom-provider": "^4.0",
                "geocoder-php/yandex-provider": "^4.0",
                "systonic/ban-france-provider": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-4.30",
                    "datestamp": "1753886741",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Pol Dellaiera (@drupol)",
                    "homepage": "https://www.drupal.org/u/pol",
                    "role": "Maintainer"
                },
                {
                    "name": "Italo Mairo (@itamair)",
                    "homepage": "https://www.drupal.org/u/itamair",
                    "role": "Co-maintainer"
                },
                {
                    "name": "michaelfavia",
                    "homepage": "https://www.drupal.org/user/49137"
                },
                {
                    "name": "poker10",
                    "homepage": "https://www.drupal.org/user/272316"
                }
            ],
            "description": "Module and services based API to perform Geocode & Reverse Geocode operations among GIS data and addresses types & formats.",
            "homepage": "https://drupal.org/project/geocoder",
            "support": {
                "source": "https://git.drupalcode.org/project/geocoder",
                "issues": "https://drupal.org/project/issues/geocoder",
                "irc": "irc://irc.freenode.org/drupal-geo"
            },
            "install-path": "../../web/modules/contrib/geocoder"
        },
        {
            "name": "drupal/geofield",
            "version": "1.66.0",
            "version_normalized": "1.66.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/geofield.git",
                "reference": "8.x-1.66"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/geofield-8.x-1.66.zip",
                "reference": "8.x-1.66",
                "shasum": "c217b8f506dcc6c4c581d2dd0dc6c02f9ce8bd14"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "itamair/geophp": "^1.6"
            },
            "require-dev": {
                "drupal/diff": "^1.3",
                "drupal/feeds": "^3.0@beta"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.66",
                    "datestamp": "1757514238",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Italo Mairo",
                    "homepage": "https://www.drupal.org/u/itamair",
                    "role": "Drupal 8+ Maintainer"
                },
                {
                    "name": "Brandon Morrison",
                    "homepage": "https://www.drupal.org/u/brandonian",
                    "role": "Drupal 7 Maintainer"
                },
                {
                    "name": "Pablo López",
                    "homepage": "https://www.drupal.org/u/plopesc",
                    "role": "Drupal 7 Maintainer"
                }
            ],
            "description": "Stores geographic and location data (points, lines, and polygons).",
            "homepage": "https://www.drupal.org/project/geofield",
            "support": {
                "source": "https://git.drupalcode.org/project/geofield",
                "issues": "https://www.drupal.org/project/issues/geofield",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            },
            "install-path": "../../web/modules/contrib/geofield"
        },
        {
            "name": "drupal/geolocation",
            "version": "3.14.0",
            "version_normalized": "3.14.0.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"
                    }
                },
                "patches_applied": {
                    "Zoom to fit in Views not working on Google Map": "patches/zoomissues.patch"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/geolocation"
        },
        {
            "name": "drupal/gin",
            "version": "3.1.0",
            "version_normalized": "3.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/gin.git",
                "reference": "8.x-3.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.1.zip",
                "reference": "8.x-3.1",
                "shasum": "e652cf8a55888fc2d72118291ec22f62e0807f7c"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11 <11.2",
                "drupal/gin_toolbar": "^1.0"
            },
            "type": "drupal-theme",
            "extra": {
                "drupal": {
                    "version": "8.x-3.1",
                    "datestamp": "1750246434",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../../web/themes/contrib/gin"
        },
        {
            "name": "drupal/gin_login",
            "version": "2.1.3",
            "version_normalized": "2.1.3.0",
            "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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../../web/modules/contrib/gin_login"
        },
        {
            "name": "drupal/gin_toolbar",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/gin_toolbar.git",
                "reference": "8.x-1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.1.zip",
                "reference": "8.x-1.1",
                "shasum": "c6079e28460a9d36e2d83a710143eb56985092c6"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11 <11.2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.1",
                    "datestamp": "1750245793",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../../web/modules/contrib/gin_toolbar"
        },
        {
            "name": "drupal/gnode",
            "version": "3.3.5",
            "version_normalized": "3.3.5.0",
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/group": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "3.3.5",
                    "datestamp": "1746519542",
                    "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"
            },
            "install-path": null
        },
        {
            "name": "drupal/go_back",
            "version": "1.8.0",
            "version_normalized": "1.8.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/go_back.git",
                "reference": "8.x-1.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/go_back-8.x-1.8.zip",
                "reference": "8.x-1.8",
                "shasum": "20e043760230003817c0d873f0c6d0731ee8bcfa"
            },
            "require": {
                "drupal/core": "^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.8",
                    "datestamp": "1650273831",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "saesa",
                    "homepage": "https://www.drupal.org/user/3561094"
                }
            ],
            "description": "Add a block with a button to go back to the previous page.",
            "homepage": "https://www.drupal.org/project/go_back",
            "support": {
                "source": "https://git.drupalcode.org/project/go_back"
            },
            "install-path": "../../web/modules/contrib/go_back"
        },
        {
            "name": "drupal/google_tag",
            "version": "2.0.9",
            "version_normalized": "2.0.9.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/google_tag.git",
                "reference": "2.0.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/google_tag-2.0.9.zip",
                "reference": "2.0.9",
                "shasum": "78749a4520f6d89ca374061ac4f85f561118b3f1"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/commerce": "^2.0 || ^3.0",
                "drupal/commerce_wishlist": "^3.0@beta",
                "drupal/csp": "^1.0 || ~2.1.1",
                "drupal/google_analytics": "^4.0",
                "drupal/search_api": "^1.28.0",
                "drupal/token": "^1.11.0",
                "drupal/webform": "^6.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.9",
                    "datestamp": "1756130983",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "acquia",
                    "homepage": "https://www.drupal.org/user/1231722"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "kaynen",
                    "homepage": "https://www.drupal.org/user/733308"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "solotandem",
                    "homepage": "https://www.drupal.org/user/240748"
                }
            ],
            "description": "Provides support for Google Tag and Google Tag Manager in Drupal.",
            "homepage": "https://www.drupal.org/project/google_tag",
            "support": {
                "source": "https://git.drupalcode.org/project/google_tag"
            },
            "install-path": "../../web/modules/contrib/google_tag"
        },
        {
            "name": "drupal/google_translator",
            "version": "2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/google_translator.git",
                "reference": "2.3.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/google_translator-2.3.0.zip",
                "reference": "2.3.0",
                "shasum": "306d8277b0e112749f88a9289f5d73f46652804b"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.3.0",
                    "datestamp": "1729724286",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "jenna.tollerson",
                    "homepage": "https://www.drupal.org/user/147099"
                },
                {
                    "name": "jenna.tollerson",
                    "homepage": "https://www.drupal.org/user/147099"
                }
            ],
            "description": "Provides a block for Google Translate's Website translator.",
            "homepage": "https://www.drupal.org/project/google_translator",
            "support": {
                "source": "https://git.drupalcode.org/project/google_translator"
            },
            "install-path": "../../web/modules/contrib/google_translator"
        },
        {
            "name": "drupal/group",
            "version": "1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/group.git",
                "reference": "8.x-1.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/group-8.x-1.6.zip",
                "reference": "8.x-1.6",
                "shasum": "f9559b6e79db8420f9d13e9d4b2387b3a66fd03b"
            },
            "require": {
                "drupal/core": "^9.5 || ^10",
                "drupal/entity": "^1.4",
                "drupal/variationcache": "^1.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.6",
                    "datestamp": "1693382492",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Entities identified by strings as group content": "patches/2797793-306-plugin-check.patch",
                    "Access to Revisions of Group Content is Broken": "https://www.drupal.org/files/issues/2022-08-10/group-2876696-21-and-3256998-51.patch",
                    "Media enabler": "patches/media-enabler-2984315-31.patch",
                    "Block content enabler": "patches/group-block_content_support-3014720-2.patch",
                    "group/{group}/node/create uses the permissions of group/{group}/node/add": "https://www.drupal.org/files/issues/2018-07-18/group-content-create-mode-permission.patch",
                    "Get a token of a node's parent group to create a pathauto pattern": "https://www.drupal.org/files/issues/2018-12-19/group-2774827-41-gnode-tokens.patch",
                    "Add a Content views filter": "https://www.drupal.org/files/issues/2020-09-28/group-add_views_filter-2981046-14.patch",
                    "More contexts needed": "https://www.drupal.org/files/issues/2022-04-21/group-context-2815971-32.patch",
                    "Provide useful Views filters for Groups & moderation check": "patches/group-filters-moderation.patch",
                    "Add views contextual filter to get group ID from either URL or group content": "https://www.drupal.org/files/issues/2020-02-10/views-cont-filter-to-get-gid-from-url-or-group-content-3112501.patch",
                    "Group Entity Not Indexed by Search": "patches/group_search-3022203-7.patch",
                    "The entity type does not exist": "https://www.drupal.org/files/issues/2021-04-08/3161194_the_entity_type_does_not_exist_17_2.patch",
                    "Argument 1 passed to ModerationInformation": "patches/group_latest_revision_check-3215996-4.patch",
                    "Drupal 9 Readiness": "https://www.drupal.org/files/issues/2021-09-07/group_d9_readiness-3177458-4.patch",
                    "Missing config schema for condition.plugin.group_type": "https://www.drupal.org/files/issues/2018-12-14/group-group_type_condition_plugin_config_schema-3020554-2.patch",
                    "Add a getPluginIdsByEntityType() method to src/Plugin/GroupContentEnablerManager": "https://www.drupal.org/files/issues/2020-07-01/3152324-15.patch",
                    "uasort deprecation in PHP 8": "https://www.drupal.org/files/issues/2021-04-26/uasort-comparison-3210808-2.patch",
                    "WSOD Error when editing group type permissions": "https://www.drupal.org/files/issues/2022-08-25/group-3294949-2.patch",
                    "Node revisions: permissions and access check": "https://www.drupal.org/files/issues/2021-04-04/group_node-revisions-permissions-and-access-check-3134058-4.patch",
                    "Gblock d10": "patches/d10-gblock.patch",
                    "clear cache": "https://www.drupal.org/files/issues/2022-12-20/group-clear-cache-when-plugin-unknown-during-syncing.patch"
                }
            },
            "installation-source": "dist",
            "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": "https://drupal.org/project/group",
            "support": {
                "source": "https://git.drupalcode.org/project/group",
                "issues": "https://drupal.org/project/issues/group"
            },
            "install-path": "../../web/modules/contrib/group"
        },
        {
            "name": "drupal/group_content_menu",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/group_content_menu.git",
                "reference": "8.x-1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/group_content_menu-8.x-1.2.zip",
                "reference": "8.x-1.2",
                "shasum": "c0d154a48f583acb50bbb1b5112419b1929afcea"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10",
                "drupal/group": "^1.0@RC"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.2",
                    "datestamp": "1693867309",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Lucas Hedding",
                    "homepage": "https://www.drupal.org/u/heddn",
                    "role": "Maintainer"
                },
                {
                    "name": "ghost of drupal past",
                    "homepage": "https://www.drupal.org/user/3619592"
                },
                {
                    "name": "heddn",
                    "homepage": "https://www.drupal.org/user/1463982"
                }
            ],
            "description": "Provides features for a menu per group",
            "homepage": "https://www.drupal.org/project/group_content_menu",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/group_content_menu",
                "issues": "https://www.drupal.org/project/issues/group_content_menu"
            },
            "install-path": "../../web/modules/contrib/group_content_menu"
        },
        {
            "name": "drupal/groupblock",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/groupblock.git",
                "reference": "1.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/groupblock-1.0.2.zip",
                "reference": "1.0.2",
                "shasum": "d5dee8523f3ffe9be912823d238022fc6f58b341"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10",
                "drupal/group": "^1.2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.2",
                    "datestamp": "1688997996",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Josh Fabean",
                    "homepage": "https://www.drupal.org/u/josh.fabean",
                    "role": "Maintainer"
                },
                {
                    "name": "LOBsTerr",
                    "homepage": "https://www.drupal.org/user/645020"
                }
            ],
            "description": "This module allows you to integrate block entity into group functionality",
            "homepage": "http://drupal.org/project/groupblock",
            "support": {
                "source": "https://git.drupalcode.org/project/groupblock",
                "issues": "https://drupal.org/project/issues/groupblock"
            },
            "install-path": "../../web/modules/contrib/groupblock"
        },
        {
            "name": "drupal/groupmedia",
            "version": "2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/groupmedia.git",
                "reference": "8.x-2.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/groupmedia-8.x-2.4.zip",
                "reference": "8.x-2.4",
                "shasum": "36460d08d10708cc0552cd6242b6f0aa6f6770be"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "drupal/group": "^1.5"
            },
            "require-dev": {
                "drupal/paragraphs": "*",
                "drupal/views_bulk_operations": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.4",
                    "datestamp": "1762641115",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Getting media content plugin does not exist error while configuration import": "https://www.drupal.org/files/issues/2020-08-17/groupmedia-content-plugin-error-3165547-2.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Artem Dmitriiev",
                    "homepage": "https://www.drupal.org/u/admitriiev",
                    "role": "Maintainer"
                },
                {
                    "name": "Nikolay Lobachev",
                    "homepage": "https://www.drupal.org/u/lobsterr",
                    "role": "Maintainer"
                }
            ],
            "description": "This module allows you to integrate media entity into group functionality",
            "homepage": "http://drupal.org/project/groupmedia",
            "support": {
                "source": "https://git.drupalcode.org/project/groupmedia",
                "issues": "https://drupal.org/project/issues/groupmedia"
            },
            "install-path": "../../web/modules/contrib/groupmedia"
        },
        {
            "name": "drupal/hal",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/hal"
        },
        {
            "name": "drupal/hide_revision_field",
            "version": "2.5.0",
            "version_normalized": "2.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/hide_revision_field.git",
                "reference": "8.x-2.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/hide_revision_field-8.x-2.5.zip",
                "reference": "8.x-2.5",
                "shasum": "27351a351947b24d1f8ace66af38bbba75b53a16"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.5",
                    "datestamp": "1719472295",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "cosmicdreams",
                    "homepage": "https://www.drupal.org/user/42579"
                },
                {
                    "name": "ivnish",
                    "homepage": "https://www.drupal.org/user/3547706"
                },
                {
                    "name": "nickdickinsonwilde",
                    "homepage": "https://www.drupal.org/user/3094661"
                }
            ],
            "description": "Controls visibility of the revision field on content add/edit forms.",
            "homepage": "https://www.drupal.org/project/hide_revision_field",
            "support": {
                "source": "https://git.drupalcode.org/project/hide_revision_field"
            },
            "install-path": "../../web/modules/contrib/hide_revision_field"
        },
        {
            "name": "drupal/hierarchical_term_formatter",
            "version": "1.5.0",
            "version_normalized": "1.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/hierarchical_term_formatter.git",
                "reference": "8.x-1.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/hierarchical_term_formatter-8.x-1.5.zip",
                "reference": "8.x-1.5",
                "shasum": "b5f58c82eb2db34dc507502f974bfad55ea0e040"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.5",
                    "datestamp": "1748254225",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Group terms with common parents": "https://www.drupal.org/files/issues/2023-10-12/hierarchical_term_formatter-3039982-15.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Aaron Wolfe (awolfey)",
                    "homepage": "https://www.drupal.org/u/awolfey",
                    "role": "Maintainer"
                },
                {
                    "name": "Ivan Bustos (ibustos)",
                    "homepage": "https://www.drupal.org/u/ibustos",
                    "role": "Maintainer"
                },
                {
                    "name": "Viktor Holovachek (AstonVictor)",
                    "homepage": "https://www.drupal.org/u/astonvictor",
                    "role": "Maintainer"
                }
            ],
            "description": "This module provides hierarchical term formatters for taxonomy reference fields.",
            "homepage": "https://www.drupal.org/project/hierarchical_term_formatter",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/hierarchical_term_formatter",
                "issues": "https://www.drupal.org/project/issues/hierarchical_term_formatter"
            },
            "install-path": "../../web/modules/contrib/hierarchical_term_formatter"
        },
        {
            "name": "drupal/honeypot",
            "version": "2.2.2",
            "version_normalized": "2.2.2.0",
            "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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/honeypot"
        },
        {
            "name": "drupal/image_resize",
            "version": "1.0.0-alpha2",
            "version_normalized": "1.0.0.0-alpha2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/image_resize.git",
                "reference": "1.0.0-alpha2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/image_resize-1.0.0-alpha2.zip",
                "reference": "1.0.0-alpha2",
                "shasum": "5093680d66b9a56f05788595a54f437878262684"
            },
            "require": {
                "drupal/core": "^9 || ^10"
            },
            "require-dev": {
                "drupal/imagemagick": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.0-alpha2",
                    "datestamp": "1690225281",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "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": "gnikolovski",
                    "homepage": "https://www.drupal.org/user/3451979"
                }
            ],
            "description": "Allows to resize and convert existing and new images according to chosen criteria",
            "homepage": "https://www.drupal.org/project/image_resize",
            "support": {
                "source": "https://git.drupalcode.org/project/image_resize"
            },
            "install-path": "../../web/modules/contrib/image_resize"
        },
        {
            "name": "drupal/image_resize_filter",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/image_resize_filter.git",
                "reference": "8.x-1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/image_resize_filter-8.x-1.2.zip",
                "reference": "8.x-1.2",
                "shasum": "4d42350e60a3b60d6510fdde2e3a7fff17108ed8"
            },
            "require": {
                "drupal/ckeditor": "^1.0",
                "drupal/core": "^9.3 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.2",
                    "datestamp": "1698272648",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "David Valdez (gnuget)",
                    "homepage": "https://www.drupal.org/u/gnuget",
                    "role": "Maintainer"
                },
                {
                    "name": "Ra Mänd (ram4nd)",
                    "homepage": "https://www.drupal.org/u/ram4nd",
                    "role": "Co-maintainer"
                },
                {
                    "name": "quicksketch",
                    "homepage": "https://www.drupal.org/user/35821"
                },
                {
                    "name": "ram4nd",
                    "homepage": "https://www.drupal.org/user/601534"
                }
            ],
            "description": "Resizes images based on width and height attributes and optionally link to the original image.",
            "homepage": "https://www.drupal.org/project/image_resize_filter",
            "support": {
                "source": "https://git.drupalcode.org/project/image_resize_filter",
                "issues": "https://www.drupal.org/project/issues/image_resize_filter"
            },
            "install-path": "../../web/modules/contrib/image_resize_filter"
        },
        {
            "name": "drupal/image_widget_crop",
            "version": "2.4.0",
            "version_normalized": "2.4.0.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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/image_widget_crop"
        },
        {
            "name": "drupal/inline_entity_form",
            "version": "3.0.0-rc21",
            "version_normalized": "3.0.0.0-RC21",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/inline_entity_form.git",
                "reference": "3.0.0-rc21"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/inline_entity_form-3.0.0-rc21.zip",
                "reference": "3.0.0-rc21",
                "shasum": "bbfb99be0ee35ad197556b2aa02f6e181e34ff1f"
            },
            "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-rc21",
                    "datestamp": "1746459780",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/inline_entity_form"
        },
        {
            "name": "drupal/ip_geoloc",
            "version": "dev-1.x",
            "version_normalized": "dev-1.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ip_geoloc.git",
                "reference": "30d0298225fbefaf533937e4e0a56f533734ab8c"
            },
            "require": {
                "drupal/core": "^10"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "8.x-1.x-dev",
                    "datestamp": "1742345978",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "source",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "julianmancera",
                    "homepage": "https://www.drupal.org/user/805642"
                },
                {
                    "name": "rdeboer",
                    "homepage": "https://www.drupal.org/user/404007"
                }
            ],
            "description": "Display Google, Leaflet and OpenLayers maps of Views containing locations of visitors and/or nodes. Marker color differentiation. Centering options, e.g. visitor's HTML5-retrieved current position. Also an API for location-based services.",
            "homepage": "https://www.drupal.org/project/ip_geoloc",
            "support": {
                "source": "https://git.drupalcode.org/project/ip_geoloc"
            },
            "install-path": "../../web/modules/contrib/ip_geoloc"
        },
        {
            "name": "drupal/jquery_once",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_once.git",
                "reference": "1.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_once-1.1.0.zip",
                "reference": "1.1.0",
                "shasum": "246a585a72663c0ab661bb4cffdc93d61565ec6a"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.1.0",
                    "datestamp": "1736117167",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "florianmuellerch",
                    "homepage": "https://www.drupal.org/user/3524567"
                }
            ],
            "description": "Include dependency to jQuery and the former jQuery.once() library.",
            "homepage": "https://www.drupal.org/project/jquery_once",
            "support": {
                "source": "https://git.drupalcode.org/project/jquery_once"
            },
            "install-path": "../../web/modules/contrib/jquery_once"
        },
        {
            "name": "drupal/jquery_ui",
            "version": "1.8.0",
            "version_normalized": "1.8.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui.git",
                "reference": "8.x-1.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.8.zip",
                "reference": "8.x-1.8",
                "shasum": "a53e99216a81d1e35fa357885656a2cf420f1a6a"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.8",
                    "datestamp": "1758954737",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "rajeshreeputra",
                    "homepage": "https://www.drupal.org/user/3418561"
                },
                {
                    "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"
            },
            "install-path": "../../web/modules/contrib/jquery_ui"
        },
        {
            "name": "drupal/jquery_ui_accordion",
            "version": "2.1.0",
            "version_normalized": "2.1.0.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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/jquery_ui_accordion"
        },
        {
            "name": "drupal/jquery_ui_autocomplete",
            "version": "2.1.0",
            "version_normalized": "2.1.0.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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/jquery_ui_autocomplete"
        },
        {
            "name": "drupal/jquery_ui_button",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui_button.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui_button-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "b62ad1f3f06030b95842ba4c31edd590a2ad953f"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11",
                "drupal/jquery_ui": "^1.7",
                "drupal/jquery_ui_checkboxradio": "^2.1",
                "drupal/jquery_ui_controlgroup": "^2.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1717031391",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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 Button library.",
            "homepage": "https://www.drupal.org/project/jquery_ui_button",
            "support": {
                "source": "https://git.drupalcode.org/project/jquery_ui_button"
            },
            "install-path": "../../web/modules/contrib/jquery_ui_button"
        },
        {
            "name": "drupal/jquery_ui_checkboxradio",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui_checkboxradio.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui_checkboxradio-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "d4842fe5447132e57403294a0b9927d14671d41e"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11",
                "drupal/jquery_ui": "^1.7"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1717015524",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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 Checkboxradio library.",
            "homepage": "https://www.drupal.org/project/jquery_ui_checkboxradio",
            "support": {
                "source": "https://git.drupalcode.org/project/jquery_ui_checkboxradio"
            },
            "install-path": "../../web/modules/contrib/jquery_ui_checkboxradio"
        },
        {
            "name": "drupal/jquery_ui_controlgroup",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui_controlgroup.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui_controlgroup-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "8ab86e509f2430756c3eedb675d498d2d5581c9b"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11",
                "drupal/jquery_ui": "^1.7"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1717015522",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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 Controlgroup library.",
            "homepage": "https://www.drupal.org/project/jquery_ui_controlgroup",
            "support": {
                "source": "https://git.drupalcode.org/project/jquery_ui_controlgroup"
            },
            "install-path": "../../web/modules/contrib/jquery_ui_controlgroup"
        },
        {
            "name": "drupal/jquery_ui_datepicker",
            "version": "2.1.1",
            "version_normalized": "2.1.1.0",
            "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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/jquery_ui_datepicker"
        },
        {
            "name": "drupal/jquery_ui_dialog",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui_dialog.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui_dialog-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "b4b0897bfca10c8e060bd32409bdddc2e90c9721"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11",
                "drupal/jquery_ui": "^1.7",
                "drupal/jquery_ui_button": "^2.1",
                "drupal/jquery_ui_draggable": "^2.1",
                "drupal/jquery_ui_resizable": "^2.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1717094433",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "jeremy.zerr",
                    "homepage": "https://www.drupal.org/user/185042"
                },
                {
                    "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": "Unsupported Projects",
                    "homepage": "https://www.drupal.org/user/291168"
                },
                {
                    "name": "zrpnr",
                    "homepage": "https://www.drupal.org/user/1448368"
                }
            ],
            "description": "Provides jQuery UI Dialog library.",
            "homepage": "https://www.drupal.org/project/jquery_ui_dialog",
            "support": {
                "source": "https://git.drupalcode.org/project/jquery_ui_dialog"
            },
            "install-path": "../../web/modules/contrib/jquery_ui_dialog"
        },
        {
            "name": "drupal/jquery_ui_draggable",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui_draggable.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui_draggable-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "0d014cfff20993d8051efb8f6c9093a4fe5136f3"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11",
                "drupal/jquery_ui": "^1.7"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1717015492",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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 Draggable library.",
            "homepage": "https://www.drupal.org/project/jquery_ui_draggable",
            "support": {
                "source": "https://git.drupalcode.org/project/jquery_ui_draggable"
            },
            "install-path": "../../web/modules/contrib/jquery_ui_draggable"
        },
        {
            "name": "drupal/jquery_ui_menu",
            "version": "2.1.0",
            "version_normalized": "2.1.0.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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/jquery_ui_menu"
        },
        {
            "name": "drupal/jquery_ui_resizable",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui_resizable.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui_resizable-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "f1f15c5fe01f11e5348d502e2df836d0c492f507"
            },
            "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"
                    }
                }
            },
            "installation-source": "dist",
            "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": "zrpnr",
                    "homepage": "https://www.drupal.org/user/1448368"
                }
            ],
            "description": "Provides jQuery UI Resizable library.",
            "homepage": "https://www.drupal.org/project/jquery_ui_resizable",
            "support": {
                "source": "https://git.drupalcode.org/project/jquery_ui_resizable"
            },
            "install-path": "../../web/modules/contrib/jquery_ui_resizable"
        },
        {
            "name": "drupal/jquery_ui_slider",
            "version": "2.1.0",
            "version_normalized": "2.1.0.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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/jquery_ui_slider"
        },
        {
            "name": "drupal/jquery_ui_tabs",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui_tabs.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui_tabs-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "b39f54ee2f07757c6a511964828f30cc23486134"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11",
                "drupal/jquery_ui": "^1.7"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1719935962",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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 the jQuery UI Tabs library for any themes and modules",
            "homepage": "https://www.drupal.org/project/jquery_ui_tabs",
            "support": {
                "source": "https://git.drupalcode.org/project/jquery_ui_tabs"
            },
            "install-path": "../../web/modules/contrib/jquery_ui_tabs"
        },
        {
            "name": "drupal/jquery_ui_touch_punch",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/jquery_ui_touch_punch"
        },
        {
            "name": "drupal/js_cookie",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/js_cookie.git",
                "reference": "1.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/js_cookie-1.0.2.zip",
                "reference": "1.0.2",
                "shasum": "effcbee68083efc866aca2a1bfa3fc6e14fe0c2f"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.2",
                    "datestamp": "1762168962",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "jan kellermann",
                    "homepage": "https://www.drupal.org/user/371731"
                }
            ],
            "description": "Provides the js-cookie library as a dependency.",
            "homepage": "https://www.drupal.org/project/js_cookie",
            "support": {
                "source": "https://git.drupalcode.org/project/js_cookie"
            },
            "install-path": "../../web/modules/contrib/js_cookie"
        },
        {
            "name": "drupal/key",
            "version": "1.21.0",
            "version_normalized": "1.21.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/key.git",
                "reference": "8.x-1.21"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/key-8.x-1.21.zip",
                "reference": "8.x-1.21",
                "shasum": "1e493e73bd41e70831821929b97bfb43818202fe"
            },
            "require": {
                "drupal/core": "^9.1 || ^10 || ^11"
            },
            "require-dev": {
                "drush/drush": ">=9"
            },
            "suggest": {
                "drush/drush": ">=11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.21",
                    "datestamp": "1766353546",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": ">=9"
                    }
                }
            },
            "installation-source": "dist",
            "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": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "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"
            },
            "install-path": "../../web/modules/contrib/key"
        },
        {
            "name": "drupal/klaro",
            "version": "3.0.8",
            "version_normalized": "3.0.8.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/klaro.git",
                "reference": "3.0.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/klaro-3.0.8.zip",
                "reference": "3.0.8",
                "shasum": "b2cb6d85a75177a6707fa053ec8c7741b41b5355"
            },
            "require": {
                "drupal/core": "^10.2 || ^11",
                "drupal/klaro_js": "~3.0.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.8",
                    "datestamp": "1765384478",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "jan kellermann",
                    "homepage": "https://www.drupal.org/user/371731"
                },
                {
                    "name": "jurgenhaas",
                    "homepage": "https://www.drupal.org/user/168924"
                },
                {
                    "name": "kulmjens",
                    "homepage": "https://www.drupal.org/user/3595515"
                },
                {
                    "name": "metalbote",
                    "homepage": "https://www.drupal.org/user/2809357"
                },
                {
                    "name": "sascha_meissner",
                    "homepage": "https://www.drupal.org/user/3678470"
                }
            ],
            "description": "Implements the Klaro! consent manager utility into Drupal.",
            "homepage": "https://www.drupal.org/project/klaro",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/klaro",
                "issues": "https://www.drupal.org/project/issues/klaro"
            },
            "install-path": "../../web/modules/contrib/klaro"
        },
        {
            "name": "drupal/klaro_js",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/klaro_js.git",
                "reference": "c5398a0bc9dccd3ccc2c33c9393966bc874bba8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://git.drupalcode.org/api/v4/projects/project%2Fklaro_js/repository/archive.zip?sha=c5398a0bc9dccd3ccc2c33c9393966bc874bba8c",
                "reference": "c5398a0bc9dccd3ccc2c33c9393966bc874bba8c",
                "shasum": ""
            },
            "time": "2024-12-19T08:40:21+00:00",
            "type": "drupal-library",
            "extra": {
                "installer-name": "klaro",
                "upstream-version": "v0.7.22"
            },
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Mirror of the Klaro consent manager javascript library tagged as a Drupal library.",
            "homepage": "https://github.com/klaro-org/klaro-js/",
            "support": {
                "source": "https://git.drupalcode.org/project/klaro_js/-/tree/3.0.1"
            },
            "install-path": "../../web/libraries/klaro"
        },
        {
            "name": "drupal/lang_dropdown",
            "version": "2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/lang_dropdown.git",
                "reference": "8.x-2.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/lang_dropdown-8.x-2.4.zip",
                "reference": "8.x-2.4",
                "shasum": "819024ddf433d03e6526914fad9a59db6cfcaff5"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.4",
                    "datestamp": "1758529660",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": []
            },
            "installation-source": "dist",
            "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": "kala4ek",
                    "homepage": "https://www.drupal.org/user/1945174"
                },
                {
                    "name": "manfer",
                    "homepage": "https://www.drupal.org/user/506264"
                },
                {
                    "name": "mohammed j. razem",
                    "homepage": "https://www.drupal.org/user/255384"
                },
                {
                    "name": "rajab natshah",
                    "homepage": "https://www.drupal.org/user/1414312"
                }
            ],
            "description": "Provides a dropdown select to switch between available languages.",
            "homepage": "https://www.drupal.org/project/lang_dropdown",
            "support": {
                "source": "https://git.drupalcode.org/project/lang_dropdown"
            },
            "install-path": "../../web/modules/contrib/lang_dropdown"
        },
        {
            "name": "drupal/languageicons",
            "version": "2.0.0-beta5",
            "version_normalized": "2.0.0.0-beta5",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/languageicons.git",
                "reference": "2.0.0-beta5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/languageicons-2.0.0-beta5.zip",
                "reference": "2.0.0-beta5",
                "shasum": "5c0e835c1fe7ba43f2c5a78c01d1dd4dc70a2025"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-beta5",
                    "datestamp": "1719491752",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "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": "Freso",
                    "homepage": "https://www.drupal.org/user/27504"
                },
                {
                    "name": "Grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "pfrenssen",
                    "homepage": "https://www.drupal.org/user/382067"
                }
            ],
            "description": "Adds icons to language links.",
            "homepage": "https://www.drupal.org/project/languageicons",
            "support": {
                "source": "https://git.drupalcode.org/project/languageicons"
            },
            "install-path": "../../web/modules/contrib/languageicons"
        },
        {
            "name": "drupal/layout_builder_iframe_modal",
            "version": "1.3.7",
            "version_normalized": "1.3.7.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/layout_builder_iframe_modal.git",
                "reference": "1.3.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/layout_builder_iframe_modal-1.3.7.zip",
                "reference": "1.3.7",
                "shasum": "45a636baf3cf5d9324b51b3f979c7dbdc0e6b97a"
            },
            "require": {
                "drupal/core": "^10.1.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.3.7",
                    "datestamp": "1756284869",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Jan Hug",
                    "homepage": "https://www.drupal.org/u/dulnan",
                    "role": "Maintainer"
                },
                {
                    "name": "dulnan",
                    "homepage": "https://www.drupal.org/user/3652792"
                },
                {
                    "name": "svendecabooter",
                    "homepage": "https://www.drupal.org/user/35369"
                }
            ],
            "description": "Render Laybout Builder block edit forms in an iframe, using the admin theme.",
            "homepage": "https://www.drupal.org/project/layout_builder_iframe_modal",
            "keywords": [
                "Drupal",
                "Layout Builder"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/layout_builder_iframe_modal",
                "issues": "https://www.drupal.org/project/issues/3169342?categories=All"
            },
            "install-path": "../../web/modules/contrib/layout_builder_iframe_modal"
        },
        {
            "name": "drupal/layout_builder_lock",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/layout_builder_lock.git",
                "reference": "8.x-1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/layout_builder_lock-8.x-1.4.zip",
                "reference": "8.x-1.4",
                "shasum": "3286a781237f1b25096dfd98abcf6a1fceec91f8"
            },
            "require": {
                "drupal/core": "^9.2 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.4",
                    "datestamp": "1701114775",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bohart",
                    "homepage": "https://www.drupal.org/user/289861"
                },
                {
                    "name": "Chesterr",
                    "homepage": "https://www.drupal.org/user/3715674"
                },
                {
                    "name": "Panchuk",
                    "homepage": "https://www.drupal.org/user/3604398"
                },
                {
                    "name": "swentel",
                    "homepage": "https://www.drupal.org/user/107403"
                }
            ],
            "description": "Allows to lock sections so a user can not add, update or remove blocks or add new sections before and after.",
            "homepage": "https://www.drupal.org/project/layout_builder_lock",
            "support": {
                "source": "https://git.drupalcode.org/project/layout_builder_lock"
            },
            "install-path": "../../web/modules/contrib/layout_builder_lock"
        },
        {
            "name": "drupal/layout_builder_modal",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/layout_builder_modal.git",
                "reference": "8.x-1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/layout_builder_modal-8.x-1.3.zip",
                "reference": "8.x-1.3",
                "shasum": "7aa935803b19cc46c3806e8e367d6c0e3ef1a32e"
            },
            "require": {
                "drupal/core": "^9.5 || ^10.2 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.3",
                    "datestamp": "1729151918",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "John Svensson",
                    "homepage": "https://www.drupal.org/u/johndevman",
                    "email": "john@kodamera.se",
                    "role": "Maintainer"
                },
                {
                    "name": "Emil Johnsson",
                    "homepage": "https://www.drupal.org/u/johnzzon",
                    "email": "emil@kodamera.se",
                    "role": "Maintainer"
                },
                {
                    "name": "Henrik Larsson",
                    "homepage": "https://www.drupal.org/u/henriklarsson",
                    "email": "henrik@kodamera.se",
                    "role": "Maintainer"
                },
                {
                    "name": "twfahey",
                    "homepage": "https://www.drupal.org/user/3403722"
                }
            ],
            "description": "Open blocks in a modal in the Layout Builder UI.",
            "homepage": "https://www.drupal.org/project/layout_builder_modal",
            "support": {
                "source": "http://cgit.drupalcode.org/layout_builder_modal",
                "issues": "https://www.drupal.org/project/issues/layout_builder_modal"
            },
            "install-path": "../../web/modules/contrib/layout_builder_modal"
        },
        {
            "name": "drupal/layout_builder_quick_add",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/layout_builder_quick_add.git",
                "reference": "1.2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/layout_builder_quick_add-1.2.0.zip",
                "reference": "1.2.0",
                "shasum": "2f1f11022f5405f666a909862f91f60f846e4698"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11 || ^12"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.2.0",
                    "datestamp": "1745872489",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Philippe Joulot",
                    "homepage": "https://www.drupal.org/u/phjou",
                    "role": "Maintainer"
                },
                {
                    "name": "francois-p-peloquin",
                    "homepage": "https://www.drupal.org/user/3401092"
                },
                {
                    "name": "phjou",
                    "homepage": "https://www.drupal.org/user/3344054"
                }
            ],
            "description": "Allows site builders and developers to manage oEmbed providers.",
            "homepage": "https://drupal.org/project/layout_builder_quick_add",
            "keywords": [
                "Drupal",
                "Layout Builder"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/layout_builder_quick_add",
                "issues": "https://www.drupal.org/project/issues/layout_builder_quick_add"
            },
            "install-path": "../../web/modules/contrib/layout_builder_quick_add"
        },
        {
            "name": "drupal/layout_builder_restrictions",
            "version": "2.20.0",
            "version_normalized": "2.20.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/layout_builder_restrictions.git",
                "reference": "8.x-2.20"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/layout_builder_restrictions-8.x-2.20.zip",
                "reference": "8.x-2.20",
                "shasum": "cd5c87869a0843f91fae0600f74b6c2ed102e398"
            },
            "require": {
                "drupal/core": "^9.3 || ^10"
            },
            "require-dev": {
                "drupal/dashboards": "^2",
                "drupal/layout_library": "dev-1.x",
                "drupal/mini_layouts": "dev-2.0.x"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.20",
                    "datestamp": "1715895237",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "The University of Texas at Austin",
                    "homepage": "https://www.drupal.org/university-of-texas-at-austin",
                    "role": "Maintainer"
                },
                {
                    "name": "Eirik Morland (eiriksm)",
                    "homepage": "https://www.drupal.org/u/eiriksm",
                    "role": "Maintainer"
                },
                {
                    "name": "eiriksm",
                    "homepage": "https://www.drupal.org/user/1014468"
                },
                {
                    "name": "gravelpot",
                    "homepage": "https://www.drupal.org/user/748208"
                },
                {
                    "name": "jeff cardwell",
                    "homepage": "https://www.drupal.org/user/2913129"
                },
                {
                    "name": "lreynaga",
                    "homepage": "https://www.drupal.org/user/3400232"
                },
                {
                    "name": "mark_fullmer",
                    "homepage": "https://www.drupal.org/user/2612816"
                },
                {
                    "name": "mmarler",
                    "homepage": "https://www.drupal.org/user/500192"
                },
                {
                    "name": "ricksta",
                    "homepage": "https://www.drupal.org/user/311042"
                },
                {
                    "name": "texas_tater",
                    "homepage": "https://www.drupal.org/user/753614"
                },
                {
                    "name": "twfahey",
                    "homepage": "https://www.drupal.org/user/3403722"
                },
                {
                    "name": "utexas",
                    "homepage": "https://www.drupal.org/user/3716409"
                }
            ],
            "description": "Manage which fields & layouts are available in Layout Builder",
            "homepage": "https://www.drupal.org/project/layout_builder_restrictions",
            "keywords": [
                "Drupal",
                "Layout Builder Restrictions"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/layout_builder_restrictions",
                "issues": "https://www.drupal.org/project/issues/layout_builder_restrictions"
            },
            "install-path": "../../web/modules/contrib/layout_builder_restrictions"
        },
        {
            "name": "drupal/layout_library",
            "version": "1.0.0-beta6",
            "version_normalized": "1.0.0.0-beta6",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/layout_library.git",
                "reference": "8.x-1.0-beta6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/layout_library-8.x-1.0-beta6.zip",
                "reference": "8.x-1.0-beta6",
                "shasum": "8bd706ba18a1568dca4eac45711251ea774032b2"
            },
            "require": {
                "drupal/core": "^10.1 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-beta6",
                    "datestamp": "1757547359",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "eclipsegc",
                    "homepage": "https://www.drupal.org/user/61203"
                },
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "larowlan",
                    "homepage": "https://www.drupal.org/user/395439"
                },
                {
                    "name": "samuel.mortenson",
                    "homepage": "https://www.drupal.org/user/2582268"
                },
                {
                    "name": "tim.plunkett",
                    "homepage": "https://www.drupal.org/user/241634"
                },
                {
                    "name": "xjm",
                    "homepage": "https://www.drupal.org/user/65776"
                }
            ],
            "description": "Provides a library of layouts for content-editors to select from",
            "homepage": "https://www.drupal.org/project/layout_library",
            "support": {
                "source": "https://git.drupalcode.org/project/layout_library",
                "issues": "http://drupal.org/project/issues/layout_library"
            },
            "install-path": "../../web/modules/contrib/layout_library"
        },
        {
            "name": "drupal/layout_paragraphs",
            "version": "2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/layout_paragraphs.git",
                "reference": "2.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/layout_paragraphs-2.1.1.zip",
                "reference": "2.1.1",
                "shasum": "6fc90954c67939933a6eb24000892822715e4f90"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "drupal/paragraphs": "^1.6"
            },
            "require-dev": {
                "drupal/block_field": "~1.0",
                "drupal/entity_usage": "2.x-dev",
                "drupal/paragraphs-paragraphs_library": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.1",
                    "datestamp": "1732724895",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "itamair",
                    "homepage": "https://www.drupal.org/user/1179076"
                },
                {
                    "name": "justin2pin",
                    "homepage": "https://www.drupal.org/user/278450"
                },
                {
                    "name": "pixelwhip",
                    "homepage": "https://www.drupal.org/user/275292"
                },
                {
                    "name": "sethhill",
                    "homepage": "https://www.drupal.org/user/676480"
                }
            ],
            "description": "Layout Paragraphs",
            "homepage": "https://www.drupal.org/project/layout_paragraphs",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/layout_paragraphs",
                "issues": "https://www.drupal.org/project/issues/layout_paragraphs"
            },
            "install-path": "../../web/modules/contrib/layout_paragraphs"
        },
        {
            "name": "drupal/leaflet",
            "version": "10.3.11",
            "version_normalized": "10.3.11.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/leaflet.git",
                "reference": "10.3.11"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/leaflet-10.3.11.zip",
                "reference": "10.3.11",
                "shasum": "64a83207cd1bfc599d32ad5f338a3d6ee24a2bad"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11",
                "drupal/geofield": "^1.31"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "10.3.11",
                    "datestamp": "1761727339",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Italo Mairo",
                    "homepage": "https://www.drupal.org/u/itamair",
                    "role": "Maintainer"
                },
                {
                    "name": "Peter Vanhee (pvhee)",
                    "homepage": "https://www.drupal.org/u/pvhee",
                    "role": "Maintainer"
                },
                {
                    "name": "Rik de Boer (RdeBoer)",
                    "homepage": "https://www.drupal.org/u/rdeboer",
                    "role": "Maintainer"
                },
                {
                    "name": "Gabriel Carleton-Barnes (gcb)",
                    "homepage": "https://www.drupal.org/u/gcb",
                    "role": "Maintainer"
                },
                {
                    "name": "Lev Tsypin (levelos)",
                    "homepage": "https://www.drupal.org/u/levelos",
                    "role": "Maintainer"
                },
                {
                    "name": "Sean Larkin (seanberto)",
                    "homepage": "https://www.drupal.org/u/seanberto",
                    "role": "Maintainer"
                }
            ],
            "description": "Integration with the Leaflet map scripting library.",
            "homepage": "https://www.drupal.org/project/leaflet",
            "support": {
                "source": "https://git.drupalcode.org/project/leaflet",
                "issues": "https://www.drupal.org/project/issues/leaflet"
            },
            "install-path": "../../web/modules/contrib/leaflet"
        },
        {
            "name": "drupal/length_indicator",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/length_indicator.git",
                "reference": "8.x-1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/length_indicator-8.x-1.4.zip",
                "reference": "8.x-1.4",
                "shasum": "645f3368109d91ba684548dacf88eea357aa6458"
            },
            "require": {
                "drupal/core": "^9.2 || ^10.0 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.4",
                    "datestamp": "1718276250",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "chr.fritsch",
                    "homepage": "https://www.drupal.org/user/2103716"
                },
                {
                    "name": "daniel.bosen",
                    "homepage": "https://www.drupal.org/user/404865"
                },
                {
                    "name": "thunderbot",
                    "homepage": "https://www.drupal.org/user/3511180"
                },
                {
                    "name": "tjwelde",
                    "homepage": "https://www.drupal.org/user/3411453"
                }
            ],
            "description": "Adds an optional length indicator to fields",
            "homepage": "https://www.drupal.org/project/length_indicator",
            "support": {
                "source": "https://git.drupalcode.org/project/length_indicator"
            },
            "install-path": "../../web/modules/contrib/length_indicator"
        },
        {
            "name": "drupal/libraries",
            "version": "4.1.1",
            "version_normalized": "4.1.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/libraries.git",
                "reference": "4.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/libraries-4.1.1.zip",
                "reference": "4.1.1",
                "shasum": "d4bee63f8bfdc95afad577433c5601521712ec10"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.1.1",
                    "datestamp": "1760564444",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "joseph.olstad",
                    "homepage": "https://www.drupal.org/user/1321830"
                },
                {
                    "name": "podarok",
                    "homepage": "https://www.drupal.org/user/116002"
                },
                {
                    "name": "pol",
                    "homepage": "https://www.drupal.org/user/47194"
                },
                {
                    "name": "rjacobs",
                    "homepage": "https://www.drupal.org/user/422459"
                },
                {
                    "name": "sun",
                    "homepage": "https://www.drupal.org/user/54136"
                },
                {
                    "name": "tstoeckler",
                    "homepage": "https://www.drupal.org/user/107158"
                }
            ],
            "description": "Allows version-dependent and shared usage of external libraries in Drupal.",
            "homepage": "http://drupal.org/project/libraries",
            "support": {
                "source": "https://git.drupalcode.org/project/libraries",
                "issues": "http://drupal.org/project/issues/libraries",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            },
            "install-path": "../../web/modules/contrib/libraries"
        },
        {
            "name": "drupal/like_dislike",
            "version": "2.4.1",
            "version_normalized": "2.4.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/like_dislike.git",
                "reference": "2.4.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/like_dislike-2.4.1.zip",
                "reference": "2.4.1",
                "shasum": "f483f14cdcaa15fbf8f0aeb82cdec8dea0c345aa"
            },
            "require": {
                "drupal/core": ">=8.9 < 11.0.0-stable"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.4.1",
                    "datestamp": "1690628513",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "heykarthikwithu",
                    "homepage": "https://www.drupal.org/user/2833651"
                },
                {
                    "name": "naveenvalecha",
                    "homepage": "https://www.drupal.org/user/2665733"
                }
            ],
            "description": "Like/Dislike module can be used to Like and Dislike actions on any content. It is powered by Drupal field concept.",
            "homepage": "https://www.drupal.org/project/like_dislike",
            "support": {
                "source": "https://git.drupalcode.org/project/like_dislike",
                "issues": "https://www.drupal.org/project/issues/like_dislike"
            },
            "install-path": "../../web/modules/contrib/like_dislike"
        },
        {
            "name": "drupal/link_attributes",
            "version": "2.1.2",
            "version_normalized": "2.1.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/link_attributes.git",
                "reference": "2.1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/link_attributes-2.1.2.zip",
                "reference": "2.1.2",
                "shasum": "be747ac683568252d6d580acf5929c7ddc02c7e8"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "php": ">=8.0"
            },
            "require-dev": {
                "drupal/linkit": "~6 || ~7"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.2",
                    "datestamp": "1763068313",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Add support for Linkit for Link field": "https://www.drupal.org/files/issues/2023-03-22/2939514-26_0.patch"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/link_attributes"
        },
        {
            "name": "drupal/linked_field",
            "version": "1.7.0",
            "version_normalized": "1.7.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/linked_field.git",
                "reference": "8.x-1.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/linked_field-8.x-1.7.zip",
                "reference": "8.x-1.7",
                "shasum": "c304792746a92d105f08931d2b6e09b20ee8d618"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.7",
                    "datestamp": "1748842765",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "jcnventura",
                    "homepage": "https://www.drupal.org/user/122464"
                },
                {
                    "name": "yannickoo",
                    "homepage": "https://www.drupal.org/user/531118"
                }
            ],
            "description": "Adds the functionality to link fields to a specific destination.",
            "homepage": "https://www.drupal.org/project/linked_field",
            "support": {
                "source": "https://git.drupalcode.org/project/linked_field"
            },
            "install-path": "../../web/modules/contrib/linked_field"
        },
        {
            "name": "drupal/linkicon",
            "version": "1.10.0",
            "version_normalized": "1.10.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/linkicon.git",
                "reference": "8.x-1.10"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/linkicon-8.x-1.10.zip",
                "reference": "8.x-1.10",
                "shasum": "1efc15e11c0f082645fb0960253a6a4b1713484c"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.10",
                    "datestamp": "1699065998",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "gausarts",
                    "homepage": "https://www.drupal.org/u/gausarts",
                    "role": "Maintainer"
                },
                {
                    "name": "Committers for linkicon",
                    "homepage": "https://www.drupal.org/node/2208459/committers"
                }
            ],
            "description": "A link field formatter to create icon classes based on predefined titles.",
            "homepage": "https://www.drupal.org/project/linkicon",
            "support": {
                "source": "https://git.drupalcode.org/project/linkicon",
                "issues": "https://www.drupal.org/project/issues/linkicon"
            },
            "install-path": "../../web/modules/contrib/linkicon"
        },
        {
            "name": "drupal/linkit",
            "version": "7.0.12",
            "version_normalized": "7.0.12.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/linkit.git",
                "reference": "7.0.12"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/linkit-7.0.12.zip",
                "reference": "7.0.12",
                "shasum": "be60722e708e12be1596a804e816652c3c7ea815"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11 || ^12"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "7.0.12",
                    "datestamp": "1765468273",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/linkit"
        },
        {
            "name": "drupal/location_selector",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/location_selector.git",
                "reference": "8.x-1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/location_selector-8.x-1.2.zip",
                "reference": "8.x-1.2",
                "shasum": "c0e4b8ee6900240d4cd3f7e17c4515d15ef6d10f"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.2",
                    "datestamp": "1732122956",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "handkerchief",
                    "homepage": "https://www.drupal.org/user/3090607"
                },
                {
                    "name": "jitendra verma",
                    "homepage": "https://www.drupal.org/user/1544832"
                },
                {
                    "name": "shashank5563",
                    "homepage": "https://www.drupal.org/user/1445594"
                },
                {
                    "name": "viren18febs",
                    "homepage": "https://www.drupal.org/user/3652392"
                }
            ],
            "description": "Assign your content to all possible locations.",
            "homepage": "https://www.drupal.org/project/location_selector",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/location_selector",
                "issues": "https://www.drupal.org/project/issues/location_selector"
            },
            "install-path": "../../web/modules/contrib/location_selector"
        },
        {
            "name": "drupal/login_emailusername",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/login_emailusername.git",
                "reference": "3.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/login_emailusername-3.0.1.zip",
                "reference": "3.0.1",
                "shasum": "0617c5da79bb038dd1af3f9d5620b2f0d2156133"
            },
            "require": {
                "drupal/core": "^10.3 || ^11.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.1",
                    "datestamp": "1738619522",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "See contributors",
                    "homepage": "https://www.drupal.org/node/2820429/committers",
                    "role": "contributor"
                },
                {
                    "name": "jannakha",
                    "homepage": "https://www.drupal.org/user/3085703"
                },
                {
                    "name": "mably",
                    "homepage": "https://www.drupal.org/user/3375160"
                },
                {
                    "name": "pameeela",
                    "homepage": "https://www.drupal.org/user/1431110"
                },
                {
                    "name": "rjjakes",
                    "homepage": "https://www.drupal.org/user/3457245"
                },
                {
                    "name": "vladimiraus",
                    "homepage": "https://www.drupal.org/user/673120"
                }
            ],
            "description": "Login with Email or Username.",
            "homepage": "https://drupal.org/project/login_emailusername",
            "support": {
                "source": "https://git.drupalcode.org/project/login_emailusername",
                "issues": "https://drupal.org/project/issues/login_emailusername"
            },
            "install-path": "../../web/modules/contrib/login_emailusername"
        },
        {
            "name": "drupal/mailsystem",
            "version": "4.5.0",
            "version_normalized": "4.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/mailsystem.git",
                "reference": "8.x-4.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/mailsystem-8.x-4.5.zip",
                "reference": "8.x-4.5",
                "shasum": "e52a814a87b343ab69f8d8ef462a9873c1d01158"
            },
            "require": {
                "drupal/core": "^9 || ^10.1 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-4.5",
                    "datestamp": "1723379369",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "emartoni",
                    "homepage": "https://www.drupal.org/user/3225331"
                },
                {
                    "name": "joseph.olstad",
                    "homepage": "https://www.drupal.org/user/1321830"
                },
                {
                    "name": "les lim",
                    "homepage": "https://www.drupal.org/user/84263"
                },
                {
                    "name": "manuel garcia",
                    "homepage": "https://www.drupal.org/user/213194"
                },
                {
                    "name": "miro_dietiker",
                    "homepage": "https://www.drupal.org/user/227761"
                },
                {
                    "name": "Nafes",
                    "homepage": "https://www.drupal.org/user/2489926"
                },
                {
                    "name": "pillarsdotnet",
                    "homepage": "https://www.drupal.org/user/36148"
                },
                {
                    "name": "renatog",
                    "homepage": "https://www.drupal.org/user/3326031"
                },
                {
                    "name": "tr",
                    "homepage": "https://www.drupal.org/user/202830"
                }
            ],
            "description": "Mail System",
            "homepage": "https://www.drupal.org/project/mailsystem",
            "support": {
                "source": "https://git.drupalcode.org/project/mailsystem"
            },
            "install-path": "../../web/modules/contrib/mailsystem"
        },
        {
            "name": "drupal/manage_display",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/manage_display.git",
                "reference": "3.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/manage_display-3.0.1.zip",
                "reference": "3.0.1",
                "shasum": "23838a88412db17163ad6c78102bf02e5c52a8a3"
            },
            "require": {
                "drupal/core": "^9.4 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.1",
                    "datestamp": "1714834549",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Adam Shepherd (AdamPS)",
                    "homepage": "https://www.drupal.org/u/adamps",
                    "role": "Maintainer"
                },
                {
                    "name": "Viktor Holovachek (AstonVictor)",
                    "homepage": "https://www.drupal.org/u/astonvictor",
                    "role": "Maintainer"
                }
            ],
            "description": "This project makes base fields such as 'title' available in 'Manage Display'.",
            "homepage": "https://www.drupal.org/project/manage_display",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/manage_display",
                "issues": "https://www.drupal.org/project/issues/manage_display"
            },
            "install-path": "../../web/modules/contrib/manage_display"
        },
        {
            "name": "drupal/maxlength",
            "version": "3.1.3",
            "version_normalized": "3.1.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/maxlength.git",
                "reference": "3.1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/maxlength-3.1.3.zip",
                "reference": "3.1.3",
                "shasum": "7f063d0a449eda6bc499a718a09d1091907ef054"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.1.3",
                    "datestamp": "1756373060",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Marius Scurtescu (mariuss)",
                    "homepage": "https://www.drupal.org/u/mariuss",
                    "role": "Maintainer"
                },
                {
                    "name": "Clayton Dewey (cedewey)",
                    "homepage": "https://www.drupal.org/u/cedewey",
                    "role": "Maintainer"
                },
                {
                    "name": "Daniel Wehner (dawehner)",
                    "homepage": "https://www.drupal.org/u/dawehner",
                    "role": "Maintainer"
                },
                {
                    "name": "Paulino Michelazzo (pmichelazzo)",
                    "homepage": "https://www.drupal.org/u/pmichelazzo",
                    "role": "Maintainer"
                },
                {
                    "name": "Jeff Hipp (hipp2bsquare)",
                    "homepage": "https://www.drupal.org/u/hipp2bsquare",
                    "role": "Maintainer"
                },
                {
                    "name": "Steven DuBois (srdtwc)",
                    "homepage": "https://www.drupal.org/u/srdtwc",
                    "role": "Maintainer"
                },
                {
                    "name": "Adam Nagy (joevagyok)",
                    "homepage": "https://www.drupal.org/u/joevagyok",
                    "role": "Maintainer"
                }
            ],
            "description": "MaxLength allows a soft or hard character limit to be set on titles, text fields and link fields.",
            "homepage": "https://www.drupal.org/project/maxlength",
            "support": {
                "source": "https://git.drupalcode.org/project/maxlength",
                "issues": "https://www.drupal.org/project/issues/maxlength"
            },
            "install-path": "../../web/modules/contrib/maxlength"
        },
        {
            "name": "drupal/media_alias_display",
            "version": "2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/media_alias_display.git",
                "reference": "2.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/media_alias_display-2.1.1.zip",
                "reference": "2.1.1",
                "shasum": "49a027c8e7e8373e6c3125e0072edd9ec7e9996a"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.1",
                    "datestamp": "1746041397",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Stephen Mustgrave",
                    "homepage": "https://www.drupal.org/user/3252890",
                    "email": "smustgrave@gmail.com"
                }
            ],
            "description": "Display file in the browser with the URL alias vs file path.",
            "homepage": "https://www.drupal.org/project/media_alias_display",
            "support": {
                "source": "https://git.drupalcode.org/project/media_alias_display"
            },
            "install-path": "../../web/modules/contrib/media_alias_display"
        },
        {
            "name": "drupal/media_bulk_upload",
            "version": "3.0.4",
            "version_normalized": "3.0.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/media_bulk_upload.git",
                "reference": "3.0.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/media_bulk_upload-3.0.4.zip",
                "reference": "3.0.4",
                "shasum": "33553f1c70c9a863dba58c1946be0e11a8b177a8"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/dropzonejs": "^2.0"
            },
            "require-dev": {
                "drupal/dropzonejs": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.4",
                    "datestamp": "1749524324",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "jefuri",
                    "homepage": "https://www.drupal.org/user/2733365"
                },
                {
                    "name": "krilo_89",
                    "homepage": "https://www.drupal.org/user/3005277"
                },
                {
                    "name": "kristen pol",
                    "homepage": "https://www.drupal.org/user/8389"
                },
                {
                    "name": "nitebreed",
                    "homepage": "https://www.drupal.org/user/419423"
                },
                {
                    "name": "sebastian.wegerer",
                    "homepage": "https://www.drupal.org/user/3768762"
                },
                {
                    "name": "sjerdo",
                    "homepage": "https://www.drupal.org/user/3495403"
                },
                {
                    "name": "steven buteneers",
                    "homepage": "https://www.drupal.org/user/3301055"
                }
            ],
            "description": "Allows uploading files in bulk and converting them to media entities.",
            "homepage": "https://www.drupal.org/project/media_bulk_upload",
            "support": {
                "source": "git://git.drupal.org/project/media_bulk_upload.git",
                "issues": "https://www.drupal.org/project/issues/media_bulk_upload"
            },
            "install-path": "../../web/modules/contrib/media_bulk_upload"
        },
        {
            "name": "drupal/media_duplicates",
            "version": "2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/media_duplicates.git",
                "reference": "2.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/media_duplicates-2.0.3.zip",
                "reference": "2.0.3",
                "shasum": "e33a34093dece9cf54e395ed94f12b5729372448"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11",
                "php": ">=7.3"
            },
            "require-dev": {
                "drupal/coder": "^8.3.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.3",
                    "datestamp": "1723644574",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Nathan ter Bogt",
                    "homepage": "https://www.drupal.org/u/nterbogt",
                    "role": "Maintainer"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "nterbogt",
                    "homepage": "https://www.drupal.org/user/102218"
                }
            ],
            "description": "Detect duplicate media entities.",
            "homepage": "https://drupal.org/project/media_duplicates",
            "support": {
                "source": "http://cgit.drupalcode.org/media_duplicates",
                "issues": "https://www.drupal.org/project/issues/media_duplicates"
            },
            "install-path": "../../web/modules/contrib/media_duplicates"
        },
        {
            "name": "drupal/media_entity_file_replace",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/media_entity_file_replace.git",
                "reference": "8.x-1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/media_entity_file_replace-8.x-1.3.zip",
                "reference": "8.x-1.3",
                "shasum": "cfc0d500aba8b6ade547c9a17173f9a89fde02d0"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.3",
                    "datestamp": "1724336085",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bkosborne",
                    "homepage": "https://www.drupal.org/user/788032"
                },
                {
                    "name": "joevagyok",
                    "homepage": "https://www.drupal.org/user/2876343"
                }
            ],
            "description": "Allows content editors to easily replace source files associated with any file-based media entity, preserving the original filename.",
            "homepage": "https://www.drupal.org/project/media_entity_file_replace",
            "support": {
                "source": "https://git.drupalcode.org/project/media_entity_file_replace"
            },
            "install-path": "../../web/modules/contrib/media_entity_file_replace"
        },
        {
            "name": "drupal/media_library_bulk_upload",
            "version": "1.0.6",
            "version_normalized": "1.0.6.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/media_library_bulk_upload.git",
                "reference": "1.0.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/media_library_bulk_upload-1.0.6.zip",
                "reference": "1.0.6",
                "shasum": "d8d154267b65f7a966708e2481781298e733196b"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.6",
                    "datestamp": "1761757443",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "hchonov",
                    "homepage": "https://www.drupal.org/user/2901211"
                }
            ],
            "description": "Allows uploading files in bulk and converting them to media entities using the media library.",
            "homepage": "https://www.drupal.org/project/media_library_bulk_upload",
            "support": {
                "source": "https://git.drupalcode.org/project/media_library_bulk_upload"
            },
            "install-path": "../../web/modules/contrib/media_library_bulk_upload"
        },
        {
            "name": "drupal/media_oembed_control",
            "version": "2.0.0-beta5",
            "version_normalized": "2.0.0.0-beta5",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/media_oembed_control.git",
                "reference": "2.0.0-beta5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/media_oembed_control-2.0.0-beta5.zip",
                "reference": "2.0.0-beta5",
                "shasum": "4f5080920a0005eae6165f886ae4f4ed2d861801"
            },
            "require": {
                "drupal/core": "^8.9 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-beta5",
                    "datestamp": "1758732641",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "archnode",
                    "homepage": "https://www.drupal.org/user/94366"
                },
                {
                    "name": "jacobbell84",
                    "homepage": "https://www.drupal.org/user/3408772"
                }
            ],
            "description": "Provides control options for oembed content.",
            "homepage": "https://www.drupal.org/project/media_oembed_control",
            "support": {
                "source": "https://git.drupalcode.org/project/media_oembed_control"
            },
            "install-path": "../../web/modules/contrib/media_oembed_control"
        },
        {
            "name": "drupal/media_pixabay",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/media_pixabay.git",
                "reference": "3.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/media_pixabay-3.0.1.zip",
                "reference": "3.0.1",
                "shasum": "168239e5663aa47cd8c41ecb50a8489d963e5098"
            },
            "require": {
                "drupal/core": "^9.1 || ^10",
                "drupal/entity_browser": "^2.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.1",
                    "datestamp": "1709548414",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "AGILEDROP LTD.",
                    "homepage": "https://www.agiledrop.com/",
                    "email": " hello@agiledrop.com"
                },
                {
                    "name": "Domen Slogar (slogar32)",
                    "homepage": "https://www.drupal.org/u/slogar32",
                    "role": "Maintainer"
                },
                {
                    "name": "valic",
                    "homepage": "https://www.drupal.org/user/980550"
                }
            ],
            "description": "Adds a Pixabay widget to the entity browser.",
            "homepage": "https://drupal.org/project/media_pixabay",
            "keywords": [
                "Drupal",
                "Media",
                "Pixabay"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/media_pixabay",
                "issues": "https://www.drupal.org/project/issues/media_pixabay"
            },
            "install-path": "../../web/modules/contrib/media_pixabay"
        },
        {
            "name": "drupal/media_responsive_thumbnail",
            "version": "1.5.0",
            "version_normalized": "1.5.0.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"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "tunic",
                    "homepage": "https://www.drupal.org/user/397132"
                },
                {
                    "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"
            },
            "install-path": "../../web/modules/contrib/media_responsive_thumbnail"
        },
        {
            "name": "drupal/menu_block",
            "version": "dev-1.x",
            "version_normalized": "dev-1.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/menu_block.git",
                "reference": "217779758c6b6c729155595fc90e86375ca6bc5b"
            },
            "require": {
                "drupal/core": "^10.1 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "8.x-1.13+8-dev",
                    "datestamp": "1740622280",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "source",
            "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"
            },
            "install-path": "../../web/modules/contrib/menu_block"
        },
        {
            "name": "drupal/menu_breadcrumb",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/menu_breadcrumb.git",
                "reference": "2.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/menu_breadcrumb-2.0.1.zip",
                "reference": "2.0.1",
                "shasum": "fb331f91b086a7c21eface33a398df793a81c9d9"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.1",
                    "datestamp": "1757544077",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "aaron",
                    "homepage": "https://www.drupal.org/user/33420"
                },
                {
                    "name": "gdevlugt",
                    "homepage": "https://www.drupal.org/user/167273"
                },
                {
                    "name": "rphair",
                    "homepage": "https://www.drupal.org/user/3196607"
                },
                {
                    "name": "RyanPrice",
                    "homepage": "https://www.drupal.org/user/873848"
                },
                {
                    "name": "vaibhavjain",
                    "homepage": "https://www.drupal.org/user/1159692"
                },
                {
                    "name": "xurizaemon",
                    "homepage": "https://www.drupal.org/user/76026"
                }
            ],
            "description": "Create breadcrumbs from nested menu titles and/or taxonomy membership..",
            "homepage": "https://www.drupal.org/project/menu_breadcrumb",
            "support": {
                "source": "https://git.drupalcode.org/project/menu_breadcrumb",
                "issues": "https://www.drupal.org/project/issues/menu_breadcrumb"
            },
            "install-path": "../../web/modules/contrib/menu_breadcrumb"
        },
        {
            "name": "drupal/menu_delete",
            "version": "2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/menu_delete.git",
                "reference": "8.x-2.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/menu_delete-8.x-2.4.zip",
                "reference": "8.x-2.4",
                "shasum": "348d05a663f6db0e01ab5d3a8bd340a46e39f4aa"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.4",
                    "datestamp": "1716129903",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Rob Decker (rrrob)",
                    "homepage": "https://www.drupal.org/u/rrrob",
                    "role": "Maintainer"
                },
                {
                    "name": "Viktor Holovachek (AstonVictor)",
                    "homepage": "https://www.drupal.org/u/astonvictor",
                    "role": "Maintainer"
                }
            ],
            "description": "Easily delete multiple menu items at a time.",
            "homepage": "https://www.drupal.org/project/menu_delete",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/menu_delete",
                "issues": "https://www.drupal.org/project/issues/menu_delete"
            },
            "install-path": "../../web/modules/contrib/menu_delete"
        },
        {
            "name": "drupal/menu_force",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/menu_force.git",
                "reference": "2.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/menu_force-2.0.2.zip",
                "reference": "2.0.2",
                "shasum": "c5bc71194aacafc95d1021715587f614ee8f5720"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/taxonomy_menu_ui": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.2",
                    "datestamp": "1728635835",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "BarisW",
                    "homepage": "https://www.drupal.org/user/107229"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "perennial.sky",
                    "homepage": "https://www.drupal.org/user/2622667"
                },
                {
                    "name": "scuba_fly",
                    "homepage": "https://www.drupal.org/user/953390"
                }
            ],
            "description": "Makes sure a node gets added to the menu system on specific content types",
            "homepage": "https://www.drupal.org/project/menu_force",
            "support": {
                "source": "https://git.drupalcode.org/project/menu_force"
            },
            "install-path": "../../web/modules/contrib/menu_force"
        },
        {
            "name": "drupal/menu_item_extras",
            "version": "3.1.0",
            "version_normalized": "3.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/menu_item_extras.git",
                "reference": "3.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/menu_item_extras-3.1.0.zip",
                "reference": "3.1.0",
                "shasum": "39abc5557333e71b1f0b26f069e7367f921bdbab"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.1.0",
                    "datestamp": "1725022060",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": ">=12"
                    }
                },
                "patches_applied": {
                    "Children block not rendering children in Layout Builder": "https://git.drupalcode.org/project/menu_item_extras/-/merge_requests/24.diff"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Andriy Khomych",
                    "homepage": "https://www.drupal.org/u/andriy-khomych",
                    "role": "Maintainer"
                },
                {
                    "name": "Bogdan Hepting",
                    "homepage": "https://www.drupal.org/u/bogdan-hepting",
                    "role": "Maintainer"
                },
                {
                    "name": "Oleh Vehera",
                    "homepage": "https://www.drupal.org/u/voleger",
                    "role": "Maintainer"
                },
                {
                    "name": "Mykhailo Gurei",
                    "homepage": "https://www.drupal.org/u/ozin",
                    "role": "Maintainer"
                }
            ],
            "description": "Provide an additional custom fields which can be used on Menu link",
            "homepage": "https://www.drupal.org/project/menu_item_extras",
            "keywords": [
                "Drupal",
                "Mega Menu"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/menu_item_extras",
                "issues": "https://www.drupal.org/project/issues/menu_item_extras"
            },
            "install-path": "../../web/modules/contrib/menu_item_extras"
        },
        {
            "name": "drupal/menu_trail_by_path",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/menu_trail_by_path.git",
                "reference": "2.2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/menu_trail_by_path-2.2.0.zip",
                "reference": "2.2.0",
                "shasum": "aba140af80ad217b6543c10bde312c85d75f945a"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.0",
                    "datestamp": "1747319648",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/menu_trail_by_path"
        },
        {
            "name": "drupal/messageclose",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/messageclose.git",
                "reference": "8.x-1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/messageclose-8.x-1.2.zip",
                "reference": "8.x-1.2",
                "shasum": "11e5dca0f41ae52a0b50065d4e75f87458ce2fdf"
            },
            "require": {
                "drupal/core": "^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.2",
                    "datestamp": "1696938630",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "derjochenmeyer",
                    "homepage": "https://www.drupal.org/user/106134"
                },
                {
                    "name": "penyaskito",
                    "homepage": "https://www.drupal.org/user/959536"
                }
            ],
            "description": "Add a close button to each status message.",
            "homepage": "https://www.drupal.org/project/messageclose",
            "support": {
                "source": "https://git.drupalcode.org/project/messageclose"
            },
            "install-path": "../../web/modules/contrib/messageclose"
        },
        {
            "name": "drupal/metatag",
            "version": "1.26.0",
            "version_normalized": "1.26.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/metatag.git",
                "reference": "8.x-1.26"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.26.zip",
                "reference": "8.x-1.26",
                "shasum": "afa4a37422748baa2f0c35b13961438668ef3be8"
            },
            "require": {
                "drupal/core": "^9.3 || ^10",
                "drupal/token": "^1.0"
            },
            "require-dev": {
                "drupal/devel": "^4.0 || ^5.0",
                "drupal/hal": "^9 || ^1 || ^2",
                "drupal/metatag_dc": "*",
                "drupal/metatag_open_graph": "*",
                "drupal/page_manager": "^4.0",
                "drupal/panelizer": "^4.0",
                "drupal/redirect": "^1.0",
                "drupal/webprofiler": "^9 || ^10",
                "mpyw/phpunit-patch-serializable-comparison": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.26",
                    "datestamp": "1687856123",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/metatag"
        },
        {
            "name": "drupal/micon",
            "version": "2.1.8",
            "version_normalized": "2.1.8.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/micon.git",
                "reference": "2.1.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/micon-2.1.8.zip",
                "reference": "2.1.8",
                "shasum": "b9051bb0aa4fd700abe4eec232eecb542020c7ba"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "require-dev": {
                "drupal/link_attributes": "^2",
                "drupal/linkit": "^7",
                "drupal/linkit_attributes": "*",
                "drupal/micon_link": "*",
                "drupal/paragraphs": "^1"
            },
            "suggest": {
                "drupal/link_attributes": "Needed for micon_linkit_attributes.",
                "drupal/linkit": "Needed for micon_linkit and micon_linkit_attributes.",
                "drupal/paragraphs": "Needed for micon_paragraphs."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.8",
                    "datestamp": "1753353687",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "anybody",
                    "homepage": "https://www.drupal.org/user/291091"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "jacerider",
                    "homepage": "https://www.drupal.org/user/81495"
                },
                {
                    "name": "jacobbell84",
                    "homepage": "https://www.drupal.org/user/3408772"
                }
            ],
            "description": "An IcoMoon-based icon manager for Drupal.",
            "homepage": "https://www.drupal.org/project/micon",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/micon",
                "issues": "https://www.drupal.org/project/issues/micon"
            },
            "install-path": "../../web/modules/contrib/micon"
        },
        {
            "name": "drupal/migrate_file",
            "version": "2.1.3",
            "version_normalized": "2.1.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/migrate_file.git",
                "reference": "2.1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/migrate_file-2.1.3.zip",
                "reference": "2.1.3",
                "shasum": "dfac2287ff5a183cde71e727425f21e530f7cf51"
            },
            "require": {
                "drupal/core": "^9 | ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.3",
                    "datestamp": "1732319144",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "drclaw",
                    "homepage": "https://www.drupal.org/user/823702"
                }
            ],
            "description": "Additional support for migrating files including downloading remote files and using remote uris (without download)",
            "homepage": "https://www.drupal.org/project/migrate_file",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/migrate_file",
                "issues": "https://www.drupal.org/project/issues/migrate_file"
            },
            "install-path": "../../web/modules/contrib/migrate_file"
        },
        {
            "name": "drupal/migrate_hierarchical_taxonomy",
            "version": "1.7.0",
            "version_normalized": "1.7.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/migrate_hierarchical_taxonomy.git",
                "reference": "8.x-1.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/migrate_hierarchical_taxonomy-8.x-1.7.zip",
                "reference": "8.x-1.7",
                "shasum": "9eb7b33016e31256bbd26266e91654e65dacc17d"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11",
                "drupal/migrate_plus": "^5 || ^6"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.7",
                    "datestamp": "1757515597",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "netsliver",
                    "homepage": "https://www.drupal.org/user/3082011"
                }
            ],
            "description": "Migrate Hierarchical Taxonomy Unlimited Level",
            "homepage": "https://www.drupal.org/project/migrate_hierarchical_taxonomy",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/migrate_hierarchical_taxonomy",
                "issues": "https://www.drupal.org/project/issues/migrate_hierarchical_taxonomy"
            },
            "install-path": "../../web/modules/contrib/migrate_hierarchical_taxonomy"
        },
        {
            "name": "drupal/migrate_plus",
            "version": "6.0.5",
            "version_normalized": "6.0.5.0",
            "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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/migrate_plus"
        },
        {
            "name": "drupal/migrate_process_array",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/migrate_process_array.git",
                "reference": "2.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/migrate_process_array-2.0.2.zip",
                "reference": "2.0.2",
                "shasum": "18896d29378216ad56b2455b696f5f46735102b1"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.2",
                    "datestamp": "1751552110",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "hinte",
                    "homepage": "https://www.drupal.org/user/3276368"
                },
                {
                    "name": "socketwench",
                    "homepage": "https://www.drupal.org/user/65793"
                }
            ],
            "description": "Array-centric utilties for Migrations",
            "homepage": "https://www.drupal.org/project/migrate_process_array",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/migrate_process_array",
                "issues": "https://www.drupal.org/project/issues/migrate_process_array"
            },
            "install-path": "../../web/modules/contrib/migrate_process_array"
        },
        {
            "name": "drupal/migrate_process_trim",
            "version": "dev-2.0.x",
            "version_normalized": "dev-2.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/migrate_process_trim.git",
                "reference": "4bbec87f0ecdb6d49f9ff2d763ba4f40f5d63d5c"
            },
            "require": {
                "drupal/core": "^9.3 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.0.x": "2.0.x-dev"
                },
                "drupal": {
                    "version": "2.0.0+1-dev",
                    "datestamp": "1687973907",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "source",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "hinte",
                    "homepage": "https://www.drupal.org/user/3276368"
                },
                {
                    "name": "socketwench",
                    "homepage": "https://www.drupal.org/user/65793"
                }
            ],
            "description": "Provides trim, ltrim, and rtrim process plugins for migrations",
            "homepage": "https://www.drupal.org/project/migrate_process_trim",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/migrate_process_trim",
                "issues": "https://www.drupal.org/project/issues/migrate_process_trim"
            },
            "install-path": "../../web/modules/contrib/migrate_process_trim"
        },
        {
            "name": "drupal/migrate_source_csv",
            "version": "3.7.0",
            "version_normalized": "3.7.0.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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/migrate_source_csv"
        },
        {
            "name": "drupal/migrate_tools",
            "version": "6.1.3",
            "version_normalized": "6.1.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/migrate_tools.git",
                "reference": "6.1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/migrate_tools-6.1.3.zip",
                "reference": "6.1.3",
                "shasum": "1bb5b07575dfdd35d01362f30081853458c56cd7"
            },
            "require": {
                "drupal/core": "^9.1 || ^10 || ^11",
                "php": ">=8.0"
            },
            "require-dev": {
                "drupal/migrate_plus": "^5 || ^6",
                "drupal/migrate_source_csv": "^3",
                "drush/drush": "^11 || ^12 || ^13"
            },
            "suggest": {
                "drupal/migrate_plus": "^5 || ^6",
                "drush/drush": "^11 || ^12 || ^13"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "6.1.3",
                    "datestamp": "1767203937",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^11 || ^12 || ^13"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/migrate_tools"
        },
        {
            "name": "drupal/minifyhtml",
            "version": "2.0.5",
            "version_normalized": "2.0.5.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/minifyhtml.git",
                "reference": "2.0.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/minifyhtml-2.0.5.zip",
                "reference": "2.0.5",
                "shasum": "e400b98a45257ce0443e17f4e139b94fbea54f93"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/coder": "^8.3",
                "drupal/core-dev": "^10",
                "squizlabs/php_codesniffer": "^3.7"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.5",
                    "datestamp": "1714586300",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Scott Joudry",
                    "homepage": "https://www.drupal.org/user/1846786",
                    "email": "sj@slydevil.com",
                    "role": "maintainer"
                }
            ],
            "description": "Minify the contents of the Drupal page",
            "homepage": "https://www.drupal.org/project/minifyhtml",
            "support": {
                "source": "https://git.drupalcode.org/project/minifyhtml",
                "issues": "https://www.drupal.org/project/issues/minifyhtml"
            },
            "install-path": "../../web/modules/contrib/minifyhtml"
        },
        {
            "name": "drupal/modeler_api",
            "version": "1.0.6",
            "version_normalized": "1.0.6.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/modeler_api.git",
                "reference": "1.0.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/modeler_api-1.0.6.zip",
                "reference": "1.0.6",
                "shasum": "7f105303e9149363d4b2649848b4d9b5ad755e25"
            },
            "require": {
                "drupal/core": "^10.4 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.6",
                    "datestamp": "1764747432",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "benjifisher",
                    "homepage": "https://www.drupal.org/user/683300"
                },
                {
                    "name": "cosmicdreams",
                    "homepage": "https://www.drupal.org/user/42579"
                },
                {
                    "name": "jurgenhaas",
                    "homepage": "https://www.drupal.org/user/168924"
                }
            ],
            "description": "Provides an API for modules to use modelers like BPMN.iO",
            "homepage": "https://www.drupal.org/project/modeler_api",
            "support": {
                "source": "https://drupal.org/project/modeler_api",
                "issues": "https://drupal.org/project/issues/modeler_api"
            },
            "install-path": "../../web/modules/contrib/modeler_api"
        },
        {
            "name": "drupal/moderated_content_bulk_publish",
            "version": "2.0.44",
            "version_normalized": "2.0.44.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/moderated_content_bulk_publish.git",
                "reference": "2.0.44"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/moderated_content_bulk_publish-2.0.44.zip",
                "reference": "2.0.44",
                "shasum": "91906c3f5b496d8d9c001d4f6753c8937969203c"
            },
            "require": {
                "drupal/action": "^0.2",
                "drupal/core": "^10.3 || ^11",
                "drupal/pathauto": "*",
                "drupal/views_bulk_operations": "^4.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.44",
                    "datestamp": "1763161872",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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/3070758/committers"
                },
                {
                    "name": "joseph.olstad",
                    "homepage": "https://www.drupal.org/user/1321830"
                },
                {
                    "name": "smulvih2",
                    "homepage": "https://www.drupal.org/user/795442"
                }
            ],
            "description": "The Moderated Content Bulk Publish module does what it says from the /admin/content view.",
            "homepage": "https://www.drupal.org/project/moderated_content_bulk_publish",
            "support": {
                "source": "git://git.drupal.org/project/moderated_content_bulk_publish.git",
                "issues": "https://www.drupal.org/project/issues/moderated_content_bulk_publish"
            },
            "install-path": "../../web/modules/contrib/moderated_content_bulk_publish"
        },
        {
            "name": "drupal/multiple_fields_remove_button",
            "version": "2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/multiple_fields_remove_button.git",
                "reference": "8.x-2.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/multiple_fields_remove_button-8.x-2.3.zip",
                "reference": "8.x-2.3",
                "shasum": "dfa2b1dc21b0b9cfa36d6d6779765a55336d5017"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.3",
                    "datestamp": "1746461722",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "asghar",
                    "homepage": "https://www.drupal.org/user/415797"
                },
                {
                    "name": "semjuel",
                    "homepage": "https://www.drupal.org/user/2426534"
                }
            ],
            "description": "Add remove button for multi showing fields.",
            "homepage": "https://www.drupal.org/project/multiple_fields_remove_button",
            "support": {
                "source": "https://git.drupalcode.org/project/multiple_fields_remove_button"
            },
            "install-path": "../../web/modules/contrib/multiple_fields_remove_button"
        },
        {
            "name": "drupal/name",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/name.git",
                "reference": "8.x-1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/name-8.x-1.1.zip",
                "reference": "8.x-1.1",
                "shasum": "be88032228eae39501f970f1f50b414231d3db67"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "require-dev": {
                "drupal/diff": "^2@beta",
                "drupal/feeds": "^3@rc",
                "drupal/token": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.1",
                    "datestamp": "1762200823",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Florian Weber",
                    "homepage": "https://www.drupal.org/u/webflo",
                    "role": "Maintainer"
                },
                {
                    "name": "Alan D.",
                    "homepage": "https://www.drupal.org/u/alan-d",
                    "role": "Maintainer"
                },
                {
                    "name": "See other contributors",
                    "homepage": "https://www.drupal.org/node/589144/committers",
                    "role": "contributor"
                },
                {
                    "name": "liam morland",
                    "homepage": "https://www.drupal.org/user/493050"
                },
                {
                    "name": "nkoporec",
                    "homepage": "https://www.drupal.org/user/3554464"
                },
                {
                    "name": "rconstantine",
                    "homepage": "https://www.drupal.org/user/94676"
                },
                {
                    "name": "webflo",
                    "homepage": "https://www.drupal.org/user/254778"
                }
            ],
            "description": "Defines a persons name field type.",
            "homepage": "https://www.drupal.org/project/name",
            "support": {
                "source": "http://cgit.drupalcode.org/name",
                "issues": "https://www.drupal.org/project/issues/name"
            },
            "install-path": "../../web/modules/contrib/name"
        },
        {
            "name": "drupal/node_read_time",
            "version": "1.15.0",
            "version_normalized": "1.15.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/node_read_time.git",
                "reference": "8.x-1.15"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/node_read_time-8.x-1.15.zip",
                "reference": "8.x-1.15",
                "shasum": "39e857cc70f0cb6148a2f158d3069d32adb33742"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.15",
                    "datestamp": "1726564977",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "artamiel",
                    "homepage": "https://www.drupal.org/user/3539472"
                },
                {
                    "name": "astonvictor",
                    "homepage": "https://www.drupal.org/user/3466615"
                },
                {
                    "name": "yivanov",
                    "homepage": "https://www.drupal.org/user/3513564"
                }
            ],
            "description": "Displays reading time field on a node.",
            "homepage": "https://www.drupal.org/project/node_read_time",
            "support": {
                "source": "https://git.drupalcode.org/project/node_read_time"
            },
            "install-path": "../../web/modules/contrib/node_read_time"
        },
        {
            "name": "drupal/oembed_thumbnail_chooser",
            "version": "1.0.0-beta1",
            "version_normalized": "1.0.0.0-beta1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/oembed_thumbnail_chooser.git",
                "reference": "1.0.0-beta1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/oembed_thumbnail_chooser-1.0.0-beta1.zip",
                "reference": "1.0.0-beta1",
                "shasum": "442722177f6bb3383cdfd0fdc74364be0f1f907c"
            },
            "require": {
                "drupal/core": "^8.9 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.0-beta1",
                    "datestamp": "1660853258",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "jacobbell84",
                    "homepage": "https://www.drupal.org/user/3408772"
                }
            ],
            "description": "Attempts to retrieve the highest resolution of a thumbnail returned from oEmbed sources.",
            "homepage": "https://www.drupal.org/project/oembed_thumbnail_chooser",
            "support": {
                "source": "https://git.drupalcode.org/project/oembed_thumbnail_chooser"
            },
            "install-path": "../../web/modules/contrib/oembed_thumbnail_chooser"
        },
        {
            "name": "drupal/office_hours",
            "version": "dev-1.x",
            "version_normalized": "dev-1.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/office_hours.git",
                "reference": "45c797e3b59259f2aba1c31497f712334fa35ca2"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/diff": "^1 || ^2",
                "drupal/feeds": "^3",
                "drupal/webform": "^6"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "8.x-1.28+46-dev",
                    "datestamp": "1767129073",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "source",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "John Voskuilen",
                    "homepage": "https://www.drupal.org/user/591042",
                    "role": "Maintainer"
                },
                {
                    "name": "mikl",
                    "homepage": "https://www.drupal.org/user/58679"
                },
                {
                    "name": "Ozeuss",
                    "homepage": "https://www.drupal.org/user/167994"
                },
                {
                    "name": "skwashd",
                    "homepage": "https://www.drupal.org/user/116305"
                }
            ],
            "description": "Defines a 'weekly office hours' field type, allowing you to specify when an Entity is open or closed.",
            "homepage": "http://drupal.org/project/office_hours",
            "support": {
                "source": "http://cgit.drupalcode.org/office_hours",
                "issues": "http://drupal.org/project/office_hours",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            },
            "install-path": "../../web/modules/contrib/office_hours"
        },
        {
            "name": "drupal/openstreetmap",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/openstreetmap.git",
                "reference": "1.0.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/openstreetmap-1.0.4.zip",
                "reference": "1.0.4",
                "shasum": "87ce982ce74e146b92e84b91ad4d1251186b6cc8"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11",
                "drupal/geofield": "^1",
                "ext-pdo": "*"
            },
            "require-dev": {
                "drupal/leaflet": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.4",
                    "datestamp": "1759327353",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Jason Salter (jpsalter)",
                    "homepage": "https://www.drupal.org/u/jpsalter",
                    "role": "Maintainer"
                },
                {
                    "name": "Tyler Cifu Shuster (tbcs)",
                    "homepage": "https://www.drupal.org/u/tbcs",
                    "role": "Maintainer"
                }
            ],
            "description": "This module enables creating and syncing drupal nodes (nodes) based on OpenStreetMap nodes.",
            "homepage": "https://www.drupal.org/project/openstreetmap",
            "support": {
                "source": "https://git.drupalcode.org/project/openstreetmap",
                "issues": "https://www.drupal.org/project/issues/openstreetmap"
            },
            "install-path": "../../web/modules/contrib/openstreetmap"
        },
        {
            "name": "drupal/other_view_filter",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/other_view_filter.git",
                "reference": "8.x-1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/other_view_filter-8.x-1.3.zip",
                "reference": "8.x-1.3",
                "shasum": "70944dbd31df1fad2834277eb707cfd73b446c1c"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.3",
                    "datestamp": "1688658364",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "antonnavi",
                    "homepage": "https://www.drupal.org/user/875410"
                }
            ],
            "description": "Adds a filter to views that uses the results of another view.",
            "homepage": "https://www.drupal.org/project/other_view_filter",
            "support": {
                "source": "https://git.drupalcode.org/project/other_view_filter"
            },
            "install-path": "../../web/modules/contrib/other_view_filter"
        },
        {
            "name": "drupal/pagerer",
            "version": "3.1.1",
            "version_normalized": "3.1.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/pagerer.git",
                "reference": "3.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/pagerer-3.1.1.zip",
                "reference": "3.1.1",
                "shasum": "f08803cf98b4e3746aad1b14c8ac583a6c95a1d2"
            },
            "require": {
                "drupal/core": "^10 | ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.1.1",
                    "datestamp": "1718568628",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "mondrake",
                    "homepage": "https://www.drupal.org/user/1307444"
                }
            ],
            "description": "Configurable pager styles.",
            "homepage": "https://www.drupal.org/project/pagerer",
            "support": {
                "source": "https://git.drupalcode.org/project/pagerer"
            },
            "install-path": "../../web/modules/contrib/pagerer"
        },
        {
            "name": "drupal/paragraph_blocks",
            "version": "4.2.0",
            "version_normalized": "4.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/paragraph_blocks.git",
                "reference": "4.2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/paragraph_blocks-4.2.0.zip",
                "reference": "4.2.0",
                "shasum": "3705cd123450b1dbbddae35a6356afaeab5004af"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "drupal/ctools": "^4.0",
                "drupal/paragraphs": "^1.15"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.2.0",
                    "datestamp": "1766755669",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "basvredeling",
                    "homepage": "https://www.drupal.org/user/207078"
                },
                {
                    "name": "douggreen",
                    "homepage": "https://www.drupal.org/user/29191"
                }
            ],
            "description": "Drupal Paragraph Blocks module",
            "homepage": "https://www.drupal.org/project/paragraph_blocks",
            "keywords": [
                "Drupal",
                "Paragraphs"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/paragraph_blocks"
            },
            "install-path": "../../web/modules/contrib/paragraph_blocks"
        },
        {
            "name": "drupal/paragraph_view_mode",
            "version": "3.2.0",
            "version_normalized": "3.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/paragraph_view_mode.git",
                "reference": "3.2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/paragraph_view_mode-3.2.0.zip",
                "reference": "3.2.0",
                "shasum": "799daa0e4f3b935692d232d15447d83448140bc8"
            },
            "require": {
                "drupal/core": "^10.2 || ^11",
                "drupal/paragraphs": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.2.0",
                    "datestamp": "1736246968",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mariusz Andrzejewski (sayco)",
                    "homepage": "https://www.drupal.org/u/sayco",
                    "role": "Maintainer"
                }
            ],
            "description": "This tiny module is meant to easily reuse the same paragraph types with different view mode (display mode).",
            "homepage": "https://www.drupal.org/project/paragraph_view_mode",
            "support": {
                "source": "https://git.drupalcode.org/project/paragraph_view_mode",
                "issues": "https://www.drupal.org/project/issues/paragraph_view_mode"
            },
            "install-path": "../../web/modules/contrib/paragraph_view_mode"
        },
        {
            "name": "drupal/paragraphs",
            "version": "1.20.0",
            "version_normalized": "1.20.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/paragraphs.git",
                "reference": "8.x-1.20"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.20.zip",
                "reference": "8.x-1.20",
                "shasum": "68051cc8c025aa3f62fd44a219d158361928a4ad"
            },
            "require": {
                "drupal/core": "^10.3 || ^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.20",
                    "datestamp": "1767269542",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/paragraphs"
        },
        {
            "name": "drupal/paragraphs_anchor",
            "version": "1.0.0-alpha2",
            "version_normalized": "1.0.0.0-alpha2",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/paragraphs_anchor.git",
                "reference": "1.0.0-alpha2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/paragraphs_anchor-1.0.0-alpha2.zip",
                "reference": "1.0.0-alpha2",
                "shasum": "e4d60ffb873a657c2cf6b8420c6a04dc20c4b3fe"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10",
                "drupal/entity_reference_revisions": "*",
                "drupal/paragraphs": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.0-alpha2",
                    "datestamp": "1700128031",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "lincolnh0",
                    "homepage": "https://www.drupal.org/user/3625077"
                },
                {
                    "name": "mjmorley",
                    "homepage": "https://www.drupal.org/user/3657171"
                }
            ],
            "description": "Enables adding custom anchor tags to paragraphs.",
            "homepage": "https://www.drupal.org/project/paragraphs_anchor",
            "support": {
                "source": "https://git.drupalcode.org/project/paragraphs_anchor"
            },
            "install-path": "../../web/modules/contrib/paragraphs_anchor"
        },
        {
            "name": "drupal/paragraphs_browser",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/paragraphs_browser.git",
                "reference": "8.x-1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/paragraphs_browser-8.x-1.3.zip",
                "reference": "8.x-1.3",
                "shasum": "2b154d47f72d2ab3e07e3857fcd4b3501b218f7e"
            },
            "require": {
                "drupal/core": "^9.3 | ^10 | ^11",
                "drupal/paragraphs": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.3",
                    "datestamp": "1731442115",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "3222169: Display problem with custom icons in browser": "https://www.drupal.org/files/issues/2022-06-01/paragraphs_browser-margin-between-items-3222169-9.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "bvoynick",
                    "homepage": "https://www.drupal.org/user/3308129"
                },
                {
                    "name": "Deciphered",
                    "homepage": "https://www.drupal.org/user/103796"
                },
                {
                    "name": "greggles",
                    "homepage": "https://www.drupal.org/user/36762"
                },
                {
                    "name": "kgatzby",
                    "homepage": "https://www.drupal.org/user/3601554"
                },
                {
                    "name": "michaellander",
                    "homepage": "https://www.drupal.org/user/636494"
                },
                {
                    "name": "mojiferous",
                    "homepage": "https://www.drupal.org/user/1678298"
                },
                {
                    "name": "tandroid",
                    "homepage": "https://www.drupal.org/user/2879591"
                }
            ],
            "description": "Provides browser for adding additional paragraphs.",
            "homepage": "https://www.drupal.org/project/paragraphs_browser",
            "support": {
                "source": "https://git.drupalcode.org/project/paragraphs_browser",
                "issues": "https://www.drupal.org/project/issues/paragraphs_browser"
            },
            "install-path": "../../web/modules/contrib/paragraphs_browser"
        },
        {
            "name": "drupal/paragraphs_entity_embed",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/paragraphs_entity_embed.git",
                "reference": "3.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/paragraphs_entity_embed-3.0.1.zip",
                "reference": "3.0.1",
                "shasum": "613cb47ef7c9821fd71d27d84c5946cc0ab8f815"
            },
            "require": {
                "drupal/core": "^9.3 || ^10",
                "drupal/embed": "*",
                "drupal/entity_embed": "*",
                "drupal/paragraphs": "*"
            },
            "require-dev": {
                "drupal/embed": "^1.4",
                "drupal/entity_embed": "^1.1",
                "drupal/entity_reference_revisions": "^1.8",
                "drupal/paragraphs": "^1.12"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.1",
                    "datestamp": "1701799567",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Nikolay Ignatov",
                    "homepage": "https://www.drupal.org/user/1443204",
                    "email": "nikolai.ignatov@gmail.com",
                    "role": "Creator and Maintainer"
                },
                {
                    "name": "Dobrin Dobrev",
                    "homepage": "https://www.drupal.org/user/2803987",
                    "email": "ddobrev81@gmail.com",
                    "role": "Maintainer"
                },
                {
                    "name": "Milka Petkova",
                    "homepage": "https://www.drupal.org/user/2301376",
                    "email": "milka.petkova.88@gmail.com",
                    "role": "Maintainer"
                },
                {
                    "name": "skek",
                    "homepage": "https://www.drupal.org/user/417078"
                },
                {
                    "name": "smustgrave",
                    "homepage": "https://www.drupal.org/user/3252890"
                }
            ],
            "description": "Allows for paragraph entities to be embedded as items into the CKEditor.",
            "homepage": "https://www.drupal.org/project/paragraphs_entity_embed",
            "support": {
                "source": "https://git.drupalcode.org/project/paragraphs_entity_embed",
                "issues": "https://www.drupal.org/project/issues/paragraphs_entity_embed"
            },
            "install-path": "../../web/modules/contrib/paragraphs_entity_embed"
        },
        {
            "name": "drupal/path_redirect_import",
            "version": "2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/path_redirect_import.git",
                "reference": "2.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/path_redirect_import-2.1.1.zip",
                "reference": "2.1.1",
                "shasum": "91de9f03b3b84d6fcd045890c21639ddaa1fff2a"
            },
            "require": {
                "drupal/core": ">=10.3",
                "drupal/migrate_source_csv": "^3.5",
                "drupal/migrate_tools": "^6.1.0",
                "drupal/redirect": ">=1.7",
                "php": ">=7.1"
            },
            "require-dev": {
                "drupal/migrate_plus": ">=5.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.1",
                    "datestamp": "1752487770",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": ">=9"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Pablo López",
                    "homepage": "https://www.drupal.org/u/plopesc",
                    "role": "Maintainer"
                },
                {
                    "name": "paulocs",
                    "homepage": "https://www.drupal.org/user/3640109"
                },
                {
                    "name": "plopesc",
                    "homepage": "https://www.drupal.org/user/282415"
                }
            ],
            "description": "Migrate Drupal redirects from CSV.",
            "homepage": "https://www.drupal.org/project/path_redirect_import",
            "support": {
                "source": "https://git.drupalcode.org/path_redirect_import",
                "issues": "https://www.drupal.org/project/issues/path_redirect_import"
            },
            "install-path": "../../web/modules/contrib/path_redirect_import"
        },
        {
            "name": "drupal/pathauto",
            "version": "1.14.0",
            "version_normalized": "1.14.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/pathauto.git",
                "reference": "8.x-1.14"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.14.zip",
                "reference": "8.x-1.14",
                "shasum": "07f0d2efcf0bfb450e2ab69a43921fa39dc5f25b"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "drupal/ctools": "*",
                "drupal/token": "*"
            },
            "conflict": {
                "drush/drush": "<12.5.1"
            },
            "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.14",
                    "datestamp": "1759838097",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/pathauto"
        },
        {
            "name": "drupal/prevent_homepage_deletion",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/prevent_homepage_deletion.git",
                "reference": "2.0.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/prevent_homepage_deletion-2.0.4.zip",
                "reference": "2.0.4",
                "shasum": "3f683f67629b0a60c6777b004f2a723f59da997c"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "php": "^8.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.4",
                    "datestamp": "1719469298",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Josha Hubbers",
                    "homepage": "https://www.drupal.org/user/180296",
                    "email": "josha@hubbers.info"
                }
            ],
            "description": "This module adds a permission 'delete_homepage_node'.",
            "homepage": "https://www.drupal.org/project/prevent_homepage_deletion",
            "support": {
                "source": "https://git.drupalcode.org/project/prevent_homepage_deletion",
                "issues": "https://drupal.org/project/issues/prevent_homepage_deletion"
            },
            "install-path": "../../web/modules/contrib/prevent_homepage_deletion"
        },
        {
            "name": "drupal/profile",
            "version": "1.14.0",
            "version_normalized": "1.14.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/profile.git",
                "reference": "8.x-1.14"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/profile-8.x-1.14.zip",
                "reference": "8.x-1.14",
                "shasum": "eda73cb55a9034b318fb87bc9f8db4b778c4fdd6"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "drupal/entity": "^1.0",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "drupal/search_api": "~1.30",
                "drupal/token": "^1.7"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.14",
                    "datestamp": "1765287779",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "daggerhart",
                    "homepage": "https://www.drupal.org/user/167806"
                },
                {
                    "name": "fago",
                    "homepage": "https://www.drupal.org/user/16747"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "pcambra",
                    "homepage": "https://www.drupal.org/user/122101"
                }
            ],
            "description": "Provides configurable user profiles.",
            "homepage": "https://drupal.org/project/profile",
            "support": {
                "source": "https://git.drupalcode.org/project/profile"
            },
            "install-path": "../../web/modules/contrib/profile"
        },
        {
            "name": "drupal/protected_pages",
            "version": "1.9.0",
            "version_normalized": "1.9.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/protected_pages.git",
                "reference": "8.x-1.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/protected_pages-8.x-1.9.zip",
                "reference": "8.x-1.9",
                "shasum": "d8e78d8408ea0415ddce7ae143670666d799b46d"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.9",
                    "datestamp": "1757194937",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "oksana-c",
                    "homepage": "https://www.drupal.org/user/2916547"
                }
            ],
            "description": "Protected Pages modules allows the administrator to secure any page or private file in your website by password.",
            "homepage": "https://www.drupal.org/project/protected_pages",
            "support": {
                "source": "https://git.drupalcode.org/project/protected_pages",
                "issues": "https://www.drupal.org/project/issues/protected_pages"
            },
            "install-path": "../../web/modules/contrib/protected_pages"
        },
        {
            "name": "drupal/quick_node_clone",
            "version": "1.22.0",
            "version_normalized": "1.22.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/quick_node_clone.git",
                "reference": "8.x-1.22"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/quick_node_clone-8.x-1.22.zip",
                "reference": "8.x-1.22",
                "shasum": "39f3c80627803c0e1f5d342327b17c16a691cdec"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "require-dev": {
                "drupal/group": "^1 || ^2 || ^3",
                "drupal/paragraphs": "1.x-dev"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.22",
                    "datestamp": "1740238152",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "vilepickle",
                    "homepage": "https://www.drupal.org/u/vilepickle",
                    "role": "Maintainer"
                },
                {
                    "name": "Neslee Canil Pinto",
                    "homepage": "https://www.drupal.org/u/neslee-canil-pinto",
                    "role": "Maintainer"
                },
                {
                    "name": "neslee canil pinto",
                    "homepage": "https://www.drupal.org/user/3580850"
                }
            ],
            "description": "Quickly clone a node with regular fields.",
            "homepage": "https://www.drupal.org/project/quick_node_clone",
            "support": {
                "source": "https://git.drupalcode.org/project/quick_node_clone",
                "issues": "https://www.drupal.org/project/issues/quick_node_clone"
            },
            "install-path": "../../web/modules/contrib/quick_node_clone"
        },
        {
            "name": "drupal/range",
            "version": "1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/range.git",
                "reference": "8.x-1.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/range-8.x-1.6.zip",
                "reference": "8.x-1.6",
                "shasum": "bb675518aec91a2f1a17c566b975934fd8f15643"
            },
            "require": {
                "drupal/core": ">=9.5 <12"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.6",
                    "datestamp": "1723585725",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "taran2l",
                    "homepage": "https://www.drupal.org/user/473438"
                }
            ],
            "description": "Defines a numeric range field type.",
            "homepage": "https://www.drupal.org/project/range",
            "support": {
                "source": "https://git.drupalcode.org/project/range"
            },
            "install-path": "../../web/modules/contrib/range"
        },
        {
            "name": "drupal/rat",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/rat.git",
                "reference": "f13fcfb83445e505ffa84d2137231d91cd8c8146"
            },
            "dist": {
                "type": "zip",
                "url": "https://git.drupalcode.org/api/v4/projects/project%2Frat/repository/archive.zip?sha=f13fcfb83445e505ffa84d2137231d91cd8c8146",
                "reference": "f13fcfb83445e505ffa84d2137231d91cd8c8146",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "drupal/core": "^9.4",
                "drupal/core-dev": "^9.4"
            },
            "time": "2025-12-29T15:30:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.1"
            },
            "install-path": "../drupal/rat"
        },
        {
            "name": "drupal/raven",
            "version": "6.0.16",
            "version_normalized": "6.0.16.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/raven.git",
                "reference": "6.0.16"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/raven-6.0.16.zip",
                "reference": "6.0.16",
                "shasum": "7859678b6c935afbdacf72f5ca3508784d9b0948"
            },
            "require": {
                "drupal/core": "^10.2 || ^11",
                "sentry/sentry": "^4.9"
            },
            "require-dev": {
                "drupal/csp": "^1.17 || ^2.0",
                "drupal/monitoring": "^1.13",
                "drupal/seckit": "^2.0",
                "drush/drush": "^11.0 || ^12.0 || ^13.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "6.0.16",
                    "datestamp": "1755300523",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mark Burdett (mfb)",
                    "homepage": "https://www.drupal.org/u/mfb",
                    "role": "Maintainer"
                }
            ],
            "description": "Integrates with Sentry application monitoring and error tracking platform (sentry.io).",
            "homepage": "https://www.drupal.org/project/raven",
            "support": {
                "source": "https://git.drupalcode.org/project/raven",
                "issues": "https://www.drupal.org/project/issues/raven"
            },
            "funding": [
                {
                    "type": "github",
                    "url": "https://github.com/sponsors/mfb"
                },
                {
                    "type": "patreon",
                    "url": "https://www.patreon.com/mfb"
                }
            ],
            "install-path": "../../web/modules/contrib/raven"
        },
        {
            "name": "drupal/read_time",
            "version": "2.0.0-beta3",
            "version_normalized": "2.0.0.0-beta3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/read_time.git",
                "reference": "2.0.0-beta3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/read_time-2.0.0-beta3.zip",
                "reference": "2.0.0-beta3",
                "shasum": "f00456eadd99f2e97f7fd1958a0353f3c75a484f"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0-beta3",
                    "datestamp": "1716394812",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Anonymous",
                    "homepage": "https://www.drupal.org/user/0"
                },
                {
                    "name": "joco_sp",
                    "homepage": "https://www.drupal.org/user/2677547"
                },
                {
                    "name": "longwave",
                    "homepage": "https://www.drupal.org/user/246492"
                },
                {
                    "name": "muhdmishal",
                    "homepage": "https://www.drupal.org/user/3466205"
                },
                {
                    "name": "npralhad",
                    "homepage": "https://www.drupal.org/user/597650"
                },
                {
                    "name": "tinamrak",
                    "homepage": "https://www.drupal.org/user/3233725"
                }
            ],
            "description": "Displays the time it will take to read content on your site.",
            "homepage": "https://drupal.org/project/read_time",
            "support": {
                "source": "https://git.drupalcode.org/project/read_time",
                "issues": "https://www.drupal.org/project/issues/read_time"
            },
            "install-path": "../../web/modules/contrib/read_time"
        },
        {
            "name": "drupal/recaptcha_v3",
            "version": "1.9.0",
            "version_normalized": "1.9.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/recaptcha_v3.git",
                "reference": "8.x-1.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/recaptcha_v3-8.x-1.9.zip",
                "reference": "8.x-1.9",
                "shasum": "c27f5704701d8723b10bb6897f020e5301601a1c"
            },
            "require": {
                "drupal/captcha": "^1.11",
                "drupal/core": "^9.1 || ^10",
                "google/recaptcha": "^1.2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.9",
                    "datestamp": "1692338119",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "b-prod",
                    "homepage": "https://www.drupal.org/user/407852"
                },
                {
                    "name": "dench0",
                    "homepage": "https://www.drupal.org/user/896504"
                },
                {
                    "name": "majid.ali",
                    "homepage": "https://www.drupal.org/user/1271330"
                }
            ],
            "description": "The reCaptcha V3 module provides integration with Google reCaptcha V3 and CAPTCHA module.",
            "homepage": "https://www.drupal.org/project/recaptcha_v3",
            "support": {
                "source": "https://git.drupalcode.org/project/recaptcha_v3"
            },
            "install-path": "../../web/modules/contrib/recaptcha_v3"
        },
        {
            "name": "drupal/recurring_events",
            "version": "2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/recurring_events.git",
                "reference": "2.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/recurring_events-2.0.3.zip",
                "reference": "2.0.3",
                "shasum": "403342bcec81540c70f580aeed2bdde253e1b638"
            },
            "require": {
                "drupal/core": "^9.3 || ^10",
                "drupal/field_inheritance": "^2"
            },
            "require-dev": {
                "drupal/group": "*",
                "drupal/recurring_events_registration": "*",
                "drupal/token": "^1.11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.3",
                    "datestamp": "1749804767",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "ll66382",
                    "homepage": "https://www.drupal.org/user/3674053"
                },
                {
                    "name": "lullabot",
                    "homepage": "https://www.drupal.org/user/3815489"
                },
                {
                    "name": "owenbush",
                    "homepage": "https://www.drupal.org/user/2765259"
                },
                {
                    "name": "pfrenssen",
                    "homepage": "https://www.drupal.org/user/382067"
                },
                {
                    "name": "plopesc",
                    "homepage": "https://www.drupal.org/user/282415"
                },
                {
                    "name": "podarok",
                    "homepage": "https://www.drupal.org/user/116002"
                }
            ],
            "description": "Recurring Events and Registration Management Module",
            "homepage": "https://www.drupal.org/project/recurring_events",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/recurring_events",
                "issues": "https://www.drupal.org/project/issues/recurring_events"
            },
            "install-path": "../../web/modules/contrib/recurring_events"
        },
        {
            "name": "drupal/redirect",
            "version": "1.12.0",
            "version_normalized": "1.12.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/redirect.git",
                "reference": "8.x-1.12"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.12.zip",
                "reference": "8.x-1.12",
                "shasum": "1cdee11356a25b9f9a10329aec0eeb293e0023de"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.12",
                    "datestamp": "1756419163",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/redirect"
        },
        {
            "name": "drupal/redirect_after_login",
            "version": "3.0.2",
            "version_normalized": "3.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/redirect_after_login.git",
                "reference": "3.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/redirect_after_login-3.0.2.zip",
                "reference": "3.0.2",
                "shasum": "3a1daa51726d9054256fa12b984a875392b5cd0d"
            },
            "require": {
                "drupal/core": "^10.3 || ^11.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.2",
                    "datestamp": "1759245888",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Shamsher Alam",
                    "homepage": "https://www.drupal.org/u/shamsher_alam",
                    "role": "Author"
                },
                {
                    "name": "prempatel2447",
                    "homepage": "https://www.drupal.org/user/3250112"
                },
                {
                    "name": "rahul-kr-sh",
                    "homepage": "https://www.drupal.org/user/3561577"
                },
                {
                    "name": "shamsher_alam",
                    "homepage": "https://www.drupal.org/user/2742027"
                },
                {
                    "name": "vladimiraus",
                    "homepage": "https://www.drupal.org/user/673120"
                }
            ],
            "description": "Redirect user after login to a configured url",
            "homepage": "https://drupal.org/project/redirect_after_login",
            "support": {
                "source": "https://git.drupalcode.org/project/redirect_after_login"
            },
            "install-path": "../../web/modules/contrib/redirect_after_login"
        },
        {
            "name": "drupal/registration_role",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/registration_role"
        },
        {
            "name": "drupal/remove_http_headers",
            "version": "2.1.2",
            "version_normalized": "2.1.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/remove_http_headers.git",
                "reference": "2.1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/remove_http_headers-2.1.2.zip",
                "reference": "2.1.2",
                "shasum": "1dde47df9ed6565c817af9eaaf8fd4dcc4eaf170"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.2",
                    "datestamp": "1728551290",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Orlando Thöny",
                    "homepage": "https://www.drupal.org/user/291091",
                    "email": "orlando.thoeny@gmail.com",
                    "role": "Maintainer"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "guilherme-lima-almeida",
                    "homepage": "https://www.drupal.org/user/3636010"
                },
                {
                    "name": "marco-s",
                    "homepage": "https://www.drupal.org/user/3396620"
                },
                {
                    "name": "rdamjanov",
                    "homepage": "https://www.drupal.org/user/913518"
                }
            ],
            "description": "Removes configured HTTP Response headers.",
            "homepage": "https://drupal.org/project/remove_http_headers",
            "keywords": [
                "Drupal",
                "HTTP headers",
                "Security"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/remove_http_headers"
            },
            "install-path": "../../web/modules/contrib/remove_http_headers"
        },
        {
            "name": "drupal/restui",
            "version": "1.22.0",
            "version_normalized": "1.22.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/restui.git",
                "reference": "8.x-1.22"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/restui-8.x-1.22.zip",
                "reference": "8.x-1.22",
                "shasum": "7c9fb14c574f8a4090b77b1bcbc5be141409a383"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.22",
                    "datestamp": "1721134189",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "-enzo-",
                    "homepage": "https://www.drupal.org/user/294937"
                },
                {
                    "name": "clemens.tolboom",
                    "homepage": "https://www.drupal.org/user/125814"
                },
                {
                    "name": "juampynr",
                    "homepage": "https://www.drupal.org/user/682736"
                },
                {
                    "name": "kamkejj",
                    "homepage": "https://www.drupal.org/user/81043"
                },
                {
                    "name": "vipin.mittal18",
                    "homepage": "https://www.drupal.org/user/319716"
                }
            ],
            "description": "Provides a user interface to manage REST resources.",
            "homepage": "https://www.drupal.org/project/restui",
            "support": {
                "source": "https://git.drupalcode.org/project/restui"
            },
            "install-path": "../../web/modules/contrib/restui"
        },
        {
            "name": "drupal/scheduler",
            "version": "2.2.2",
            "version_normalized": "2.2.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/scheduler.git",
                "reference": "2.2.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/scheduler-2.2.2.zip",
                "reference": "2.2.2",
                "shasum": "e763779860e98f5d3554abec6678554da540fdd3"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/commerce": "^2 || ^3",
                "drupal/devel_generate": ">=4",
                "drupal/rules": "^3 || ^4",
                "drupal/workbench_moderation": "*",
                "drupal/workbench_moderation_actions": "*",
                "drush/drush": ">=9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.2",
                    "datestamp": "1760885783",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/scheduler"
        },
        {
            "name": "drupal/scheduler_content_moderation_integration",
            "version": "3.0.4",
            "version_normalized": "3.0.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/scheduler_content_moderation_integration.git",
                "reference": "3.0.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/scheduler_content_moderation_integration-3.0.4.zip",
                "reference": "3.0.4",
                "shasum": "07b57e1817c01902a5709cdcbd4578e65622ce53"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/scheduler": "^2.1"
            },
            "require-dev": {
                "drupal/commerce": "^3.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.4",
                    "datestamp": "1738679096",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "chr.fritsch",
                    "homepage": "https://www.drupal.org/user/2103716"
                },
                {
                    "name": "daniel.bosen",
                    "homepage": "https://www.drupal.org/user/404865"
                },
                {
                    "name": "jonathan1055",
                    "homepage": "https://www.drupal.org/user/92645"
                },
                {
                    "name": "smustgrave",
                    "homepage": "https://www.drupal.org/user/3252890"
                },
                {
                    "name": "volkerk",
                    "homepage": "https://www.drupal.org/user/57527"
                }
            ],
            "description": "Scheduler sub-module providing content moderation functionality for publishing/unpublishing",
            "homepage": "https://www.drupal.org/project/scheduler_content_moderation_integration",
            "support": {
                "source": "https://git.drupalcode.org/project/scheduler_content_moderation_integration",
                "error": "Invalid dependency: \"scheduler\", Could not parse version constraint ~: Invalid version string \"~\""
            },
            "install-path": "../../web/modules/contrib/scheduler_content_moderation_integration"
        },
        {
            "name": "drupal/schema_metatag",
            "version": "2.6.0",
            "version_normalized": "2.6.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/schema_metatag.git",
                "reference": "8.x-2.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/schema_metatag-8.x-2.6.zip",
                "reference": "8.x-2.6",
                "shasum": "a84c126185eabda796348839470a8c3575f78c92"
            },
            "require": {
                "drupal/core": "^9.0 || ^10 || ^11",
                "drupal/metatag": "^1.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": "8.x-2.6",
                    "datestamp": "1720959928",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "composer-normalize": {
                    "indent-size": 2,
                    "indent-style": "space"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/schema_metatag"
        },
        {
            "name": "drupal/search_api",
            "version": "1.40.0",
            "version_normalized": "1.40.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/search_api.git",
                "reference": "8.x-1.40"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.40.zip",
                "reference": "8.x-1.40",
                "shasum": "64ac71887786da63ced27a43e37342ea3b765a88"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "conflict": {
                "drupal/search_api_solr": "2.* || 3.0 || 3.1"
            },
            "require-dev": {
                "drupal/config_readonly": "1.x-dev",
                "drupal/language_fallback_fix": "1.x-dev",
                "drupal/search_api_autocomplete": "1.x-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.40",
                    "datestamp": "1762031191",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "branch-alias": {
                    "dev-8.x-1.x": "1.x-dev"
                },
                "patches_applied": []
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/search_api"
        },
        {
            "name": "drupal/search_api_exclude",
            "version": "2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/search_api_exclude.git",
                "reference": "2.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/search_api_exclude-2.0.3.zip",
                "reference": "2.0.3",
                "shasum": "e3a4bebe7be44417ad87e3a463678f89b5fdad0b"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11",
                "drupal/search_api": "^1.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.3",
                    "datestamp": "1726853600",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "kevinquillen",
                    "homepage": "https://www.drupal.org/user/317279"
                },
                {
                    "name": "MiSc",
                    "homepage": "https://www.drupal.org/user/382892"
                },
                {
                    "name": "stijnstroobants",
                    "homepage": "https://www.drupal.org/user/1787140"
                }
            ],
            "description": "The Search API Exclude module allows users to prevent certain nodes from being indexed.",
            "homepage": "https://www.drupal.org/project/search_api_exclude",
            "support": {
                "source": "https://git.drupalcode.org/project/search_api_exclude",
                "issues": "https://www.drupal.org/project/issues/search_api_exclude"
            },
            "install-path": "../../web/modules/contrib/search_api_exclude"
        },
        {
            "name": "drupal/search_api_exclude_entity",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/search_api_exclude_entity.git",
                "reference": "2.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/search_api_exclude_entity-2.0.0.zip",
                "reference": "2.0.0",
                "shasum": "31622687d69b268b0299cfd0ea0b696c1ada48f4"
            },
            "require": {
                "drupal/core": "^9 || ^10",
                "drupal/search_api": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0",
                    "datestamp": "1674829940",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "beltofte",
                    "homepage": "https://www.drupal.org/user/151799"
                },
                {
                    "name": "smustgrave",
                    "homepage": "https://www.drupal.org/user/3252890"
                }
            ],
            "description": "Exclude one or more entities from being indexed in Search API.",
            "homepage": "https://www.drupal.org/project/search_api_exclude_entity",
            "support": {
                "source": "https://git.drupalcode.org/project/search_api_exclude_entity"
            },
            "install-path": "../../web/modules/contrib/search_api_exclude_entity"
        },
        {
            "name": "drupal/search_api_location",
            "version": "1.0.0-alpha4",
            "version_normalized": "1.0.0.0-alpha4",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/search_api_location.git",
                "reference": "8.x-1.0-alpha4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/search_api_location-8.x-1.0-alpha4.zip",
                "reference": "8.x-1.0-alpha4",
                "shasum": "782313b945328e0c7bab3e51f748cddbb82649a2"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11",
                "drupal/search_api": "^1.28",
                "itamair/geophp": "^1.2"
            },
            "require-dev": {
                "drupal/facets": "3.x",
                "drupal/geocoder": "^4.4",
                "drupal/search_api": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-alpha4",
                    "datestamp": "1726238587",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Mattias Michaux",
                    "homepage": "https://www.drupal.org/u/mollux"
                },
                {
                    "name": "drunken monkey",
                    "homepage": "https://www.drupal.org/user/205582"
                },
                {
                    "name": "jeroent",
                    "homepage": "https://www.drupal.org/user/2228934"
                },
                {
                    "name": "mollux",
                    "homepage": "https://www.drupal.org/user/785804"
                },
                {
                    "name": "nick_vh",
                    "homepage": "https://www.drupal.org/user/122682"
                },
                {
                    "name": "ygerasimov",
                    "homepage": "https://www.drupal.org/user/257311"
                }
            ],
            "description": "Provides location based search for the Search API module.",
            "homepage": "https://www.drupal.org/project/search_api_location",
            "support": {
                "source": "http://git.drupal.org/project/search_api_location.git",
                "issues": "https://www.drupal.org/project/issues/search_api_location",
                "irc": "irc://irc.freenode.org/drupal-search-api"
            },
            "install-path": "../../web/modules/contrib/search_api_location"
        },
        {
            "name": "drupal/search_api_solr",
            "version": "4.3.10",
            "version_normalized": "4.3.10.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/search_api_solr.git",
                "reference": "4.3.10"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/search_api_solr-4.3.10.zip",
                "reference": "4.3.10",
                "shasum": "8d37467f0f2ab34ed6a0b61872ce7ff8e5e64730"
            },
            "require": {
                "composer-runtime-api": ">=2.0",
                "composer/semver": "^1.0|^3.0",
                "consolidation/annotated-command": "^2.12|^4.1",
                "drupal/core": "^10.2 || ^11.0",
                "drupal/search_api": "^1.37|1.x-dev",
                "ext-dom": "*",
                "ext-json": "*",
                "ext-simplexml": "*",
                "laminas/laminas-stdlib": "^3.2",
                "maennchen/zipstream-php": "^2.2.1|^3.0.2",
                "solarium/solarium": "^6.3.7"
            },
            "conflict": {
                "drupal/acquia_search_solr": "<1.0.0-beta8",
                "drupal/search_api_autocomplete": "<1.6.0",
                "drupal/search_api_solr_multilingual": "<3.0.0"
            },
            "require-dev": {
                "drupal/devel": "^4.0|^5.0",
                "drupal/facets": "^3.0.x-dev",
                "drupal/facets_exposed_filters": "*",
                "drupal/geofield": "1.x-dev",
                "drupal/search_api_autocomplete": "1.x-dev",
                "drupal/search_api_location": "1.x-dev",
                "drupal/search_api_spellcheck": "3.x-dev",
                "drupal/views-views": "*",
                "monolog/monolog": "^1.25|^3"
            },
            "suggest": {
                "drupal/facets": "Provides facetted search.",
                "drupal/search_api_autocomplete": "Provides auto complete for search boxes.",
                "drupal/search_api_location": "Provides location searches.",
                "drupal/search_api_solr_nlp": "Highly recommended! Provides Solr field types based on natural language processing (NLP).",
                "drupal/search_api_spellcheck": "Provides spell checking and 'Did You Mean?'."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.3.10",
                    "datestamp": "1745427496",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": ">=9"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Markus Kalkbrenner",
                    "homepage": "https://www.drupal.org/u/mkalkbrenner"
                },
                {
                    "name": "Other contributors",
                    "homepage": "https://www.drupal.org/node/982682/committers"
                },
                {
                    "name": "cspitzlay",
                    "homepage": "https://www.drupal.org/user/419305"
                },
                {
                    "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"
                }
            ],
            "description": "Offers an implementation of the Search API that uses an Apache Solr server for indexing content.",
            "homepage": "https://www.drupal.org/project/search_api_solr",
            "support": {
                "source": "http://git.drupal.org/project/search_api_solr.git",
                "issues": "https://www.drupal.org/project/issues/search_api_solr",
                "chat": "https://drupalchat.me/channel/search"
            },
            "install-path": "../../web/modules/contrib/search_api_solr"
        },
        {
            "name": "drupal/search_api_synonym",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/search_api_synonym.git",
                "reference": "2.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/search_api_synonym-2.0.0.zip",
                "reference": "2.0.0",
                "shasum": "e3e97d04ad793bcbfc5c3bd1358566862128485f"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0",
                    "datestamp": "1699236919",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "aaron.ferris",
                    "homepage": "https://www.drupal.org/user/1338234"
                },
                {
                    "name": "beltofte",
                    "homepage": "https://www.drupal.org/user/151799"
                },
                {
                    "name": "ikit-claw",
                    "homepage": "https://www.drupal.org/user/3285813"
                },
                {
                    "name": "laravz",
                    "homepage": "https://www.drupal.org/user/3397464"
                }
            ],
            "description": "Managing of search synonyms in Drupal.",
            "homepage": "https://www.drupal.org/project/search_api_synonym",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/search_api_synonym",
                "issues": "http://drupal.org/project/issues/search_api_synonym"
            },
            "install-path": "../../web/modules/contrib/search_api_synonym"
        },
        {
            "name": "drupal/search_exclude_nid",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/search_exclude_nid.git",
                "reference": "2.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/search_exclude_nid-2.0.1.zip",
                "reference": "2.0.1",
                "shasum": "e19ef31e795b56014b06382a4fe4f3993cccd554"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.1",
                    "datestamp": "1761556586",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "anybody",
                    "homepage": "https://www.drupal.org/user/291091"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "stefan lehmann",
                    "homepage": "https://www.drupal.org/user/1272726"
                },
                {
                    "name": "thomas.frobieter",
                    "homepage": "https://www.drupal.org/user/409335"
                }
            ],
            "description": "Excludes nodes from the regular search page based on their node ID (nid).",
            "homepage": "https://www.drupal.org/project/search_exclude_nid",
            "support": {
                "source": "https://git.drupalcode.org/project/search_exclude_nid"
            },
            "install-path": "../../web/modules/contrib/search_exclude_nid"
        },
        {
            "name": "drupal/seckit",
            "version": "2.0.3",
            "version_normalized": "2.0.3.0",
            "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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/seckit"
        },
        {
            "name": "drupal/security_review",
            "version": "3.1.2",
            "version_normalized": "3.1.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/security_review.git",
                "reference": "3.1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/security_review-3.1.2.zip",
                "reference": "3.1.2",
                "shasum": "b65a1fc1d958c704efc73a0d2966c1243c6954fa"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "php": ">=8.1.0",
                "symfony/filesystem": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.1.2",
                    "datestamp": "1767365114",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "Ben Jeavons (coltrane)",
                    "homepage": "https://www.drupal.org/u/coltrane",
                    "role": "Maintainer"
                },
                {
                    "name": "David Snopek (dsnopek)",
                    "homepage": "https://www.drupal.org/u/dsnopek",
                    "role": "Maintainer"
                },
                {
                    "name": "Viktor Bán (banviktor)",
                    "homepage": "https://www.drupal.org/u/banviktor",
                    "role": "Maintainer"
                },
                {
                    "name": "Stephen Mustgrave (smustgrave)",
                    "homepage": "https://www.drupal.org/u/smustgrave",
                    "role": "Maintainer"
                }
            ],
            "description": "The Security Review module automates testing for many of the easy-to-make mistakes that render your site insecure..",
            "homepage": "https://www.drupal.org/project/security_review",
            "support": {
                "source": "https://git.drupalcode.org/project/security_review",
                "issues": "https://www.drupal.org/project/issues/security_review"
            },
            "install-path": "../../web/modules/contrib/security_review"
        },
        {
            "name": "drupal/seo_checklist",
            "version": "5.2.4",
            "version_normalized": "5.2.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/seo_checklist.git",
                "reference": "5.2.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/seo_checklist-5.2.4.zip",
                "reference": "5.2.4",
                "shasum": "d50daa43114354755adbe449f9a948c9ce16cfae"
            },
            "require": {
                "drupal/checklistapi": "^2.0",
                "drupal/core": "^8.8 || ^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/addtoany": "*",
                "drupal/admin_toolbar": "*",
                "drupal/advagg": "*",
                "drupal/cloudflare": "*",
                "drupal/coffee": "*",
                "drupal/diff": "*",
                "drupal/easy_breadcrumb": "*",
                "drupal/editor_advanced_link": "*",
                "drupal/filefield_paths": "*",
                "drupal/google_tag": "*",
                "drupal/honeypot": "*",
                "drupal/hreflang": "*",
                "drupal/metatag": "*",
                "drupal/pathauto": "*",
                "drupal/redirect": "*",
                "drupal/robotstxt": "*",
                "drupal/scheduler": "*",
                "drupal/search404": "*",
                "drupal/security_review": "*",
                "drupal/sitemap": "*",
                "drupal/xmlsitemap": "*",
                "drupal/yoast_seo": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "5.2.4",
                    "datestamp": "1736549430",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "ben finklea",
                    "homepage": "https://www.drupal.org/user/46676"
                },
                {
                    "name": "thejimbirch",
                    "homepage": "https://www.drupal.org/user/2507260"
                },
                {
                    "name": "traviscarden",
                    "homepage": "https://www.drupal.org/user/236758"
                }
            ],
            "description": "Uses best practices to check for proper search engine optimization.",
            "homepage": "https://www.drupal.org/project/seo_checklist",
            "keywords": [
                "SEO"
            ],
            "support": {
                "source": "http://drupalcode.org/seo_checklist",
                "issues": "https://www.drupal.org/project/issues/seo_checklist"
            },
            "install-path": "../../web/modules/contrib/seo_checklist"
        },
        {
            "name": "drupal/simple_sitemap",
            "version": "4.2.3",
            "version_normalized": "4.2.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/simple_sitemap.git",
                "reference": "4.2.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/simple_sitemap-4.2.3.zip",
                "reference": "4.2.3",
                "shasum": "08e87178a35fe2a89202d2423f3de1656e1e814a"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "ext-xmlwriter": "*"
            },
            "conflict": {
                "drush/drush": "<12.5.1"
            },
            "require-dev": {
                "drupal/paragraphs": "^1.18"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.2.3",
                    "datestamp": "1764147268",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/simple_sitemap"
        },
        {
            "name": "drupal/simple_survey",
            "version": "4.0.0-rc1",
            "version_normalized": "4.0.0.0-RC1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/simple_survey.git",
                "reference": "4.0.0-rc1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/simple_survey-4.0.0-rc1.zip",
                "reference": "4.0.0-rc1",
                "shasum": "3d01c22e17e8c2e1e3b9e9c1dd4dc6bf2e0dd77a"
            },
            "require": {
                "drupal/core": "^9 || ^10",
                "google/cloud-bigquery": "^1",
                "snipe/banbuilder": "^2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.0-rc1",
                    "datestamp": "1742996602",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Kevin Rice",
                    "homepage": "https://www.drupal.org/user/3525299",
                    "role": "Maintainer",
                    "email": "krice@iqsolutions.com"
                },
                {
                    "name": "kriceiq",
                    "homepage": "https://www.drupal.org/user/3471521"
                },
                {
                    "name": "mclewley",
                    "homepage": "https://www.drupal.org/user/3675070"
                },
                {
                    "name": "nkraft",
                    "homepage": "https://www.drupal.org/user/1447960"
                },
                {
                    "name": "whurley",
                    "homepage": "https://www.drupal.org/user/430765"
                }
            ],
            "description": "Creates Forsee style customer interaction surveys.",
            "homepage": "https://drupal.org/project/simple_survey",
            "support": {
                "source": "https://git.drupalcode.org/project/simple_survey",
                "issues": "https://www.drupal.org/project/issues/simple_survey?version=8.x"
            },
            "install-path": "../../web/modules/contrib/simple_survey"
        },
        {
            "name": "drupal/site_verify",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/site_verify.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/site_verify-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "94ab3eb10b2b5f83144215bc27651f5bc1ab9766"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1742436289",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "afinnarn",
                    "homepage": "https://www.drupal.org/user/1701902"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "elc",
                    "homepage": "https://www.drupal.org/user/784944"
                },
                {
                    "name": "jacobbell84",
                    "homepage": "https://www.drupal.org/user/3408772"
                },
                {
                    "name": "jcsparks",
                    "homepage": "https://www.drupal.org/user/3086593"
                },
                {
                    "name": "jim.m",
                    "homepage": "https://www.drupal.org/user/41136"
                },
                {
                    "name": "joachim",
                    "homepage": "https://www.drupal.org/user/107701"
                },
                {
                    "name": "kreynen",
                    "homepage": "https://www.drupal.org/user/48877"
                },
                {
                    "name": "timurtripp",
                    "homepage": "https://www.drupal.org/user/3750616"
                },
                {
                    "name": "university of colorado boulder",
                    "homepage": "https://www.drupal.org/user/3299791"
                },
                {
                    "name": "Webbeh",
                    "homepage": "https://www.drupal.org/user/1160608"
                }
            ],
            "description": "Verifies ownership of a site for use with search engines.",
            "homepage": "https://www.drupal.org/project/site_verify",
            "support": {
                "source": "https://git.drupalcode.org/project/site_verify"
            },
            "install-path": "../../web/modules/contrib/site_verify"
        },
        {
            "name": "drupal/sitewide_alert",
            "version": "2.2.1",
            "version_normalized": "2.2.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/sitewide_alert.git",
                "reference": "2.2.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/sitewide_alert-2.2.1.zip",
                "reference": "2.2.1",
                "shasum": "991c7b406fd1497d5346970080c3d2d7c3ad5bf2"
            },
            "require": {
                "drupal/core": "^9.2 || ^10",
                "php": ">=7.4"
            },
            "require-dev": {
                "drupal/domain": "*",
                "drupal/domain_entity": "*",
                "drush/drush": "^11 || ^12"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.1",
                    "datestamp": "1701398224",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Chris Snyder",
                    "homepage": "https://www.drupal.org/user/1988434",
                    "email": "chris@chrissnyder.org",
                    "role": "Maintainer"
                },
                {
                    "name": "smustgrave",
                    "homepage": "https://www.drupal.org/user/3252890"
                }
            ],
            "description": "Provides ability to display an alert message at the top of all pages.",
            "homepage": "https://www.drupal.org/project/sitewide_alert",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/sitewide_alert",
                "issues": "https://www.drupal.org/project/issues/sitewide_alert"
            },
            "install-path": "../../web/modules/contrib/sitewide_alert"
        },
        {
            "name": "drupal/smart_date",
            "version": "4.2.4",
            "version_normalized": "4.2.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/smart_date.git",
                "reference": "4.2.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/smart_date-4.2.4.zip",
                "reference": "4.2.4",
                "shasum": "87638e15bd1878f402cdb9cd40154d481a849881"
            },
            "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.4",
                    "datestamp": "1751143243",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9"
                    }
                }
            },
            "installation-source": "dist",
            "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"
                },
                {
                    "name": "tyapchyc",
                    "homepage": "https://www.drupal.org/user/3351412"
                }
            ],
            "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"
            },
            "install-path": "../../web/modules/contrib/smart_date"
        },
        {
            "name": "drupal/smart_trim",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/smart_trim.git",
                "reference": "2.2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/smart_trim-2.2.0.zip",
                "reference": "2.2.0",
                "shasum": "564737cf0895e1b8a38af575ab7ca23f55335d9a"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11",
                "drupal/token": "^1.0",
                "php": ">=8.1"
            },
            "require-dev": {
                "drupal/token_filter": "^2.1 || ^2.2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.0",
                    "datestamp": "1723847275",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Mark Casias (markie)",
                    "homepage": "https://www.drupal.org/u/markie",
                    "role": "Maintainer"
                },
                {
                    "name": "AmyJune Hineline (volkswagenchick)",
                    "homepage": "https://www.drupal.org/u/volkswagenchick",
                    "role": "Maintainer"
                },
                {
                    "name": "Michael Anello (ultimike)",
                    "homepage": "https://www.drupal.org/u/ultimike",
                    "role": "Maintainer"
                }
            ],
            "description": "Provides a more robust alternative to 'summary or trimmed' textfield format.",
            "homepage": "https://drupal.org/project/smart_trim",
            "support": {
                "source": "https://git.drupalcode.org/project/smart_trim",
                "issues": "https://drupal.org/project/issues/smart_trim"
            },
            "install-path": "../../web/modules/contrib/smart_trim"
        },
        {
            "name": "drupal/smtp",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/smtp.git",
                "reference": "8.x-1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/smtp-8.x-1.4.zip",
                "reference": "8.x-1.4",
                "shasum": "963b4670dc609f30a8c003d888d88893d0841b21"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11",
                "phpmailer/phpmailer": "^6.1.7"
            },
            "suggest": {
                "drupal/mailsystem": "Allows using SMTP alongside other mail modules."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.4",
                    "datestamp": "1722032780",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "branch-alias": {
                    "dev-8.x-1.x": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "japerry",
                    "homepage": "https://www.drupal.org/user/45640"
                },
                {
                    "name": "joseph.olstad",
                    "homepage": "https://www.drupal.org/user/1321830"
                },
                {
                    "name": "LukeLast",
                    "homepage": "https://www.drupal.org/user/30151"
                },
                {
                    "name": "oadaeh",
                    "homepage": "https://www.drupal.org/user/4649"
                },
                {
                    "name": "sadashiv",
                    "homepage": "https://www.drupal.org/user/1773304"
                },
                {
                    "name": "wundo",
                    "homepage": "https://www.drupal.org/user/25523"
                },
                {
                    "name": "yettyn",
                    "homepage": "https://www.drupal.org/user/93281"
                }
            ],
            "description": "Allow for site emails to be sent through an SMTP server of your choice.",
            "homepage": "https://www.drupal.org/project/smtp",
            "support": {
                "source": "https://git.drupalcode.org/project/smtp",
                "issues": "https://www.drupal.org/project/issues/smtp"
            },
            "install-path": "../../web/modules/contrib/smtp"
        },
        {
            "name": "drupal/social_api",
            "version": "4.0.2",
            "version_normalized": "4.0.2.0",
            "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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/social_api"
        },
        {
            "name": "drupal/social_auth",
            "version": "4.1.2",
            "version_normalized": "4.1.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/social_auth.git",
                "reference": "4.1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/social_auth-4.1.2.zip",
                "reference": "4.1.2",
                "shasum": "84dca21b4bce83ef9a1e6887d507f15829f9b6bc"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11",
                "drupal/social_api": "^4.0",
                "php": ">=8.1"
            },
            "require-dev": {
                "drupal/coder": "^8.3",
                "phpcompatibility/php-compatibility": "^9.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.1.2",
                    "datestamp": "1731637091",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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/3510098",
                    "email": "valentin2507@gmail.com"
                },
                {
                    "name": "Himansh Dixit (himanshu-dixit)",
                    "homepage": "https://www.drupal.org/user/550110",
                    "email": "hudixt@gmail.com"
                },
                {
                    "name": "Chrsitopher C. Wells (wells)",
                    "homepage": "https://www.drupal.org/user/3101285",
                    "email": "drupal.org@chris-wells.net"
                },
                {
                    "name": "himanshu-dixit",
                    "homepage": "https://www.drupal.org/user/3513954"
                },
                {
                    "name": "wells",
                    "homepage": "https://www.drupal.org/user/2452278"
                }
            ],
            "description": "Social Auth ",
            "homepage": "https://www.drupal.org/project/social_auth",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/social_auth",
                "issues": "https://www.drupal.org/project/issues/social_auth"
            },
            "install-path": "../../web/modules/contrib/social_auth"
        },
        {
            "name": "drupal/social_auth_google",
            "version": "4.0.3",
            "version_normalized": "4.0.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/social_auth_google.git",
                "reference": "4.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/social_auth_google-4.0.3.zip",
                "reference": "4.0.3",
                "shasum": "83df4179f3dd86e6e7168864ed108c240d010c4c"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11",
                "drupal/social_auth": "^4.1",
                "league/oauth2-google": "^4.0",
                "php": ">=8.1"
            },
            "require-dev": {
                "drupal/coder": "^8.3",
                "phpcompatibility/php-compatibility": "^9.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.0.3",
                    "datestamp": "1725460103",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "Himanshu Dixit (himanshu-dixit)",
                    "homepage": "https://www.drupal.org/user/3513954",
                    "email": "hudixt@gmail.com"
                },
                {
                    "name": "Christopher C. Wells (wells)",
                    "homepage": "https://www.drupal.org/user/2452278",
                    "email": "drupal.org@chris-wells.net"
                }
            ],
            "description": "Social Auth integration for Google.",
            "homepage": "https://www.drupal.org/project/social_auth_google",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/social_auth_google",
                "issues": "https://www.drupal.org/project/issues/social_auth_google"
            },
            "install-path": "../../web/modules/contrib/social_auth_google"
        },
        {
            "name": "drupal/social_media",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/social_media.git",
                "reference": "2.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/social_media-2.0.1.zip",
                "reference": "2.0.1",
                "shasum": "c0d6ac7e7c0da066dc0cc0b022ecc44ffbb70604"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "drupal/token": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.1",
                    "datestamp": "1739922487",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Using inline svg tags instead of files": "https://www.drupal.org/files/issues/2023-06-27/2944785-using-inline-svg-tags-instead-of-files-8_0.patch",
                    "All share buttons open new window not in modal": "https://www.drupal.org/files/issues/2021-04-12/3079790-1.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Takim Islam",
                    "homepage": "http://drupalsharing.com/",
                    "role": "Maintainer"
                },
                {
                    "name": "Jack Over",
                    "homepage": "https://www.drupal.org/user/953390",
                    "role": "Maintainer"
                },
                {
                    "name": "takim",
                    "homepage": "https://www.drupal.org/user/252386"
                }
            ],
            "description": "Share current page to social media",
            "homepage": "https://drupal.org/project/social_media",
            "support": {
                "source": "http://cgit.drupalcode.org/social_media",
                "issues": "https://www.drupal.org/project/issues/social_media"
            },
            "install-path": "../../web/modules/contrib/social_media"
        },
        {
            "name": "drupal/social_media_links",
            "version": "2.10.0",
            "version_normalized": "2.10.0.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"
                    }
                },
                "patches_applied": {
                    "Add hidden platform name to icon links to pass accessibility scanners.": "https://git.drupalcode.org/project/social_media_links/-/merge_requests/19.diff"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/social_media_links"
        },
        {
            "name": "drupal/spamspan",
            "version": "3.2.2",
            "version_normalized": "3.2.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/spamspan.git",
                "reference": "3.2.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/spamspan-3.2.2.zip",
                "reference": "3.2.2",
                "shasum": "275b53a05d90940fa47be6cf54af95c57954bd26"
            },
            "require": {
                "drupal/core": "^9.5 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.2.2",
                    "datestamp": "1754294358",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "joevagyok",
                    "homepage": "https://www.drupal.org/user/2876343"
                },
                {
                    "name": "peterx",
                    "homepage": "https://www.drupal.org/user/23516"
                },
                {
                    "name": "thomas.frobieter",
                    "homepage": "https://www.drupal.org/user/409335"
                },
                {
                    "name": "vitalie",
                    "homepage": "https://www.drupal.org/user/175134"
                }
            ],
            "description": "The SpamSpan module obfuscates email addresses to help prevent spambots from collecting them. It implements the technique at http://www.spamspan.com.",
            "homepage": "http://drupal.org/project/spamspan",
            "support": {
                "source": "https://git.drupalcode.org/project/spamspan"
            },
            "install-path": "../../web/modules/contrib/spamspan"
        },
        {
            "name": "drupal/stage_file_proxy",
            "version": "2.1.5",
            "version_normalized": "2.1.5.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/stage_file_proxy.git",
                "reference": "2.1.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/stage_file_proxy-2.1.5.zip",
                "reference": "2.1.5",
                "shasum": "6f5974c106d45211e54945e4d9f5bbf8ec6699de"
            },
            "require": {
                "drupal/core": "^9 || ^10",
                "php": ">=8"
            },
            "require-dev": {
                "drupal/coder": "^8.3",
                "drush/drush": "^11 || ^12"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.5",
                    "datestamp": "1719499510",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "stage_file_proxy.drush.services.yml": "^11"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "scripts": {
                "phpcs": [
                    "vendor/bin/phpcs -p ."
                ],
                "phpcbf": [
                    "vendor/bin/phpcbf -p ."
                ],
                "test": [
                    "@phpcs"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "BarisW",
                    "homepage": "https://www.drupal.org/user/107229"
                },
                {
                    "name": "geek-merlin",
                    "homepage": "https://www.drupal.org/user/229048"
                },
                {
                    "name": "greggles",
                    "homepage": "https://www.drupal.org/user/36762"
                },
                {
                    "name": "markdorison",
                    "homepage": "https://www.drupal.org/user/346106"
                },
                {
                    "name": "moshe weitzman",
                    "homepage": "https://www.drupal.org/user/23"
                },
                {
                    "name": "msonnabaum",
                    "homepage": "https://www.drupal.org/user/75278"
                },
                {
                    "name": "netaustin",
                    "homepage": "https://www.drupal.org/user/199298"
                },
                {
                    "name": "robwilmshurst",
                    "homepage": "https://www.drupal.org/user/144488"
                },
                {
                    "name": "smustgrave",
                    "homepage": "https://www.drupal.org/user/3252890"
                }
            ],
            "description": "Provides stage_file_proxy module.",
            "homepage": "https://www.drupal.org/project/stage_file_proxy",
            "support": {
                "source": "https://git.drupalcode.org/project/stage_file_proxy"
            },
            "install-path": "../../web/modules/contrib/stage_file_proxy"
        },
        {
            "name": "drupal/stringoverrides",
            "version": "1.8.0",
            "version_normalized": "1.8.0.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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/stringoverrides"
        },
        {
            "name": "drupal/svg_image",
            "version": "3.2.2",
            "version_normalized": "3.2.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/svg_image.git",
                "reference": "3.2.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/svg_image-3.2.2.zip",
                "reference": "3.2.2",
                "shasum": "ce7226257ce332d82dedc21269bc73d12c29d6b2"
            },
            "require": {
                "drupal/core": "^10.3 || ^11",
                "enshrined/svg-sanitize": ">=0.22 <1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.2.2",
                    "datestamp": "1756292430",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Yaroslav Lushnikov",
                    "homepage": "https://www.drupal.org/u/imyaro",
                    "role": "Maintainer"
                },
                {
                    "name": "See contributors",
                    "homepage": "https://www.drupal.org/node/2887125/committers"
                },
                {
                    "name": "imyaro",
                    "homepage": "https://www.drupal.org/user/2870933"
                },
                {
                    "name": "mably",
                    "homepage": "https://www.drupal.org/user/3375160"
                },
                {
                    "name": "thomas.frobieter",
                    "homepage": "https://www.drupal.org/user/409335"
                }
            ],
            "description": "Overrides the standard image formatter and widget to support SVG files.",
            "homepage": "https://drupal.org/project/svg_image",
            "support": {
                "source": "https://git.drupalcode.org/project/svg_image",
                "issues": "https://www.drupal.org/project/issues/svg_image"
            },
            "install-path": "../../web/modules/contrib/svg_image"
        },
        {
            "name": "drupal/svg_image_field",
            "version": "2.3.7",
            "version_normalized": "2.3.7.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/svg_image_field.git",
                "reference": "2.3.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/svg_image_field-2.3.7.zip",
                "reference": "2.3.7",
                "shasum": "85cb941ff9b858d747a81d4b0ed9838bcd79cd49"
            },
            "require": {
                "drupal/core": "^9.3 || ^10 || ^11",
                "enshrined/svg-sanitize": "~0.22",
                "php": ">=8.0"
            },
            "require-dev": {
                "drupal/stage_file_proxy": "^2.0 || ^3.0",
                "drush/drush": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.3.7",
                    "datestamp": "1764706797",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "See contributors",
                    "homepage": "https://www.drupal.org/node/2863622/committers"
                },
                {
                    "name": "dunot",
                    "homepage": "https://www.drupal.org/user/3562626"
                },
                {
                    "name": "jwilson3",
                    "homepage": "https://www.drupal.org/user/220177"
                },
                {
                    "name": "mandclu",
                    "homepage": "https://www.drupal.org/user/52136"
                },
                {
                    "name": "romychvk",
                    "homepage": "https://www.drupal.org/user/361734"
                },
                {
                    "name": "shmel210",
                    "homepage": "https://www.drupal.org/user/2600028"
                }
            ],
            "description": "Provides SVG Image field.",
            "homepage": "https://www.drupal.org/project/svg_image_field",
            "support": {
                "source": "https://git.drupalcode.org/project/svg_image_field",
                "issues": "https://www.drupal.org/project/issues/svg_image_field"
            },
            "install-path": "../../web/modules/contrib/svg_image_field"
        },
        {
            "name": "drupal/taxonomy_import",
            "version": "2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/taxonomy_import.git",
                "reference": "2.1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/taxonomy_import-2.1.1.zip",
                "reference": "2.1.1",
                "shasum": "f051e89adbeb2ccc7d9dd2bf84f50b2b0c7b3e47"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.1",
                    "datestamp": "1758396648",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "gargsuchi",
                    "homepage": "https://www.drupal.org/user/70585"
                },
                {
                    "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"
            },
            "install-path": "../../web/modules/contrib/taxonomy_import"
        },
        {
            "name": "drupal/taxonomy_multidelete_terms",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/taxonomy_multidelete_terms.git",
                "reference": "8.x-1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/taxonomy_multidelete_terms-8.x-1.4.zip",
                "reference": "8.x-1.4",
                "shasum": "28e488e3ff7867ecefba6d89b7a46d3c4d5e5ca4"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.4",
                    "datestamp": "1692288464",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Jeetendra Kumar",
                    "homepage": "https://www.drupal.org/u/jeetendrakumar",
                    "email": "jeetendra.j2006@gmail.com",
                    "role": "Maintainer"
                },
                {
                    "name": "jeetendrakumar",
                    "homepage": "https://www.drupal.org/user/2671387"
                }
            ],
            "description": "This module help to delete multiple terms at one time.",
            "homepage": "https://www.drupal.org/project/taxonomy_multidelete_terms",
            "support": {
                "source": "https://cgit.drupalcode.org/taxonomy_multidelete_terms",
                "issues": "https://www.drupal.org/project/issues/taxonomy_multidelete_terms"
            },
            "install-path": "../../web/modules/contrib/taxonomy_multidelete_terms"
        },
        {
            "name": "drupal/telephone_formatter",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/telephone_formatter.git",
                "reference": "8.x-1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/telephone_formatter-8.x-1.3.zip",
                "reference": "8.x-1.3",
                "shasum": "f505c223634e8ff77e93f07a8661193b500ee78d"
            },
            "require": {
                "drupal/core": "^10.1 || ^11",
                "giggsey/libphonenumber-for-php": "^8.0"
            },
            "suggest": {
                "drupal/telephone_validation": "Unsure data quality"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.3",
                    "datestamp": "1746627978",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Jakub Piasecki",
                    "homepage": "https://www.drupal.org/user/1532844",
                    "email": "jakub@piaseccy.pl"
                }
            ],
            "description": "Additional formatters to Telephone field.",
            "homepage": "https://www.drupal.org/project/telephone_formatter",
            "support": {
                "source": "https://git.drupalcode.org/project/telephone_formatter",
                "issues": "http://drupal.org/project/issues/telephone_formatter"
            },
            "install-path": "../../web/modules/contrib/telephone_formatter"
        },
        {
            "name": "drupal/telephone_validation",
            "version": "2.5.0",
            "version_normalized": "2.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/telephone_validation.git",
                "reference": "8.x-2.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/telephone_validation-8.x-2.5.zip",
                "reference": "8.x-2.5",
                "shasum": "16b922bafadcd0d9f4286f41e1775e732d9d4f7a"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "giggsey/libphonenumber-for-php": "~8.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.5",
                    "datestamp": "1733491186",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "zaporylie",
                    "homepage": "https://www.drupal.org/user/1532844"
                }
            ],
            "description": "Use 3rd party library to validate telephone field.",
            "homepage": "http://drupal.org/project/telephone_validation",
            "support": {
                "source": "https://git.drupalcode.org/project/telephone_validation",
                "issues": "http://drupal.org/project/issues/telephone_validation"
            },
            "install-path": "../../web/modules/contrib/telephone_validation"
        },
        {
            "name": "drupal/term_glossary",
            "version": "4.4.2",
            "version_normalized": "4.4.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/term_glossary.git",
                "reference": "4.4.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/term_glossary-4.4.2.zip",
                "reference": "4.4.2",
                "shasum": "e4b0afc79f9fee823757d8cf0d8a96bd0d48b6a4"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "drupal/jquery_ui_dialog": "^2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.4.2",
                    "datestamp": "1765987114",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "mably",
                    "homepage": "https://www.drupal.org/user/3375160"
                },
                {
                    "name": "nagy.balint",
                    "homepage": "https://www.drupal.org/user/1763952"
                },
                {
                    "name": "olivier.br",
                    "homepage": "https://www.drupal.org/user/2809663"
                },
                {
                    "name": "taggartj",
                    "homepage": "https://www.drupal.org/user/786470"
                }
            ],
            "description": "This flexible module uses a vocabulary (taxonomy) as a glossary.",
            "homepage": "https://www.drupal.org/project/term_glossary",
            "keywords": [
                "Drupal",
                "glossary",
                "term_glossary"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/term_glossary",
                "issues": "https://www.drupal.org/project/issues/term_glossary"
            },
            "install-path": "../../web/modules/contrib/term_glossary"
        },
        {
            "name": "drupal/tfa",
            "version": "1.12.0",
            "version_normalized": "1.12.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/tfa.git",
                "reference": "8.x-1.12"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/tfa-8.x-1.12.zip",
                "reference": "8.x-1.12",
                "shasum": "86d59b3937a02551099c1a90cc7716620110fa7b"
            },
            "require": {
                "chillerlan/php-qrcode": "^1.0.9 || ^2.0 || ^3.2 || ^4.0",
                "christian-riesen/otp": "^2.1",
                "drupal/core": "^8 || ^9 || ^10 || ^11",
                "drupal/encrypt": "~3.0",
                "paragonie/constant_time_encoding": "^1.0 || ^2.0",
                "php": ">=7.0"
            },
            "require-dev": {
                "drupal/encrypt": "*",
                "drupal/key": "*",
                "drupal/services": "*",
                "drush/drush": "^10 || ^11 || ^12 || ^13",
                "jangregor/phpstan-prophecy": "^1",
                "mglaman/phpstan-drupal": "^1.1",
                "phpstan/extension-installer": "^1.2",
                "phpstan/phpstan": "^1.9",
                "phpstan/phpstan-deprecation-rules": "^1.1",
                "phpstan/phpstan-phpunit": "^1.3"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.12",
                    "datestamp": "1752807547",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10 || ^11"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "cmlara",
                    "homepage": "https://www.drupal.org/user/1790054"
                },
                {
                    "name": "coltrane",
                    "homepage": "https://www.drupal.org/user/91990"
                },
                {
                    "name": "daggerhart",
                    "homepage": "https://www.drupal.org/user/167806"
                },
                {
                    "name": "greggles",
                    "homepage": "https://www.drupal.org/user/36762"
                },
                {
                    "name": "jcnventura",
                    "homepage": "https://www.drupal.org/user/122464"
                },
                {
                    "name": "nerdstein",
                    "homepage": "https://www.drupal.org/user/1557710"
                },
                {
                    "name": "poker10",
                    "homepage": "https://www.drupal.org/user/272316"
                }
            ],
            "description": "Pluggable provider of two factor authentication for Drupal",
            "homepage": "https://www.drupal.org/project/tfa",
            "support": {
                "source": "https://git.drupalcode.org/project/tfa"
            },
            "install-path": "../../web/modules/contrib/tfa"
        },
        {
            "name": "drupal/time_field",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/time_field.git",
                "reference": "2.2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/time_field-2.2.0.zip",
                "reference": "2.2.0",
                "shasum": "c3bca96c80413d887995f3cdc5942c61d7edd51e"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "require-dev": {
                "drupal/feeds": "^3.0@beta"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.0",
                    "datestamp": "1753685407",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "bramdriesen",
                    "homepage": "https://www.drupal.org/user/3383264"
                },
                {
                    "name": "lostkoder",
                    "homepage": "https://www.drupal.org/user/3545132"
                },
                {
                    "name": "sickness29",
                    "homepage": "https://www.drupal.org/user/2586096"
                }
            ],
            "description": "Provides 'Time Field' and 'Time Range Field'.",
            "homepage": "https://www.drupal.org/project/time_field",
            "support": {
                "source": "http://git.drupal.org/project/time_field.git",
                "issues": "https://www.drupal.org/project/issues/time_field"
            },
            "install-path": "../../web/modules/contrib/time_field"
        },
        {
            "name": "drupal/time_range",
            "version": "9.0.3",
            "version_normalized": "9.0.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/time_range.git",
                "reference": "9.0.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/time_range-9.0.3.zip",
                "reference": "9.0.3",
                "shasum": "d619dd0dbe9a72983e847fff002659c2ddf2bd02"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "9.0.3",
                    "datestamp": "1727507236",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "dravenk",
                    "homepage": "https://www.drupal.org/user/3452417"
                }
            ],
            "description": "Provides the form widget to fill in time range.",
            "homepage": "https://github.com/DravenK/time-range.git",
            "support": {
                "source": "https://github.com/DravenK/time-range.git",
                "issues": "https://github.com/DravenK/time-range/issues"
            },
            "install-path": "../../web/modules/contrib/time_range"
        },
        {
            "name": "drupal/toc_api",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/toc_api.git",
                "reference": "2.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/toc_api-2.0.1.zip",
                "reference": "2.0.1",
                "shasum": "205ac0be180245961ef6066ff2d1a33bfac47833"
            },
            "require": {
                "drupal/core": "^10.4 || ^11.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.1",
                    "datestamp": "1760575753",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "jrockowitz",
                    "homepage": "https://www.drupal.org/user/371407"
                },
                {
                    "name": "vladimiraus",
                    "homepage": "https://www.drupal.org/user/673120"
                }
            ],
            "description": "API for building a a hierarchical table of contents from header tags.",
            "homepage": "https://drupal.org/project/toc_api",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/toc_api",
                "issues": "https://drupal.org/project/issues/toc_api"
            },
            "install-path": "../../web/modules/contrib/toc_api"
        },
        {
            "name": "drupal/toc_filter",
            "version": "2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/toc_filter.git",
                "reference": "8.x-2.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/toc_filter-8.x-2.4.zip",
                "reference": "8.x-2.4",
                "shasum": "986662a7226e8892b3eb332f02475603e9b9d940"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11",
                "drupal/toc_api": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.4",
                    "datestamp": "1748176034",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "vladimiraus",
                    "homepage": "https://www.drupal.org/user/673120"
                },
                {
                    "name": "yukare",
                    "homepage": "https://www.drupal.org/user/889254"
                }
            ],
            "description": "Converts header tags into a hierarchical table of contents.",
            "homepage": "https://drupal.org/project/toc_filter",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/toc_filter",
                "issues": "https://drupal.org/project/issues/toc_filter"
            },
            "install-path": "../../web/modules/contrib/toc_filter"
        },
        {
            "name": "drupal/token",
            "version": "1.16.0",
            "version_normalized": "1.16.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/token.git",
                "reference": "8.x-1.16"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/token-8.x-1.16.zip",
                "reference": "8.x-1.16",
                "shasum": "f7ae77316ef8135068d995c09507da7517b20572"
            },
            "require": {
                "drupal/core": "^9.2 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/book": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.16",
                    "datestamp": "1757151197",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": ">=9"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/token"
        },
        {
            "name": "drupal/token_filter",
            "version": "2.2.1",
            "version_normalized": "2.2.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/token_filter.git",
                "reference": "2.2.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/token_filter-2.2.1.zip",
                "reference": "2.2.1",
                "shasum": "1950ce8c0235418175e11c0d9ed15afbe1421dd7"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "drupal/token": "^1",
                "php": ">=8.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.1",
                    "datestamp": "1719183798",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "asciikewl",
                    "homepage": "https://www.drupal.org/user/147292"
                },
                {
                    "name": "darvanen",
                    "homepage": "https://www.drupal.org/user/1068770"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "Deciphered",
                    "homepage": "https://www.drupal.org/user/103796"
                },
                {
                    "name": "pescetti",
                    "homepage": "https://www.drupal.org/user/436244"
                },
                {
                    "name": "pvhee",
                    "homepage": "https://www.drupal.org/user/108811"
                }
            ],
            "description": "This is a very simple module to make global token values available as an input filter.",
            "homepage": "https://www.drupal.org/project/token_filter",
            "support": {
                "source": "https://git.drupalcode.org/project/token_filter"
            },
            "install-path": "../../web/modules/contrib/token_filter"
        },
        {
            "name": "drupal/transliterate_filenames",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/transliterate_filenames.git",
                "reference": "2.0.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/transliterate_filenames-2.0.2.zip",
                "reference": "2.0.2",
                "shasum": "204bcd65f79eeb6c4a43b3c63d0bbd325edfb127"
            },
            "require": {
                "drupal/core": "^9.3 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.2",
                    "datestamp": "1698338671",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Alexander Dubovskoy",
                    "homepage": "https://www.drupal.org/u/adubovskoy",
                    "role": "Maintainer"
                },
                {
                    "name": "Andrei Ivnitskii",
                    "homepage": "https://www.drupal.org/u/ivnish",
                    "role": "Maintainer"
                },
                {
                    "name": "Krzysztof Domański",
                    "homepage": "https://www.drupal.org/user/3572982"
                }
            ],
            "description": "Transliteration for all uploading files (includes fields and ckeditor inline upload)",
            "homepage": "https://www.drupal.org/project/transliterate_filenames",
            "support": {
                "source": "https://git.drupalcode.org/project/transliterate_filenames",
                "issues": "https://www.drupal.org/project/issues/transliterate_filenames"
            },
            "install-path": "../../web/modules/contrib/transliterate_filenames"
        },
        {
            "name": "drupal/trash",
            "version": "3.0.23",
            "version_normalized": "3.0.23.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/trash.git",
                "reference": "3.0.23"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/trash-3.0.23.zip",
                "reference": "3.0.23",
                "shasum": "e9dee6e607a309f1ee178447e5e3e84e6a6aa007"
            },
            "require": {
                "drupal/core": "^10.3 | ^11"
            },
            "conflict": {
                "drush/drush": "<12.5.1"
            },
            "require-dev": {
                "drupal/redirect": "*",
                "drupal/wse": "*"
            },
            "suggest": {
                "drush/drush": "^12 || ^13"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.23",
                    "datestamp": "1766447805",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "amateescu",
                    "homepage": "https://www.drupal.org/user/729614"
                }
            ],
            "description": "This module adds a trash bin for all content entities.",
            "homepage": "https://www.drupal.org/project/trash",
            "support": {
                "source": "https://git.drupalcode.org/project/trash"
            },
            "install-path": "../../web/modules/contrib/trash"
        },
        {
            "name": "drupal/twig_field_value",
            "version": "2.0.5",
            "version_normalized": "2.0.5.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/twig_field_value.git",
                "reference": "2.0.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/twig_field_value-2.0.5.zip",
                "reference": "2.0.5",
                "shasum": "9a13925fc1f9788db65044b179871139da8a7cfd"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.5",
                    "datestamp": "1728385526",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "bizar1984",
                    "homepage": "https://www.drupal.org/user/3719064"
                },
                {
                    "name": "Gerben Spil",
                    "homepage": "https://www.drupal.org/user/728030"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "sutharsan",
                    "homepage": "https://www.drupal.org/user/73854"
                },
                {
                    "name": "thomas.frobieter",
                    "homepage": "https://www.drupal.org/user/409335"
                }
            ],
            "description": "Twig filters for value(s) and label.",
            "homepage": "https://www.drupal.org/project/twig_field_value",
            "support": {
                "source": "https://git.drupalcode.org/project/twig_field_value"
            },
            "install-path": "../../web/modules/contrib/twig_field_value"
        },
        {
            "name": "drupal/twig_tweak",
            "version": "3.4.1",
            "version_normalized": "3.4.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/twig_tweak.git",
                "reference": "3.4.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/twig_tweak-3.4.1.zip",
                "reference": "3.4.1",
                "shasum": "ceaa5ea8f357ce8827c728f22871265f0f7cd74f"
            },
            "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.1",
                    "datestamp": "1748530577",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^10 || ^11"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/twig_tweak"
        },
        {
            "name": "drupal/twigsuggest",
            "version": "2.0.0-rc4",
            "version_normalized": "2.0.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."
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/twigsuggest"
        },
        {
            "name": "drupal/user_geo_address",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/user_geo_address.git",
                "reference": "2.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/user_geo_address-2.1.0.zip",
                "reference": "2.1.0",
                "shasum": "eed8f4e38deb220b051695275b0c697b4781615c"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.0",
                    "datestamp": "1691569218",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Akshay Sawant",
                    "homepage": "https://www.drupal.org/user/2103272",
                    "email": "akshay.sawant@publicissapient.com"
                }
            ],
            "description": "This module displays current user geographical address in a block.",
            "homepage": "https://drupal.org/project/user_geo_address",
            "support": {
                "source": "https://git.drupalcode.org/project/user_geo_address",
                "issues": "https://drupal.org/project/issues/user_geo_address"
            },
            "install-path": "../../web/modules/contrib/user_geo_address"
        },
        {
            "name": "drupal/variationcache",
            "version": "1.5.0",
            "version_normalized": "1.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/variationcache.git",
                "reference": "8.x-1.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/variationcache-8.x-1.5.zip",
                "reference": "8.x-1.5",
                "shasum": "6165baee8c6fe5a7773f3499896e8fb464607a32"
            },
            "require": {
                "drupal/core": "^9.5 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.5",
                    "datestamp": "1705485386",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Kristiaan Van den Eynde",
                    "homepage": "https://www.drupal.org/u/kristiaanvandeneynde",
                    "role": "Maintainer"
                },
                {
                    "name": "Brad Jones",
                    "homepage": "https://www.drupal.org/u/bradjones1",
                    "role": "Maintainer"
                }
            ],
            "description": "This project provides VariationCache, a redirect-aware caching implementation.",
            "homepage": "http://drupal.org/project/variationcache",
            "support": {
                "source": "https://git.drupalcode.org/project/variationcache",
                "issues": "https://drupal.org/project/issues/variationcache"
            },
            "install-path": "../../web/modules/contrib/variationcache"
        },
        {
            "name": "drupal/vbo_export",
            "version": "4.1.3",
            "version_normalized": "4.1.3.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/vbo_export.git",
                "reference": "4.1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/vbo_export-4.1.3.zip",
                "reference": "4.1.3",
                "shasum": "469b919089e12bc5db788b42224fa59a2062c73e"
            },
            "require": {
                "dompdf/dompdf": "^1.0 | ^2.0",
                "drupal/core": "^9.3 || ^10",
                "drupal/views_bulk_operations": "^3.5 || ^4.1 || ^4.2",
                "phpoffice/phpspreadsheet": "^1.6"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.1.3",
                    "datestamp": "1684763540",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "graber",
                    "homepage": "https://www.drupal.org/user/1599440"
                }
            ],
            "description": "Views bulk export operations.",
            "homepage": "https://www.drupal.org/project/vbo_export",
            "support": {
                "source": "https://git.drupalcode.org/project/vbo_export"
            },
            "install-path": "../../web/modules/contrib/vbo_export"
        },
        {
            "name": "drupal/views_ajax_get",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_ajax_get.git",
                "reference": "2.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_ajax_get-2.0.1.zip",
                "reference": "2.0.1",
                "shasum": "66b8860edaca1cb1d9e20689c9eea5b46430620c"
            },
            "require": {
                "drupal/core": "^8.0 || ^9.0 || ^10.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.1",
                    "datestamp": "1687339526",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Leon Kessler",
                    "homepage": "https://www.drupal.org/user/595374"
                },
                {
                    "name": "tar_inet",
                    "homepage": "https://www.drupal.org/user/282215"
                }
            ],
            "description": "Overrides Views Ajax to work with GET instead of POST",
            "homepage": "https://www.drupal.org/project/views_ajax_get",
            "support": {
                "source": "https://cgit.drupalcode.org/views_ajax_get",
                "issues": "https://www.drupal.org/project/issues/views_ajax_get"
            },
            "install-path": "../../web/modules/contrib/views_ajax_get"
        },
        {
            "name": "drupal/views_block_filter_block",
            "version": "2.1.2",
            "version_normalized": "2.1.2.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_block_filter_block.git",
                "reference": "2.1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_block_filter_block-2.1.2.zip",
                "reference": "2.1.2",
                "shasum": "c86469c7eae4260b8a3737593e6dae101a5194e5"
            },
            "require": {
                "drupal/core": "^10 || ^11",
                "drupal/ctools_views": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.2",
                    "datestamp": "1747991730",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "angrytoast",
                    "homepage": "https://www.drupal.org/user/2468092"
                },
                {
                    "name": "Etroid",
                    "homepage": "https://www.drupal.org/user/3048985"
                },
                {
                    "name": "iamEAP",
                    "homepage": "https://www.drupal.org/user/1467594"
                },
                {
                    "name": "jkopel",
                    "homepage": "https://www.drupal.org/user/66207"
                },
                {
                    "name": "nehajyoti",
                    "homepage": "https://www.drupal.org/user/2804915"
                },
                {
                    "name": "podarok",
                    "homepage": "https://www.drupal.org/user/116002"
                },
                {
                    "name": "sumitmadan",
                    "homepage": "https://www.drupal.org/user/1538790"
                },
                {
                    "name": "yogeshmpawar",
                    "homepage": "https://www.drupal.org/user/2922907"
                }
            ],
            "description": "Provides blocks for Views exposed filters on View blocks.",
            "homepage": "https://www.drupal.org/project/views_block_filter_block",
            "support": {
                "source": "https://git.drupalcode.org/project/views_block_filter_block"
            },
            "install-path": "../../web/modules/contrib/views_block_filter_block"
        },
        {
            "name": "drupal/views_bulk_edit",
            "version": "2.9.0",
            "version_normalized": "2.9.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_bulk_edit.git",
                "reference": "8.x-2.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_bulk_edit-8.x-2.9.zip",
                "reference": "8.x-2.9",
                "shasum": "db45a8cc9ac629859374b24974eafcef257e4387"
            },
            "require": {
                "drupal/core": "^9.4 || ^10"
            },
            "require-dev": {
                "drupal/views_bulk_operations": "~4.2.4"
            },
            "suggest": {
                "drupal/views_bulk_operations": "Get VBO for all the views benefits like batching, ability to select all view results or persistent selection across pages"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.9",
                    "datestamp": "1690222256",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Marcin Grabias",
                    "homepage": "https://www.drupal.org/u/graber"
                },
                {
                    "name": "benjy",
                    "homepage": "https://www.drupal.org/user/1852732"
                },
                {
                    "name": "graber",
                    "homepage": "https://www.drupal.org/user/1599440"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "joseph.olstad",
                    "homepage": "https://www.drupal.org/user/1321830"
                }
            ],
            "description": "Allows bulk edition of entity field values.",
            "homepage": "https://www.drupal.org/project/views_bulk_edit",
            "support": {
                "source": "https://git.drupalcode.org/project/views_bulk_edit",
                "issues": "https://www.drupal.org/project/issues/views_bulk_edit?version=8.x"
            },
            "install-path": "../../web/modules/contrib/views_bulk_edit"
        },
        {
            "name": "drupal/views_bulk_operations",
            "version": "4.4.4",
            "version_normalized": "4.4.4.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_bulk_operations.git",
                "reference": "4.4.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-4.4.4.zip",
                "reference": "4.4.4",
                "shasum": "bd8e9c1af14526cd67be91390696b0e0d614ca7e"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "conflict": {
                "drush/drush": "<12.5.1"
            },
            "require-dev": {
                "drupal/coder": "^8.3.16",
                "drush/drush": "^12 || ^13",
                "phpstan/phpstan-deprecation-rules": "^2",
                "phpstan/phpstan-strict-rules": "^2"
            },
            "suggest": {
                "drush/drush": "^12 || ^13"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "4.4.4",
                    "datestamp": "1761317826",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Marcin Grabias",
                    "homepage": "https://www.drupal.org/u/graber"
                },
                {
                    "name": "graber",
                    "homepage": "https://www.drupal.org/user/1599440"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                }
            ],
            "description": "Adds an ability to perform bulk operations on selected entities from view results. Provides an API to create such operations.",
            "homepage": "https://www.drupal.org/project/views_bulk_operations",
            "support": {
                "source": "https://git.drupalcode.org/project/views_bulk_operations",
                "issues": "https://www.drupal.org/project/issues/views_bulk_operations?version=any_4.",
                "docs": "https://www.drupal.org/docs/contributed-modules/views-bulk-operations-vbo"
            },
            "install-path": "../../web/modules/contrib/views_bulk_operations"
        },
        {
            "name": "drupal/views_contextual_filters_or",
            "version": "1.5.0",
            "version_normalized": "1.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_contextual_filters_or.git",
                "reference": "8.x-1.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_contextual_filters_or-8.x-1.5.zip",
                "reference": "8.x-1.5",
                "shasum": "76869718727d6860524dff359b33ea2a6460d00a"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.5",
                    "datestamp": "1736804267",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "m.lebedev",
                    "homepage": "https://www.drupal.org/user/2566550"
                },
                {
                    "name": "nicxvan",
                    "homepage": "https://www.drupal.org/user/531480"
                }
            ],
            "description": "Modify views query to support OR conditions for contextual filters.",
            "homepage": "https://www.drupal.org/project/views_contextual_filters_or",
            "support": {
                "source": "https://git.drupalcode.org/project/views_contextual_filters_or"
            },
            "install-path": "../../web/modules/contrib/views_contextual_filters_or"
        },
        {
            "name": "drupal/views_data_export",
            "version": "1.8.0",
            "version_normalized": "1.8.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_data_export.git",
                "reference": "8.x-1.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_data_export-8.x-1.8.zip",
                "reference": "8.x-1.8",
                "shasum": "4a82d6defc226f208193fe3632253db2a2113608"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11",
                "drupal/csv_serialization": "~1.4 || ~2.0 || ~3 || ~4",
                "php": ">=8.1"
            },
            "conflict": {
                "phpoffice/phpspreadsheet": "<1.23.0"
            },
            "require-dev": {
                "drupal/facets": "~3.0",
                "drupal/search_api": "~1.12",
                "drupal/xls_serialization": "~1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.8",
                    "datestamp": "1761320258",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "amoebanath",
                    "homepage": "https://www.drupal.org/user/2810799"
                },
                {
                    "name": "james.williams",
                    "homepage": "https://www.drupal.org/user/592268"
                },
                {
                    "name": "jamsilver",
                    "homepage": "https://www.drupal.org/user/476732"
                },
                {
                    "name": "jhedstrom",
                    "homepage": "https://www.drupal.org/user/208732"
                },
                {
                    "name": "nerdstein",
                    "homepage": "https://www.drupal.org/user/1557710"
                },
                {
                    "name": "steven jones",
                    "homepage": "https://www.drupal.org/user/99644"
                }
            ],
            "description": "Plugin to export views data into various file formats.",
            "homepage": "https://www.drupal.org/project/views_data_export",
            "support": {
                "source": "https://git.drupalcode.org/project/views_data_export"
            },
            "install-path": "../../web/modules/contrib/views_data_export"
        },
        {
            "name": "drupal/views_exposed_filter_blocks",
            "version": "1.5.0",
            "version_normalized": "1.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_exposed_filter_blocks.git",
                "reference": "8.x-1.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_exposed_filter_blocks-8.x-1.5.zip",
                "reference": "8.x-1.5",
                "shasum": "56f5b17f6f5f0f669ddaa4935e3f98a6b7faa9c6"
            },
            "require": {
                "drupal/core": "^8.9 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.5",
                    "datestamp": "1747646170",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "thomas.frobieter",
                    "homepage": "https://www.drupal.org/user/409335"
                }
            ],
            "description": "Provides separate exposed filter blocks for views which are not page views.",
            "homepage": "https://www.drupal.org/project/views_exposed_filter_blocks",
            "support": {
                "source": "https://git.drupalcode.org/project/views_exposed_filter_blocks"
            },
            "install-path": "../../web/modules/contrib/views_exposed_filter_blocks"
        },
        {
            "name": "drupal/views_exposed_groups",
            "version": "dev-3.0.x",
            "version_normalized": "dev-3.0.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_exposed_groups.git",
                "reference": "4179e556fdf84ed011ee0e3513b2afdfe0523244"
            },
            "require": {
                "drupal/core": "^10.3 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-3.0.x": "3.0.x-dev"
                },
                "drupal": {
                    "version": "3.0.x-dev",
                    "datestamp": "1735940658",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "source",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "mradcliffe",
                    "homepage": "https://www.drupal.org/user/157079",
                    "email": "mradcliffe@157079.no-reply.drupal.org"
                },
                {
                    "name": "kevee_gdo",
                    "email": "kevee_gdo@628736.no-reply.drupal.org"
                }
            ],
            "description": "Allows grouping exposed filters into fieldgroups.",
            "homepage": "https://www.drupal.org/project/views_exposed_groups",
            "support": {
                "source": "https://git.drupalcode.org/project/views_exposed_groups"
            },
            "install-path": "../../web/modules/contrib/views_exposed_groups"
        },
        {
            "name": "drupal/views_field_select_filter",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_field_select_filter.git",
                "reference": "8.x-1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_field_select_filter-8.x-1.2.zip",
                "reference": "8.x-1.2",
                "shasum": "c0bb1fc5e2485d1bfb1f5c92eadfb3dfa85386bf"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.2",
                    "datestamp": "1761658921",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "anybody",
                    "homepage": "https://www.drupal.org/user/291091"
                },
                {
                    "name": "grevil",
                    "homepage": "https://www.drupal.org/user/3668491"
                },
                {
                    "name": "rené bakx",
                    "homepage": "https://www.drupal.org/user/590180"
                },
                {
                    "name": "thomas.frobieter",
                    "homepage": "https://www.drupal.org/user/409335"
                }
            ],
            "description": "Views select filter based on the unique values of a single field.",
            "homepage": "https://www.drupal.org/project/views_field_select_filter",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/views_field_select_filter",
                "issues": "https://www.drupal.org/project/issues/views_field_select_filter"
            },
            "install-path": "../../web/modules/contrib/views_field_select_filter"
        },
        {
            "name": "drupal/views_filter_clear",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_filter_clear.git",
                "reference": "8.x-1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_filter_clear-8.x-1.1.zip",
                "reference": "8.x-1.1",
                "shasum": "ca25a5cf13ea7e0738933181cf98e2c96bfdf3d8"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.1",
                    "datestamp": "1760377223",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Use identifier for an exposed filter if added": "https://www.drupal.org/files/issues/2020-09-10/views_filter_clear-use-identifier-for-an-exposed-filter-if-added.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "jhedstrom",
                    "homepage": "https://www.drupal.org/user/208732"
                },
                {
                    "name": "kevin.dutra",
                    "homepage": "https://www.drupal.org/user/1312744"
                }
            ],
            "description": "Adds links to clear/reset individual views exposed filters.",
            "homepage": "https://www.drupal.org/project/views_filter_clear",
            "support": {
                "source": "https://git.drupalcode.org/project/views_filter_clear"
            },
            "install-path": "../../web/modules/contrib/views_filter_clear"
        },
        {
            "name": "drupal/views_filters_populate",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_filters_populate.git",
                "reference": "2.2.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_filters_populate-2.2.0.zip",
                "reference": "2.2.0",
                "shasum": "8a18d2f6af47e01a2e6dee5d2306411bb2ad5fa9"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.2.0",
                    "datestamp": "1741769746",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "eli-t",
                    "homepage": "https://www.drupal.org/user/516878"
                },
                {
                    "name": "fgiudici",
                    "homepage": "https://www.drupal.org/user/2893509"
                },
                {
                    "name": "hanoii",
                    "homepage": "https://www.drupal.org/user/23157"
                }
            ],
            "description": "Allows one filter to populate other filters value.",
            "homepage": "https://www.drupal.org/project/views_filters_populate",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://cgit.drupalcode.org/views_filters_populate",
                "issues": "https://www.drupal.org/project/issues/views_filters_populate"
            },
            "install-path": "../../web/modules/contrib/views_filters_populate"
        },
        {
            "name": "drupal/views_geojson",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_geojson.git",
                "reference": "8.x-1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_geojson-8.x-1.4.zip",
                "reference": "8.x-1.4",
                "shasum": "21800c2f8da0a6f6d8692a1eb085736e122d73f5"
            },
            "require": {
                "drupal/core": "^8.0 || ^9.0 || ^10.0 || ^11",
                "itamair/geophp": "^1.3",
                "php": ">= 7"
            },
            "require-dev": {
                "drupol/drupal-conventions": "^1.7"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.4",
                    "datestamp": "1749146105",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "jeffschuler",
                    "homepage": "https://www.drupal.org/user/239714"
                },
                {
                    "name": "pol",
                    "homepage": "https://www.drupal.org/user/47194"
                }
            ],
            "description": "Provides a Views feed style for GeoJSON output",
            "homepage": "https://www.drupal.org/project/views_geojson",
            "keywords": [
                "geojson",
                "views"
            ],
            "support": {
                "source": "http://git.drupal.org/project/views_geojson.git",
                "issues": "https://www.drupal.org/project/issues/views_geojson",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            },
            "install-path": "../../web/modules/contrib/views_geojson"
        },
        {
            "name": "drupal/views_summary_tabs",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_summary_tabs.git",
                "reference": "1.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_summary_tabs-1.0.0.zip",
                "reference": "1.0.0",
                "shasum": "8669593bece068e0996de51e1706478793fcf192"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.0",
                    "datestamp": "1711538254",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "mandclu",
                    "homepage": "https://www.drupal.org/user/52136"
                }
            ],
            "description": "Adds a tabs presentation for displaying a views summary.",
            "homepage": "https://www.drupal.org/project/views_summary_tabs",
            "support": {
                "source": "https://git.drupalcode.org/project/views_summary_tabs"
            },
            "install-path": "../../web/modules/contrib/views_summary_tabs"
        },
        {
            "name": "drupal/views_year_filter",
            "version": "2.1.7",
            "version_normalized": "2.1.7.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_year_filter.git",
                "reference": "2.1.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_year_filter-2.1.7.zip",
                "reference": "2.1.7",
                "shasum": "02a5329d01003b9539069ef812e8837976d3db21"
            },
            "require": {
                "drupal/core": "^10.2 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.1.7",
                    "datestamp": "1763936843",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "berramou",
                    "homepage": "https://www.drupal.org/user/3535998"
                }
            ],
            "description": "Add Year filter to views.",
            "homepage": "https://www.drupal.org/project/views_year_filter",
            "support": {
                "source": "https://git.drupalcode.org/project/views_year_filter"
            },
            "install-path": "../../web/modules/contrib/views_year_filter"
        },
        {
            "name": "drupal/viewsreference",
            "version": "2.0.0-beta10",
            "version_normalized": "2.0.0.0-beta10",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/viewsreference.git",
                "reference": "8.x-2.0-beta10"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/viewsreference-8.x-2.0-beta10.zip",
                "reference": "8.x-2.0-beta10",
                "shasum": "699c3f790d3dbe6ebcd890916409c66562a04eb4"
            },
            "require": {
                "drupal/core": "^10 || ^11"
            },
            "conflict": {
                "drupal/viewsreferennce": "*"
            },
            "require-dev": {
                "drupal/views_ajax_history": "1.x-dev"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.0-beta10",
                    "datestamp": "1725510905",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "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": "https://git.drupalcode.org/project/viewsreference",
                "issues": "https://www.drupal.org/project/issues/viewsreference"
            },
            "install-path": "../../web/modules/contrib/viewsreference"
        },
        {
            "name": "drupal/votingapi",
            "version": "3.0.0-beta5",
            "version_normalized": "3.0.0.0-beta5",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/votingapi.git",
                "reference": "8.x-3.0-beta5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/votingapi-8.x-3.0-beta5.zip",
                "reference": "8.x-3.0-beta5",
                "shasum": "28e072167175c6617f15f21c3bba89900f3d0545"
            },
            "require": {
                "drupal/core": "^9.2 || ^10"
            },
            "require-dev": {
                "drupal/token": "^1.5"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.0-beta5",
                    "datestamp": "1724557647",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Beta releases are not covered by Drupal security advisories."
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": ">=9"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "eaton",
                    "homepage": "https://www.drupal.org/user/16496"
                },
                {
                    "name": "pedrorocha",
                    "homepage": "https://www.drupal.org/user/218937"
                },
                {
                    "name": "pifagor",
                    "homepage": "https://www.drupal.org/user/2375692"
                },
                {
                    "name": "torotil",
                    "homepage": "https://www.drupal.org/user/865256"
                },
                {
                    "name": "tr",
                    "homepage": "https://www.drupal.org/user/202830"
                }
            ],
            "description": "Voting API",
            "homepage": "https://www.drupal.org/project/votingapi",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/votingapi",
                "issues": "https://drupal.org/project/issues/votingapi"
            },
            "install-path": "../../web/modules/contrib/votingapi"
        },
        {
            "name": "drupal/webform",
            "version": "6.2.9",
            "version_normalized": "6.2.9.0",
            "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"
                    }
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/modules/contrib/webform"
        },
        {
            "name": "drupal/webform_group",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/webform_group.git",
                "reference": "1.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/webform_group-1.0.0.zip",
                "reference": "1.0.0",
                "shasum": "7cd392668c53a40fb296be7bbb83be92842600cf"
            },
            "require": {
                "drupal/core": "^9.4 || ^10",
                "drupal/gnode": "*",
                "drupal/group": "^1.0",
                "drupal/webform": "^6.2",
                "drupal/webform_node": "*"
            },
            "require-dev": {
                "drupal/gnode": "*",
                "drupal/group": "*",
                "drupal/webform": "*",
                "drupal/webform_node": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.0",
                    "datestamp": "1696870347",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Lucas Hedding (heddn)",
                    "homepage": "https://www.drupal.org/u/heddn",
                    "role": "Maintainer"
                },
                {
                    "name": "Jacob Rockowitz (jrockowitz)",
                    "homepage": "https://www.drupal.org/u/jrockowitz",
                    "role": "Maintainer"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://git.drupalcode.org/project/webform_group/-/graphs/HEAD",
                    "role": "Contributor"
                }
            ],
            "description": "Enables the creation of webforms and questionnaires for groups.",
            "homepage": "https://drupal.org/project/webform_group",
            "support": {
                "source": "https://git.drupalcode.org/project/webform_group",
                "issues": "https://www.drupal.org/project/issues/webform_group"
            },
            "install-path": "../../web/modules/contrib/webform_group"
        },
        {
            "name": "drupal/webform_node",
            "version": "6.2.9",
            "version_normalized": "6.2.9.0",
            "require": {
                "drupal/core": "^10.2",
                "drupal/webform": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "6.2.9",
                    "datestamp": "1733851063",
                    "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": "danchadwick",
                    "homepage": "https://www.drupal.org/user/504278"
                },
                {
                    "name": "jrockowitz",
                    "homepage": "https://www.drupal.org/user/371407"
                },
                {
                    "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": "Provides a Webform content type which allows webforms to be integrated into a website as nodes.",
            "homepage": "https://www.drupal.org/project/webform",
            "support": {
                "source": "https://git.drupalcode.org/project/webform"
            },
            "install-path": null
        },
        {
            "name": "drupal/website_feedback",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/website_feedback.git",
                "reference": "1.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/website_feedback-1.1.0.zip",
                "reference": "1.1.0",
                "shasum": "cb5aa870340d2b8a2f0cf0bde2492c954b9a2d03"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.1.0",
                    "datestamp": "1716975309",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "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": "jijojoseph_zyxware",
                    "homepage": "https://www.drupal.org/user/3561263"
                },
                {
                    "name": "vimal.joseph",
                    "homepage": "https://www.drupal.org/user/1328948"
                },
                {
                    "name": "zyxware",
                    "homepage": "https://www.drupal.org/user/222163"
                }
            ],
            "description": "Collects a customers' website feedback.",
            "homepage": "https://www.drupal.org/project/website_feedback",
            "support": {
                "source": "https://git.drupalcode.org/project/website_feedback"
            },
            "install-path": "../../web/modules/contrib/website_feedback"
        },
        {
            "name": "drupal/webt",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/webt.git",
                "reference": "1.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/webt-1.1.0.zip",
                "reference": "1.1.0",
                "shasum": "c048cceefb2632ccab572b5141b20cf64f986b97"
            },
            "require": {
                "drupal/core": "^8.8 || ^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.1.0",
                    "datestamp": "1744218082",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "europeancommission",
                    "homepage": "https://www.drupal.org/user/3794795"
                }
            ],
            "description": "Automated website content translation with WEB-T module",
            "homepage": "https://www.drupal.org/project/webt",
            "support": {
                "source": "https://git.drupalcode.org/project/webt"
            },
            "install-path": "../../web/modules/contrib/webt"
        },
        {
            "name": "drupal/workbench",
            "version": "1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/workbench.git",
                "reference": "8.x-1.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/workbench-8.x-1.6.zip",
                "reference": "8.x-1.6",
                "shasum": "17de024cef38e614f394dd1a9346e2905a9d7568"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.6",
                    "datestamp": "1730131321",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "agentrickard",
                    "homepage": "https://www.drupal.org/user/20975"
                },
                {
                    "name": "bbinkovitz",
                    "homepage": "https://www.drupal.org/user/161263"
                },
                {
                    "name": "becw",
                    "homepage": "https://www.drupal.org/user/81067"
                },
                {
                    "name": "caroltron",
                    "homepage": "https://www.drupal.org/user/171342"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "robeano",
                    "homepage": "https://www.drupal.org/user/67660"
                },
                {
                    "name": "stevector",
                    "homepage": "https://www.drupal.org/user/179805"
                }
            ],
            "description": "Provides convenient dashboards and shortcuts for editors.",
            "homepage": "https://www.drupal.org/project/workbench",
            "support": {
                "source": "https://git.drupalcode.org/project/workbench"
            },
            "install-path": "../../web/modules/contrib/workbench"
        },
        {
            "name": "drupal/workbench_email",
            "version": "3.0.5",
            "version_normalized": "3.0.5.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/workbench_email.git",
                "reference": "3.0.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/workbench_email-3.0.5.zip",
                "reference": "3.0.5",
                "shasum": "8d475341ead4fd10ddd106ce226ea537d5d50afc"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11 || ^12",
                "php": "^8.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.5",
                    "datestamp": "1721954471",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "acbramley",
                    "homepage": "https://www.drupal.org/user/1036766"
                },
                {
                    "name": "fenstrat",
                    "homepage": "https://www.drupal.org/user/362649"
                },
                {
                    "name": "frosev",
                    "homepage": "https://www.drupal.org/user/195325"
                },
                {
                    "name": "larowlan",
                    "homepage": "https://www.drupal.org/user/395439"
                },
                {
                    "name": "mstrelan",
                    "homepage": "https://www.drupal.org/user/314289"
                },
                {
                    "name": "teknic",
                    "homepage": "https://www.drupal.org/user/367359"
                },
                {
                    "name": "unobot",
                    "homepage": "https://www.drupal.org/user/731188"
                }
            ],
            "description": "Extends Content Moderation by adding the ability to add emails to specific transitions.",
            "homepage": "https://www.drupal.org/project/workbench_email",
            "support": {
                "source": "https://git.drupalcode.org/project/workbench_email",
                "issues": "http://drupal.org/project/issues/workbench_email"
            },
            "install-path": "../../web/modules/contrib/workbench_email"
        },
        {
            "name": "drupal/workbench_moderation",
            "version": "1.9.0",
            "version_normalized": "1.9.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/workbench_moderation.git",
                "reference": "8.x-1.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/workbench_moderation-8.x-1.9.zip",
                "reference": "8.x-1.9",
                "shasum": "20b9b363ed8c7b64bdb020b076f144947d8178e6"
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "require-dev": {
                "drupal/publishing_dropbutton": "~1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.9",
                    "datestamp": "1739858597",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Argument 1 passed to Drupal workbench_moderation": "https://www.drupal.org/files/issues/2018-05-10/workbench_moderation.2905546-8.patch",
                    "Delete moderation_state fields when uninstalling workbench_moderation": "https://www.drupal.org/files/issues/2020-10-01/2627012-35-with-d9.patch",
                    "Fieldable entities without bundles throw an exception.": "https://www.drupal.org/files/issues/2024-09-17/3229690-workbench_moderation-support-entities-without-bundles-v2.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "agentrickard",
                    "homepage": "https://www.drupal.org/user/20975"
                },
                {
                    "name": "becw",
                    "homepage": "https://www.drupal.org/user/81067"
                },
                {
                    "name": "caroltron",
                    "homepage": "https://www.drupal.org/user/171342"
                },
                {
                    "name": "colan",
                    "homepage": "https://www.drupal.org/user/58704"
                },
                {
                    "name": "das-peter",
                    "homepage": "https://www.drupal.org/user/762870"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "josephdpurcell",
                    "homepage": "https://www.drupal.org/user/2944035"
                },
                {
                    "name": "larowlan",
                    "homepage": "https://www.drupal.org/user/395439"
                },
                {
                    "name": "robeano",
                    "homepage": "https://www.drupal.org/user/67660"
                },
                {
                    "name": "srjosh",
                    "homepage": "https://www.drupal.org/user/165878"
                },
                {
                    "name": "stevector",
                    "homepage": "https://www.drupal.org/user/179805"
                },
                {
                    "name": "tedbow",
                    "homepage": "https://www.drupal.org/user/240860"
                },
                {
                    "name": "timmillwood",
                    "homepage": "https://www.drupal.org/user/227849"
                }
            ],
            "description": "Provides moderation states for content",
            "homepage": "http://drupal.org/project/workbench_moderation",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/workbench_moderation",
                "issues": "http://drupal.org/project/issues/workbench_moderation"
            },
            "install-path": "../../web/modules/contrib/workbench_moderation"
        },
        {
            "name": "drupal/xmlsitemap",
            "version": "1.5.0",
            "version_normalized": "1.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/xmlsitemap.git",
                "reference": "8.x-1.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/xmlsitemap-8.x-1.5.zip",
                "reference": "8.x-1.5",
                "shasum": "ee53bf4d1c23ab41548021d9948925ecf76719d3"
            },
            "require": {
                "drupal/core": "^9.3 || ^10",
                "ext-xmlwriter": "*"
            },
            "require-dev": {
                "drupal/config_readonly": "^1.0",
                "drupal/metatag": "^1.0",
                "drupal/robotstxt": "^1.0"
            },
            "suggest": {
                "drush/drush": "Command-line regenerating and rebuilding sitemaps."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.5",
                    "datestamp": "1691341085",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^10 || ^11"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "alanburke",
                    "homepage": "https://www.drupal.org/user/35997"
                },
                {
                    "name": "amateescu",
                    "homepage": "https://www.drupal.org/user/729614"
                },
                {
                    "name": "andrei.dincu",
                    "homepage": "https://www.drupal.org/user/2628879"
                },
                {
                    "name": "dave reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "juampynr",
                    "homepage": "https://www.drupal.org/user/682736"
                },
                {
                    "name": "paulmckibben",
                    "homepage": "https://www.drupal.org/user/279003"
                },
                {
                    "name": "pifagor",
                    "homepage": "https://www.drupal.org/user/2375692"
                },
                {
                    "name": "poker10",
                    "homepage": "https://www.drupal.org/user/272316"
                },
                {
                    "name": "renatog",
                    "homepage": "https://www.drupal.org/user/3326031"
                },
                {
                    "name": "tadityar",
                    "homepage": "https://www.drupal.org/user/3094465"
                },
                {
                    "name": "th_tushar",
                    "homepage": "https://www.drupal.org/user/1835276"
                }
            ],
            "description": "Creates XML Sitemaps for the site",
            "homepage": "https://www.drupal.org/project/xmlsitemap",
            "support": {
                "source": "https://git.drupalcode.org/project/xmlsitemap",
                "issues": "http://drupal.org/project/issues/xmlsitemap"
            },
            "install-path": "../../web/modules/contrib/xmlsitemap"
        },
        {
            "name": "drupal/yext",
            "version": "1.0.5",
            "version_normalized": "1.0.5.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/yext.git",
                "reference": "1.0.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/yext-1.0.5.zip",
                "reference": "1.0.5",
                "shasum": "f21eb899a7bf04ba2759fb6d1cf17500d258165b"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.5",
                    "datestamp": "1684353823",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "carnavallaj",
                    "homepage": "https://www.drupal.org/user/3675911"
                },
                {
                    "name": "ssingh@yext.com",
                    "homepage": "https://www.drupal.org/user/3675807"
                },
                {
                    "name": "Yext",
                    "homepage": "https://www.drupal.org/user/3671483"
                }
            ],
            "description": "Module to add a Yext Answers experience to your site",
            "homepage": "https://www.drupal.org/project/yext",
            "support": {
                "source": "https://git.drupalcode.org/project/yext"
            },
            "install-path": "../../web/modules/contrib/yext"
        },
        {
            "name": "drupal/yoast_seo",
            "version": "1.9.0",
            "version_normalized": "1.9.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/yoast_seo.git",
                "reference": "8.x-1.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/yoast_seo-8.x-1.9.zip",
                "reference": "8.x-1.9",
                "shasum": "acde1f9e81e586e339143dfe99b139a93d68da02"
            },
            "require": {
                "drupal/core": "^8 || ^9 || ^10 || ^11",
                "drupal/metatag": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.9",
                    "datestamp": "1724705302",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "3362165: Fix Deprecated function: Creation of dynamic property": "https://www.drupal.org/files/issues/2023-11-01/yoast_seo-php8_2-3362165-19.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "bramtenhove",
                    "homepage": "https://www.drupal.org/user/1549848"
                },
                {
                    "name": "kingdutch",
                    "homepage": "https://www.drupal.org/user/1868952"
                },
                {
                    "name": "Open Social",
                    "homepage": "https://www.drupal.org/user/272162"
                },
                {
                    "name": "robertragas",
                    "homepage": "https://www.drupal.org/user/2723261"
                },
                {
                    "name": "ronaldtebrake",
                    "homepage": "https://www.drupal.org/user/2314038"
                }
            ],
            "description": "Adds Real-time SEO page analysis and configuration.",
            "homepage": "https://www.drupal.org/project/yoast_seo",
            "support": {
                "source": "https://git.drupalcode.org/project/yoast_seo"
            },
            "install-path": "../../web/modules/contrib/yoast_seo"
        },
        {
            "name": "drush/drush",
            "version": "12.5.3",
            "version_normalized": "12.5.3.0",
            "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"
            },
            "time": "2024-08-02T11:57:29+00:00",
            "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"
                    ]
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../drush/drush"
        },
        {
            "name": "egulias/email-validator",
            "version": "4.0.4",
            "version_normalized": "4.0.4.0",
            "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"
            },
            "time": "2025-03-06T22:45:56+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../egulias/email-validator"
        },
        {
            "name": "enshrined/svg-sanitize",
            "version": "0.22.0",
            "version_normalized": "0.22.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/darylldoyle/svg-sanitizer.git",
                "reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/0afa95ea74be155a7bcd6c6fb60c276c39984500",
                "reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.5 || ^8.5"
            },
            "time": "2025-08-12T10:13:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "enshrined\\svgSanitize\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Daryll Doyle",
                    "email": "daryll@enshrined.co.uk"
                }
            ],
            "description": "An SVG sanitizer for PHP",
            "support": {
                "issues": "https://github.com/darylldoyle/svg-sanitizer/issues",
                "source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.22.0"
            },
            "install-path": "../enshrined/svg-sanitize"
        },
        {
            "name": "ezyang/htmlpurifier",
            "version": "v4.19.0",
            "version_normalized": "4.19.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ezyang/htmlpurifier.git",
                "reference": "b287d2a16aceffbf6e0295559b39662612b77fcf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/b287d2a16aceffbf6e0295559b39662612b77fcf",
                "reference": "b287d2a16aceffbf6e0295559b39662612b77fcf",
                "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 || ~8.5.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"
            },
            "time": "2025-10-17T16:34:55+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.19.0"
            },
            "install-path": "../ezyang/htmlpurifier"
        },
        {
            "name": "fabpot/goutte",
            "version": "v4.0.3",
            "version_normalized": "4.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfPHP/Goutte.git",
                "reference": "e3f28671c87a48a0f13ada1baea0d95acc2138c3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/e3f28671c87a48a0f13ada1baea0d95acc2138c3",
                "reference": "e3f28671c87a48a0f13ada1baea0d95acc2138c3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/browser-kit": "^4.4|^5.0|^6.0",
                "symfony/css-selector": "^4.4|^5.0|^6.0",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/dom-crawler": "^4.4|^5.0|^6.0",
                "symfony/http-client": "^4.4|^5.0|^6.0",
                "symfony/mime": "^4.4|^5.0|^6.0"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^6.0"
            },
            "time": "2023-04-01T09:05:33+00:00",
            "type": "application",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Goutte\\": "Goutte"
                },
                "exclude-from-classmap": [
                    "Goutte/Tests"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "A simple PHP Web Scraper",
            "homepage": "https://github.com/FriendsOfPHP/Goutte",
            "keywords": [
                "scraper"
            ],
            "support": {
                "issues": "https://github.com/FriendsOfPHP/Goutte/issues",
                "source": "https://github.com/FriendsOfPHP/Goutte/tree/v4.0.3"
            },
            "abandoned": "symfony/browser-kit",
            "install-path": "../fabpot/goutte"
        },
        {
            "name": "firebase/php-jwt",
            "version": "v6.11.1",
            "version_normalized": "6.11.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/firebase/php-jwt.git",
                "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",
                "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",
                "shasum": ""
            },
            "require": {
                "php": "^8.0"
            },
            "require-dev": {
                "guzzlehttp/guzzle": "^7.4",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpunit/phpunit": "^9.5",
                "psr/cache": "^2.0||^3.0",
                "psr/http-client": "^1.0",
                "psr/http-factory": "^1.0"
            },
            "suggest": {
                "ext-sodium": "Support EdDSA (Ed25519) signatures",
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
            },
            "time": "2025-04-09T20:32:01+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Firebase\\JWT\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Neuman Vong",
                    "email": "neuman+pear@twilio.com",
                    "role": "Developer"
                },
                {
                    "name": "Anant Narayanan",
                    "email": "anant@php.net",
                    "role": "Developer"
                }
            ],
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
            "homepage": "https://github.com/firebase/php-jwt",
            "keywords": [
                "jwt",
                "php"
            ],
            "support": {
                "issues": "https://github.com/firebase/php-jwt/issues",
                "source": "https://github.com/firebase/php-jwt/tree/v6.11.1"
            },
            "install-path": "../firebase/php-jwt"
        },
        {
            "name": "friends-of-behat/mink-extension",
            "version": "v2.7.5",
            "version_normalized": "2.7.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfBehat/MinkExtension.git",
                "reference": "854336030e11983f580f49faad1b49a1238f9846"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfBehat/MinkExtension/zipball/854336030e11983f580f49faad1b49a1238f9846",
                "reference": "854336030e11983f580f49faad1b49a1238f9846",
                "shasum": ""
            },
            "require": {
                "behat/behat": "^3.0.5",
                "behat/mink": "^1.5",
                "php": ">=7.4",
                "symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0"
            },
            "replace": {
                "behat/mink-extension": "self.version"
            },
            "require-dev": {
                "behat/mink-goutte-driver": "^1.1 || ^2.0",
                "phpspec/phpspec": "^6.0 || ^7.0 || 7.1.x-dev"
            },
            "time": "2024-01-11T09:12:02+00:00",
            "type": "behat-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Behat\\MinkExtension": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com"
                },
                {
                    "name": "Christophe Coevoet",
                    "email": "stof@notk.org"
                }
            ],
            "description": "Mink extension for Behat",
            "homepage": "http://extensions.behat.org/mink",
            "keywords": [
                "browser",
                "gui",
                "test",
                "web"
            ],
            "support": {
                "issues": "https://github.com/FriendsOfBehat/MinkExtension/issues",
                "source": "https://github.com/FriendsOfBehat/MinkExtension/tree/v2.7.5"
            },
            "install-path": "../friends-of-behat/mink-extension"
        },
        {
            "name": "geocoder-php/common-http",
            "version": "4.7.0",
            "version_normalized": "4.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/geocoder-php/php-common-http.git",
                "reference": "4209be6c31946ed5a658f6240ab21faaf5413f61"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/geocoder-php/php-common-http/zipball/4209be6c31946ed5a658f6240ab21faaf5413f61",
                "reference": "4209be6c31946ed5a658f6240ab21faaf5413f61",
                "shasum": ""
            },
            "require": {
                "php": "^8.0",
                "php-http/discovery": "^1.17",
                "psr/http-client-implementation": "^1.0",
                "psr/http-factory-implementation": "^1.0",
                "willdurand/geocoder": "^4.0|^5.0"
            },
            "require-dev": {
                "nyholm/psr7": "^1.0",
                "php-http/message": "^1.0",
                "php-http/mock-client": "^1.0",
                "phpunit/phpunit": "^9.5",
                "symfony/stopwatch": "~2.5 || ~5.0"
            },
            "time": "2025-04-15T12:38:11+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Geocoder\\Http\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com"
                }
            ],
            "description": "Common files for HTTP based Geocoders",
            "homepage": "http://geocoder-php.org",
            "keywords": [
                "http geocoder"
            ],
            "support": {
                "source": "https://github.com/geocoder-php/php-common-http/tree/4.7.0"
            },
            "install-path": "../geocoder-php/common-http"
        },
        {
            "name": "geocoder-php/free-geoip-provider",
            "version": "4.6.0",
            "version_normalized": "4.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/geocoder-php/free-geoip-provider.git",
                "reference": "5181a785f08948ee651aa759d7cb93fa60776b91"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/geocoder-php/free-geoip-provider/zipball/5181a785f08948ee651aa759d7cb93fa60776b91",
                "reference": "5181a785f08948ee651aa759d7cb93fa60776b91",
                "shasum": ""
            },
            "require": {
                "geocoder-php/common-http": "^4.1",
                "php": "^8.0",
                "willdurand/geocoder": "^4.0|^5.0"
            },
            "provide": {
                "geocoder-php/provider-implementation": "1.0"
            },
            "require-dev": {
                "geocoder-php/provider-integration-tests": "^1.6.3",
                "php-http/message": "^1.0",
                "phpunit/phpunit": "^9.5"
            },
            "time": "2025-04-15T13:24:32+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Geocoder\\Provider\\FreeGeoIp\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "william.durand1@gmail.com"
                }
            ],
            "description": "Geocoder FreeGeoIp adapter",
            "homepage": "http://geocoder-php.org/Geocoder/",
            "support": {
                "source": "https://github.com/geocoder-php/free-geoip-provider/tree/4.6.0"
            },
            "install-path": "../geocoder-php/free-geoip-provider"
        },
        {
            "name": "geocoder-php/geonames-provider",
            "version": "4.5.0",
            "version_normalized": "4.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/geocoder-php/geonames-provider.git",
                "reference": "ff93c69faaf0e95ada3a9ae36491fe6b6f8b4065"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/geocoder-php/geonames-provider/zipball/ff93c69faaf0e95ada3a9ae36491fe6b6f8b4065",
                "reference": "ff93c69faaf0e95ada3a9ae36491fe6b6f8b4065",
                "shasum": ""
            },
            "require": {
                "geocoder-php/common-http": "^4.0",
                "php": "^8.0",
                "willdurand/geocoder": "^4.0|^5.0"
            },
            "provide": {
                "geocoder-php/provider-implementation": "1.0"
            },
            "require-dev": {
                "geocoder-php/provider-integration-tests": "^1.6.3",
                "php-http/message": "^1.0",
                "phpunit/phpunit": "^9.5"
            },
            "time": "2025-04-15T13:24:32+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Geocoder\\Provider\\Geonames\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "william.durand1@gmail.com"
                }
            ],
            "description": "Geocoder Geonames adapter",
            "homepage": "http://geocoder-php.org/Geocoder/",
            "support": {
                "source": "https://github.com/geocoder-php/geonames-provider/tree/4.5.0"
            },
            "install-path": "../geocoder-php/geonames-provider"
        },
        {
            "name": "geocoder-php/google-maps-provider",
            "version": "4.8.0",
            "version_normalized": "4.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/geocoder-php/google-maps-provider.git",
                "reference": "587aac3647ebd2ce2090b613fc56c753b9dee9a7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/geocoder-php/google-maps-provider/zipball/587aac3647ebd2ce2090b613fc56c753b9dee9a7",
                "reference": "587aac3647ebd2ce2090b613fc56c753b9dee9a7",
                "shasum": ""
            },
            "require": {
                "geocoder-php/common-http": "^4.0",
                "php": "^8.0",
                "willdurand/geocoder": "^4.0|^5.0"
            },
            "provide": {
                "geocoder-php/provider-implementation": "1.0"
            },
            "require-dev": {
                "geocoder-php/provider-integration-tests": "^1.6.3",
                "php-http/message": "^1.0",
                "phpunit/phpunit": "^9.5"
            },
            "time": "2025-04-15T13:24:32+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Geocoder\\Provider\\GoogleMaps\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "william.durand1@gmail.com"
                }
            ],
            "description": "Geocoder GoogleMaps adapter",
            "homepage": "http://geocoder-php.org/Geocoder/",
            "support": {
                "source": "https://github.com/geocoder-php/google-maps-provider/tree/4.8.0"
            },
            "install-path": "../geocoder-php/google-maps-provider"
        },
        {
            "name": "geocoder-php/ip-info-db-provider",
            "version": "4.4.0",
            "version_normalized": "4.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/geocoder-php/ip-info-db-provider.git",
                "reference": "4183046de624f8f1098e1b642b822985f407df93"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/geocoder-php/ip-info-db-provider/zipball/4183046de624f8f1098e1b642b822985f407df93",
                "reference": "4183046de624f8f1098e1b642b822985f407df93",
                "shasum": ""
            },
            "require": {
                "geocoder-php/common-http": "^4.0",
                "php": "^8.0",
                "willdurand/geocoder": "^4.0|^5.0"
            },
            "provide": {
                "geocoder-php/provider-implementation": "1.0"
            },
            "require-dev": {
                "geocoder-php/provider-integration-tests": "^1.6.3",
                "php-http/message": "^1.0",
                "phpunit/phpunit": "^9.5"
            },
            "time": "2025-04-15T13:24:32+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Geocoder\\Provider\\IpInfoDb\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "william.durand1@gmail.com"
                }
            ],
            "description": "Geocoder IpInfoDb adapter",
            "homepage": "http://geocoder-php.org/Geocoder/",
            "support": {
                "source": "https://github.com/geocoder-php/ip-info-db-provider/tree/4.4.0"
            },
            "install-path": "../geocoder-php/ip-info-db-provider"
        },
        {
            "name": "geocoder-php/nominatim-provider",
            "version": "5.8.0",
            "version_normalized": "5.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/geocoder-php/nominatim-provider.git",
                "reference": "1b6852d33e9b558a13d98510fff66e76f4aed9b2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/geocoder-php/nominatim-provider/zipball/1b6852d33e9b558a13d98510fff66e76f4aed9b2",
                "reference": "1b6852d33e9b558a13d98510fff66e76f4aed9b2",
                "shasum": ""
            },
            "require": {
                "geocoder-php/common-http": "^4.1",
                "php": "^8.0",
                "willdurand/geocoder": "^4.0|^5.0"
            },
            "provide": {
                "geocoder-php/provider-implementation": "1.0"
            },
            "require-dev": {
                "geocoder-php/provider-integration-tests": "^1.6.3",
                "php-http/message": "^1.0",
                "phpunit/phpunit": "^9.5"
            },
            "time": "2025-04-15T13:24:32+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Geocoder\\Provider\\Nominatim\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "william.durand1@gmail.com"
                }
            ],
            "description": "Geocoder Nominatim adapter",
            "homepage": "http://geocoder-php.org/Geocoder/",
            "support": {
                "source": "https://github.com/geocoder-php/nominatim-provider/tree/5.8.0"
            },
            "install-path": "../geocoder-php/nominatim-provider"
        },
        {
            "name": "giggsey/libphonenumber-for-php",
            "version": "8.13.55",
            "version_normalized": "8.13.55.0",
            "source": {
                "type": "git",
                "url": "https://github.com/giggsey/libphonenumber-for-php.git",
                "reference": "6e28b3d53cf96d7f41c83d9b80b6021ecbd00537"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/6e28b3d53cf96d7f41c83d9b80b6021ecbd00537",
                "reference": "6e28b3d53cf96d7f41c83d9b80b6021ecbd00537",
                "shasum": ""
            },
            "require": {
                "giggsey/locale": "^2.0",
                "php": "^7.4|^8.0",
                "symfony/polyfill-mbstring": "^1.17"
            },
            "replace": {
                "giggsey/libphonenumber-for-php-lite": "self.version"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.64",
                "pear/pear-core-minimal": "^1.10",
                "pear/pear_exception": "^1.0",
                "pear/versioncontrol_git": "^0.7",
                "phing/phing": "^3.0",
                "php-coveralls/php-coveralls": "^2.0",
                "phpunit/phpunit": "^9.6",
                "symfony/console": "^v5.2",
                "symfony/var-exporter": "^5.2"
            },
            "time": "2025-02-14T08:14:08+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "8.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "libphonenumber\\": "src/"
                },
                "exclude-from-classmap": [
                    "/src/data/",
                    "/src/carrier/data/",
                    "/src/geocoding/data/",
                    "/src/timezone/data/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Joshua Gigg",
                    "email": "giggsey@gmail.com",
                    "homepage": "https://giggsey.com/"
                }
            ],
            "description": "PHP Port of Google's libphonenumber",
            "homepage": "https://github.com/giggsey/libphonenumber-for-php",
            "keywords": [
                "geocoding",
                "geolocation",
                "libphonenumber",
                "mobile",
                "phonenumber",
                "validation"
            ],
            "support": {
                "issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
                "source": "https://github.com/giggsey/libphonenumber-for-php"
            },
            "install-path": "../giggsey/libphonenumber-for-php"
        },
        {
            "name": "giggsey/locale",
            "version": "2.8.0",
            "version_normalized": "2.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/giggsey/Locale.git",
                "reference": "1cd8b3ad2d43e04f4c2c6a240495af44780f809b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/giggsey/Locale/zipball/1cd8b3ad2d43e04f4c2c6a240495af44780f809b",
                "reference": "1cd8b3ad2d43e04f4c2c6a240495af44780f809b",
                "shasum": ""
            },
            "require": {
                "php": "^8.1"
            },
            "require-dev": {
                "ext-json": "*",
                "friendsofphp/php-cs-fixer": "^3.66",
                "pear/pear-core-minimal": "^1.10",
                "pear/pear_exception": "^1.0",
                "pear/versioncontrol_git": "^0.5",
                "phing/phing": "^2.17.4",
                "php-coveralls/php-coveralls": "^2.7",
                "phpunit/phpunit": "^10.5.45",
                "symfony/console": "^6.4",
                "symfony/filesystem": "6.4",
                "symfony/finder": "^6.4",
                "symfony/process": "^6.4",
                "symfony/var-exporter": "^6.4"
            },
            "time": "2025-03-20T14:25:27+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Giggsey\\Locale\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Joshua Gigg",
                    "email": "giggsey@gmail.com",
                    "homepage": "https://giggsey.com/"
                }
            ],
            "description": "Locale functions required by libphonenumber-for-php",
            "support": {
                "issues": "https://github.com/giggsey/Locale/issues",
                "source": "https://github.com/giggsey/Locale/tree/2.8.0"
            },
            "install-path": "../giggsey/locale"
        },
        {
            "name": "google/auth",
            "version": "v1.49.0",
            "version_normalized": "1.49.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/googleapis/google-auth-library-php.git",
                "reference": "68e3d88cb59a49f713e3db25d4f6bb3cc0b70764"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/68e3d88cb59a49f713e3db25d4f6bb3cc0b70764",
                "reference": "68e3d88cb59a49f713e3db25d4f6bb3cc0b70764",
                "shasum": ""
            },
            "require": {
                "firebase/php-jwt": "^6.0",
                "guzzlehttp/guzzle": "^7.4.5",
                "guzzlehttp/psr7": "^2.4.5",
                "php": "^8.1",
                "psr/cache": "^2.0||^3.0",
                "psr/http-message": "^1.1||^2.0",
                "psr/log": "^3.0"
            },
            "require-dev": {
                "guzzlehttp/promises": "^2.0",
                "kelvinmo/simplejwt": "0.7.1",
                "phpseclib/phpseclib": "^3.0.35",
                "phpspec/prophecy-phpunit": "^2.1",
                "phpunit/phpunit": "^9.6",
                "sebastian/comparator": ">=1.2.3",
                "squizlabs/php_codesniffer": "^4.0",
                "symfony/filesystem": "^6.3||^7.3",
                "symfony/process": "^6.0||^7.0",
                "webmozart/assert": "^1.11"
            },
            "suggest": {
                "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
            },
            "time": "2025-11-06T21:27:55+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\Auth\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Google Auth Library for PHP",
            "homepage": "https://github.com/google/google-auth-library-php",
            "keywords": [
                "Authentication",
                "google",
                "oauth2"
            ],
            "support": {
                "docs": "https://cloud.google.com/php/docs/reference/auth/latest",
                "issues": "https://github.com/googleapis/google-auth-library-php/issues",
                "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.49.0"
            },
            "install-path": "../google/auth"
        },
        {
            "name": "google/cloud-bigquery",
            "version": "v1.34.7",
            "version_normalized": "1.34.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/googleapis/google-cloud-php-bigquery.git",
                "reference": "401d45ab482e4fa605f2a38756cf0231a4806112"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/google-cloud-php-bigquery/zipball/401d45ab482e4fa605f2a38756cf0231a4806112",
                "reference": "401d45ab482e4fa605f2a38756cf0231a4806112",
                "shasum": ""
            },
            "require": {
                "google/cloud-core": "^1.64",
                "php": "^8.1",
                "ramsey/uuid": "^3.0|^4.0"
            },
            "require-dev": {
                "erusev/parsedown": "^1.6",
                "google/cloud-bigquery-reservation": "^2.0",
                "google/cloud-storage": "^1.3",
                "phpdocumentor/reflection": "^5.3.3||^6.0",
                "phpdocumentor/reflection-docblock": "^5.3",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpunit/phpunit": "^9.0",
                "squizlabs/php_codesniffer": "2.*"
            },
            "suggest": {
                "google/cloud-storage": "Makes it easier to load data from Cloud Storage into BigQuery"
            },
            "time": "2025-12-13T02:51:17+00:00",
            "type": "library",
            "extra": {
                "component": {
                    "id": "cloud-bigquery",
                    "path": "BigQuery",
                    "entry": "src/BigQueryClient.php",
                    "target": "googleapis/google-cloud-php-bigquery.git",
                    "displayName": "Google Cloud BigQuery"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\Cloud\\BigQuery\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "BigQuery Client for PHP",
            "support": {
                "source": "https://github.com/googleapis/google-cloud-php-bigquery/tree/v1.34.7"
            },
            "install-path": "../google/cloud-bigquery"
        },
        {
            "name": "google/cloud-core",
            "version": "v1.69.0",
            "version_normalized": "1.69.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/googleapis/google-cloud-php-core.git",
                "reference": "a35bcf9d79f7007eaaf325e00011d08f40494fb1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/a35bcf9d79f7007eaaf325e00011d08f40494fb1",
                "reference": "a35bcf9d79f7007eaaf325e00011d08f40494fb1",
                "shasum": ""
            },
            "require": {
                "google/auth": "^1.34",
                "google/gax": "^1.38.0",
                "guzzlehttp/guzzle": "^6.5.8||^7.4.4",
                "guzzlehttp/promises": "^1.4||^2.0",
                "guzzlehttp/psr7": "^2.6",
                "monolog/monolog": "^2.9||^3.0",
                "php": "^8.1",
                "psr/http-message": "^1.0||^2.0",
                "rize/uri-template": "~0.3||~0.4"
            },
            "require-dev": {
                "erusev/parsedown": "^1.6",
                "google/cloud-common-protos": "~0.5",
                "nikic/php-parser": "^5.6",
                "opis/closure": "^3.7|^4.0",
                "phpdocumentor/reflection": "^6.0",
                "phpdocumentor/reflection-docblock": "^5.3",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpunit/phpunit": "^9.0",
                "squizlabs/php_codesniffer": "2.*"
            },
            "suggest": {
                "opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
                "symfony/lock": "Required for the Spanner cached based session pool. Please require the following commit: 3.3.x-dev#1ba6ac9"
            },
            "time": "2025-12-06T04:51:04+00:00",
            "bin": [
                "bin/google-cloud-batch"
            ],
            "type": "library",
            "extra": {
                "component": {
                    "id": "cloud-core",
                    "path": "Core",
                    "entry": "src/ServiceBuilder.php",
                    "target": "googleapis/google-cloud-php-core.git"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\Cloud\\Core\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Google Cloud PHP shared dependency, providing functionality useful to all components.",
            "support": {
                "source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.69.0"
            },
            "install-path": "../google/cloud-core"
        },
        {
            "name": "google/common-protos",
            "version": "4.12.4",
            "version_normalized": "4.12.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/googleapis/common-protos-php.git",
                "reference": "0127156899af0df2681bd42024c60bd5360d64e3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/common-protos-php/zipball/0127156899af0df2681bd42024c60bd5360d64e3",
                "reference": "0127156899af0df2681bd42024c60bd5360d64e3",
                "shasum": ""
            },
            "require": {
                "google/protobuf": "^4.31",
                "php": "^8.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.6"
            },
            "time": "2025-09-20T01:29:44+00:00",
            "type": "library",
            "extra": {
                "component": {
                    "id": "common-protos",
                    "path": "CommonProtos",
                    "entry": "README.md",
                    "target": "googleapis/common-protos-php.git"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\Api\\": "src/Api",
                    "Google\\Iam\\": "src/Iam",
                    "Google\\Rpc\\": "src/Rpc",
                    "Google\\Type\\": "src/Type",
                    "Google\\Cloud\\": "src/Cloud",
                    "GPBMetadata\\Google\\Api\\": "metadata/Api",
                    "GPBMetadata\\Google\\Iam\\": "metadata/Iam",
                    "GPBMetadata\\Google\\Rpc\\": "metadata/Rpc",
                    "GPBMetadata\\Google\\Type\\": "metadata/Type",
                    "GPBMetadata\\Google\\Cloud\\": "metadata/Cloud",
                    "GPBMetadata\\Google\\Logging\\": "metadata/Logging"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Google API Common Protos for PHP",
            "homepage": "https://github.com/googleapis/common-protos-php",
            "keywords": [
                "google"
            ],
            "support": {
                "source": "https://github.com/googleapis/common-protos-php/tree/v4.12.4"
            },
            "install-path": "../google/common-protos"
        },
        {
            "name": "google/gax",
            "version": "v1.40.0",
            "version_normalized": "1.40.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/googleapis/gax-php.git",
                "reference": "1d3834d60b3f0794427c64d2b27d7c627fbba92c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/gax-php/zipball/1d3834d60b3f0794427c64d2b27d7c627fbba92c",
                "reference": "1d3834d60b3f0794427c64d2b27d7c627fbba92c",
                "shasum": ""
            },
            "require": {
                "google/auth": "^1.49",
                "google/common-protos": "^4.4",
                "google/grpc-gcp": "^0.4",
                "google/longrunning": "~0.4",
                "google/protobuf": "^4.31",
                "grpc/grpc": "^1.13",
                "guzzlehttp/promises": "^2.0",
                "guzzlehttp/psr7": "^2.0",
                "php": "^8.1",
                "ramsey/uuid": "^4.0"
            },
            "conflict": {
                "ext-protobuf": "<4.31.0"
            },
            "require-dev": {
                "phpspec/prophecy-phpunit": "^2.1",
                "phpstan/phpstan": "^2.0",
                "phpunit/phpunit": "^9.6",
                "squizlabs/php_codesniffer": "4.*"
            },
            "time": "2025-12-04T18:45:15+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\ApiCore\\": "src",
                    "GPBMetadata\\ApiCore\\": "metadata/ApiCore"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Google API Core for PHP",
            "homepage": "https://github.com/googleapis/gax-php",
            "keywords": [
                "google"
            ],
            "support": {
                "issues": "https://github.com/googleapis/gax-php/issues",
                "source": "https://github.com/googleapis/gax-php/tree/v1.40.0"
            },
            "install-path": "../google/gax"
        },
        {
            "name": "google/grpc-gcp",
            "version": "v0.4.1",
            "version_normalized": "0.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/GoogleCloudPlatform/grpc-gcp-php.git",
                "reference": "e585b7721bbe806ef45b5c52ae43dfc2bff89968"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/GoogleCloudPlatform/grpc-gcp-php/zipball/e585b7721bbe806ef45b5c52ae43dfc2bff89968",
                "reference": "e585b7721bbe806ef45b5c52ae43dfc2bff89968",
                "shasum": ""
            },
            "require": {
                "google/auth": "^1.3",
                "google/protobuf": "^v3.25.3||^4.26.1",
                "grpc/grpc": "^v1.13.0",
                "php": "^8.0",
                "psr/cache": "^1.0.1||^2.0.0||^3.0.0"
            },
            "require-dev": {
                "google/cloud-spanner": "^1.7",
                "phpunit/phpunit": "^9.0"
            },
            "time": "2025-02-19T21:53:22+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Grpc\\Gcp\\": "src/"
                },
                "classmap": [
                    "src/generated/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "gRPC GCP library for channel management",
            "support": {
                "issues": "https://github.com/GoogleCloudPlatform/grpc-gcp-php/issues",
                "source": "https://github.com/GoogleCloudPlatform/grpc-gcp-php/tree/v0.4.1"
            },
            "install-path": "../google/grpc-gcp"
        },
        {
            "name": "google/longrunning",
            "version": "0.6.0",
            "version_normalized": "0.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/googleapis/php-longrunning.git",
                "reference": "226d3b5166eaa13754cc5e452b37872478e23375"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/php-longrunning/zipball/226d3b5166eaa13754cc5e452b37872478e23375",
                "reference": "226d3b5166eaa13754cc5e452b37872478e23375",
                "shasum": ""
            },
            "require-dev": {
                "google/gax": "^1.38.0",
                "phpunit/phpunit": "^9.0"
            },
            "time": "2025-10-07T18:41:09+00:00",
            "type": "library",
            "extra": {
                "component": {
                    "id": "longrunning",
                    "path": "LongRunning",
                    "entry": null,
                    "target": "googleapis/php-longrunning"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\LongRunning\\": "src/LongRunning",
                    "Google\\ApiCore\\LongRunning\\": "src/ApiCore/LongRunning",
                    "GPBMetadata\\Google\\Longrunning\\": "metadata/Longrunning"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Google LongRunning Client for PHP",
            "support": {
                "source": "https://github.com/googleapis/php-longrunning/tree/v0.6.0"
            },
            "install-path": "../google/longrunning"
        },
        {
            "name": "google/protobuf",
            "version": "v4.33.2",
            "version_normalized": "4.33.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/protocolbuffers/protobuf-php.git",
                "reference": "fbd96b7bf1343f4b0d8fb358526c7ba4d72f1318"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/fbd96b7bf1343f4b0d8fb358526c7ba4d72f1318",
                "reference": "fbd96b7bf1343f4b0d8fb358526c7ba4d72f1318",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1.0"
            },
            "require-dev": {
                "phpunit/phpunit": ">=5.0.0 <8.5.27"
            },
            "suggest": {
                "ext-bcmath": "Need to support JSON deserialization"
            },
            "time": "2025-12-05T22:12:22+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\Protobuf\\": "src/Google/Protobuf",
                    "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "proto library for PHP",
            "homepage": "https://developers.google.com/protocol-buffers/",
            "keywords": [
                "proto"
            ],
            "support": {
                "source": "https://github.com/protocolbuffers/protobuf-php/tree/v4.33.2"
            },
            "install-path": "../google/protobuf"
        },
        {
            "name": "google/recaptcha",
            "version": "1.3.1",
            "version_normalized": "1.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/google/recaptcha.git",
                "reference": "56522c261d2e8c58ba416c90f81a4cd9f2ed89b9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/google/recaptcha/zipball/56522c261d2e8c58ba416c90f81a4cd9f2ed89b9",
                "reference": "56522c261d2e8c58ba416c90f81a4cd9f2ed89b9",
                "shasum": ""
            },
            "require": {
                "php": ">=8"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.14",
                "php-coveralls/php-coveralls": "^2.5",
                "phpunit/phpunit": "^10"
            },
            "time": "2025-06-26T22:21:57+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ReCaptcha\\": "src/ReCaptcha"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
            "homepage": "https://www.google.com/recaptcha/",
            "keywords": [
                "Abuse",
                "captcha",
                "recaptcha",
                "spam"
            ],
            "support": {
                "forum": "https://groups.google.com/forum/#!forum/recaptcha",
                "issues": "https://github.com/google/recaptcha/issues",
                "source": "https://github.com/google/recaptcha"
            },
            "install-path": "../google/recaptcha"
        },
        {
            "name": "grasmash/expander",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "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"
            },
            "time": "2024-11-25T23:28:05+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../grasmash/expander"
        },
        {
            "name": "grasmash/yaml-cli",
            "version": "3.2.1",
            "version_normalized": "3.2.1.0",
            "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"
            },
            "time": "2024-04-23T02:10:57+00:00",
            "bin": [
                "bin/yaml-cli"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../grasmash/yaml-cli"
        },
        {
            "name": "grpc/grpc",
            "version": "1.74.0",
            "version_normalized": "1.74.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/grpc/grpc-php.git",
                "reference": "32bf4dba256d60d395582fb6e4e8d3936bcdb713"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/grpc/grpc-php/zipball/32bf4dba256d60d395582fb6e4e8d3936bcdb713",
                "reference": "32bf4dba256d60d395582fb6e4e8d3936bcdb713",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0"
            },
            "require-dev": {
                "google/auth": "^v1.3.0"
            },
            "suggest": {
                "ext-protobuf": "For better performance, install the protobuf C extension.",
                "google/protobuf": "To get started using grpc quickly, install the native protobuf library."
            },
            "time": "2025-07-24T20:02:16+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Grpc\\": "src/lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "gRPC library for PHP",
            "homepage": "https://grpc.io",
            "keywords": [
                "rpc"
            ],
            "support": {
                "source": "https://github.com/grpc/grpc-php/tree/v1.74.0"
            },
            "install-path": "../grpc/grpc"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "7.10.0",
            "version_normalized": "7.10.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
                "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^2.3",
                "guzzlehttp/psr7": "^2.8",
                "php": "^7.2.5 || ^8.0",
                "psr/http-client": "^1.0",
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
            },
            "provide": {
                "psr/http-client-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "ext-curl": "*",
                "guzzle/client-integration-tests": "3.0.2",
                "php-http/message-factory": "^1.1",
                "phpunit/phpunit": "^8.5.39 || ^9.6.20",
                "psr/log": "^1.1 || ^2.0 || ^3.0"
            },
            "suggest": {
                "ext-curl": "Required for CURL handler support",
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
                "psr/log": "Required for using the Log middleware"
            },
            "time": "2025-08-23T22:36:01+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Jeremy Lindblom",
                    "email": "jeremeamia@gmail.com",
                    "homepage": "https://github.com/jeremeamia"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "psr-18",
                "psr-7",
                "rest",
                "web service"
            ],
            "support": {
                "issues": "https://github.com/guzzle/guzzle/issues",
                "source": "https://github.com/guzzle/guzzle/tree/7.10.0"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/guzzle"
        },
        {
            "name": "guzzlehttp/promises",
            "version": "2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "481557b130ef3790cf82b713667b43030dc9c957"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
                "reference": "481557b130ef3790cf82b713667b43030dc9c957",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "phpunit/phpunit": "^8.5.44 || ^9.6.25"
            },
            "time": "2025-08-22T14:34:08+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Promise\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle promises library",
            "keywords": [
                "promise"
            ],
            "support": {
                "issues": "https://github.com/guzzle/promises/issues",
                "source": "https://github.com/guzzle/promises/tree/2.3.0"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/promises"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "2.8.0",
            "version_normalized": "2.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "21dc724a0583619cd1652f673303492272778051"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051",
                "reference": "21dc724a0583619cd1652f673303492272778051",
                "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.44 || ^9.6.25"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2025-08-23T21:21:41+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://sagikazarmark.hu"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https://github.com/guzzle/psr7/issues",
                "source": "https://github.com/guzzle/psr7/tree/2.8.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"
                }
            ],
            "install-path": "../guzzlehttp/psr7"
        },
        {
            "name": "halaxa/json-machine",
            "version": "1.2.6",
            "version_normalized": "1.2.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/halaxa/json-machine.git",
                "reference": "8bf0b0ff6ff60ab480778eaa5ad7d505b442c2d4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/halaxa/json-machine/zipball/8bf0b0ff6ff60ab480778eaa5ad7d505b442c2d4",
                "reference": "8bf0b0ff6ff60ab480778eaa5ad7d505b442c2d4",
                "shasum": ""
            },
            "require": {
                "php": "7.2 - 8.5"
            },
            "require-dev": {
                "ext-json": "*",
                "friendsofphp/php-cs-fixer": "^3.0",
                "phpstan/phpstan": "^1.10",
                "phpunit/phpunit": "^8.0"
            },
            "suggest": {
                "ext-json": "To run JSON Machine out of the box without custom decoders.",
                "guzzlehttp/guzzle": "To run example with GuzzleHttp"
            },
            "time": "2025-12-05T14:53:09+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "JsonMachine\\": "src/"
                },
                "exclude-from-classmap": [
                    "src/autoloader.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Filip Halaxa",
                    "email": "filip@halaxa.cz"
                }
            ],
            "description": "Efficient, easy-to-use and fast JSON pull parser",
            "support": {
                "issues": "https://github.com/halaxa/json-machine/issues",
                "source": "https://github.com/halaxa/json-machine/tree/1.2.6"
            },
            "funding": [
                {
                    "url": "https://ko-fi.com/G2G57KTE4",
                    "type": "other"
                }
            ],
            "install-path": "../halaxa/json-machine"
        },
        {
            "name": "itamair/geophp",
            "version": "1.8",
            "version_normalized": "1.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/itamair/geoPHP.git",
                "reference": "9e464b5f65a2694789505adc5b8845d51ba2a365"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/itamair/geoPHP/zipball/9e464b5f65a2694789505adc5b8845d51ba2a365",
                "reference": "9e464b5f65a2694789505adc5b8845d51ba2a365",
                "shasum": ""
            },
            "require-dev": {
                "phpunit/phpunit": "4.1.* || 9.5.*"
            },
            "time": "2025-10-03T07:54:28+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "geoPHP.inc"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Italo Mairo",
                    "homepage": "https://www.linkedin.com/in/italomairo/",
                    "role": "Maintanier of this Library Repo"
                },
                {
                    "name": "Patrick Hayes",
                    "homepage": "https://www.linkedin.com/in/patrickdhayes/",
                    "role": "Maintanier of original Repositary/Library (https://github.com/phayes/geoPHP)"
                }
            ],
            "description": "GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.",
            "homepage": "https://github.com/itamair/geoPHP",
            "support": {
                "issues": "https://github.com/itamair/geoPHP/issues",
                "source": "https://github.com/itamair/geoPHP/tree/1.8"
            },
            "install-path": "../itamair/geophp"
        },
        {
            "name": "jean85/pretty-package-versions",
            "version": "2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Jean85/pretty-package-versions.git",
                "reference": "4d7aa5dab42e2a76d99559706022885de0e18e1a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/4d7aa5dab42e2a76d99559706022885de0e18e1a",
                "reference": "4d7aa5dab42e2a76d99559706022885de0e18e1a",
                "shasum": ""
            },
            "require": {
                "composer-runtime-api": "^2.1.0",
                "php": "^7.4|^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.2",
                "jean85/composer-provided-replaced-stub-package": "^1.0",
                "phpstan/phpstan": "^2.0",
                "phpunit/phpunit": "^7.5|^8.5|^9.6",
                "rector/rector": "^2.0",
                "vimeo/psalm": "^4.3 || ^5.0"
            },
            "time": "2025-03-19T14:43:43+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Jean85\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alessandro Lai",
                    "email": "alessandro.lai85@gmail.com"
                }
            ],
            "description": "A library to get pretty versions strings of installed dependencies",
            "keywords": [
                "composer",
                "package",
                "release",
                "versions"
            ],
            "support": {
                "issues": "https://github.com/Jean85/pretty-package-versions/issues",
                "source": "https://github.com/Jean85/pretty-package-versions/tree/2.1.1"
            },
            "install-path": "../jean85/pretty-package-versions"
        },
        {
            "name": "jfeltkamp/cookiesjsr",
            "version": "1.0.13",
            "version_normalized": "1.0.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/jfeltkamp/cookiesjsr.git",
                "reference": "a25132aadb01975cbe77dc7746fd5cf15f06d246"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jfeltkamp/cookiesjsr/zipball/a25132aadb01975cbe77dc7746fd5cf15f06d246",
                "reference": "a25132aadb01975cbe77dc7746fd5cf15f06d246",
                "shasum": ""
            },
            "time": "2022-03-25T09:05:23+00:00",
            "type": "drupal-library",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Cookie consent tool.",
            "homepage": "https://github.com/jfeltkamp/cookiesjsr",
            "support": {
                "issues": "https://github.com/jfeltkamp/cookiesjsr/issues",
                "source": "https://github.com/jfeltkamp/cookiesjsr.git"
            },
            "install-path": "../../web/libraries/cookiesjsr"
        },
        {
            "name": "justinrainbow/json-schema",
            "version": "6.6.4",
            "version_normalized": "6.6.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/jsonrainbow/json-schema.git",
                "reference": "2eeb75d21cf73211335888e7f5e6fd7440723ec7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/2eeb75d21cf73211335888e7f5e6fd7440723ec7",
                "reference": "2eeb75d21cf73211335888e7f5e6fd7440723ec7",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "marc-mabe/php-enum": "^4.4",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "3.3.0",
                "json-schema/json-schema-test-suite": "^23.2",
                "marc-mabe/php-enum-phpstan": "^2.0",
                "phpspec/prophecy": "^1.19",
                "phpstan/phpstan": "^1.12",
                "phpunit/phpunit": "^8.5"
            },
            "time": "2025-12-19T15:01:32+00:00",
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "JsonSchema\\": "src/JsonSchema/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bruno Prieto Reis",
                    "email": "bruno.p.reis@gmail.com"
                },
                {
                    "name": "Justin Rainbow",
                    "email": "justin.rainbow@gmail.com"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                },
                {
                    "name": "Robert Schönthal",
                    "email": "seroscho@googlemail.com"
                }
            ],
            "description": "A library to validate a json schema.",
            "homepage": "https://github.com/jsonrainbow/json-schema",
            "keywords": [
                "json",
                "schema"
            ],
            "support": {
                "issues": "https://github.com/jsonrainbow/json-schema/issues",
                "source": "https://github.com/jsonrainbow/json-schema/tree/6.6.4"
            },
            "install-path": "../justinrainbow/json-schema"
        },
        {
            "name": "kint-php/kint",
            "version": "5.1.1",
            "version_normalized": "5.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kint-php/kint.git",
                "reference": "8c5ec370c3382ceae0b88e91f9bbb00e6bb4f93b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kint-php/kint/zipball/8c5ec370c3382ceae0b88e91f9bbb00e6bb4f93b",
                "reference": "8c5ec370c3382ceae0b88e91f9bbb00e6bb4f93b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3",
                "phpspec/prophecy-phpunit": "^2",
                "phpunit/phpunit": "^9",
                "seld/phar-utils": "^1",
                "symfony/finder": ">=4.0",
                "vimeo/psalm": "^5"
            },
            "suggest": {
                "kint-php/kint-helpers": "Provides extra helper functions",
                "kint-php/kint-twig": "Provides d() and s() functions in twig templates"
            },
            "time": "2024-04-26T14:20:09+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "init.php"
                ],
                "psr-4": {
                    "Kint\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Vollebregt",
                    "homepage": "https://github.com/jnvsor"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/kint-php/kint/graphs/contributors"
                }
            ],
            "description": "Kint - debugging tool for PHP developers",
            "homepage": "https://kint-php.github.io/kint/",
            "keywords": [
                "debug",
                "kint",
                "php"
            ],
            "support": {
                "issues": "https://github.com/kint-php/kint/issues",
                "source": "https://github.com/kint-php/kint/tree/5.1.1"
            },
            "install-path": "../kint-php/kint"
        },
        {
            "name": "laminas/laminas-stdlib",
            "version": "3.20.0",
            "version_normalized": "3.20.0.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"
            },
            "time": "2024-10-29T13:46:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../laminas/laminas-stdlib"
        },
        {
            "name": "league/commonmark",
            "version": "2.8.0",
            "version_normalized": "2.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/commonmark.git",
                "reference": "4efa10c1e56488e658d10adf7b7b7dcd19940bfb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/4efa10c1e56488e658d10adf7b7b7dcd19940bfb",
                "reference": "4efa10c1e56488e658d10adf7b7b7dcd19940bfb",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "league/config": "^1.1.1",
                "php": "^7.4 || ^8.0",
                "psr/event-dispatcher": "^1.0",
                "symfony/deprecation-contracts": "^2.1 || ^3.0",
                "symfony/polyfill-php80": "^1.16"
            },
            "require-dev": {
                "cebe/markdown": "^1.0",
                "commonmark/cmark": "0.31.1",
                "commonmark/commonmark.js": "0.31.1",
                "composer/package-versions-deprecated": "^1.8",
                "embed/embed": "^4.4",
                "erusev/parsedown": "^1.0",
                "ext-json": "*",
                "github/gfm": "0.29.0",
                "michelf/php-markdown": "^1.4 || ^2.0",
                "nyholm/psr7": "^1.5",
                "phpstan/phpstan": "^1.8.2",
                "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
                "scrutinizer/ocular": "^1.8.1",
                "symfony/finder": "^5.3 | ^6.0 | ^7.0",
                "symfony/process": "^5.4 | ^6.0 | ^7.0",
                "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0",
                "unleashedtech/php-coding-standard": "^3.1.1",
                "vimeo/psalm": "^4.24.0 || ^5.0.0 || ^6.0.0"
            },
            "suggest": {
                "symfony/yaml": "v2.3+ required if using the Front Matter extension"
            },
            "time": "2025-11-26T21:48:24+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.9-dev"
                }
            },
            "installation-source": "dist",
            "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/",
                "forum": "https://github.com/thephpleague/commonmark/discussions",
                "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"
                }
            ],
            "install-path": "../league/commonmark"
        },
        {
            "name": "league/config",
            "version": "v1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/config.git",
                "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
                "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^3.0.1",
                "nette/schema": "^1.2",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.8.2",
                "phpunit/phpunit": "^9.5.5",
                "scrutinizer/ocular": "^1.8.1",
                "unleashedtech/php-coding-standard": "^3.1",
                "vimeo/psalm": "^4.7.3"
            },
            "time": "2022-12-11T20:36:23+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.2-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Config\\": "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": "Define configuration arrays with strict schemas and access values with dot notation",
            "homepage": "https://config.thephpleague.com",
            "keywords": [
                "array",
                "config",
                "configuration",
                "dot",
                "dot-access",
                "nested",
                "schema"
            ],
            "support": {
                "docs": "https://config.thephpleague.com/",
                "issues": "https://github.com/thephpleague/config/issues",
                "rss": "https://github.com/thephpleague/config/releases.atom",
                "source": "https://github.com/thephpleague/config"
            },
            "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"
                }
            ],
            "install-path": "../league/config"
        },
        {
            "name": "league/container",
            "version": "4.2.5",
            "version_normalized": "4.2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/container.git",
                "reference": "d3cebb0ff4685ff61c749e54b27db49319e2ec00"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/container/zipball/d3cebb0ff4685ff61c749e54b27db49319e2ec00",
                "reference": "d3cebb0ff4685ff61c749e54b27db49319e2ec00",
                "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"
            },
            "time": "2025-05-20T12:55:37+00:00",
            "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"
                }
            },
            "installation-source": "dist",
            "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.5"
            },
            "funding": [
                {
                    "url": "https://github.com/philipobenito",
                    "type": "github"
                }
            ],
            "install-path": "../league/container"
        },
        {
            "name": "league/csv",
            "version": "9.28.0",
            "version_normalized": "9.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/csv.git",
                "reference": "6582ace29ae09ba5b07049d40ea13eb19c8b5073"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/csv/zipball/6582ace29ae09ba5b07049d40ea13eb19c8b5073",
                "reference": "6582ace29ae09ba5b07049d40ea13eb19c8b5073",
                "shasum": ""
            },
            "require": {
                "ext-filter": "*",
                "php": "^8.1.2"
            },
            "require-dev": {
                "ext-dom": "*",
                "ext-xdebug": "*",
                "friendsofphp/php-cs-fixer": "^3.92.3",
                "phpbench/phpbench": "^1.4.3",
                "phpstan/phpstan": "^1.12.32",
                "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.22 || ^12.5.4",
                "symfony/var-dumper": "^6.4.8 || ^7.4.0 || ^8.0"
            },
            "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"
            },
            "time": "2025-12-27T15:18:42+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "9.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "League\\Csv\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https://github.com/nyamsprod/",
                    "role": "Developer"
                }
            ],
            "description": "CSV data manipulation made easy in PHP",
            "homepage": "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"
                }
            ],
            "install-path": "../league/csv"
        },
        {
            "name": "league/html-to-markdown",
            "version": "5.1.1",
            "version_normalized": "5.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/html-to-markdown.git",
                "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/0b4066eede55c48f38bcee4fb8f0aa85654390fd",
                "reference": "0b4066eede55c48f38bcee4fb8f0aa85654390fd",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-xml": "*",
                "php": "^7.2.5 || ^8.0"
            },
            "require-dev": {
                "mikehaertl/php-shellcommand": "^1.1.0",
                "phpstan/phpstan": "^1.8.8",
                "phpunit/phpunit": "^8.5 || ^9.2",
                "scrutinizer/ocular": "^1.6",
                "unleashedtech/php-coding-standard": "^2.7 || ^3.0",
                "vimeo/psalm": "^4.22 || ^5.0"
            },
            "time": "2023-07-12T21:21:09+00:00",
            "bin": [
                "bin/html-to-markdown"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.2-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\HTMLToMarkdown\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Colin O'Dell",
                    "email": "colinodell@gmail.com",
                    "homepage": "https://www.colinodell.com",
                    "role": "Lead Developer"
                },
                {
                    "name": "Nick Cernis",
                    "email": "nick@cern.is",
                    "homepage": "http://modernnerd.net",
                    "role": "Original Author"
                }
            ],
            "description": "An HTML-to-markdown conversion helper for PHP",
            "homepage": "https://github.com/thephpleague/html-to-markdown",
            "keywords": [
                "html",
                "markdown"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/html-to-markdown/issues",
                "source": "https://github.com/thephpleague/html-to-markdown/tree/5.1.1"
            },
            "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/html-to-markdown",
                    "type": "tidelift"
                }
            ],
            "install-path": "../league/html-to-markdown"
        },
        {
            "name": "league/oauth2-client",
            "version": "2.9.0",
            "version_normalized": "2.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/oauth2-client.git",
                "reference": "26e8c5da4f3d78cede7021e09b1330a0fc093d5e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/26e8c5da4f3d78cede7021e09b1330a0fc093d5e",
                "reference": "26e8c5da4f3d78cede7021e09b1330a0fc093d5e",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
                "php": "^7.1 || >=8.0.0 <8.6.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"
            },
            "time": "2025-11-25T22:17:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.9.0"
            },
            "install-path": "../league/oauth2-client"
        },
        {
            "name": "league/oauth2-google",
            "version": "4.1.0",
            "version_normalized": "4.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/oauth2-google.git",
                "reference": "8b9bb43740ac6d994aca881a35f7bacbe98c0ffb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/oauth2-google/zipball/8b9bb43740ac6d994aca881a35f7bacbe98c0ffb",
                "reference": "8b9bb43740ac6d994aca881a35f7bacbe98c0ffb",
                "shasum": ""
            },
            "require": {
                "league/oauth2-client": "^2.0",
                "php": "^7.3 || ^8.0"
            },
            "require-dev": {
                "eloquent/phony-phpunit": "^6.0 || ^7.1",
                "phpunit/phpunit": "^8.0 || ^9.0",
                "squizlabs/php_codesniffer": "^3.0"
            },
            "time": "2025-12-15T12:24:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\OAuth2\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Woody Gilk",
                    "email": "hello@shadowhand.com",
                    "homepage": "https://shadowhand.com"
                }
            ],
            "description": "Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
            "keywords": [
                "Authentication",
                "authorization",
                "client",
                "google",
                "oauth",
                "oauth2"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/oauth2-google/issues",
                "source": "https://github.com/thephpleague/oauth2-google/tree/4.1.0"
            },
            "install-path": "../league/oauth2-google"
        },
        {
            "name": "lullabot/mink-selenium2-driver",
            "version": "v1.7.4",
            "version_normalized": "1.7.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Lullabot/MinkSelenium2Driver.git",
                "reference": "145fe8ed1fb611be7409b70d609f71b0285f4724"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Lullabot/MinkSelenium2Driver/zipball/145fe8ed1fb611be7409b70d609f71b0285f4724",
                "reference": "145fe8ed1fb611be7409b70d609f71b0285f4724",
                "shasum": ""
            },
            "require": {
                "behat/mink": "^1.11@dev",
                "ext-json": "*",
                "lullabot/php-webdriver": "^2.0.6",
                "php": ">=8.1"
            },
            "replace": {
                "behat/mink-selenium2-driver": "1.7.0"
            },
            "require-dev": {
                "mink/driver-testsuite": "dev-master",
                "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"
            },
            "time": "2024-08-08T07:40:04+00:00",
            "type": "mink-driver",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Behat\\Mink\\Driver\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Pete Otaqui",
                    "email": "pete@otaqui.com",
                    "homepage": "https://github.com/pete-otaqui"
                },
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                }
            ],
            "description": "Selenium2 (WebDriver) driver for Mink framework",
            "homepage": "https://mink.behat.org/",
            "keywords": [
                "ajax",
                "browser",
                "javascript",
                "selenium",
                "testing",
                "webdriver"
            ],
            "support": {
                "source": "https://github.com/Lullabot/MinkSelenium2Driver/tree/v1.7.4"
            },
            "install-path": "../lullabot/mink-selenium2-driver"
        },
        {
            "name": "lullabot/php-webdriver",
            "version": "v2.0.7",
            "version_normalized": "2.0.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Lullabot/php-webdriver.git",
                "reference": "dcaa93aa41624adfeae1ba557e2eb8f4df30631e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Lullabot/php-webdriver/zipball/dcaa93aa41624adfeae1ba557e2eb8f4df30631e",
                "reference": "dcaa93aa41624adfeae1ba557e2eb8f4df30631e",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=8.0.0"
            },
            "replace": {
                "instaclick/php-webdriver": "1.4.16"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5 || ^9.5"
            },
            "time": "2025-08-13T15:27:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "WebDriver": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "PHP WebDriver for Selenium 2",
            "homepage": "https://www.lullabot.com/",
            "keywords": [
                "browser",
                "selenium",
                "webdriver",
                "webtest"
            ],
            "support": {
                "issues": "https://github.com/Lullabot/php-webdriver/issues",
                "source": "https://github.com/Lullabot/php-webdriver/tree/v2.0.7"
            },
            "install-path": "../lullabot/php-webdriver"
        },
        {
            "name": "maennchen/zipstream-php",
            "version": "3.1.1",
            "version_normalized": "3.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/maennchen/ZipStream-PHP.git",
                "reference": "6187e9cc4493da94b9b63eb2315821552015fca9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/6187e9cc4493da94b9b63eb2315821552015fca9",
                "reference": "6187e9cc4493da94b9b63eb2315821552015fca9",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "ext-zlib": "*",
                "php-64bit": "^8.1"
            },
            "require-dev": {
                "ext-zip": "*",
                "friendsofphp/php-cs-fixer": "^3.16",
                "guzzlehttp/guzzle": "^7.5",
                "mikey179/vfsstream": "^1.6",
                "php-coveralls/php-coveralls": "^2.5",
                "phpunit/phpunit": "^10.0",
                "vimeo/psalm": "^5.0"
            },
            "suggest": {
                "guzzlehttp/psr7": "^2.4",
                "psr/http-message": "^2.0"
            },
            "time": "2024-10-10T12:33:01+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ZipStream\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paul Duncan",
                    "email": "pabs@pablotron.org"
                },
                {
                    "name": "Jonatan Männchen",
                    "email": "jonatan@maennchen.ch"
                },
                {
                    "name": "Jesse Donat",
                    "email": "donatj@gmail.com"
                },
                {
                    "name": "András Kolesár",
                    "email": "kolesar@kolesar.hu"
                }
            ],
            "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
            "keywords": [
                "stream",
                "zip"
            ],
            "support": {
                "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
                "source": "https://github.com/maennchen/ZipStream-PHP/tree/3.1.1"
            },
            "funding": [
                {
                    "url": "https://github.com/maennchen",
                    "type": "github"
                }
            ],
            "install-path": "../maennchen/zipstream-php"
        },
        {
            "name": "marc-mabe/php-enum",
            "version": "v4.7.2",
            "version_normalized": "4.7.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/marc-mabe/php-enum.git",
                "reference": "bb426fcdd65c60fb3638ef741e8782508fda7eef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/bb426fcdd65c60fb3638ef741e8782508fda7eef",
                "reference": "bb426fcdd65c60fb3638ef741e8782508fda7eef",
                "shasum": ""
            },
            "require": {
                "ext-reflection": "*",
                "php": "^7.1 | ^8.0"
            },
            "require-dev": {
                "phpbench/phpbench": "^0.16.10 || ^1.0.4",
                "phpstan/phpstan": "^1.3.1",
                "phpunit/phpunit": "^7.5.20 | ^8.5.22 | ^9.5.11",
                "vimeo/psalm": "^4.17.0 | ^5.26.1"
            },
            "time": "2025-09-14T11:18:39+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-3.x": "3.2-dev",
                    "dev-master": "4.7-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "MabeEnum\\": "src/"
                },
                "classmap": [
                    "stubs/Stringable.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Marc Bennewitz",
                    "email": "dev@mabe.berlin",
                    "homepage": "https://mabe.berlin/",
                    "role": "Lead"
                }
            ],
            "description": "Simple and fast implementation of enumerations with native PHP",
            "homepage": "https://github.com/marc-mabe/php-enum",
            "keywords": [
                "enum",
                "enum-map",
                "enum-set",
                "enumeration",
                "enumerator",
                "enummap",
                "enumset",
                "map",
                "set",
                "type",
                "type-hint",
                "typehint"
            ],
            "support": {
                "issues": "https://github.com/marc-mabe/php-enum/issues",
                "source": "https://github.com/marc-mabe/php-enum/tree/v4.7.2"
            },
            "install-path": "../marc-mabe/php-enum"
        },
        {
            "name": "markbaker/complex",
            "version": "3.0.2",
            "version_normalized": "3.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/MarkBaker/PHPComplex.git",
                "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
                "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
                "phpcompatibility/php-compatibility": "^9.3",
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
                "squizlabs/php_codesniffer": "^3.7"
            },
            "time": "2022-12-06T16:21:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Complex\\": "classes/src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Baker",
                    "email": "mark@lange.demon.co.uk"
                }
            ],
            "description": "PHP Class for working with complex numbers",
            "homepage": "https://github.com/MarkBaker/PHPComplex",
            "keywords": [
                "complex",
                "mathematics"
            ],
            "support": {
                "issues": "https://github.com/MarkBaker/PHPComplex/issues",
                "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
            },
            "install-path": "../markbaker/complex"
        },
        {
            "name": "markbaker/matrix",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/MarkBaker/PHPMatrix.git",
                "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
                "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
                "phpcompatibility/php-compatibility": "^9.3",
                "phpdocumentor/phpdocumentor": "2.*",
                "phploc/phploc": "^4.0",
                "phpmd/phpmd": "2.*",
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
                "sebastian/phpcpd": "^4.0",
                "squizlabs/php_codesniffer": "^3.7"
            },
            "time": "2022-12-02T22:17:43+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Matrix\\": "classes/src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Baker",
                    "email": "mark@demon-angel.eu"
                }
            ],
            "description": "PHP Class for working with matrices",
            "homepage": "https://github.com/MarkBaker/PHPMatrix",
            "keywords": [
                "mathematics",
                "matrix",
                "vector"
            ],
            "support": {
                "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
                "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
            },
            "install-path": "../markbaker/matrix"
        },
        {
            "name": "masterminds/html5",
            "version": "2.10.0",
            "version_normalized": "2.10.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Masterminds/html5-php.git",
                "reference": "fcf91eb64359852f00d921887b219479b4f21251"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/fcf91eb64359852f00d921887b219479b4f21251",
                "reference": "fcf91eb64359852f00d921887b219479b4f21251",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
            },
            "time": "2025-07-25T09:04:22+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "installation-source": "dist",
            "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.10.0"
            },
            "install-path": "../masterminds/html5"
        },
        {
            "name": "mck89/peast",
            "version": "v1.17.4",
            "version_normalized": "1.17.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mck89/peast.git",
                "reference": "c6a63f32410d2e4ee2cd20fe94b35af147fb852d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mck89/peast/zipball/c6a63f32410d2e4ee2cd20fe94b35af147fb852d",
                "reference": "c6a63f32410d2e4ee2cd20fe94b35af147fb852d",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
            },
            "time": "2025-10-10T12:53:17+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.17.4-dev"
                }
            },
            "installation-source": "dist",
            "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.17.4"
            },
            "install-path": "../mck89/peast"
        },
        {
            "name": "mglaman/composer-drupal-lenient",
            "version": "1.0.7",
            "version_normalized": "1.0.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mglaman/composer-drupal-lenient.git",
                "reference": "bcb9be7f2d3160be43cd1d13a44580734a5afee0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mglaman/composer-drupal-lenient/zipball/bcb9be7f2d3160be43cd1d13a44580734a5afee0",
                "reference": "bcb9be7f2d3160be43cd1d13a44580734a5afee0",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2.0",
                "php": ">=8.1"
            },
            "require-dev": {
                "composer/composer": "^2.3",
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan": "^1.6",
                "phpstan/phpstan-phpunit": "^1.1",
                "phpstan/phpstan-strict-rules": "^1.2",
                "phpunit/phpunit": "^9.5",
                "squizlabs/php_codesniffer": "^3.6"
            },
            "time": "2024-11-21T15:59:26+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "ComposerDrupalLenient\\Plugin"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ComposerDrupalLenient\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Matt Glaman",
                    "email": "nmd.matt@gmail.com"
                }
            ],
            "support": {
                "issues": "https://github.com/mglaman/composer-drupal-lenient/issues",
                "source": "https://github.com/mglaman/composer-drupal-lenient/tree/1.0.7"
            },
            "funding": [
                {
                    "url": "https://github.com/mglaman",
                    "type": "github"
                }
            ],
            "install-path": "../mglaman/composer-drupal-lenient"
        },
        {
            "name": "mglaman/phpstan-drupal",
            "version": "1.3.9",
            "version_normalized": "1.3.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mglaman/phpstan-drupal.git",
                "reference": "973a4e89e19ea7dbd60af0aa939b18a873cf7f2f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/973a4e89e19ea7dbd60af0aa939b18a873cf7f2f",
                "reference": "973a4e89e19ea7dbd60af0aa939b18a873cf7f2f",
                "shasum": ""
            },
            "require": {
                "php": "^8.1",
                "phpstan/phpstan": "^1.12",
                "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."
            },
            "time": "2025-05-22T16:48:16+00:00",
            "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"
                    ]
                }
            },
            "installation-source": "dist",
            "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.9"
            },
            "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"
                }
            ],
            "install-path": "../mglaman/phpstan-drupal"
        },
        {
            "name": "micheh/phpcs-gitlab",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/micheh/phpcs-gitlab.git",
                "reference": "fd64e6579d9e30a82abba616fabcb9a2c837c7a8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/micheh/phpcs-gitlab/zipball/fd64e6579d9e30a82abba616fabcb9a2c837c7a8",
                "reference": "fd64e6579d9e30a82abba616fabcb9a2c837c7a8",
                "shasum": ""
            },
            "require": {
                "ext-json": "*"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.0 || ^9.0",
                "squizlabs/php_codesniffer": "^3.3.1",
                "vimeo/psalm": "^4.3"
            },
            "time": "2020-12-20T09:39:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Micheh\\PhpCodeSniffer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Michel Hunziker",
                    "email": "info@michelhunziker.com"
                }
            ],
            "description": "Gitlab Report for PHP_CodeSniffer (display the violations in the Gitlab CI/CD Code Quality Report)",
            "keywords": [
                "PHP_CodeSniffer",
                "code quality",
                "gitlab",
                "phpcs",
                "report"
            ],
            "support": {
                "issues": "https://github.com/micheh/phpcs-gitlab/issues",
                "source": "https://github.com/micheh/phpcs-gitlab/tree/1.1.0"
            },
            "install-path": "../micheh/phpcs-gitlab"
        },
        {
            "name": "mikey179/vfsstream",
            "version": "v1.6.12",
            "version_normalized": "1.6.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bovigo/vfsStream.git",
                "reference": "fe695ec993e0a55c3abdda10a9364eb31c6f1bf0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/fe695ec993e0a55c3abdda10a9364eb31c6f1bf0",
                "reference": "fe695ec993e0a55c3abdda10a9364eb31c6f1bf0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5||^8.5||^9.6",
                "yoast/phpunit-polyfills": "^2.0"
            },
            "time": "2024-08-29T18:43:31+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "org\\bovigo\\vfs\\": "src/main/php"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Frank Kleine",
                    "homepage": "http://frankkleine.de/",
                    "role": "Developer"
                }
            ],
            "description": "Virtual file system to mock the real file system in unit tests.",
            "homepage": "http://vfs.bovigo.org/",
            "support": {
                "issues": "https://github.com/bovigo/vfsStream/issues",
                "source": "https://github.com/bovigo/vfsStream/tree/master",
                "wiki": "https://github.com/bovigo/vfsStream/wiki"
            },
            "install-path": "../mikey179/vfsstream"
        },
        {
            "name": "monolog/monolog",
            "version": "3.10.0",
            "version_normalized": "3.10.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/b321dd6749f0bf7189444158a3ce785cc16d69b0",
                "reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr/log": "^2.0 || ^3.0"
            },
            "provide": {
                "psr/log-implementation": "3.0.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "^3.0",
                "doctrine/couchdb": "~1.0@dev",
                "elasticsearch/elasticsearch": "^7 || ^8",
                "ext-json": "*",
                "graylog2/gelf-php": "^1.4.2 || ^2.0",
                "guzzlehttp/guzzle": "^7.4.5",
                "guzzlehttp/psr7": "^2.2",
                "mongodb/mongodb": "^1.8 || ^2.0",
                "php-amqplib/php-amqplib": "~2.4 || ^3",
                "php-console/php-console": "^3.1.8",
                "phpstan/phpstan": "^2",
                "phpstan/phpstan-deprecation-rules": "^2",
                "phpstan/phpstan-strict-rules": "^2",
                "phpunit/phpunit": "^10.5.17 || ^11.0.7",
                "predis/predis": "^1.1 || ^2",
                "rollbar/rollbar": "^4.0",
                "ruflin/elastica": "^7 || ^8",
                "symfony/mailer": "^5.4 || ^6",
                "symfony/mime": "^5.4 || ^6"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
                "ext-mbstring": "Allow to work properly with unicode symbols",
                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
                "ext-openssl": "Required to send log messages using SSL",
                "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
            },
            "time": "2026-01-02T08:56:05+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Monolog\\": "src/Monolog"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https://seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "https://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/monolog/issues",
                "source": "https://github.com/Seldaek/monolog/tree/3.10.0"
            },
            "funding": [
                {
                    "url": "https://github.com/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                    "type": "tidelift"
                }
            ],
            "install-path": "../monolog/monolog"
        },
        {
            "name": "mtownsend/xml-to-array",
            "version": "2.0.0",
            "version_normalized": "2.0.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"
            },
            "time": "2021-02-27T22:39:18+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../mtownsend/xml-to-array"
        },
        {
            "name": "myclabs/deep-copy",
            "version": "1.13.4",
            "version_normalized": "1.13.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/myclabs/DeepCopy.git",
                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
                "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"
            },
            "time": "2025-08-01T08:46:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.4"
            },
            "funding": [
                {
                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
                    "type": "tidelift"
                }
            ],
            "install-path": "../myclabs/deep-copy"
        },
        {
            "name": "nette/schema",
            "version": "v1.3.3",
            "version_normalized": "1.3.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/schema.git",
                "reference": "2befc2f42d7c715fd9d95efc31b1081e5d765004"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/schema/zipball/2befc2f42d7c715fd9d95efc31b1081e5d765004",
                "reference": "2befc2f42d7c715fd9d95efc31b1081e5d765004",
                "shasum": ""
            },
            "require": {
                "nette/utils": "^4.0",
                "php": "8.1 - 8.5"
            },
            "require-dev": {
                "nette/tester": "^2.5.2",
                "phpstan/phpstan-nette": "^2.0@stable",
                "tracy/tracy": "^2.8"
            },
            "time": "2025-10-30T22:57:59+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Nette\\": "src"
                },
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0-only",
                "GPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "📐 Nette Schema: validating data structures against a given Schema.",
            "homepage": "https://nette.org",
            "keywords": [
                "config",
                "nette"
            ],
            "support": {
                "issues": "https://github.com/nette/schema/issues",
                "source": "https://github.com/nette/schema/tree/v1.3.3"
            },
            "install-path": "../nette/schema"
        },
        {
            "name": "nette/utils",
            "version": "v4.0.10",
            "version_normalized": "4.0.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/utils.git",
                "reference": "2778deb6aab136c8db4ed1f4d6e9f465ca2dbee3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/utils/zipball/2778deb6aab136c8db4ed1f4d6e9f465ca2dbee3",
                "reference": "2778deb6aab136c8db4ed1f4d6e9f465ca2dbee3",
                "shasum": ""
            },
            "require": {
                "php": "8.0 - 8.5"
            },
            "conflict": {
                "nette/finder": "<3",
                "nette/schema": "<1.2.2"
            },
            "require-dev": {
                "jetbrains/phpstorm-attributes": "^1.2",
                "nette/tester": "^2.5",
                "phpstan/phpstan-nette": "^2.0@stable",
                "tracy/tracy": "^2.9"
            },
            "suggest": {
                "ext-gd": "to use Image",
                "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
                "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
                "ext-json": "to use Nette\\Utils\\Json",
                "ext-mbstring": "to use Strings::lower() etc...",
                "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
            },
            "time": "2025-12-01T17:30:42+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Nette\\": "src"
                },
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0-only",
                "GPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "🛠  Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
            "homepage": "https://nette.org",
            "keywords": [
                "array",
                "core",
                "datetime",
                "images",
                "json",
                "nette",
                "paginator",
                "password",
                "slugify",
                "string",
                "unicode",
                "utf-8",
                "utility",
                "validation"
            ],
            "support": {
                "issues": "https://github.com/nette/utils/issues",
                "source": "https://github.com/nette/utils/tree/v4.0.10"
            },
            "install-path": "../nette/utils"
        },
        {
            "name": "nikic/php-parser",
            "version": "v5.7.0",
            "version_normalized": "5.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82",
                "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-json": "*",
                "ext-tokenizer": "*",
                "php": ">=7.4"
            },
            "require-dev": {
                "ircmaxell/php-yacc": "^0.0.7",
                "phpunit/phpunit": "^9.0"
            },
            "time": "2025-12-06T11:56:16+00:00",
            "bin": [
                "bin/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.x-dev"
                }
            },
            "installation-source": "dist",
            "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.7.0"
            },
            "install-path": "../nikic/php-parser"
        },
        {
            "name": "npm-asset/babel--runtime",
            "version": "v7.28.5",
            "version_normalized": "7.28.5.0",
            "source": {
                "type": "git",
                "url": "git@github.com:babel/babel.git",
                "reference": "61647ae2397c82c3c71f077b5ab109106a5cac0f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/babel/babel/zipball/61647ae2397c82c3c71f077b5ab109106a5cac0f",
                "reference": "61647ae2397c82c3c71f077b5ab109106a5cac0f"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "install-path": "../../web/libraries/babel--runtime"
        },
        {
            "name": "npm-asset/bootstrap",
            "version": "5.3.8",
            "version_normalized": "5.3.8.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.8.tgz"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/bootstrap"
        },
        {
            "name": "npm-asset/bootstrap-icons",
            "version": "1.13.1",
            "version_normalized": "1.13.1.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.13.1.tgz"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/bootstrap-icons"
        },
        {
            "name": "npm-asset/bootstrap.native",
            "version": "4.2.0",
            "version_normalized": "4.2.0.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/bootstrap.native/-/bootstrap.native-4.2.0.tgz"
            },
            "require": {
                "npm-asset/thednp--event-listener": ">=1.0.4,<2.0.0",
                "npm-asset/thednp--shorty": ">=1.0.3,<2.0.0"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/bootstrap.native"
        },
        {
            "name": "npm-asset/choices.js",
            "version": "10.2.0",
            "version_normalized": "10.2.0.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/choices.js/-/choices.js-10.2.0.tgz"
            },
            "require": {
                "npm-asset/deepmerge": ">=4.2.2,<5.0.0",
                "npm-asset/fuse.js": ">=6.6.2,<7.0.0",
                "npm-asset/redux": ">=4.2.0,<5.0.0"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/choices.js"
        },
        {
            "name": "npm-asset/corejs-typeahead",
            "version": "1.3.4",
            "version_normalized": "1.3.4.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/corejs-typeahead/-/corejs-typeahead-1.3.4.tgz"
            },
            "require": {
                "npm-asset/jquery": ">=1.11"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/corejs-typeahead"
        },
        {
            "name": "npm-asset/cropper",
            "version": "4.1.0",
            "version_normalized": "4.1.0.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/cropper/-/cropper-4.1.0.tgz"
            },
            "require": {
                "npm-asset/cropperjs": ">=1.5.6,<2.0.0"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/cropper"
        },
        {
            "name": "npm-asset/cropperjs",
            "version": "1.6.2",
            "version_normalized": "1.6.2.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.6.2.tgz"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/cropperjs"
        },
        {
            "name": "npm-asset/deepmerge",
            "version": "4.3.1",
            "version_normalized": "4.3.1.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/deepmerge"
        },
        {
            "name": "npm-asset/desandro-matches-selector",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/desandro-matches-selector/-/desandro-matches-selector-2.0.2.tgz"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/desandro-matches-selector"
        },
        {
            "name": "npm-asset/dropzone",
            "version": "5.9.3",
            "version_normalized": "5.9.3.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/dropzone/-/dropzone-5.9.3.tgz"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/dropzone"
        },
        {
            "name": "npm-asset/ev-emitter",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/ev-emitter/-/ev-emitter-1.1.1.tgz"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/ev-emitter"
        },
        {
            "name": "npm-asset/fizzy-ui-utils",
            "version": "2.0.7",
            "version_normalized": "2.0.7.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/fizzy-ui-utils/-/fizzy-ui-utils-2.0.7.tgz"
            },
            "require": {
                "npm-asset/desandro-matches-selector": ">=2.0.0,<3.0.0"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/fizzy-ui-utils"
        },
        {
            "name": "npm-asset/fuse.js",
            "version": "6.6.2",
            "version_normalized": "6.6.2.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.2.tgz"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "Apache-2.0"
            ],
            "install-path": "../../web/libraries/fuse.js"
        },
        {
            "name": "npm-asset/get-size",
            "version": "2.0.3",
            "version_normalized": "2.0.3.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/get-size/-/get-size-2.0.3.tgz"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/get-size"
        },
        {
            "name": "npm-asset/gsap",
            "version": "3.14.2",
            "version_normalized": "3.14.2.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/gsap/-/gsap-3.14.2.tgz"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "Standard 'no charge' license: https://gsap.com/standard-license."
            ],
            "install-path": "../../web/libraries/gsap"
        },
        {
            "name": "npm-asset/jquery",
            "version": "3.7.1",
            "version_normalized": "3.7.1.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/jquery"
        },
        {
            "name": "npm-asset/jquery-simple-color",
            "version": "1.2.3",
            "version_normalized": "1.2.3.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/jquery-simple-color/-/jquery-simple-color-1.2.3.tgz"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "install-path": "../../web/libraries/jquery-simple-color"
        },
        {
            "name": "npm-asset/jquery-ui-touch-punch",
            "version": "0.2.3",
            "version_normalized": "0.2.3.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/jquery-ui-touch-punch/-/jquery-ui-touch-punch-0.2.3.tgz"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "Dual licensed under the MIT or GPL Version 2 licenses."
            ],
            "install-path": "../../web/libraries/jquery-ui-touch-punch"
        },
        {
            "name": "npm-asset/masonry-layout",
            "version": "4.2.2",
            "version_normalized": "4.2.2.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/masonry-layout/-/masonry-layout-4.2.2.tgz"
            },
            "require": {
                "npm-asset/get-size": ">=2.0.2,<3.0.0",
                "npm-asset/outlayer": ">=2.1.0,<3.0.0"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/masonry-layout"
        },
        {
            "name": "npm-asset/outlayer",
            "version": "2.1.1",
            "version_normalized": "2.1.1.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/outlayer/-/outlayer-2.1.1.tgz"
            },
            "require": {
                "npm-asset/ev-emitter": ">=1.0.0,<2.0.0",
                "npm-asset/fizzy-ui-utils": ">=2.0.0,<3.0.0",
                "npm-asset/get-size": ">=2.0.2,<3.0.0"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/outlayer"
        },
        {
            "name": "npm-asset/owl.carousel",
            "version": "2.3.4",
            "version_normalized": "2.3.4.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/owl.carousel/-/owl.carousel-2.3.4.tgz"
            },
            "require": {
                "npm-asset/jquery": ">=1.8.3"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE"
            ],
            "install-path": "../../web/libraries/owl.carousel"
        },
        {
            "name": "npm-asset/popper.js",
            "version": "v2.11.8",
            "version_normalized": "2.11.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/floating-ui/floating-ui.git",
                "reference": "92195083958c9496988ed4526b82b75b7256b5a4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/floating-ui/floating-ui/zipball/92195083958c9496988ed4526b82b75b7256b5a4",
                "reference": "92195083958c9496988ed4526b82b75b7256b5a4"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/popper.js"
        },
        {
            "name": "npm-asset/popperjs--core",
            "version": "2.11.8",
            "version_normalized": "2.11.8.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/popperjs--core"
        },
        {
            "name": "npm-asset/redux",
            "version": "4.2.1",
            "version_normalized": "4.2.1.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz"
            },
            "require": {
                "npm-asset/babel--runtime": ">=7.9.2,<8.0.0"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/redux"
        },
        {
            "name": "npm-asset/scrollmagic",
            "version": "2.0.8",
            "version_normalized": "2.0.8.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/scrollmagic/-/scrollmagic-2.0.8.tgz"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "(MIT OR GPL-3.0+)"
            ],
            "install-path": "../../web/libraries/scrollmagic"
        },
        {
            "name": "npm-asset/select2",
            "version": "4.0.13",
            "version_normalized": "4.0.13.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/select2/-/select2-4.0.13.tgz"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/select2"
        },
        {
            "name": "npm-asset/tabbyjs",
            "version": "12.0.3",
            "version_normalized": "12.0.3.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/tabbyjs/-/tabbyjs-12.0.3.tgz"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/tabbyjs"
        },
        {
            "name": "npm-asset/tailwindcss",
            "version": "0.0.1",
            "version_normalized": "0.0.1.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-0.0.1.tgz"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/tailwindcss"
        },
        {
            "name": "npm-asset/thednp--event-listener",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/@thednp/event-listener/-/event-listener-1.0.4.tgz"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/thednp--event-listener"
        },
        {
            "name": "npm-asset/thednp--shorty",
            "version": "1.0.3",
            "version_normalized": "1.0.3.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/@thednp/shorty/-/shorty-1.0.3.tgz"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/thednp--shorty"
        },
        {
            "name": "npm-asset/tippy.js",
            "version": "6.3.7",
            "version_normalized": "6.3.7.0",
            "dist": {
                "type": "tar",
                "url": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.7.tgz"
            },
            "require": {
                "npm-asset/popperjs--core": ">=2.9.0,<3.0.0"
            },
            "type": "npm-asset",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "install-path": "../../web/libraries/tippy.js"
        },
        {
            "name": "nyholm/psr7-server",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Nyholm/psr7-server.git",
                "reference": "4335801d851f554ca43fa6e7d2602141538854dc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/4335801d851f554ca43fa6e7d2602141538854dc",
                "reference": "4335801d851f554ca43fa6e7d2602141538854dc",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "require-dev": {
                "nyholm/nsa": "^1.1",
                "nyholm/psr7": "^1.3",
                "phpunit/phpunit": "^7.0 || ^8.5 || ^9.3"
            },
            "time": "2023-11-08T09:30:43+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Nyholm\\Psr7Server\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com"
                },
                {
                    "name": "Martijn van der Ven",
                    "email": "martijn@vanderven.se"
                }
            ],
            "description": "Helper classes to handle PSR-7 server requests",
            "homepage": "http://tnyholm.se",
            "keywords": [
                "psr-17",
                "psr-7"
            ],
            "support": {
                "issues": "https://github.com/Nyholm/psr7-server/issues",
                "source": "https://github.com/Nyholm/psr7-server/tree/1.1.0"
            },
            "funding": [
                {
                    "url": "https://github.com/Zegnat",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nyholm",
                    "type": "github"
                }
            ],
            "install-path": "../nyholm/psr7-server"
        },
        {
            "name": "oomphinc/composer-installers-extender",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/oomphinc/composer-installers-extender.git",
                "reference": "cbf4b6f9a24153b785d09eee755b995ba87bd5f9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/oomphinc/composer-installers-extender/zipball/cbf4b6f9a24153b785d09eee755b995ba87bd5f9",
                "reference": "cbf4b6f9a24153b785d09eee755b995ba87bd5f9",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1 || ^2.0",
                "composer/installers": "^1.0 || ^2.0",
                "php": ">=7.1"
            },
            "require-dev": {
                "composer/composer": "^2.0",
                "phpunit/phpunit": "^7.2",
                "squizlabs/php_codesniffer": "^3.3"
            },
            "time": "2021-12-15T12:32:42+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "OomphInc\\ComposerInstallersExtender\\Plugin"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "OomphInc\\ComposerInstallersExtender\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Stephen Beemsterboer",
                    "email": "stephen@oomphinc.com",
                    "homepage": "https://github.com/balbuf"
                },
                {
                    "name": "Nathan Dentzau",
                    "email": "nate@oomphinc.com",
                    "homepage": "http://oomph.is/ndentzau"
                }
            ],
            "description": "Extend the composer/installers plugin to accept any arbitrary package type.",
            "homepage": "http://www.oomphinc.com/",
            "support": {
                "issues": "https://github.com/oomphinc/composer-installers-extender/issues",
                "source": "https://github.com/oomphinc/composer-installers-extender/tree/2.0.1"
            },
            "install-path": "../oomphinc/composer-installers-extender"
        },
        {
            "name": "open-telemetry/api",
            "version": "1.7.1",
            "version_normalized": "1.7.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/opentelemetry-php/api.git",
                "reference": "45bda7efa8fcdd9bdb0daa2f26c8e31f062f49d4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/opentelemetry-php/api/zipball/45bda7efa8fcdd9bdb0daa2f26c8e31f062f49d4",
                "reference": "45bda7efa8fcdd9bdb0daa2f26c8e31f062f49d4",
                "shasum": ""
            },
            "require": {
                "open-telemetry/context": "^1.4",
                "php": "^8.1",
                "psr/log": "^1.1|^2.0|^3.0",
                "symfony/polyfill-php82": "^1.26"
            },
            "conflict": {
                "open-telemetry/sdk": "<=1.0.8"
            },
            "time": "2025-10-19T10:49:48+00:00",
            "type": "library",
            "extra": {
                "spi": {
                    "OpenTelemetry\\API\\Instrumentation\\AutoInstrumentation\\HookManagerInterface": [
                        "OpenTelemetry\\API\\Instrumentation\\AutoInstrumentation\\ExtensionHookManager"
                    ]
                },
                "branch-alias": {
                    "dev-main": "1.8.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Trace/functions.php"
                ],
                "psr-4": {
                    "OpenTelemetry\\API\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "opentelemetry-php contributors",
                    "homepage": "https://github.com/open-telemetry/opentelemetry-php/graphs/contributors"
                }
            ],
            "description": "API for OpenTelemetry PHP.",
            "keywords": [
                "Metrics",
                "api",
                "apm",
                "logging",
                "opentelemetry",
                "otel",
                "tracing"
            ],
            "support": {
                "chat": "https://app.slack.com/client/T08PSQ7BQ/C01NFPCV44V",
                "docs": "https://opentelemetry.io/docs/languages/php",
                "issues": "https://github.com/open-telemetry/opentelemetry-php/issues",
                "source": "https://github.com/open-telemetry/opentelemetry-php"
            },
            "install-path": "../open-telemetry/api"
        },
        {
            "name": "open-telemetry/context",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/opentelemetry-php/context.git",
                "reference": "d4c4470b541ce72000d18c339cfee633e4c8e0cf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/opentelemetry-php/context/zipball/d4c4470b541ce72000d18c339cfee633e4c8e0cf",
                "reference": "d4c4470b541ce72000d18c339cfee633e4c8e0cf",
                "shasum": ""
            },
            "require": {
                "php": "^8.1",
                "symfony/polyfill-php82": "^1.26"
            },
            "suggest": {
                "ext-ffi": "To allow context switching in Fibers"
            },
            "time": "2025-09-19T00:05:49+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "fiber/initialize_fiber_handler.php"
                ],
                "psr-4": {
                    "OpenTelemetry\\Context\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "opentelemetry-php contributors",
                    "homepage": "https://github.com/open-telemetry/opentelemetry-php/graphs/contributors"
                }
            ],
            "description": "Context implementation for OpenTelemetry PHP.",
            "keywords": [
                "Context",
                "opentelemetry",
                "otel"
            ],
            "support": {
                "chat": "https://app.slack.com/client/T08PSQ7BQ/C01NFPCV44V",
                "docs": "https://opentelemetry.io/docs/php",
                "issues": "https://github.com/open-telemetry/opentelemetry-php/issues",
                "source": "https://github.com/open-telemetry/opentelemetry-php"
            },
            "install-path": "../open-telemetry/context"
        },
        {
            "name": "open-telemetry/exporter-otlp",
            "version": "1.3.3",
            "version_normalized": "1.3.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/opentelemetry-php/exporter-otlp.git",
                "reference": "07b02bc71838463f6edcc78d3485c04b48fb263d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/opentelemetry-php/exporter-otlp/zipball/07b02bc71838463f6edcc78d3485c04b48fb263d",
                "reference": "07b02bc71838463f6edcc78d3485c04b48fb263d",
                "shasum": ""
            },
            "require": {
                "open-telemetry/api": "^1.0",
                "open-telemetry/gen-otlp-protobuf": "^1.1",
                "open-telemetry/sdk": "^1.0",
                "php": "^8.1",
                "php-http/discovery": "^1.14"
            },
            "time": "2025-11-13T08:04:37+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "_register.php"
                ],
                "psr-4": {
                    "OpenTelemetry\\Contrib\\Otlp\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "opentelemetry-php contributors",
                    "homepage": "https://github.com/open-telemetry/opentelemetry-php/graphs/contributors"
                }
            ],
            "description": "OTLP exporter for OpenTelemetry.",
            "keywords": [
                "Metrics",
                "exporter",
                "gRPC",
                "http",
                "opentelemetry",
                "otel",
                "otlp",
                "tracing"
            ],
            "support": {
                "chat": "https://app.slack.com/client/T08PSQ7BQ/C01NFPCV44V",
                "docs": "https://opentelemetry.io/docs/languages/php",
                "issues": "https://github.com/open-telemetry/opentelemetry-php/issues",
                "source": "https://github.com/open-telemetry/opentelemetry-php"
            },
            "install-path": "../open-telemetry/exporter-otlp"
        },
        {
            "name": "open-telemetry/gen-otlp-protobuf",
            "version": "1.8.0",
            "version_normalized": "1.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/opentelemetry-php/gen-otlp-protobuf.git",
                "reference": "673af5b06545b513466081884b47ef15a536edde"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/opentelemetry-php/gen-otlp-protobuf/zipball/673af5b06545b513466081884b47ef15a536edde",
                "reference": "673af5b06545b513466081884b47ef15a536edde",
                "shasum": ""
            },
            "require": {
                "google/protobuf": "^3.22 || ^4.0",
                "php": "^8.0"
            },
            "suggest": {
                "ext-protobuf": "For better performance, when dealing with the protobuf format"
            },
            "time": "2025-09-17T23:10:12+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Opentelemetry\\Proto\\": "Opentelemetry/Proto/",
                    "GPBMetadata\\Opentelemetry\\": "GPBMetadata/Opentelemetry/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "opentelemetry-php contributors",
                    "homepage": "https://github.com/open-telemetry/opentelemetry-php/graphs/contributors"
                }
            ],
            "description": "PHP protobuf files for communication with OpenTelemetry OTLP collectors/servers.",
            "keywords": [
                "Metrics",
                "apm",
                "gRPC",
                "logging",
                "opentelemetry",
                "otel",
                "otlp",
                "protobuf",
                "tracing"
            ],
            "support": {
                "chat": "https://app.slack.com/client/T08PSQ7BQ/C01NFPCV44V",
                "docs": "https://opentelemetry.io/docs/php",
                "issues": "https://github.com/open-telemetry/opentelemetry-php/issues",
                "source": "https://github.com/open-telemetry/opentelemetry-php"
            },
            "install-path": "../open-telemetry/gen-otlp-protobuf"
        },
        {
            "name": "open-telemetry/sdk",
            "version": "1.10.0",
            "version_normalized": "1.10.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/opentelemetry-php/sdk.git",
                "reference": "3dfc3d1ad729ec7eb25f1b9a4ae39fe779affa99"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/opentelemetry-php/sdk/zipball/3dfc3d1ad729ec7eb25f1b9a4ae39fe779affa99",
                "reference": "3dfc3d1ad729ec7eb25f1b9a4ae39fe779affa99",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "nyholm/psr7-server": "^1.1",
                "open-telemetry/api": "^1.7",
                "open-telemetry/context": "^1.4",
                "open-telemetry/sem-conv": "^1.0",
                "php": "^8.1",
                "php-http/discovery": "^1.14",
                "psr/http-client": "^1.0",
                "psr/http-client-implementation": "^1.0",
                "psr/http-factory-implementation": "^1.0",
                "psr/http-message": "^1.0.1|^2.0",
                "psr/log": "^1.1|^2.0|^3.0",
                "ramsey/uuid": "^3.0 || ^4.0",
                "symfony/polyfill-mbstring": "^1.23",
                "symfony/polyfill-php82": "^1.26",
                "tbachert/spi": "^1.0.5"
            },
            "suggest": {
                "ext-gmp": "To support unlimited number of synchronous metric readers",
                "ext-mbstring": "To increase performance of string operations",
                "open-telemetry/sdk-configuration": "File-based OpenTelemetry SDK configuration"
            },
            "time": "2025-11-25T10:59:15+00:00",
            "type": "library",
            "extra": {
                "spi": {
                    "OpenTelemetry\\API\\Configuration\\ConfigEnv\\EnvComponentLoader": [
                        "OpenTelemetry\\API\\Instrumentation\\Configuration\\General\\ConfigEnv\\EnvComponentLoaderHttpConfig",
                        "OpenTelemetry\\API\\Instrumentation\\Configuration\\General\\ConfigEnv\\EnvComponentLoaderPeerConfig"
                    ],
                    "OpenTelemetry\\SDK\\Common\\Configuration\\Resolver\\ResolverInterface": [
                        "OpenTelemetry\\SDK\\Common\\Configuration\\Resolver\\SdkConfigurationResolver"
                    ],
                    "OpenTelemetry\\API\\Instrumentation\\AutoInstrumentation\\HookManagerInterface": [
                        "OpenTelemetry\\API\\Instrumentation\\AutoInstrumentation\\ExtensionHookManager"
                    ]
                },
                "branch-alias": {
                    "dev-main": "1.9.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Common/Util/functions.php",
                    "Logs/Exporter/_register.php",
                    "Metrics/MetricExporter/_register.php",
                    "Propagation/_register.php",
                    "Trace/SpanExporter/_register.php",
                    "Common/Dev/Compatibility/_load.php",
                    "_autoload.php"
                ],
                "psr-4": {
                    "OpenTelemetry\\SDK\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "opentelemetry-php contributors",
                    "homepage": "https://github.com/open-telemetry/opentelemetry-php/graphs/contributors"
                }
            ],
            "description": "SDK for OpenTelemetry PHP.",
            "keywords": [
                "Metrics",
                "apm",
                "logging",
                "opentelemetry",
                "otel",
                "sdk",
                "tracing"
            ],
            "support": {
                "chat": "https://app.slack.com/client/T08PSQ7BQ/C01NFPCV44V",
                "docs": "https://opentelemetry.io/docs/languages/php",
                "issues": "https://github.com/open-telemetry/opentelemetry-php/issues",
                "source": "https://github.com/open-telemetry/opentelemetry-php"
            },
            "install-path": "../open-telemetry/sdk"
        },
        {
            "name": "open-telemetry/sem-conv",
            "version": "1.37.0",
            "version_normalized": "1.37.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/opentelemetry-php/sem-conv.git",
                "reference": "8da7ec497c881e39afa6657d72586e27efbd29a1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/opentelemetry-php/sem-conv/zipball/8da7ec497c881e39afa6657d72586e27efbd29a1",
                "reference": "8da7ec497c881e39afa6657d72586e27efbd29a1",
                "shasum": ""
            },
            "require": {
                "php": "^8.0"
            },
            "time": "2025-09-03T12:08:10+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "OpenTelemetry\\SemConv\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "opentelemetry-php contributors",
                    "homepage": "https://github.com/open-telemetry/opentelemetry-php/graphs/contributors"
                }
            ],
            "description": "Semantic conventions for OpenTelemetry PHP.",
            "keywords": [
                "Metrics",
                "apm",
                "logging",
                "opentelemetry",
                "otel",
                "semantic conventions",
                "semconv",
                "tracing"
            ],
            "support": {
                "chat": "https://app.slack.com/client/T08PSQ7BQ/C01NFPCV44V",
                "docs": "https://opentelemetry.io/docs/php",
                "issues": "https://github.com/open-telemetry/opentelemetry-php/issues",
                "source": "https://github.com/open-telemetry/opentelemetry-php"
            },
            "install-path": "../open-telemetry/sem-conv"
        },
        {
            "name": "openai-php/client",
            "version": "v0.10.3",
            "version_normalized": "0.10.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/openai-php/client.git",
                "reference": "4a565d145e0fb3ea1baba8fffe39d86c56b6dc2c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/openai-php/client/zipball/4a565d145e0fb3ea1baba8fffe39d86c56b6dc2c",
                "reference": "4a565d145e0fb3ea1baba8fffe39d86c56b6dc2c",
                "shasum": ""
            },
            "require": {
                "php": "^8.1.0",
                "php-http/discovery": "^1.20.0",
                "php-http/multipart-stream-builder": "^1.4.2",
                "psr/http-client": "^1.0.3",
                "psr/http-client-implementation": "^1.0.1",
                "psr/http-factory-implementation": "*",
                "psr/http-message": "^1.1.0|^2.0.0"
            },
            "require-dev": {
                "guzzlehttp/guzzle": "^7.9.2",
                "guzzlehttp/psr7": "^2.7.0",
                "laravel/pint": "^1.18.1",
                "mockery/mockery": "^1.6.12",
                "nunomaduro/collision": "^7.11.0|^8.5.0",
                "pestphp/pest": "^2.36.0|^3.5.0",
                "pestphp/pest-plugin-arch": "^2.7|^3.0",
                "pestphp/pest-plugin-type-coverage": "^2.8.7|^3.1.0",
                "phpstan/phpstan": "^1.12.7",
                "symfony/var-dumper": "^6.4.11|^7.1.5"
            },
            "time": "2024-11-12T20:51:16+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/OpenAI.php"
                ],
                "psr-4": {
                    "OpenAI\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nuno Maduro",
                    "email": "enunomaduro@gmail.com"
                },
                {
                    "name": "Sandro Gehri"
                }
            ],
            "description": "OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API",
            "keywords": [
                "GPT-3",
                "api",
                "client",
                "codex",
                "dall-e",
                "language",
                "natural",
                "openai",
                "php",
                "processing",
                "sdk"
            ],
            "support": {
                "issues": "https://github.com/openai-php/client/issues",
                "source": "https://github.com/openai-php/client/tree/v0.10.3"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/paypalme/enunomaduro",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/gehrisandro",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nunomaduro",
                    "type": "github"
                }
            ],
            "install-path": "../openai-php/client"
        },
        {
            "name": "paragonie/constant_time_encoding",
            "version": "v2.8.2",
            "version_normalized": "2.8.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/constant_time_encoding.git",
                "reference": "e30811f7bc69e4b5b6d5783e712c06c8eabf0226"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/e30811f7bc69e4b5b6d5783e712c06c8eabf0226",
                "reference": "e30811f7bc69e4b5b6d5783e712c06c8eabf0226",
                "shasum": ""
            },
            "require": {
                "php": "^7|^8"
            },
            "require-dev": {
                "phpunit/phpunit": "^6|^7|^8|^9",
                "vimeo/psalm": "^1|^2|^3|^4"
            },
            "time": "2025-09-24T15:12:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ParagonIE\\ConstantTime\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com",
                    "role": "Maintainer"
                },
                {
                    "name": "Steve 'Sc00bz' Thomas",
                    "email": "steve@tobtu.com",
                    "homepage": "https://www.tobtu.com",
                    "role": "Original Developer"
                }
            ],
            "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
            "keywords": [
                "base16",
                "base32",
                "base32_decode",
                "base32_encode",
                "base64",
                "base64_decode",
                "base64_encode",
                "bin2hex",
                "encoding",
                "hex",
                "hex2bin",
                "rfc4648"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https://github.com/paragonie/constant_time_encoding/issues",
                "source": "https://github.com/paragonie/constant_time_encoding"
            },
            "install-path": "../paragonie/constant_time_encoding"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v9.99.100",
            "version_normalized": "9.99.100.0",
            "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."
            },
            "time": "2020-10-15T08:29:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../paragonie/random_compat"
        },
        {
            "name": "pear/archive_tar",
            "version": "1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Archive_Tar.git",
                "reference": "dc3285537f1832da8ddbbe45f5a007248b6cc00e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/dc3285537f1832da8ddbbe45f5a007248b6cc00e",
                "reference": "dc3285537f1832da8ddbbe45f5a007248b6cc00e",
                "shasum": ""
            },
            "require": {
                "pear/pear-core-minimal": "^1.10.0alpha2",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "ext-bz2": "Bz2 compression support.",
                "ext-xz": "Lzma2 compression support.",
                "ext-zlib": "Gzip compression support."
            },
            "time": "2025-07-19T14:49:16+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../pear/archive_tar"
        },
        {
            "name": "pear/console_getopt",
            "version": "v1.4.3",
            "version_normalized": "1.4.3.0",
            "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": ""
            },
            "time": "2019-11-20T18:27:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../pear/console_getopt"
        },
        {
            "name": "pear/pear-core-minimal",
            "version": "v1.10.17",
            "version_normalized": "1.10.17.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/pear-core-minimal.git",
                "reference": "c7b55789d01de0ce090d289b73f1bbd6a2f113b1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/c7b55789d01de0ce090d289b73f1bbd6a2f113b1",
                "reference": "c7b55789d01de0ce090d289b73f1bbd6a2f113b1",
                "shasum": ""
            },
            "require": {
                "pear/console_getopt": "~1.4",
                "pear/pear_exception": "~1.0",
                "php": ">=5.4"
            },
            "replace": {
                "rsky/pear-core-min": "self.version"
            },
            "time": "2025-12-14T20:37:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../pear/pear-core-minimal"
        },
        {
            "name": "pear/pear_exception",
            "version": "v1.0.2",
            "version_normalized": "1.0.2.0",
            "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"
            },
            "time": "2021-03-21T15:43:46+00:00",
            "type": "class",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../pear/pear_exception"
        },
        {
            "name": "phar-io/manifest",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phar-io/manifest.git",
                "reference": "54750ef60c58e43759730615a392c31c80e23176"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
                "reference": "54750ef60c58e43759730615a392c31c80e23176",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "ext-phar": "*",
                "ext-xmlwriter": "*",
                "phar-io/version": "^3.0.1",
                "php": "^7.2 || ^8.0"
            },
            "time": "2024-03-03T12:33:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Heuer",
                    "email": "sebastian@phpeople.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "Developer"
                }
            ],
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
            "support": {
                "issues": "https://github.com/phar-io/manifest/issues",
                "source": "https://github.com/phar-io/manifest/tree/2.0.4"
            },
            "funding": [
                {
                    "url": "https://github.com/theseer",
                    "type": "github"
                }
            ],
            "install-path": "../phar-io/manifest"
        },
        {
            "name": "phar-io/version",
            "version": "3.2.1",
            "version_normalized": "3.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phar-io/version.git",
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2022-02-21T01:04:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Heuer",
                    "email": "sebastian@phpeople.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "Developer"
                }
            ],
            "description": "Library for handling version information and constraints",
            "support": {
                "issues": "https://github.com/phar-io/version/issues",
                "source": "https://github.com/phar-io/version/tree/3.2.1"
            },
            "install-path": "../phar-io/version"
        },
        {
            "name": "phenx/php-font-lib",
            "version": "0.5.6",
            "version_normalized": "0.5.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dompdf/php-font-lib.git",
                "reference": "a1681e9793040740a405ac5b189275059e2a9863"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/a1681e9793040740a405ac5b189275059e2a9863",
                "reference": "a1681e9793040740a405ac5b189275059e2a9863",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6"
            },
            "time": "2024-01-29T14:45:26+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "FontLib\\": "src/FontLib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Fabien Ménager",
                    "email": "fabien.menager@gmail.com"
                }
            ],
            "description": "A library to read, parse, export and make subsets of different types of font files.",
            "homepage": "https://github.com/PhenX/php-font-lib",
            "support": {
                "issues": "https://github.com/dompdf/php-font-lib/issues",
                "source": "https://github.com/dompdf/php-font-lib/tree/0.5.6"
            },
            "install-path": "../phenx/php-font-lib"
        },
        {
            "name": "phenx/php-svg-lib",
            "version": "0.5.4",
            "version_normalized": "0.5.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dompdf/php-svg-lib.git",
                "reference": "46b25da81613a9cf43c83b2a8c2c1bdab27df691"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/46b25da81613a9cf43c83b2a8c2c1bdab27df691",
                "reference": "46b25da81613a9cf43c83b2a8c2c1bdab27df691",
                "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"
            },
            "time": "2024-04-08T12:52:34+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Svg\\": "src/Svg"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Fabien Ménager",
                    "email": "fabien.menager@gmail.com"
                }
            ],
            "description": "A library to read, parse and export to PDF SVG files.",
            "homepage": "https://github.com/PhenX/php-svg-lib",
            "support": {
                "issues": "https://github.com/dompdf/php-svg-lib/issues",
                "source": "https://github.com/dompdf/php-svg-lib/tree/0.5.4"
            },
            "install-path": "../phenx/php-svg-lib"
        },
        {
            "name": "phootwork/collection",
            "version": "v3.2.3",
            "version_normalized": "3.2.3.0",
            "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"
            },
            "time": "2022-08-27T12:51:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../phootwork/collection"
        },
        {
            "name": "phootwork/lang",
            "version": "v3.2.3",
            "version_normalized": "3.2.3.0",
            "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"
            },
            "time": "2024-10-03T13:43:19+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../phootwork/lang"
        },
        {
            "name": "php-http/discovery",
            "version": "1.20.0",
            "version_normalized": "1.20.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-http/discovery.git",
                "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-http/discovery/zipball/82fe4c73ef3363caed49ff8dd1539ba06044910d",
                "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0|^2.0",
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "nyholm/psr7": "<1.0",
                "zendframework/zend-diactoros": "*"
            },
            "provide": {
                "php-http/async-client-implementation": "*",
                "php-http/client-implementation": "*",
                "psr/http-client-implementation": "*",
                "psr/http-factory-implementation": "*",
                "psr/http-message-implementation": "*"
            },
            "require-dev": {
                "composer/composer": "^1.0.2|^2.0",
                "graham-campbell/phpspec-skip-example-extension": "^5.0",
                "php-http/httplug": "^1.0 || ^2.0",
                "php-http/message-factory": "^1.0",
                "phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
                "sebastian/comparator": "^3.0.5 || ^4.0.8",
                "symfony/phpunit-bridge": "^6.4.4 || ^7.0.1"
            },
            "time": "2024-10-02T11:20:13+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Http\\Discovery\\Composer\\Plugin",
                "plugin-optional": true
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Http\\Discovery\\": "src/"
                },
                "exclude-from-classmap": [
                    "src/Composer/Plugin.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com"
                }
            ],
            "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations",
            "homepage": "http://php-http.org",
            "keywords": [
                "adapter",
                "client",
                "discovery",
                "factory",
                "http",
                "message",
                "psr17",
                "psr7"
            ],
            "support": {
                "issues": "https://github.com/php-http/discovery/issues",
                "source": "https://github.com/php-http/discovery/tree/1.20.0"
            },
            "install-path": "../php-http/discovery"
        },
        {
            "name": "php-http/guzzle7-adapter",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-http/guzzle7-adapter.git",
                "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/03a415fde709c2f25539790fecf4d9a31bc3d0eb",
                "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/guzzle": "^7.0",
                "php": "^7.3 | ^8.0",
                "php-http/httplug": "^2.0",
                "psr/http-client": "^1.0"
            },
            "provide": {
                "php-http/async-client-implementation": "1.0",
                "php-http/client-implementation": "1.0",
                "psr/http-client-implementation": "1.0"
            },
            "require-dev": {
                "php-http/client-integration-tests": "^3.0",
                "php-http/message-factory": "^1.1",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpunit/phpunit": "^8.0|^9.3"
            },
            "time": "2024-11-26T11:14:36+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Http\\Adapter\\Guzzle7\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com"
                }
            ],
            "description": "Guzzle 7 HTTP Adapter",
            "homepage": "http://httplug.io",
            "keywords": [
                "Guzzle",
                "http"
            ],
            "support": {
                "issues": "https://github.com/php-http/guzzle7-adapter/issues",
                "source": "https://github.com/php-http/guzzle7-adapter/tree/1.1.0"
            },
            "install-path": "../php-http/guzzle7-adapter"
        },
        {
            "name": "php-http/httplug",
            "version": "2.4.1",
            "version_normalized": "2.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-http/httplug.git",
                "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-http/httplug/zipball/5cad731844891a4c282f3f3e1b582c46839d22f4",
                "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0",
                "php-http/promise": "^1.1",
                "psr/http-client": "^1.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "require-dev": {
                "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0",
                "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"
            },
            "time": "2024-09-23T11:39:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Http\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Eric GELOEN",
                    "email": "geloen.eric@gmail.com"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://sagikazarmark.hu"
                }
            ],
            "description": "HTTPlug, the HTTP client abstraction for PHP",
            "homepage": "http://httplug.io",
            "keywords": [
                "client",
                "http"
            ],
            "support": {
                "issues": "https://github.com/php-http/httplug/issues",
                "source": "https://github.com/php-http/httplug/tree/2.4.1"
            },
            "install-path": "../php-http/httplug"
        },
        {
            "name": "php-http/message",
            "version": "1.16.2",
            "version_normalized": "1.16.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-http/message.git",
                "reference": "06dd5e8562f84e641bf929bfe699ee0f5ce8080a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-http/message/zipball/06dd5e8562f84e641bf929bfe699ee0f5ce8080a",
                "reference": "06dd5e8562f84e641bf929bfe699ee0f5ce8080a",
                "shasum": ""
            },
            "require": {
                "clue/stream-filter": "^1.5",
                "php": "^7.2 || ^8.0",
                "psr/http-message": "^1.1 || ^2.0"
            },
            "provide": {
                "php-http/message-factory-implementation": "1.0"
            },
            "require-dev": {
                "ergebnis/composer-normalize": "^2.6",
                "ext-zlib": "*",
                "guzzlehttp/psr7": "^1.0 || ^2.0",
                "laminas/laminas-diactoros": "^2.0 || ^3.0",
                "php-http/message-factory": "^1.0.2",
                "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
                "slim/slim": "^3.0"
            },
            "suggest": {
                "ext-zlib": "Used with compressor/decompressor streams",
                "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
                "laminas/laminas-diactoros": "Used with Diactoros Factories",
                "slim/slim": "Used with Slim Framework PSR-7 implementation"
            },
            "time": "2024-10-02T11:34:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/filters.php"
                ],
                "psr-4": {
                    "Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com"
                }
            ],
            "description": "HTTP Message related tools",
            "homepage": "http://php-http.org",
            "keywords": [
                "http",
                "message",
                "psr-7"
            ],
            "support": {
                "issues": "https://github.com/php-http/message/issues",
                "source": "https://github.com/php-http/message/tree/1.16.2"
            },
            "install-path": "../php-http/message"
        },
        {
            "name": "php-http/multipart-stream-builder",
            "version": "1.4.2",
            "version_normalized": "1.4.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-http/multipart-stream-builder.git",
                "reference": "10086e6de6f53489cca5ecc45b6f468604d3460e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-http/multipart-stream-builder/zipball/10086e6de6f53489cca5ecc45b6f468604d3460e",
                "reference": "10086e6de6f53489cca5ecc45b6f468604d3460e",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0",
                "php-http/discovery": "^1.15",
                "psr/http-factory-implementation": "^1.0"
            },
            "require-dev": {
                "nyholm/psr7": "^1.0",
                "php-http/message": "^1.5",
                "php-http/message-factory": "^1.0.2",
                "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3"
            },
            "time": "2024-09-04T13:22:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Http\\Message\\MultipartStream\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com"
                }
            ],
            "description": "A builder class that help you create a multipart stream",
            "homepage": "http://php-http.org",
            "keywords": [
                "factory",
                "http",
                "message",
                "multipart stream",
                "stream"
            ],
            "support": {
                "issues": "https://github.com/php-http/multipart-stream-builder/issues",
                "source": "https://github.com/php-http/multipart-stream-builder/tree/1.4.2"
            },
            "install-path": "../php-http/multipart-stream-builder"
        },
        {
            "name": "php-http/promise",
            "version": "1.3.1",
            "version_normalized": "1.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-http/promise.git",
                "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-http/promise/zipball/fc85b1fba37c169a69a07ef0d5a8075770cc1f83",
                "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "friends-of-phpspec/phpspec-code-coverage": "^4.3.2 || ^6.3",
                "phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4"
            },
            "time": "2024-03-15T13:55:21+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Http\\Promise\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Joel Wurtz",
                    "email": "joel.wurtz@gmail.com"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com"
                }
            ],
            "description": "Promise used for asynchronous HTTP requests",
            "homepage": "http://httplug.io",
            "keywords": [
                "promise"
            ],
            "support": {
                "issues": "https://github.com/php-http/promise/issues",
                "source": "https://github.com/php-http/promise/tree/1.3.1"
            },
            "install-path": "../php-http/promise"
        },
        {
            "name": "php-parallel-lint/php-parallel-lint",
            "version": "v1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git",
                "reference": "6db563514f27e19595a19f45a4bf757b6401194e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/6db563514f27e19595a19f45a4bf757b6401194e",
                "reference": "6db563514f27e19595a19f45a4bf757b6401194e",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=5.3.0"
            },
            "replace": {
                "grogy/php-parallel-lint": "*",
                "jakub-onderka/php-parallel-lint": "*"
            },
            "require-dev": {
                "nette/tester": "^1.3 || ^2.0",
                "php-parallel-lint/php-console-highlighter": "0.* || ^1.0",
                "squizlabs/php_codesniffer": "^3.6"
            },
            "suggest": {
                "php-parallel-lint/php-console-highlighter": "Highlight syntax in code snippet"
            },
            "time": "2024-03-27T12:14:49+00:00",
            "bin": [
                "parallel-lint"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "./src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Jakub Onderka",
                    "email": "ahoj@jakubonderka.cz"
                }
            ],
            "description": "This tool checks the syntax of PHP files about 20x faster than serial check.",
            "homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint",
            "keywords": [
                "lint",
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/issues",
                "source": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/tree/v1.4.0"
            },
            "install-path": "../php-parallel-lint/php-parallel-lint"
        },
        {
            "name": "phpdocumentor/reflection-common",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2020-06-27T09:03:43+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-2.x": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jaap van Otterdijk",
                    "email": "opensource@ijaap.nl"
                }
            ],
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
            "homepage": "http://www.phpdoc.org",
            "keywords": [
                "FQSEN",
                "phpDocumentor",
                "phpdoc",
                "reflection",
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
                "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
            },
            "install-path": "../phpdocumentor/reflection-common"
        },
        {
            "name": "phpdocumentor/reflection-docblock",
            "version": "5.6.6",
            "version_normalized": "5.6.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "5cee1d3dfc2d2aa6599834520911d246f656bcb8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/5cee1d3dfc2d2aa6599834520911d246f656bcb8",
                "reference": "5cee1d3dfc2d2aa6599834520911d246f656bcb8",
                "shasum": ""
            },
            "require": {
                "doctrine/deprecations": "^1.1",
                "ext-filter": "*",
                "php": "^7.4 || ^8.0",
                "phpdocumentor/reflection-common": "^2.2",
                "phpdocumentor/type-resolver": "^1.7",
                "phpstan/phpdoc-parser": "^1.7|^2.0",
                "webmozart/assert": "^1.9.1 || ^2"
            },
            "require-dev": {
                "mockery/mockery": "~1.3.5 || ~1.6.0",
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan": "^1.8",
                "phpstan/phpstan-mockery": "^1.1",
                "phpstan/phpstan-webmozart-assert": "^1.2",
                "phpunit/phpunit": "^9.5",
                "psalm/phar": "^5.26"
            },
            "time": "2025-12-22T21:13:58+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                },
                {
                    "name": "Jaap van Otterdijk",
                    "email": "opensource@ijaap.nl"
                }
            ],
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
            "support": {
                "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.6"
            },
            "install-path": "../phpdocumentor/reflection-docblock"
        },
        {
            "name": "phpdocumentor/type-resolver",
            "version": "1.12.0",
            "version_normalized": "1.12.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
                "reference": "92a98ada2b93d9b201a613cb5a33584dde25f195"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/92a98ada2b93d9b201a613cb5a33584dde25f195",
                "reference": "92a98ada2b93d9b201a613cb5a33584dde25f195",
                "shasum": ""
            },
            "require": {
                "doctrine/deprecations": "^1.0",
                "php": "^7.3 || ^8.0",
                "phpdocumentor/reflection-common": "^2.0",
                "phpstan/phpdoc-parser": "^1.18|^2.0"
            },
            "require-dev": {
                "ext-tokenizer": "*",
                "phpbench/phpbench": "^1.2",
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan": "^1.8",
                "phpstan/phpstan-phpunit": "^1.1",
                "phpunit/phpunit": "^9.5",
                "rector/rector": "^0.13.9",
                "vimeo/psalm": "^4.25"
            },
            "time": "2025-11-21T15:09:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                }
            ],
            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
            "support": {
                "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
                "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.12.0"
            },
            "install-path": "../phpdocumentor/type-resolver"
        },
        {
            "name": "phpmailer/phpmailer",
            "version": "v6.12.0",
            "version_normalized": "6.12.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPMailer/PHPMailer.git",
                "reference": "d1ac35d784bf9f5e61b424901d5a014967f15b12"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/d1ac35d784bf9f5e61b424901d5a014967f15b12",
                "reference": "d1ac35d784bf9f5e61b424901d5a014967f15b12",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-filter": "*",
                "ext-hash": "*",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "doctrine/annotations": "^1.2.6 || ^1.13.3",
                "php-parallel-lint/php-console-highlighter": "^1.0.0",
                "php-parallel-lint/php-parallel-lint": "^1.3.2",
                "phpcompatibility/php-compatibility": "^9.3.5",
                "roave/security-advisories": "dev-latest",
                "squizlabs/php_codesniffer": "^3.7.2",
                "yoast/phpunit-polyfills": "^1.0.4"
            },
            "suggest": {
                "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
                "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
                "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
                "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
                "psr/log": "For optional PSR-3 debug logging",
                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
                "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
            },
            "time": "2025-10-15T16:49:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PHPMailer\\PHPMailer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-only"
            ],
            "authors": [
                {
                    "name": "Marcus Bointon",
                    "email": "phpmailer@synchromedia.co.uk"
                },
                {
                    "name": "Jim Jagielski",
                    "email": "jimjag@gmail.com"
                },
                {
                    "name": "Andy Prevost",
                    "email": "codeworxtech@users.sourceforge.net"
                },
                {
                    "name": "Brent R. Matzelle"
                }
            ],
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
            "support": {
                "issues": "https://github.com/PHPMailer/PHPMailer/issues",
                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.12.0"
            },
            "funding": [
                {
                    "url": "https://github.com/Synchro",
                    "type": "github"
                }
            ],
            "install-path": "../phpmailer/phpmailer"
        },
        {
            "name": "phpoffice/phpspreadsheet",
            "version": "1.30.1",
            "version_normalized": "1.30.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
                "reference": "fa8257a579ec623473eabfe49731de5967306c4c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fa8257a579ec623473eabfe49731de5967306c4c",
                "reference": "fa8257a579ec623473eabfe49731de5967306c4c",
                "shasum": ""
            },
            "require": {
                "composer/pcre": "^1||^2||^3",
                "ext-ctype": "*",
                "ext-dom": "*",
                "ext-fileinfo": "*",
                "ext-gd": "*",
                "ext-iconv": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-simplexml": "*",
                "ext-xml": "*",
                "ext-xmlreader": "*",
                "ext-xmlwriter": "*",
                "ext-zip": "*",
                "ext-zlib": "*",
                "ezyang/htmlpurifier": "^4.15",
                "maennchen/zipstream-php": "^2.1 || ^3.0",
                "markbaker/complex": "^3.0",
                "markbaker/matrix": "^3.0",
                "php": ">=7.4.0 <8.5.0",
                "psr/http-client": "^1.0",
                "psr/http-factory": "^1.0",
                "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "dev-main",
                "dompdf/dompdf": "^1.0 || ^2.0 || ^3.0",
                "friendsofphp/php-cs-fixer": "^3.2",
                "mitoteam/jpgraph": "^10.3",
                "mpdf/mpdf": "^8.1.1",
                "phpcompatibility/php-compatibility": "^9.3",
                "phpstan/phpstan": "^1.1",
                "phpstan/phpstan-phpunit": "^1.0",
                "phpunit/phpunit": "^8.5 || ^9.0",
                "squizlabs/php_codesniffer": "^3.7",
                "tecnickcom/tcpdf": "^6.5"
            },
            "suggest": {
                "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
                "ext-intl": "PHP Internationalization Functions",
                "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
                "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
                "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
            },
            "time": "2025-10-26T16:01:04+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Maarten Balliauw",
                    "homepage": "https://blog.maartenballiauw.be"
                },
                {
                    "name": "Mark Baker",
                    "homepage": "https://markbakeruk.net"
                },
                {
                    "name": "Franck Lefevre",
                    "homepage": "https://rootslabs.net"
                },
                {
                    "name": "Erik Tilt"
                },
                {
                    "name": "Adrien Crivelli"
                }
            ],
            "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
            "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
            "keywords": [
                "OpenXML",
                "excel",
                "gnumeric",
                "ods",
                "php",
                "spreadsheet",
                "xls",
                "xlsx"
            ],
            "support": {
                "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
                "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.30.1"
            },
            "install-path": "../phpoffice/phpspreadsheet"
        },
        {
            "name": "phpowermove/docblock",
            "version": "v4.0",
            "version_normalized": "4.0.0.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"
            },
            "time": "2021-09-22T16:57:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../phpowermove/docblock"
        },
        {
            "name": "phpspec/prophecy",
            "version": "v1.22.0",
            "version_normalized": "1.22.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpspec/prophecy.git",
                "reference": "35f1adb388946d92e6edab2aa2cb2b60e132ebd5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/35f1adb388946d92e6edab2aa2cb2b60e132ebd5",
                "reference": "35f1adb388946d92e6edab2aa2cb2b60e132ebd5",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.2 || ^2.0",
                "php": "^7.4 || 8.0.* || 8.1.* || 8.2.* || 8.3.* || 8.4.*",
                "phpdocumentor/reflection-docblock": "^5.2",
                "sebastian/comparator": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
                "sebastian/recursion-context": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.40",
                "phpspec/phpspec": "^6.0 || ^7.0",
                "phpstan/phpstan": "^2.1.13",
                "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0"
            },
            "time": "2025-04-29T14:58:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Prophecy\\": "src/Prophecy"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                },
                {
                    "name": "Marcello Duarte",
                    "email": "marcello.duarte@gmail.com"
                }
            ],
            "description": "Highly opinionated mocking framework for PHP 5.3+",
            "homepage": "https://github.com/phpspec/prophecy",
            "keywords": [
                "Double",
                "Dummy",
                "dev",
                "fake",
                "mock",
                "spy",
                "stub"
            ],
            "support": {
                "issues": "https://github.com/phpspec/prophecy/issues",
                "source": "https://github.com/phpspec/prophecy/tree/v1.22.0"
            },
            "install-path": "../phpspec/prophecy"
        },
        {
            "name": "phpspec/prophecy-phpunit",
            "version": "v2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpspec/prophecy-phpunit.git",
                "reference": "d3c28041d9390c9bca325a08c5b2993ac855bded"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpspec/prophecy-phpunit/zipball/d3c28041d9390c9bca325a08c5b2993ac855bded",
                "reference": "d3c28041d9390c9bca325a08c5b2993ac855bded",
                "shasum": ""
            },
            "require": {
                "php": "^7.3 || ^8",
                "phpspec/prophecy": "^1.18",
                "phpunit/phpunit": "^9.1 || ^10.1 || ^11.0 || ^12.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.10"
            },
            "time": "2025-05-13T13:52:32+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Prophecy\\PhpUnit\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christophe Coevoet",
                    "email": "stof@notk.org"
                }
            ],
            "description": "Integrating the Prophecy mocking library in PHPUnit test cases",
            "homepage": "http://phpspec.net",
            "keywords": [
                "phpunit",
                "prophecy"
            ],
            "support": {
                "issues": "https://github.com/phpspec/prophecy-phpunit/issues",
                "source": "https://github.com/phpspec/prophecy-phpunit/tree/v2.4.0"
            },
            "install-path": "../phpspec/prophecy-phpunit"
        },
        {
            "name": "phpstan/extension-installer",
            "version": "1.4.3",
            "version_normalized": "1.4.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/extension-installer.git",
                "reference": "85e90b3942d06b2326fba0403ec24fe912372936"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/85e90b3942d06b2326fba0403ec24fe912372936",
                "reference": "85e90b3942d06b2326fba0403ec24fe912372936",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2.0",
                "php": "^7.2 || ^8.0",
                "phpstan/phpstan": "^1.9.0 || ^2.0"
            },
            "require-dev": {
                "composer/composer": "^2.0",
                "php-parallel-lint/php-parallel-lint": "^1.2.0",
                "phpstan/phpstan-strict-rules": "^0.11 || ^0.12 || ^1.0"
            },
            "time": "2024-09-04T20:21:43+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "PHPStan\\ExtensionInstaller\\Plugin"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PHPStan\\ExtensionInstaller\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Composer plugin for automatic installation of PHPStan extensions",
            "keywords": [
                "dev",
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/phpstan/extension-installer/issues",
                "source": "https://github.com/phpstan/extension-installer/tree/1.4.3"
            },
            "install-path": "../phpstan/extension-installer"
        },
        {
            "name": "phpstan/phpdoc-parser",
            "version": "2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpdoc-parser.git",
                "reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/1e0cd5370df5dd2e556a36b9c62f62e555870495",
                "reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "doctrine/annotations": "^2.0",
                "nikic/php-parser": "^5.3.0",
                "php-parallel-lint/php-parallel-lint": "^1.2",
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "^2.0",
                "phpstan/phpstan-phpunit": "^2.0",
                "phpstan/phpstan-strict-rules": "^2.0",
                "phpunit/phpunit": "^9.6",
                "symfony/process": "^5.2"
            },
            "time": "2025-08-30T15:50:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PHPStan\\PhpDocParser\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHPDoc parser with support for nullable, intersection and generic types",
            "support": {
                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
                "source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.0"
            },
            "install-path": "../phpstan/phpdoc-parser"
        },
        {
            "name": "phpstan/phpstan",
            "version": "1.12.32",
            "version_normalized": "1.12.32.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2770dcdf5078d0b0d53f94317e06affe88419aa8",
                "reference": "2770dcdf5078d0b0d53f94317e06affe88419aa8",
                "shasum": ""
            },
            "require": {
                "php": "^7.2|^8.0"
            },
            "conflict": {
                "phpstan/phpstan-shim": "*"
            },
            "time": "2025-09-30T10:16:31+00:00",
            "bin": [
                "phpstan",
                "phpstan.phar"
            ],
            "type": "library",
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../phpstan/phpstan"
        },
        {
            "name": "phpstan/phpstan-deprecation-rules",
            "version": "1.2.1",
            "version_normalized": "1.2.1.0",
            "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"
            },
            "time": "2024-09-11T15:52:35+00:00",
            "type": "phpstan-extension",
            "extra": {
                "phpstan": {
                    "includes": [
                        "rules.neon"
                    ]
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../phpstan/phpstan-deprecation-rules"
        },
        {
            "name": "phpstan/phpstan-phpunit",
            "version": "1.4.2",
            "version_normalized": "1.4.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpstan-phpunit.git",
                "reference": "72a6721c9b64b3e4c9db55abbc38f790b318267e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/72a6721c9b64b3e4c9db55abbc38f790b318267e",
                "reference": "72a6721c9b64b3e4c9db55abbc38f790b318267e",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0",
                "phpstan/phpstan": "^1.12"
            },
            "conflict": {
                "phpunit/phpunit": "<7.0"
            },
            "require-dev": {
                "nikic/php-parser": "^4.13.0",
                "php-parallel-lint/php-parallel-lint": "^1.2",
                "phpstan/phpstan-strict-rules": "^1.5.1",
                "phpunit/phpunit": "^9.5"
            },
            "time": "2024-12-17T17:20:49+00:00",
            "type": "phpstan-extension",
            "extra": {
                "phpstan": {
                    "includes": [
                        "extension.neon",
                        "rules.neon"
                    ]
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PHPStan\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHPUnit extensions and rules for PHPStan",
            "support": {
                "issues": "https://github.com/phpstan/phpstan-phpunit/issues",
                "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.4.2"
            },
            "install-path": "../phpstan/phpstan-phpunit"
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "9.2.32",
            "version_normalized": "9.2.32.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5",
                "reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "ext-xmlwriter": "*",
                "nikic/php-parser": "^4.19.1 || ^5.1.0",
                "php": ">=7.3",
                "phpunit/php-file-iterator": "^3.0.6",
                "phpunit/php-text-template": "^2.0.4",
                "sebastian/code-unit-reverse-lookup": "^2.0.3",
                "sebastian/complexity": "^2.0.3",
                "sebastian/environment": "^5.1.5",
                "sebastian/lines-of-code": "^1.0.4",
                "sebastian/version": "^3.0.2",
                "theseer/tokenizer": "^1.2.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.6"
            },
            "suggest": {
                "ext-pcov": "PHP extension that provides line coverage",
                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
            },
            "time": "2024-08-22T04:23:01+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "9.2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
            "keywords": [
                "coverage",
                "testing",
                "xunit"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.32"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "../phpunit/php-code-coverage"
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "3.0.6",
            "version_normalized": "3.0.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "time": "2021-12-02T12:48:52+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
            "keywords": [
                "filesystem",
                "iterator"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "../phpunit/php-file-iterator"
        },
        {
            "name": "phpunit/php-invoker",
            "version": "3.1.1",
            "version_normalized": "3.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-invoker.git",
                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "ext-pcntl": "*",
                "phpunit/phpunit": "^9.3"
            },
            "suggest": {
                "ext-pcntl": "*"
            },
            "time": "2020-09-28T05:58:55+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Invoke callables with a timeout",
            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
            "keywords": [
                "process"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
                "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "../phpunit/php-invoker"
        },
        {
            "name": "phpunit/php-text-template",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "time": "2020-10-26T05:33:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Simple template engine.",
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
            "keywords": [
                "template"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
                "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "../phpunit/php-text-template"
        },
        {
            "name": "phpunit/php-timer",
            "version": "5.0.3",
            "version_normalized": "5.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-timer.git",
                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "time": "2020-10-26T13:16:10+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Utility class for timing",
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
            "keywords": [
                "timer"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
                "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "../phpunit/php-timer"
        },
        {
            "name": "phpunit/phpunit",
            "version": "9.6.31",
            "version_normalized": "9.6.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "945d0b7f346a084ce5549e95289962972c4272e5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/945d0b7f346a084ce5549e95289962972c4272e5",
                "reference": "945d0b7f346a084ce5549e95289962972c4272e5",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.5.0 || ^2",
                "ext-dom": "*",
                "ext-json": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-xml": "*",
                "ext-xmlwriter": "*",
                "myclabs/deep-copy": "^1.13.4",
                "phar-io/manifest": "^2.0.4",
                "phar-io/version": "^3.2.1",
                "php": ">=7.3",
                "phpunit/php-code-coverage": "^9.2.32",
                "phpunit/php-file-iterator": "^3.0.6",
                "phpunit/php-invoker": "^3.1.1",
                "phpunit/php-text-template": "^2.0.4",
                "phpunit/php-timer": "^5.0.3",
                "sebastian/cli-parser": "^1.0.2",
                "sebastian/code-unit": "^1.0.8",
                "sebastian/comparator": "^4.0.9",
                "sebastian/diff": "^4.0.6",
                "sebastian/environment": "^5.1.5",
                "sebastian/exporter": "^4.0.8",
                "sebastian/global-state": "^5.0.8",
                "sebastian/object-enumerator": "^4.0.4",
                "sebastian/resource-operations": "^3.0.4",
                "sebastian/type": "^3.2.1",
                "sebastian/version": "^3.0.2"
            },
            "suggest": {
                "ext-soap": "To be able to generate mocks based on WSDL files",
                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
            },
            "time": "2025-12-06T07:45:52+00:00",
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "9.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/Framework/Assert/Functions.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "https://phpunit.de/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.31"
            },
            "funding": [
                {
                    "url": "https://phpunit.de/sponsors.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                },
                {
                    "url": "https://liberapay.com/sebastianbergmann",
                    "type": "liberapay"
                },
                {
                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
                    "type": "thanks_dev"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
                    "type": "tidelift"
                }
            ],
            "install-path": "../phpunit/phpunit"
        },
        {
            "name": "politsin/jquery-ui-touch-punch",
            "version": "1.0",
            "version_normalized": "1.0.0.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": ""
            },
            "time": "2020-12-15T10:26:18+00:00",
            "type": "drupal-library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../../web/libraries/jquery-ui-touch-punch"
        },
        {
            "name": "psr/cache",
            "version": "3.0.0",
            "version_normalized": "3.0.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"
            },
            "time": "2021-02-03T23:26:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "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"
            },
            "install-path": "../psr/cache"
        },
        {
            "name": "psr/container",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "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"
            },
            "time": "2021-11-05T16:47:00+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "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"
            },
            "install-path": "../psr/container"
        },
        {
            "name": "psr/event-dispatcher",
            "version": "1.0.0",
            "version_normalized": "1.0.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"
            },
            "time": "2019-01-08T18:20:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\EventDispatcher\\": "src/"
                }
            },
            "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"
            },
            "install-path": "../psr/event-dispatcher"
        },
        {
            "name": "psr/http-client",
            "version": "1.0.3",
            "version_normalized": "1.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-client.git",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "time": "2023-09-23T14:17:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP clients",
            "homepage": "https://github.com/php-fig/http-client",
            "keywords": [
                "http",
                "http-client",
                "psr",
                "psr-18"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-client"
            },
            "install-path": "../psr/http-client"
        },
        {
            "name": "psr/http-factory",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-factory.git",
                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "time": "2024-04-15T12:06:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
            "keywords": [
                "factory",
                "http",
                "message",
                "psr",
                "psr-17",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-factory"
            },
            "install-path": "../psr/http-factory"
        },
        {
            "name": "psr/http-message",
            "version": "2.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2023-04-04T09:54:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/2.0"
            },
            "install-path": "../psr/http-message"
        },
        {
            "name": "psr/log",
            "version": "3.0.2",
            "version_normalized": "3.0.2.0",
            "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"
            },
            "time": "2024-09-11T13:17:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../psr/log"
        },
        {
            "name": "psr/simple-cache",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/simple-cache.git",
                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2021-10-29T13:26:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\SimpleCache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for simple caching",
            "keywords": [
                "cache",
                "caching",
                "psr",
                "psr-16",
                "simple-cache"
            ],
            "support": {
                "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
            },
            "install-path": "../psr/simple-cache"
        },
        {
            "name": "psy/psysh",
            "version": "v0.12.18",
            "version_normalized": "0.12.18.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bobthecow/psysh.git",
                "reference": "ddff0ac01beddc251786fe70367cd8bbdb258196"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/ddff0ac01beddc251786fe70367cd8bbdb258196",
                "reference": "ddff0ac01beddc251786fe70367cd8bbdb258196",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-tokenizer": "*",
                "nikic/php-parser": "^5.0 || ^4.0",
                "php": "^8.0 || ^7.4",
                "symfony/console": "^8.0 || ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
                "symfony/var-dumper": "^8.0 || ^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",
                "composer/class-map-generator": "^1.6"
            },
            "suggest": {
                "composer/class-map-generator": "Improved tab completion performance with better class discovery.",
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
            },
            "time": "2025-12-17T14:35:46+00:00",
            "bin": [
                "bin/psysh"
            ],
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": false,
                    "forward-command": false
                },
                "branch-alias": {
                    "dev-main": "0.12.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "description": "An interactive shell for modern PHP.",
            "homepage": "https://psysh.org",
            "keywords": [
                "REPL",
                "console",
                "interactive",
                "shell"
            ],
            "support": {
                "issues": "https://github.com/bobthecow/psysh/issues",
                "source": "https://github.com/bobthecow/psysh/tree/v0.12.18"
            },
            "install-path": "../psy/psysh"
        },
        {
            "name": "ralouphie/getallheaders",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ralouphie/getallheaders.git",
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpunit": "^5 || ^6.5"
            },
            "time": "2019-03-08T08:55:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/getallheaders.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "ralph.khattar@gmail.com"
                }
            ],
            "description": "A polyfill for getallheaders.",
            "support": {
                "issues": "https://github.com/ralouphie/getallheaders/issues",
                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
            },
            "install-path": "../ralouphie/getallheaders"
        },
        {
            "name": "ramsey/collection",
            "version": "2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ramsey/collection.git",
                "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2",
                "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2",
                "shasum": ""
            },
            "require": {
                "php": "^8.1"
            },
            "require-dev": {
                "captainhook/plugin-composer": "^5.3",
                "ergebnis/composer-normalize": "^2.45",
                "fakerphp/faker": "^1.24",
                "hamcrest/hamcrest-php": "^2.0",
                "jangregor/phpstan-prophecy": "^2.1",
                "mockery/mockery": "^1.6",
                "php-parallel-lint/php-console-highlighter": "^1.0",
                "php-parallel-lint/php-parallel-lint": "^1.4",
                "phpspec/prophecy-phpunit": "^2.3",
                "phpstan/extension-installer": "^1.4",
                "phpstan/phpstan": "^2.1",
                "phpstan/phpstan-mockery": "^2.0",
                "phpstan/phpstan-phpunit": "^2.0",
                "phpunit/phpunit": "^10.5",
                "ramsey/coding-standard": "^2.3",
                "ramsey/conventional-commits": "^1.6",
                "roave/security-advisories": "dev-latest"
            },
            "time": "2025-03-22T05:38:12+00:00",
            "type": "library",
            "extra": {
                "captainhook": {
                    "force-install": true
                },
                "ramsey/conventional-commits": {
                    "configFile": "conventional-commits.json"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ramsey\\Collection\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ben Ramsey",
                    "email": "ben@benramsey.com",
                    "homepage": "https://benramsey.com"
                }
            ],
            "description": "A PHP library for representing and manipulating collections.",
            "keywords": [
                "array",
                "collection",
                "hash",
                "map",
                "queue",
                "set"
            ],
            "support": {
                "issues": "https://github.com/ramsey/collection/issues",
                "source": "https://github.com/ramsey/collection/tree/2.1.1"
            },
            "install-path": "../ramsey/collection"
        },
        {
            "name": "ramsey/uuid",
            "version": "4.9.2",
            "version_normalized": "4.9.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ramsey/uuid.git",
                "reference": "8429c78ca35a09f27565311b98101e2826affde0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/8429c78ca35a09f27565311b98101e2826affde0",
                "reference": "8429c78ca35a09f27565311b98101e2826affde0",
                "shasum": ""
            },
            "require": {
                "brick/math": "^0.8.16 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14",
                "php": "^8.0",
                "ramsey/collection": "^1.2 || ^2.0"
            },
            "replace": {
                "rhumsaa/uuid": "self.version"
            },
            "require-dev": {
                "captainhook/captainhook": "^5.25",
                "captainhook/plugin-composer": "^5.3",
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "ergebnis/composer-normalize": "^2.47",
                "mockery/mockery": "^1.6",
                "paragonie/random-lib": "^2",
                "php-mock/php-mock": "^2.6",
                "php-mock/php-mock-mockery": "^1.5",
                "php-parallel-lint/php-parallel-lint": "^1.4.0",
                "phpbench/phpbench": "^1.2.14",
                "phpstan/extension-installer": "^1.4",
                "phpstan/phpstan": "^2.1",
                "phpstan/phpstan-mockery": "^2.0",
                "phpstan/phpstan-phpunit": "^2.0",
                "phpunit/phpunit": "^9.6",
                "slevomat/coding-standard": "^8.18",
                "squizlabs/php_codesniffer": "^3.13"
            },
            "suggest": {
                "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
                "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
                "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
            },
            "time": "2025-12-14T04:43:48+00:00",
            "type": "library",
            "extra": {
                "captainhook": {
                    "force-install": true
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Ramsey\\Uuid\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
            "keywords": [
                "guid",
                "identifier",
                "uuid"
            ],
            "support": {
                "issues": "https://github.com/ramsey/uuid/issues",
                "source": "https://github.com/ramsey/uuid/tree/4.9.2"
            },
            "install-path": "../ramsey/uuid"
        },
        {
            "name": "react/promise",
            "version": "v3.3.0",
            "version_normalized": "3.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/promise.git",
                "reference": "23444f53a813a3296c1368bb104793ce8d88f04a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a",
                "reference": "23444f53a813a3296c1368bb104793ce8d88f04a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.0"
            },
            "require-dev": {
                "phpstan/phpstan": "1.12.28 || 1.4.10",
                "phpunit/phpunit": "^9.6 || ^7.5"
            },
            "time": "2025-08-19T18:57:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "React\\Promise\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jan Sorgalla",
                    "email": "jsorgalla@gmail.com",
                    "homepage": "https://sorgalla.com/"
                },
                {
                    "name": "Christian Lück",
                    "email": "christian@clue.engineering",
                    "homepage": "https://clue.engineering/"
                },
                {
                    "name": "Cees-Jan Kiewiet",
                    "email": "reactphp@ceesjankiewiet.nl",
                    "homepage": "https://wyrihaximus.net/"
                },
                {
                    "name": "Chris Boden",
                    "email": "cboden@gmail.com",
                    "homepage": "https://cboden.dev/"
                }
            ],
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
            "keywords": [
                "promise",
                "promises"
            ],
            "support": {
                "issues": "https://github.com/reactphp/promise/issues",
                "source": "https://github.com/reactphp/promise/tree/v3.3.0"
            },
            "funding": [
                {
                    "url": "https://opencollective.com/reactphp",
                    "type": "open_collective"
                }
            ],
            "install-path": "../react/promise"
        },
        {
            "name": "responsab/elevatetheme",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "git@github.com:responsab/elevatetheme.git",
                "reference": "101ce9dac3a596a9ea99c69aa792d56f75bd3fef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/responsab/elevatetheme/zipball/101ce9dac3a596a9ea99c69aa792d56f75bd3fef",
                "reference": "101ce9dac3a596a9ea99c69aa792d56f75bd3fef",
                "shasum": ""
            },
            "time": "2025-04-03T15:48:34+00:00",
            "default-branch": true,
            "type": "drupal-theme",
            "installation-source": "dist",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Elevate Main Street base theme for Drupal 9, 10, and 11",
            "support": {
                "source": "https://github.com/responsab/elevatetheme/tree/main",
                "issues": "https://github.com/responsab/elevatetheme/issues"
            },
            "install-path": "../../web/themes/contrib/elevatetheme"
        },
        {
            "name": "responsab/ems_paragraph_options",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "git@github.com:responsab/ems_paragraph_options.git",
                "reference": "e6c3c3d90188cae4b7da0830041b28fff16035e5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/responsab/ems_paragraph_options/zipball/e6c3c3d90188cae4b7da0830041b28fff16035e5",
                "reference": "e6c3c3d90188cae4b7da0830041b28fff16035e5",
                "shasum": ""
            },
            "require": {
                "drupal/paragraphs": "^1.12"
            },
            "time": "2024-12-06T15:15:20+00:00",
            "default-branch": true,
            "type": "drupal-module",
            "installation-source": "dist",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "A custom Drupal module to extend paragraph types with additional EMS options for flexible customization.",
            "support": {
                "source": "https://github.com/responsab/ems_paragraph_options/tree/main",
                "issues": "https://github.com/responsab/ems_paragraph_options/issues"
            },
            "install-path": "../../web/modules/contrib/ems_paragraph_options"
        },
        {
            "name": "responsab/mainstreetpro_article",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "git@github.com:responsab/mainstreetpro_article.git",
                "reference": "c92f7e286208e6a2aa7c2a667ad374ae76dfa0f8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/responsab/mainstreetpro_article/zipball/c92f7e286208e6a2aa7c2a667ad374ae76dfa0f8",
                "reference": "c92f7e286208e6a2aa7c2a667ad374ae76dfa0f8",
                "shasum": ""
            },
            "require": {
                "drupal/block_field": "^1.0@RC",
                "drupal/blockgroup": "^2.0",
                "drupal/fieldblock": "^2.2",
                "drupal/paragraphs": "^1.18",
                "drupal/views_year_filter": "^2.1"
            },
            "time": "2024-11-21T05:14:20+00:00",
            "default-branch": true,
            "type": "drupal-module",
            "installation-source": "dist",
            "description": "Provides an Article content type with custom fields, taxonomy, and paragraph types.",
            "support": {
                "source": "https://github.com/responsab/mainstreetpro_article/tree/main",
                "issues": "https://github.com/responsab/mainstreetpro_article/issues"
            },
            "install-path": "../../web/modules/contrib/mainstreetpro_article"
        },
        {
            "name": "responsab/mainstreetpro_documentation",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "git@github.com:responsab/mainstreetpro_documentation.git",
                "reference": "e2c9a28cfc6e04a897ec028fce2e171707d8fcad"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/responsab/mainstreetpro_documentation/zipball/e2c9a28cfc6e04a897ec028fce2e171707d8fcad",
                "reference": "e2c9a28cfc6e04a897ec028fce2e171707d8fcad",
                "shasum": ""
            },
            "require": {
                "drupal/core": "^9 || ^10"
            },
            "time": "2024-11-21T05:13:26+00:00",
            "default-branch": true,
            "type": "drupal-module",
            "installation-source": "dist",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Ralph Francois",
                    "email": "ralph@responsab.com",
                    "role": "Developer"
                }
            ],
            "description": "A custom module for managing documentation in Drupal for the MainStreetPro distro.",
            "support": {
                "source": "https://github.com/responsab/mainstreetpro_documentation/tree/main",
                "issues": "https://github.com/responsab/mainstreetpro_documentation/issues"
            },
            "install-path": "../../web/modules/contrib/mainstreetpro_documentation"
        },
        {
            "name": "responsab/mainstreetpro_person_page",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "git@github.com:responsab/mainstreetpro_person_page.git",
                "reference": "e2ccf7576ca99af989a98e714df9e1c26805a0c4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/responsab/mainstreetpro_person_page/zipball/e2ccf7576ca99af989a98e714df9e1c26805a0c4",
                "reference": "e2ccf7576ca99af989a98e714df9e1c26805a0c4",
                "shasum": ""
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "time": "2025-02-18T16:40:45+00:00",
            "default-branch": true,
            "type": "drupal-module",
            "installation-source": "dist",
            "license": [
                "GPL-2.0+"
            ],
            "description": "Person Page Content type",
            "support": {
                "source": "https://github.com/responsab/mainstreetpro_person_page/tree/main",
                "issues": "https://github.com/responsab/mainstreetpro_person_page/issues"
            },
            "install-path": "../../web/modules/contrib/mainstreetpro_person_page"
        },
        {
            "name": "responsab/mainstreetpro_support",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "git@github.com:responsab/mainstreetpro_support.git",
                "reference": "e3869c4fa268d3a3799c31d6aadc534a4ab091c9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/responsab/mainstreetpro_support/zipball/e3869c4fa268d3a3799c31d6aadc534a4ab091c9",
                "reference": "e3869c4fa268d3a3799c31d6aadc534a4ab091c9",
                "shasum": ""
            },
            "require": {
                "drupal/core": "^9 || ^10 || ^11"
            },
            "time": "2024-12-08T22:01:04+00:00",
            "default-branch": true,
            "type": "drupal-module",
            "installation-source": "dist",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Ralph Francois",
                    "email": "ralph@responsab.com",
                    "role": "Maintainer"
                }
            ],
            "description": "A custom Drupal module that provides a support request form for users to contact the EMS team with options to report issues for the current page, another page, or the entire site.",
            "homepage": "https://github.com/responsab/mainstreetpro_support",
            "support": {
                "source": "https://github.com/responsab/mainstreetpro_support/tree/main",
                "issues": "https://github.com/responsab/mainstreetpro_support/issues"
            },
            "install-path": "../../web/modules/contrib/mainstreetpro_support"
        },
        {
            "name": "responsab/mainstreetpro_widgets",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "git@github.com:responsab/mainstreetpro_widgets.git",
                "reference": "d6e0cd33a260d148065c0e0f34138073fb00fc84"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/responsab/mainstreetpro_widgets/zipball/d6e0cd33a260d148065c0e0f34138073fb00fc84",
                "reference": "d6e0cd33a260d148065c0e0f34138073fb00fc84",
                "shasum": ""
            },
            "require": {
                "drupal/config_share": "^1.0@RC",
                "drupal/core": "^9 || ^10 || ^11",
                "drupal/entity_overlay": "^1.0@alpha",
                "drupal/paragraph_view_mode": "^3.1",
                "drupal/paragraphs_browser": "^1.2"
            },
            "time": "2025-03-16T15:21:12+00:00",
            "default-branch": true,
            "type": "drupal-module",
            "installation-source": "dist",
            "license": [
                "GPL-2.0+"
            ],
            "description": "Main Street Pro Base Widgets",
            "support": {
                "source": "https://github.com/responsab/mainstreetpro_widgets/tree/main",
                "issues": "https://github.com/responsab/mainstreetpro_widgets/issues"
            },
            "install-path": "../../web/modules/contrib/mainstreetpro_widgets"
        },
        {
            "name": "responsab/responsabpro",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "git@github.com:responsab/responsabpro.git",
                "reference": "39d94ea1aac58eca5976352d6a3feff08c21e8be"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/responsab/responsabpro/zipball/39d94ea1aac58eca5976352d6a3feff08c21e8be",
                "reference": "39d94ea1aac58eca5976352d6a3feff08c21e8be",
                "shasum": ""
            },
            "require": {
                "drupal/address": "^2.0",
                "drupal/admin_toolbar": "^3.1",
                "drupal/ajax_loader": "^2.1",
                "drupal/better_exposed_filters": "^6.0",
                "drupal/block_class": "^2.0",
                "drupal/blockgroup": "^2.0",
                "drupal/choices": "^2.1",
                "drupal/config_ignore": "^3.2",
                "drupal/config_share": "^1.0@RC",
                "drupal/config_split": "^1.9",
                "drupal/core-recommended": "^10.3",
                "drupal/custom_pub": "^1.0",
                "drupal/disable_html5_validation": "^2.0",
                "drupal/easy_breadcrumb": "^2.0",
                "drupal/editor_advanced_link": "^2.1",
                "drupal/entity_browser": "^2.11",
                "drupal/entity_embed": "1.x-dev@dev",
                "drupal/entity_markup": "^1.0",
                "drupal/entity_usage": "^2.0@beta",
                "drupal/fieldblock": "^2.2",
                "drupal/file_download_link": "^2.0",
                "drupal/fixed_block_content": "^1.3",
                "drupal/focal_point": "^2.0",
                "drupal/gin": "^3.0@RC",
                "drupal/gin_login": "^2.1",
                "drupal/google_tag": "^2.0",
                "drupal/honeypot": "^2.0",
                "drupal/jquery_once": "^1.0",
                "drupal/key": "^1.17",
                "drupal/layout_builder_iframe_modal": "^1.3",
                "drupal/layout_builder_lock": "^1.2",
                "drupal/layout_builder_modal": "^1.2",
                "drupal/layout_builder_quick_add": "^1.0@beta",
                "drupal/layout_builder_restrictions": "^2.18",
                "drupal/layout_library": "^1.0@beta",
                "drupal/layout_paragraphs": "^2.1",
                "drupal/libraries": "^4.0",
                "drupal/link_attributes": "^2.0",
                "drupal/linkit": "^7.0",
                "drupal/maxlength": "^3.1",
                "drupal/media_bulk_upload": "^3.0",
                "drupal/media_duplicates": "^2.0",
                "drupal/media_oembed_control": "^2.0",
                "drupal/media_pixabay": "^3.0",
                "drupal/media_responsive_thumbnail": "^1.5",
                "drupal/menu_block": "^1.17",
                "drupal/menu_delete": "^2.3",
                "drupal/menu_force": "^2.0",
                "drupal/menu_item_extras": "^3.0",
                "drupal/metatag": "^1.25",
                "drupal/minifyhtml": "^2.0",
                "drupal/multiple_fields_remove_button": "^2.2",
                "drupal/oembed_thumbnail_chooser": "^1.0",
                "drupal/paragraph_blocks": "^4.1",
                "drupal/paragraphs_browser": "^1.2",
                "drupal/pathauto": "^1.11",
                "drupal/prevent_homepage_deletion": "^2.0",
                "drupal/quick_node_clone": "^1.16",
                "drupal/redirect": "^1.8",
                "drupal/schema_metatag": "^2.4",
                "drupal/search_api": "^1.29",
                "drupal/search_api_exclude_entity": "^2.0",
                "drupal/security_review": "^3.0",
                "drupal/seo_checklist": "^5.2",
                "drupal/simple_sitemap": "^4.1",
                "drupal/site_verify": "^2.0",
                "drupal/smart_trim": "^2.1",
                "drupal/smtp": "^1.2",
                "drupal/social_media": "^2.0",
                "drupal/social_media_links": "^2.9",
                "drupal/spamspan": "^3.1",
                "drupal/svg_image": "^3.0",
                "drupal/telephone_formatter": "^1.2",
                "drupal/telephone_validation": "^2.4",
                "drupal/token": "^1.7",
                "drupal/token_filter": "^2.1",
                "drupal/transliterate_filenames": "^2.0",
                "drupal/twig_tweak": "^3.2",
                "drupal/vbo_export": "^4.1",
                "drupal/views_bulk_edit": "^2.8",
                "drupal/views_bulk_operations": "^4.2",
                "drupal/views_contextual_filters_or": "^1.4",
                "drupal/views_year_filter": "^2.1",
                "drupal/webform": "^6.2",
                "drupal/yoast_seo": "^1.9",
                "npm-asset/choices.js": "^10.0",
                "npm-asset/corejs-typeahead": "^1.3",
                "npm-asset/dropzone": "^5.9",
                "npm-asset/jquery-ui-touch-punch": "^0.2",
                "phpoffice/phpspreadsheet": "^1.6"
            },
            "time": "2025-12-11T16:46:32+00:00",
            "default-branch": true,
            "type": "drupal-profile",
            "extra": {
                "installer-types": [
                    "bower-asset",
                    "npm-asset"
                ],
                "installer-paths": {
                    "web/libraries/google_charts": [
                        "npm-asset/google-library-chart"
                    ],
                    "web/libraries/{$name}": [
                        "type:drupal-library",
                        "type:bower-asset",
                        "type:npm-asset"
                    ]
                },
                "patches": []
            },
            "installation-source": "dist",
            "license": [
                "GPL-2.0+"
            ],
            "description": "A Responsab Drupal distribution aimed for different industries.",
            "support": {
                "source": "https://github.com/responsab/responsabpro/tree/main",
                "issues": "https://github.com/responsab/responsabpro/issues"
            },
            "install-path": "../../web/profiles/contrib/responsabpro"
        },
        {
            "name": "rize/uri-template",
            "version": "0.4.1",
            "version_normalized": "0.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/rize/UriTemplate.git",
                "reference": "abb53c8b73a5b6c24e11f49036ab842f560cad33"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/rize/UriTemplate/zipball/abb53c8b73a5b6c24e11f49036ab842f560cad33",
                "reference": "abb53c8b73a5b6c24e11f49036ab842f560cad33",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.63",
                "phpstan/phpstan": "^1.12",
                "phpunit/phpunit": "~10.0"
            },
            "time": "2025-12-02T15:19:04+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Rize\\": "src/Rize"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marut K",
                    "homepage": "http://twitter.com/rezigned"
                }
            ],
            "description": "PHP URI Template (RFC 6570) supports both expansion & extraction",
            "keywords": [
                "RFC 6570",
                "template",
                "uri"
            ],
            "support": {
                "issues": "https://github.com/rize/UriTemplate/issues",
                "source": "https://github.com/rize/UriTemplate/tree/0.4.1"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/rezigned",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/rezigned",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/rize-uri-template",
                    "type": "open_collective"
                }
            ],
            "install-path": "../rize/uri-template"
        },
        {
            "name": "sabberworm/php-css-parser",
            "version": "v8.9.0",
            "version_normalized": "8.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
                "reference": "d8e916507b88e389e26d4ab03c904a082aa66bb9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/d8e916507b88e389e26d4ab03c904a082aa66bb9",
                "reference": "d8e916507b88e389e26d4ab03c904a082aa66bb9",
                "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",
                "rawr/cross-data-providers": "^2.0.0"
            },
            "suggest": {
                "ext-mbstring": "for parsing UTF-8 CSS"
            },
            "time": "2025-07-11T13:20:48+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "9.0.x-dev"
                }
            },
            "installation-source": "dist",
            "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.9.0"
            },
            "install-path": "../sabberworm/php-css-parser"
        },
        {
            "name": "sebastian/cli-parser",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/cli-parser.git",
                "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
                "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "time": "2024-03-02T06:27:43+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library for parsing CLI options",
            "homepage": "https://github.com/sebastianbergmann/cli-parser",
            "support": {
                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
                "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "../sebastian/cli-parser"
        },
        {
            "name": "sebastian/code-unit",
            "version": "1.0.8",
            "version_normalized": "1.0.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/code-unit.git",
                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "time": "2020-10-26T13:08:54+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Collection of value objects that represent the PHP code units",
            "homepage": "https://github.com/sebastianbergmann/code-unit",
            "support": {
                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
                "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "../sebastian/code-unit"
        },
        {
            "name": "sebastian/code-unit-reverse-lookup",
            "version": "2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "time": "2020-09-28T05:30:19+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Looks up which function or method a line of code belongs to",
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
            "support": {
                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "../sebastian/code-unit-reverse-lookup"
        },
        {
            "name": "sebastian/comparator",
            "version": "4.0.9",
            "version_normalized": "4.0.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "67a2df3a62639eab2cc5906065e9805d4fd5dfc5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/67a2df3a62639eab2cc5906065e9805d4fd5dfc5",
                "reference": "67a2df3a62639eab2cc5906065e9805d4fd5dfc5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "sebastian/diff": "^4.0",
                "sebastian/exporter": "^4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "time": "2025-08-10T06:51:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
            "homepage": "https://github.com/sebastianbergmann/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/comparator/issues",
                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.9"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                },
                {
                    "url": "https://liberapay.com/sebastianbergmann",
                    "type": "liberapay"
                },
                {
                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
                    "type": "thanks_dev"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
                    "type": "tidelift"
                }
            ],
            "install-path": "../sebastian/comparator"
        },
        {
            "name": "sebastian/complexity",
            "version": "2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/complexity.git",
                "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a",
                "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a",
                "shasum": ""
            },
            "require": {
                "nikic/php-parser": "^4.18 || ^5.0",
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "time": "2023-12-22T06:19:30+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library for calculating the complexity of PHP code units",
            "homepage": "https://github.com/sebastianbergmann/complexity",
            "support": {
                "issues": "https://github.com/sebastianbergmann/complexity/issues",
                "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "../sebastian/complexity"
        },
        {
            "name": "sebastian/diff",
            "version": "4.0.6",
            "version_normalized": "4.0.6.0",
            "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"
            },
            "time": "2024-03-02T06:30:58+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../sebastian/diff"
        },
        {
            "name": "sebastian/environment",
            "version": "5.1.5",
            "version_normalized": "5.1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "suggest": {
                "ext-posix": "*"
            },
            "time": "2023-02-03T06:03:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides functionality to handle HHVM/PHP environments",
            "homepage": "http://www.github.com/sebastianbergmann/environment",
            "keywords": [
                "Xdebug",
                "environment",
                "hhvm"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/environment/issues",
                "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "../sebastian/environment"
        },
        {
            "name": "sebastian/exporter",
            "version": "4.0.8",
            "version_normalized": "4.0.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
                "reference": "14c6ba52f95a36c3d27c835d65efc7123c446e8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/14c6ba52f95a36c3d27c835d65efc7123c446e8c",
                "reference": "14c6ba52f95a36c3d27c835d65efc7123c446e8c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "sebastian/recursion-context": "^4.0"
            },
            "require-dev": {
                "ext-mbstring": "*",
                "phpunit/phpunit": "^9.3"
            },
            "time": "2025-09-24T06:03:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Provides the functionality to export PHP variables for visualization",
            "homepage": "https://www.github.com/sebastianbergmann/exporter",
            "keywords": [
                "export",
                "exporter"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/exporter/issues",
                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.8"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                },
                {
                    "url": "https://liberapay.com/sebastianbergmann",
                    "type": "liberapay"
                },
                {
                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
                    "type": "thanks_dev"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/sebastian/exporter",
                    "type": "tidelift"
                }
            ],
            "install-path": "../sebastian/exporter"
        },
        {
            "name": "sebastian/global-state",
            "version": "5.0.8",
            "version_normalized": "5.0.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/global-state.git",
                "reference": "b6781316bdcd28260904e7cc18ec983d0d2ef4f6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/b6781316bdcd28260904e7cc18ec983d0d2ef4f6",
                "reference": "b6781316bdcd28260904e7cc18ec983d0d2ef4f6",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "sebastian/object-reflector": "^2.0",
                "sebastian/recursion-context": "^4.0"
            },
            "require-dev": {
                "ext-dom": "*",
                "phpunit/phpunit": "^9.3"
            },
            "suggest": {
                "ext-uopz": "*"
            },
            "time": "2025-08-10T07:10:35+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Snapshotting of global state",
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
            "keywords": [
                "global state"
            ],
            "support": {
                "issues": "https://github.com/sebastianbergmann/global-state/issues",
                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.8"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                },
                {
                    "url": "https://liberapay.com/sebastianbergmann",
                    "type": "liberapay"
                },
                {
                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
                    "type": "thanks_dev"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/sebastian/global-state",
                    "type": "tidelift"
                }
            ],
            "install-path": "../sebastian/global-state"
        },
        {
            "name": "sebastian/lines-of-code",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
                "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5",
                "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5",
                "shasum": ""
            },
            "require": {
                "nikic/php-parser": "^4.18 || ^5.0",
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "time": "2023-12-22T06:20:34+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library for counting the lines of code in PHP source code",
            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
            "support": {
                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "../sebastian/lines-of-code"
        },
        {
            "name": "sebastian/object-enumerator",
            "version": "4.0.4",
            "version_normalized": "4.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "sebastian/object-reflector": "^2.0",
                "sebastian/recursion-context": "^4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "time": "2020-10-26T13:12:34+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
            "support": {
                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "../sebastian/object-enumerator"
        },
        {
            "name": "sebastian/object-reflector",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "time": "2020-10-26T13:14:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
            "support": {
                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
                "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "../sebastian/object-reflector"
        },
        {
            "name": "sebastian/recursion-context",
            "version": "4.0.6",
            "version_normalized": "4.0.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "539c6691e0623af6dc6f9c20384c120f963465a0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/539c6691e0623af6dc6f9c20384c120f963465a0",
                "reference": "539c6691e0623af6dc6f9c20384c120f963465a0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "time": "2025-08-10T06:57:39+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides functionality to recursively process PHP variables",
            "homepage": "https://github.com/sebastianbergmann/recursion-context",
            "support": {
                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.6"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                },
                {
                    "url": "https://liberapay.com/sebastianbergmann",
                    "type": "liberapay"
                },
                {
                    "url": "https://thanks.dev/u/gh/sebastianbergmann",
                    "type": "thanks_dev"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
                    "type": "tidelift"
                }
            ],
            "install-path": "../sebastian/recursion-context"
        },
        {
            "name": "sebastian/resource-operations",
            "version": "3.0.4",
            "version_normalized": "3.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
                "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
                "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "time": "2024-03-14T16:00:52+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides a list of PHP built-in functions that operate on resources",
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
            "support": {
                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "../sebastian/resource-operations"
        },
        {
            "name": "sebastian/type",
            "version": "3.2.1",
            "version_normalized": "3.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/type.git",
                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5"
            },
            "time": "2023-02-03T06:13:03+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Collection of value objects that represent the types of the PHP type system",
            "homepage": "https://github.com/sebastianbergmann/type",
            "support": {
                "issues": "https://github.com/sebastianbergmann/type/issues",
                "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "../sebastian/type"
        },
        {
            "name": "sebastian/version",
            "version": "3.0.2",
            "version_normalized": "3.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/version.git",
                "reference": "c6c1022351a901512170118436c764e473f6de8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
                "reference": "c6c1022351a901512170118436c764e473f6de8c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "time": "2020-09-28T06:39:44+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
            "homepage": "https://github.com/sebastianbergmann/version",
            "support": {
                "issues": "https://github.com/sebastianbergmann/version/issues",
                "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "install-path": "../sebastian/version"
        },
        {
            "name": "seld/jsonlint",
            "version": "1.11.0",
            "version_normalized": "1.11.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/jsonlint.git",
                "reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/1748aaf847fc731cfad7725aec413ee46f0cc3a2",
                "reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2",
                "shasum": ""
            },
            "require": {
                "php": "^5.3 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.11",
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"
            },
            "time": "2024-07-11T14:55:45+00:00",
            "bin": [
                "bin/jsonlint"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https://seld.be"
                }
            ],
            "description": "JSON Linter",
            "keywords": [
                "json",
                "linter",
                "parser",
                "validator"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/jsonlint/issues",
                "source": "https://github.com/Seldaek/jsonlint/tree/1.11.0"
            },
            "funding": [
                {
                    "url": "https://github.com/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
                    "type": "tidelift"
                }
            ],
            "install-path": "../seld/jsonlint"
        },
        {
            "name": "seld/phar-utils",
            "version": "1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/phar-utils.git",
                "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
                "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "time": "2022-08-31T10:31:18+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Seld\\PharUtils\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be"
                }
            ],
            "description": "PHAR file format utilities, for when PHP phars you up",
            "keywords": [
                "phar"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/phar-utils/issues",
                "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1"
            },
            "install-path": "../seld/phar-utils"
        },
        {
            "name": "seld/signal-handler",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/signal-handler.git",
                "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98",
                "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1",
                "phpstan/phpstan-deprecation-rules": "^1.0",
                "phpstan/phpstan-phpunit": "^1",
                "phpstan/phpstan-strict-rules": "^1.3",
                "phpunit/phpunit": "^7.5.20 || ^8.5.23",
                "psr/log": "^1 || ^2 || ^3"
            },
            "time": "2023-09-03T09:24:00+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Seld\\Signal\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development",
            "keywords": [
                "posix",
                "sigint",
                "signal",
                "sigterm",
                "unix"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/signal-handler/issues",
                "source": "https://github.com/Seldaek/signal-handler/tree/2.0.2"
            },
            "install-path": "../seld/signal-handler"
        },
        {
            "name": "sentry/sentry",
            "version": "4.19.1",
            "version_normalized": "4.19.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/getsentry/sentry-php.git",
                "reference": "1c21d60bebe67c0122335bd3fe977990435af0a3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/1c21d60bebe67c0122335bd3fe977990435af0a3",
                "reference": "1c21d60bebe67c0122335bd3fe977990435af0a3",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "guzzlehttp/psr7": "^1.8.4|^2.1.1",
                "jean85/pretty-package-versions": "^1.5|^2.0.4",
                "php": "^7.2|^8.0",
                "psr/log": "^1.0|^2.0|^3.0",
                "symfony/options-resolver": "^4.4.30|^5.0.11|^6.0|^7.0|^8.0"
            },
            "conflict": {
                "raven/raven": "*"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.4",
                "guzzlehttp/promises": "^2.0.3",
                "guzzlehttp/psr7": "^1.8.4|^2.1.1",
                "monolog/monolog": "^1.6|^2.0|^3.0",
                "phpbench/phpbench": "^1.0",
                "phpstan/phpstan": "^1.3",
                "phpunit/phpunit": "^8.5|^9.6",
                "vimeo/psalm": "^4.17"
            },
            "suggest": {
                "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
            },
            "time": "2025-12-02T15:57:41+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Sentry\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sentry",
                    "email": "accounts@sentry.io"
                }
            ],
            "description": "PHP SDK for Sentry (http://sentry.io)",
            "homepage": "http://sentry.io",
            "keywords": [
                "crash-reporting",
                "crash-reports",
                "error-handler",
                "error-monitoring",
                "log",
                "logging",
                "profiling",
                "sentry",
                "tracing"
            ],
            "support": {
                "issues": "https://github.com/getsentry/sentry-php/issues",
                "source": "https://github.com/getsentry/sentry-php/tree/4.19.1"
            },
            "funding": [
                {
                    "url": "https://sentry.io/",
                    "type": "custom"
                },
                {
                    "url": "https://sentry.io/pricing/",
                    "type": "custom"
                }
            ],
            "install-path": "../sentry/sentry"
        },
        {
            "name": "simshaun/recurr",
            "version": "v5.0.3",
            "version_normalized": "5.0.3.0",
            "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"
            },
            "time": "2024-12-12T15:39:24+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../simshaun/recurr"
        },
        {
            "name": "sirbrillig/phpcs-variable-analysis",
            "version": "v2.13.0",
            "version_normalized": "2.13.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sirbrillig/phpcs-variable-analysis.git",
                "reference": "a15e970b8a0bf64cfa5e86d941f5e6b08855f369"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/a15e970b8a0bf64cfa5e86d941f5e6b08855f369",
                "reference": "a15e970b8a0bf64cfa5e86d941f5e6b08855f369",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "squizlabs/php_codesniffer": "^3.5.7 || ^4.0.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0",
                "phpstan/phpstan": "^1.7 || ^2.0",
                "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.5 || ^7.0 || ^8.0 || ^9.0 || ^10.5.32 || ^11.3.3",
                "vimeo/psalm": "^0.2 || ^0.3 || ^1.1 || ^4.24 || ^5.0 || ^6.0 || ^7.0"
            },
            "time": "2025-09-30T22:22:48+00:00",
            "type": "phpcodesniffer-standard",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "VariableAnalysis\\": "VariableAnalysis/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Sam Graham",
                    "email": "php-codesniffer-variableanalysis@illusori.co.uk"
                },
                {
                    "name": "Payton Swick",
                    "email": "payton@foolord.com"
                }
            ],
            "description": "A PHPCS sniff to detect problems with variables.",
            "keywords": [
                "phpcs",
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/sirbrillig/phpcs-variable-analysis/issues",
                "source": "https://github.com/sirbrillig/phpcs-variable-analysis",
                "wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki"
            },
            "install-path": "../sirbrillig/phpcs-variable-analysis"
        },
        {
            "name": "slevomat/coding-standard",
            "version": "8.22.1",
            "version_normalized": "8.22.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/slevomat/coding-standard.git",
                "reference": "1dd80bf3b93692bedb21a6623c496887fad05fec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/1dd80bf3b93692bedb21a6623c496887fad05fec",
                "reference": "1dd80bf3b93692bedb21a6623c496887fad05fec",
                "shasum": ""
            },
            "require": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.1.2",
                "php": "^7.4 || ^8.0",
                "phpstan/phpdoc-parser": "^2.3.0",
                "squizlabs/php_codesniffer": "^3.13.4"
            },
            "require-dev": {
                "phing/phing": "3.0.1|3.1.0",
                "php-parallel-lint/php-parallel-lint": "1.4.0",
                "phpstan/phpstan": "2.1.24",
                "phpstan/phpstan-deprecation-rules": "2.0.3",
                "phpstan/phpstan-phpunit": "2.0.7",
                "phpstan/phpstan-strict-rules": "2.0.6",
                "phpunit/phpunit": "9.6.8|10.5.48|11.4.4|11.5.36|12.3.10"
            },
            "time": "2025-09-13T08:53:30+00:00",
            "type": "phpcodesniffer-standard",
            "extra": {
                "branch-alias": {
                    "dev-master": "8.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "SlevomatCodingStandard\\": "SlevomatCodingStandard/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
            "keywords": [
                "dev",
                "phpcs"
            ],
            "support": {
                "issues": "https://github.com/slevomat/coding-standard/issues",
                "source": "https://github.com/slevomat/coding-standard/tree/8.22.1"
            },
            "funding": [
                {
                    "url": "https://github.com/kukulich",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard",
                    "type": "tidelift"
                }
            ],
            "install-path": "../slevomat/coding-standard"
        },
        {
            "name": "snipe/banbuilder",
            "version": "2.3.1",
            "version_normalized": "2.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/snipe/banbuilder.git",
                "reference": "5e76a97b3ff80e2beaae75ac140c38573ea027a0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/snipe/banbuilder/zipball/5e76a97b3ff80e2beaae75ac140c38573ea027a0",
                "reference": "5e76a97b3ff80e2beaae75ac140c38573ea027a0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7.0"
            },
            "time": "2023-12-06T20:33:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Snipe\\BanBuilder\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0"
            ],
            "authors": [
                {
                    "name": "snipe",
                    "email": "snipe@snipe.net",
                    "role": "Creator & Developer"
                }
            ],
            "description": "Library to easily handle profanity filtering in PHP projects.",
            "homepage": "http://banbuilder.com",
            "keywords": [
                "filter",
                "language",
                "profanity",
                "strings",
                "swear"
            ],
            "support": {
                "issues": "https://github.com/snipe/banbuilder/issues",
                "source": "https://github.com/snipe/banbuilder/tree/2.3.1"
            },
            "install-path": "../snipe/banbuilder"
        },
        {
            "name": "solarium/solarium",
            "version": "6.4.1",
            "version_normalized": "6.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/solariumphp/solarium.git",
                "reference": "5ed828fc441510e6ea10e5f6fa1bfeb7739fb952"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/solariumphp/solarium/zipball/5ed828fc441510e6ea10e5f6fa1bfeb7739fb952",
                "reference": "5ed828fc441510e6ea10e5f6fa1bfeb7739fb952",
                "shasum": ""
            },
            "require": {
                "composer-runtime-api": ">=2.0",
                "ext-json": "*",
                "halaxa/json-machine": "^1.1",
                "php": "^8.1",
                "psr/event-dispatcher": "^1.0",
                "psr/http-client": "^1.0",
                "psr/http-factory": "^1.0",
                "symfony/event-dispatcher-contracts": "^2.0 || ^3.0"
            },
            "require-dev": {
                "2tvenom/cborencode": "^1.0",
                "escapestudios/symfony2-coding-standard": "^3.11",
                "ext-curl": "*",
                "ext-iconv": "*",
                "nyholm/psr7": "^1.8",
                "php-http/guzzle7-adapter": "^1.0",
                "phpstan/extension-installer": "^1.4",
                "phpstan/phpstan": "^2.1",
                "phpstan/phpstan-deprecation-rules": "^2.0",
                "phpstan/phpstan-phpunit": "^2.0",
                "phpunit/phpunit": "^10.5",
                "rawr/phpunit-data-provider": "^3.3",
                "roave/security-advisories": "dev-master",
                "spomky-labs/cbor-php": "^3.1",
                "symfony/event-dispatcher": "^5.0 || ^6.0 || ^7.0"
            },
            "suggest": {
                "spomky-labs/cbor-php": "Needed to use CBOR formatted requests with Solr 9.3+"
            },
            "time": "2025-10-18T17:49:40+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Solarium\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "See GitHub contributors",
                    "homepage": "https://github.com/solariumphp/solarium/contributors"
                }
            ],
            "description": "PHP Solr client",
            "homepage": "http://www.solarium-project.org",
            "keywords": [
                "php",
                "search",
                "solr"
            ],
            "support": {
                "issues": "https://github.com/solariumphp/solarium/issues",
                "source": "https://github.com/solariumphp/solarium/tree/6.4.1"
            },
            "install-path": "../solarium/solarium"
        },
        {
            "name": "squizlabs/php_codesniffer",
            "version": "3.13.5",
            "version_normalized": "3.13.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
                "reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0ca86845ce43291e8f5692c7356fccf3bcf02bf4",
                "reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4",
                "shasum": ""
            },
            "require": {
                "ext-simplexml": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
            },
            "time": "2025-11-04T16:30:35+00:00",
            "bin": [
                "bin/phpcbf",
                "bin/phpcs"
            ],
            "type": "library",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Greg Sherwood",
                    "role": "Former lead"
                },
                {
                    "name": "Juliette Reinders Folmer",
                    "role": "Current lead"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
                }
            ],
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
            "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
            "keywords": [
                "phpcs",
                "standards",
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
                "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
                "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
                "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
            },
            "funding": [
                {
                    "url": "https://github.com/PHPCSStandards",
                    "type": "github"
                },
                {
                    "url": "https://github.com/jrfnl",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/php_codesniffer",
                    "type": "open_collective"
                },
                {
                    "url": "https://thanks.dev/u/gh/phpcsstandards",
                    "type": "thanks_dev"
                }
            ],
            "install-path": "../squizlabs/php_codesniffer"
        },
        {
            "name": "symfony/browser-kit",
            "version": "v6.4.31",
            "version_normalized": "6.4.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/browser-kit.git",
                "reference": "5b8564c882ca8eb9a06ed2840abc9b2a40f1e12a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/5b8564c882ca8eb9a06ed2840abc9b2a40f1e12a",
                "reference": "5b8564c882ca8eb9a06ed2840abc9b2a40f1e12a",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/dom-crawler": "^5.4|^6.0|^7.0"
            },
            "require-dev": {
                "symfony/css-selector": "^5.4|^6.0|^7.0",
                "symfony/http-client": "^5.4|^6.0|^7.0",
                "symfony/mime": "^5.4|^6.0|^7.0",
                "symfony/process": "^5.4|^6.0|^7.0"
            },
            "time": "2025-12-12T07:51:57+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\BrowserKit\\": ""
                },
                "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": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/browser-kit/tree/v6.4.31"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/browser-kit"
        },
        {
            "name": "symfony/config",
            "version": "v6.4.28",
            "version_normalized": "6.4.28.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/config.git",
                "reference": "15947c18ef3ddb0b2f4ec936b9e90e2520979f62"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/config/zipball/15947c18ef3ddb0b2f4ec936b9e90e2520979f62",
                "reference": "15947c18ef3ddb0b2f4ec936b9e90e2520979f62",
                "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"
            },
            "time": "2025-11-01T19:52:02+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.28"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/config"
        },
        {
            "name": "symfony/console",
            "version": "v6.4.31",
            "version_normalized": "6.4.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "f9f8a889f54c264f9abac3fc0f7a371ffca51997"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/f9f8a889f54c264f9abac3fc0f7a371ffca51997",
                "reference": "f9f8a889f54c264f9abac3fc0f7a371ffca51997",
                "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"
            },
            "time": "2025-12-22T08:30:34+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.31"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/console"
        },
        {
            "name": "symfony/css-selector",
            "version": "v6.4.24",
            "version_normalized": "6.4.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/css-selector.git",
                "reference": "9b784413143701aa3c94ac1869a159a9e53e8761"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/9b784413143701aa3c94ac1869a159a9e53e8761",
                "reference": "9b784413143701aa3c94ac1869a159a9e53e8761",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2025-07-10T08:14:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.24"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/css-selector"
        },
        {
            "name": "symfony/dependency-injection",
            "version": "v6.4.31",
            "version_normalized": "6.4.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dependency-injection.git",
                "reference": "10058832a74a33648870aa2057e3fdc8796a6566"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/10058832a74a33648870aa2057e3fdc8796a6566",
                "reference": "10058832a74a33648870aa2057e3fdc8796a6566",
                "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.4.20|^7.2.5"
            },
            "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"
            },
            "time": "2025-12-23T13:34:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.31"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/dependency-injection"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v3.6.0",
            "version_normalized": "3.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2024-09-25T14:21:43+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/deprecation-contracts"
        },
        {
            "name": "symfony/dom-crawler",
            "version": "v6.4.25",
            "version_normalized": "6.4.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dom-crawler.git",
                "reference": "976302990f9f2a6d4c07206836dd4ca77cae9524"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/976302990f9f2a6d4c07206836dd4ca77cae9524",
                "reference": "976302990f9f2a6d4c07206836dd4ca77cae9524",
                "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"
            },
            "time": "2025-08-05T18:56:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.25"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/dom-crawler"
        },
        {
            "name": "symfony/error-handler",
            "version": "v6.4.26",
            "version_normalized": "6.4.26.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/error-handler.git",
                "reference": "41bedcaec5b72640b0ec2096547b75fda72ead6c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/41bedcaec5b72640b0ec2096547b75fda72ead6c",
                "reference": "41bedcaec5b72640b0ec2096547b75fda72ead6c",
                "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"
            },
            "time": "2025-09-11T09:57:09+00:00",
            "bin": [
                "Resources/bin/patch-type-declarations"
            ],
            "type": "library",
            "installation-source": "dist",
            "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.26"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/error-handler"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v6.4.25",
            "version_normalized": "6.4.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "b0cf3162020603587363f0551cd3be43958611ff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b0cf3162020603587363f0551cd3be43958611ff",
                "reference": "b0cf3162020603587363f0551cd3be43958611ff",
                "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"
            },
            "time": "2025-08-13T09:41:44+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.25"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/event-dispatcher"
        },
        {
            "name": "symfony/event-dispatcher-contracts",
            "version": "v3.6.0",
            "version_normalized": "3.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
                "reference": "59eb412e93815df44f05f342958efa9f46b1e586"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586",
                "reference": "59eb412e93815df44f05f342958efa9f46b1e586",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr/event-dispatcher": "^1"
            },
            "time": "2024-09-25T14:21:43+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "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.6.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/event-dispatcher-contracts"
        },
        {
            "name": "symfony/filesystem",
            "version": "v6.4.30",
            "version_normalized": "6.4.30.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "441c6b69f7222aadae7cbf5df588496d5ee37789"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/441c6b69f7222aadae7cbf5df588496d5ee37789",
                "reference": "441c6b69f7222aadae7cbf5df588496d5ee37789",
                "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"
            },
            "time": "2025-11-26T14:43:45+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.30"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/filesystem"
        },
        {
            "name": "symfony/finder",
            "version": "v6.4.31",
            "version_normalized": "6.4.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "5547f2e1f0ca8e2e7abe490156b62da778cfbe2b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/5547f2e1f0ca8e2e7abe490156b62da778cfbe2b",
                "reference": "5547f2e1f0ca8e2e7abe490156b62da778cfbe2b",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "require-dev": {
                "symfony/filesystem": "^6.0|^7.0"
            },
            "time": "2025-12-11T14:52:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.31"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/finder"
        },
        {
            "name": "symfony/http-client",
            "version": "v6.4.31",
            "version_normalized": "6.4.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-client.git",
                "reference": "f166fe476c996237666bcf7ec2cf827cd82ad573"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-client/zipball/f166fe476c996237666bcf7ec2cf827cd82ad573",
                "reference": "f166fe476c996237666bcf7ec2cf827cd82ad573",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr/log": "^1|^2|^3",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/http-client-contracts": "~3.4.4|^3.5.2",
                "symfony/polyfill-php83": "^1.29",
                "symfony/service-contracts": "^2.5|^3"
            },
            "conflict": {
                "php-http/discovery": "<1.15",
                "symfony/http-foundation": "<6.3"
            },
            "provide": {
                "php-http/async-client-implementation": "*",
                "php-http/client-implementation": "*",
                "psr/http-client-implementation": "1.0",
                "symfony/http-client-implementation": "3.0"
            },
            "require-dev": {
                "amphp/amp": "^2.5",
                "amphp/http-client": "^4.2.1",
                "amphp/http-tunnel": "^1.0",
                "amphp/socket": "^1.1",
                "guzzlehttp/promises": "^1.4|^2.0",
                "nyholm/psr7": "^1.0",
                "php-http/httplug": "^1.0|^2.0",
                "psr/http-client": "^1.0",
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
                "symfony/http-kernel": "^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"
            },
            "time": "2025-12-23T14:19:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\HttpClient\\": ""
                },
                "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 powerful methods to fetch HTTP resources synchronously or asynchronously",
            "homepage": "https://symfony.com",
            "keywords": [
                "http"
            ],
            "support": {
                "source": "https://github.com/symfony/http-client/tree/v6.4.31"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/http-client"
        },
        {
            "name": "symfony/http-client-contracts",
            "version": "v3.6.0",
            "version_normalized": "3.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-client-contracts.git",
                "reference": "75d7043853a42837e68111812f4d964b01e5101c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/75d7043853a42837e68111812f4d964b01e5101c",
                "reference": "75d7043853a42837e68111812f4d964b01e5101c",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2025-04-29T11:18:49+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\HttpClient\\": ""
                },
                "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 HTTP clients",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https://github.com/symfony/http-client-contracts/tree/v3.6.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/http-client-contracts"
        },
        {
            "name": "symfony/http-foundation",
            "version": "v6.4.31",
            "version_normalized": "6.4.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "a35ee6f47e4775179704d7877a8b0da3cb09241a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a35ee6f47e4775179704d7877a8b0da3cb09241a",
                "reference": "a35ee6f47e4775179704d7877a8b0da3cb09241a",
                "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"
            },
            "time": "2025-12-17T10:10:57+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.31"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/http-foundation"
        },
        {
            "name": "symfony/http-kernel",
            "version": "v6.4.31",
            "version_normalized": "6.4.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-kernel.git",
                "reference": "16b0d46d8e11f480345c15b229cfc827a8a0f731"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/16b0d46d8e11f480345c15b229cfc827a8a0f731",
                "reference": "16b0d46d8e11f480345c15b229cfc827a8a0f731",
                "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"
            },
            "time": "2025-12-31T08:27:27+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.31"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/http-kernel"
        },
        {
            "name": "symfony/lock",
            "version": "v6.4.26",
            "version_normalized": "6.4.26.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/lock.git",
                "reference": "c8b4a3f3ba5a969d5eb9eb69870d2648c9c82a97"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/lock/zipball/c8b4a3f3ba5a969d5eb9eb69870d2648c9c82a97",
                "reference": "c8b4a3f3ba5a969d5eb9eb69870d2648c9c82a97",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr/log": "^1|^2|^3",
                "symfony/deprecation-contracts": "^2.5|^3"
            },
            "conflict": {
                "doctrine/dbal": "<2.13",
                "symfony/cache": "<6.2"
            },
            "require-dev": {
                "doctrine/dbal": "^2.13|^3|^4",
                "predis/predis": "^1.1|^2.0"
            },
            "time": "2025-09-11T09:57:09+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Lock\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jérémy Derussé",
                    "email": "jeremy@derusse.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Creates and manages locks, a mechanism to provide exclusive access to a shared resource",
            "homepage": "https://symfony.com",
            "keywords": [
                "cas",
                "flock",
                "locking",
                "mutex",
                "redlock",
                "semaphore"
            ],
            "support": {
                "source": "https://github.com/symfony/lock/tree/v6.4.26"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/lock"
        },
        {
            "name": "symfony/mailer",
            "version": "v6.4.31",
            "version_normalized": "6.4.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/mailer.git",
                "reference": "8835f93333474780fda1b987cae37e33c3e026ca"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mailer/zipball/8835f93333474780fda1b987cae37e33c3e026ca",
                "reference": "8835f93333474780fda1b987cae37e33c3e026ca",
                "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"
            },
            "time": "2025-12-12T07:33:25+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.31"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/mailer"
        },
        {
            "name": "symfony/mime",
            "version": "v6.4.30",
            "version_normalized": "6.4.30.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/mime.git",
                "reference": "69aeef5d2692bb7c18ce133b09f67b27260b7acf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mime/zipball/69aeef5d2692bb7c18ce133b09f67b27260b7acf",
                "reference": "69aeef5d2692bb7c18ce133b09f67b27260b7acf",
                "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"
            },
            "time": "2025-11-16T09:57:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.30"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/mime"
        },
        {
            "name": "symfony/options-resolver",
            "version": "v6.4.30",
            "version_normalized": "6.4.30.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/options-resolver.git",
                "reference": "eeaa8cabe54c7b3516938c72a4a161c0cc80a34f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/eeaa8cabe54c7b3516938c72a4a161c0cc80a34f",
                "reference": "eeaa8cabe54c7b3516938c72a4a161c0cc80a34f",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/deprecation-contracts": "^2.5|^3"
            },
            "time": "2025-11-12T13:06:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\OptionsResolver\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides an improved replacement for the array_replace PHP function",
            "homepage": "https://symfony.com",
            "keywords": [
                "config",
                "configuration",
                "options"
            ],
            "support": {
                "source": "https://github.com/symfony/options-resolver/tree/v6.4.30"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/options-resolver"
        },
        {
            "name": "symfony/phpunit-bridge",
            "version": "v6.4.26",
            "version_normalized": "6.4.26.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/phpunit-bridge.git",
                "reference": "406aa80401bf960e7a173a3ccf268ae82b6bc93f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/406aa80401bf960e7a173a3ccf268ae82b6bc93f",
                "reference": "406aa80401bf960e7a173a3ccf268ae82b6bc93f",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3"
            },
            "conflict": {
                "phpunit/phpunit": "<7.5|9.1.2"
            },
            "require-dev": {
                "symfony/deprecation-contracts": "^2.5|^3.0",
                "symfony/error-handler": "^5.4|^6.0|^7.0",
                "symfony/polyfill-php81": "^1.27"
            },
            "time": "2025-09-12T08:37:02+00:00",
            "bin": [
                "bin/simple-phpunit"
            ],
            "type": "symfony-bridge",
            "extra": {
                "thanks": {
                    "url": "https://github.com/sebastianbergmann/phpunit",
                    "name": "phpunit/phpunit"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Bridge\\PhpUnit\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/",
                    "/bin/"
                ]
            },
            "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 utilities for PHPUnit, especially user deprecation notices management",
            "homepage": "https://symfony.com",
            "keywords": [
                "testing"
            ],
            "support": {
                "source": "https://github.com/symfony/phpunit-bridge/tree/v6.4.26"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/phpunit-bridge"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.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"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-ctype"
        },
        {
            "name": "symfony/polyfill-iconv",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-iconv.git",
                "reference": "5f3b930437ae03ae5dff61269024d8ea1b3774aa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/5f3b930437ae03ae5dff61269024d8ea1b3774aa",
                "reference": "5f3b930437ae03ae5dff61269024d8ea1b3774aa",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "provide": {
                "ext-iconv": "*"
            },
            "suggest": {
                "ext-iconv": "For best performance"
            },
            "time": "2024-09-17T14:58:18+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\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.33.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-iconv"
        },
        {
            "name": "symfony/polyfill-intl-grapheme",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
                "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70",
                "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2025-06-27T09:58:17+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\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.33.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-intl-grapheme"
        },
        {
            "name": "symfony/polyfill-intl-idn",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
                "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
                "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "symfony/polyfill-intl-normalizer": "^1.10"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2024-09-10T14:38:51+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\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.33.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-intl-idn"
        },
        {
            "name": "symfony/polyfill-intl-normalizer",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.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"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\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.33.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-intl-normalizer"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": ">=7.2"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2024-12-23T08:48:59+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-mbstring"
        },
        {
            "name": "symfony/polyfill-php56",
            "version": "v1.20.0",
            "version_normalized": "1.20.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php56.git",
                "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
                "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2020-10-23T14:02:19+00:00",
            "type": "metapackage",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                },
                "branch-alias": {
                    "dev-main": "1.20-dev"
                }
            },
            "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 5.6+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php56/tree/v1.20.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": null
        },
        {
            "name": "symfony/polyfill-php73",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php73.git",
                "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
                "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php73\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php73/tree/v1.33.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php73"
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
                "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2025-01-02T08:10:11+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php80"
        },
        {
            "name": "symfony/polyfill-php81",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.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"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\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.33.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php81"
        },
        {
            "name": "symfony/polyfill-php82",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php82.git",
                "reference": "5d2ed36f7734637dacc025f179698031951b1692"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php82/zipball/5d2ed36f7734637dacc025f179698031951b1692",
                "reference": "5d2ed36f7734637dacc025f179698031951b1692",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php82\\": ""
                },
                "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.2+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php82/tree/v1.33.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php82"
        },
        {
            "name": "symfony/polyfill-php83",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php83.git",
                "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5",
                "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2025-07-08T02:45:35+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\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.33.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php83"
        },
        {
            "name": "symfony/polyfill-php84",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php84.git",
                "reference": "d8ced4d875142b6a7426000426b8abc631d6b191"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191",
                "reference": "d8ced4d875142b6a7426000426b8abc631d6b191",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2025-06-24T13:30:11+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\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.33.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php84"
        },
        {
            "name": "symfony/process",
            "version": "v6.4.31",
            "version_normalized": "6.4.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "8541b7308fca001320e90bca8a73a28aa5604a6e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/8541b7308fca001320e90bca8a73a28aa5604a6e",
                "reference": "8541b7308fca001320e90bca8a73a28aa5604a6e",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2025-12-15T19:26:35+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.31"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/process"
        },
        {
            "name": "symfony/psr-http-message-bridge",
            "version": "v6.4.24",
            "version_normalized": "6.4.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/psr-http-message-bridge.git",
                "reference": "6954b4e8aef0e5d46f8558c90edcf27bb01b4724"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/6954b4e8aef0e5d46f8558c90edcf27bb01b4724",
                "reference": "6954b4e8aef0e5d46f8558c90edcf27bb01b4724",
                "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"
            },
            "time": "2025-07-10T08:14:14+00:00",
            "type": "symfony-bridge",
            "installation-source": "dist",
            "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.24"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/psr-http-message-bridge"
        },
        {
            "name": "symfony/routing",
            "version": "v6.4.30",
            "version_normalized": "6.4.30.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/routing.git",
                "reference": "ea50a13c2711eebcbb66b38ef6382e62e3262859"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/routing/zipball/ea50a13c2711eebcbb66b38ef6382e62e3262859",
                "reference": "ea50a13c2711eebcbb66b38ef6382e62e3262859",
                "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"
            },
            "time": "2025-11-22T09:51:35+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.30"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/routing"
        },
        {
            "name": "symfony/serializer",
            "version": "v6.4.31",
            "version_normalized": "6.4.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/serializer.git",
                "reference": "abf80f880943224afca831d7da6eff584c3af751"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/serializer/zipball/abf80f880943224afca831d7da6eff584c3af751",
                "reference": "abf80f880943224afca831d7da6eff584c3af751",
                "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"
            },
            "time": "2025-12-19T17:17:42+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.31"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/serializer"
        },
        {
            "name": "symfony/service-contracts",
            "version": "v3.6.1",
            "version_normalized": "3.6.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/service-contracts.git",
                "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/45112560a3ba2d715666a509a0bc9521d10b6c43",
                "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr/container": "^1.1|^2.0",
                "symfony/deprecation-contracts": "^2.5|^3"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
            },
            "time": "2025-07-15T11:30:57+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "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.6.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/service-contracts"
        },
        {
            "name": "symfony/string",
            "version": "v6.4.30",
            "version_normalized": "6.4.30.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/string.git",
                "reference": "50590a057841fa6bf69d12eceffce3465b9e32cb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/string/zipball/50590a057841fa6bf69d12eceffce3465b9e32cb",
                "reference": "50590a057841fa6bf69d12eceffce3465b9e32cb",
                "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/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"
            },
            "time": "2025-11-21T18:03:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.30"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/string"
        },
        {
            "name": "symfony/translation",
            "version": "v6.4.31",
            "version_normalized": "6.4.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation.git",
                "reference": "81579408ecf7dc5aa2d8462a6d5c3a430a80e6f2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation/zipball/81579408ecf7dc5aa2d8462a6d5c3a430a80e6f2",
                "reference": "81579408ecf7dc5aa2d8462a6d5c3a430a80e6f2",
                "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"
            },
            "time": "2025-12-18T11:37:55+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.31"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/translation"
        },
        {
            "name": "symfony/translation-contracts",
            "version": "v3.6.1",
            "version_normalized": "3.6.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation-contracts.git",
                "reference": "65a8bc82080447fae78373aa10f8d13b38338977"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/65a8bc82080447fae78373aa10f8d13b38338977",
                "reference": "65a8bc82080447fae78373aa10f8d13b38338977",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2025-07-15T13:41:35+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "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.6.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/translation-contracts"
        },
        {
            "name": "symfony/validator",
            "version": "v6.4.31",
            "version_normalized": "6.4.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/validator.git",
                "reference": "0c3f60adce4e6fc86583b0c7e363ce90fe3ca3e7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/validator/zipball/0c3f60adce4e6fc86583b0c7e363ce90fe3ca3e7",
                "reference": "0c3f60adce4e6fc86583b0c7e363ce90fe3ca3e7",
                "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"
            },
            "time": "2025-12-24T09:35:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.31"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/validator"
        },
        {
            "name": "symfony/var-dumper",
            "version": "v6.4.26",
            "version_normalized": "6.4.26.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-dumper.git",
                "reference": "cfae1497a2f1eaad78dbc0590311c599c7178d4a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/cfae1497a2f1eaad78dbc0590311c599c7178d4a",
                "reference": "cfae1497a2f1eaad78dbc0590311c599c7178d4a",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "conflict": {
                "symfony/console": "<5.4"
            },
            "require-dev": {
                "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"
            },
            "time": "2025-09-25T15:37:27+00:00",
            "bin": [
                "Resources/bin/var-dump-server"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources/functions/dump.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\VarDumper\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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.26"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/var-dumper"
        },
        {
            "name": "symfony/var-exporter",
            "version": "v6.4.26",
            "version_normalized": "6.4.26.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-exporter.git",
                "reference": "466fcac5fa2e871f83d31173f80e9c2684743bfc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/466fcac5fa2e871f83d31173f80e9c2684743bfc",
                "reference": "466fcac5fa2e871f83d31173f80e9c2684743bfc",
                "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"
            },
            "time": "2025-09-11T09:57:09+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.26"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/var-exporter"
        },
        {
            "name": "symfony/yaml",
            "version": "v6.4.30",
            "version_normalized": "6.4.30.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "8207ae83da19ee3748d6d4f567b4d9a7c656e331"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/8207ae83da19ee3748d6d4f567b4d9a7c656e331",
                "reference": "8207ae83da19ee3748d6d4f567b4d9a7c656e331",
                "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"
            },
            "time": "2025-12-02T11:50:18+00:00",
            "bin": [
                "Resources/bin/yaml-lint"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Loads and dumps YAML files",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/yaml/tree/v6.4.30"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/yaml"
        },
        {
            "name": "tbachert/spi",
            "version": "v1.0.5",
            "version_normalized": "1.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Nevay/spi.git",
                "reference": "e7078767866d0a9e0f91d3f9d42a832df5e39002"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Nevay/spi/zipball/e7078767866d0a9e0f91d3f9d42a832df5e39002",
                "reference": "e7078767866d0a9e0f91d3f9d42a832df5e39002",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2.0",
                "composer/semver": "^1.0 || ^2.0 || ^3.0",
                "php": "^8.1"
            },
            "require-dev": {
                "composer/composer": "^2.0",
                "infection/infection": "^0.27.9",
                "phpunit/phpunit": "^10.5",
                "psalm/phar": "^5.18"
            },
            "time": "2025-06-29T15:42:06+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Nevay\\SPI\\Composer\\Plugin",
                "branch-alias": {
                    "dev-main": "1.0.x-dev"
                },
                "plugin-optional": true
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Nevay\\SPI\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Service provider loading facility",
            "keywords": [
                "service provider"
            ],
            "support": {
                "issues": "https://github.com/Nevay/spi/issues",
                "source": "https://github.com/Nevay/spi/tree/v1.0.5"
            },
            "install-path": "../tbachert/spi"
        },
        {
            "name": "theseer/tokenizer",
            "version": "1.3.1",
            "version_normalized": "1.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/theseer/tokenizer.git",
                "reference": "b7489ce515e168639d17feec34b8847c326b0b3c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c",
                "reference": "b7489ce515e168639d17feec34b8847c326b0b3c",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": "^7.2 || ^8.0"
            },
            "time": "2025-11-17T20:03:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                }
            ],
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
            "support": {
                "issues": "https://github.com/theseer/tokenizer/issues",
                "source": "https://github.com/theseer/tokenizer/tree/1.3.1"
            },
            "funding": [
                {
                    "url": "https://github.com/theseer",
                    "type": "github"
                }
            ],
            "install-path": "../theseer/tokenizer"
        },
        {
            "name": "twig/twig",
            "version": "v3.22.2",
            "version_normalized": "3.22.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "946ddeafa3c9f4ce279d1f34051af041db0e16f2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/946ddeafa3c9f4ce279d1f34051af041db0e16f2",
                "reference": "946ddeafa3c9f4ce279d1f34051af041db0e16f2",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1.0",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-mbstring": "^1.3"
            },
            "require-dev": {
                "phpstan/phpstan": "^2.0",
                "psr/container": "^1.0|^2.0",
                "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0"
            },
            "time": "2025-12-14T11:28:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.22.2"
            },
            "funding": [
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/twig/twig",
                    "type": "tidelift"
                }
            ],
            "install-path": "../twig/twig"
        },
        {
            "name": "vardot/ckeditor5-anchor-drupal",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Vardot/ckeditor5-anchor-drupal.git",
                "reference": "00fbfd8d63ca29c1efd9b327ea973f99f78e9f16"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Vardot/ckeditor5-anchor-drupal/zipball/00fbfd8d63ca29c1efd9b327ea973f99f78e9f16",
                "reference": "00fbfd8d63ca29c1efd9b327ea973f99f78e9f16",
                "shasum": ""
            },
            "require": {
                "drupal/core": ">=10.5 || >=11.2"
            },
            "time": "2025-12-09T10:59:53+00:00",
            "type": "drupal-library",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Vardot",
                    "homepage": "https://github.com/vardot",
                    "role": "Maintainer"
                }
            ],
            "description": "Anchor feature for CKEditor 5, adapted for Drupal",
            "homepage": "https://github.com/vardot/ckeditor5-anchor-drupal",
            "keywords": [
                "ckeditor5",
                "drupal",
                "plugin"
            ],
            "support": {
                "issues": "http://drupal.org/project/issues/anchor_link",
                "source": "http://cgit.drupalcode.org/anchor_link"
            },
            "install-path": "../../web/libraries/ckeditor5-anchor-drupal"
        },
        {
            "name": "webflo/drupal-finder",
            "version": "1.3.1",
            "version_normalized": "1.3.1.0",
            "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"
            },
            "time": "2024-06-28T13:45:36+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../webflo/drupal-finder"
        },
        {
            "name": "webmozart/assert",
            "version": "1.12.1",
            "version_normalized": "1.12.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozarts/assert.git",
                "reference": "9be6926d8b485f55b9229203f962b51ed377ba68"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/9be6926d8b485f55b9229203f962b51ed377ba68",
                "reference": "9be6926d8b485f55b9229203f962b51ed377ba68",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-date": "*",
                "ext-filter": "*",
                "php": "^7.2 || ^8.0"
            },
            "suggest": {
                "ext-intl": "",
                "ext-simplexml": "",
                "ext-spl": ""
            },
            "time": "2025-10-29T15:56:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.10-dev"
                }
            },
            "installation-source": "dist",
            "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.12.1"
            },
            "install-path": "../webmozart/assert"
        },
        {
            "name": "weitzman/drupal-test-traits",
            "version": "2.6.0",
            "version_normalized": "2.6.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/dtt.git",
                "reference": "4f77e7cc79eb0a067a224fd167e43736a5a071df"
            },
            "dist": {
                "type": "zip",
                "url": "https://git.drupalcode.org/api/v4/projects/project%2Fdtt/repository/archive.zip?sha=4f77e7cc79eb0a067a224fd167e43736a5a071df",
                "reference": "4f77e7cc79eb0a067a224fd167e43736a5a071df",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "conflict": {
                "drupal/core": "<=10.2"
            },
            "require-dev": {
                "drupal/mailsystem": "^4",
                "drush/drush": "^12.5 || ^13",
                "phpspec/prophecy-phpunit": "^2",
                "webflo/drupal-finder": "^1.3.1"
            },
            "time": "2025-07-07T02:18:46+00:00",
            "type": "library",
            "extra": {
                "drupal-scaffold": {
                    "locations": {
                        "web-root": "web/"
                    },
                    "file-mapping": {
                        "[project-root]/.gitignore": false,
                        "[project-root]/.editorconfig": false,
                        "[project-root]/.gitattributes": false
                    }
                },
                "installer-paths": {
                    "web/core": [
                        "type:drupal-core"
                    ]
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "weitzman\\DrupalTestTraits\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Moshe Weitzman",
                    "email": "weitzman@tejasa.com"
                }
            ],
            "description": "Traits for testing Drupal sites that have user content (versus unpopulated sites).",
            "support": {
                "source": "https://git.drupalcode.org/project/dtt/-/tree/2.6.0"
            },
            "install-path": "../weitzman/drupal-test-traits"
        },
        {
            "name": "willdurand/geocoder",
            "version": "4.6.0",
            "version_normalized": "4.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/geocoder-php/php-common.git",
                "reference": "be3d9ed0fddf8c698ee079d8a07ae9520b4a49a1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/geocoder-php/php-common/zipball/be3d9ed0fddf8c698ee079d8a07ae9520b4a49a1",
                "reference": "be3d9ed0fddf8c698ee079d8a07ae9520b4a49a1",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "nyholm/nsa": "^1.1",
                "phpunit/phpunit": "^9.5",
                "symfony/stopwatch": "~2.5"
            },
            "suggest": {
                "symfony/stopwatch": "If you want to use the TimedGeocoder"
            },
            "time": "2022-07-30T11:09:43+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Geocoder\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "william.durand1@gmail.com"
                }
            ],
            "description": "Common files for PHP Geocoder",
            "homepage": "http://geocoder-php.org",
            "keywords": [
                "abstraction",
                "geocoder",
                "geocoding",
                "geoip"
            ],
            "support": {
                "source": "https://github.com/geocoder-php/php-common/tree/4.6.0"
            },
            "install-path": "../willdurand/geocoder"
        },
        {
            "name": "yethee/tiktoken",
            "version": "0.5.1",
            "version_normalized": "0.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yethee/tiktoken-php.git",
                "reference": "94a4ac18ab505198f5a0955948ab29ce659c1697"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yethee/tiktoken-php/zipball/94a4ac18ab505198f5a0955948ab29ce659c1697",
                "reference": "94a4ac18ab505198f5a0955948ab29ce659c1697",
                "shasum": ""
            },
            "require": {
                "php": "^8.1",
                "symfony/service-contracts": "^2.5 || ^3.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^12.0",
                "mikey179/vfsstream": "^1.6.11",
                "phpbench/phpbench": "^1.2",
                "phpunit/phpunit": "^10.5.20",
                "psalm/plugin-phpunit": "^0.19.0",
                "vimeo/psalm": "5.25.0"
            },
            "time": "2024-07-17T10:09:02+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yethee\\Tiktoken\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHP version of tiktoken",
            "keywords": [
                "bpe",
                "decode",
                "encode",
                "openai",
                "tiktoken",
                "tokenizer"
            ],
            "support": {
                "issues": "https://github.com/yethee/tiktoken-php/issues",
                "source": "https://github.com/yethee/tiktoken-php/tree/0.5.1"
            },
            "install-path": "../yethee/tiktoken"
        }
    ],
    "dev": true,
    "dev-package-names": [
        "behat/behat",
        "behat/gherkin",
        "behat/mink",
        "behat/mink-browserkit-driver",
        "behat/mink-goutte-driver",
        "chi-teck/drupal-code-generator",
        "colinodell/psr-testlogger",
        "composer/ca-bundle",
        "composer/class-map-generator",
        "composer/composer",
        "composer/metadata-minifier",
        "composer/spdx-licenses",
        "composer/xdebug-handler",
        "consolidation/config",
        "consolidation/filter-via-dot-access-data",
        "consolidation/log",
        "consolidation/robo",
        "consolidation/self-update",
        "consolidation/site-alias",
        "consolidation/site-process",
        "dealerdirect/phpcodesniffer-composer-installer",
        "doctrine/common",
        "doctrine/event-manager",
        "doctrine/instantiator",
        "doctrine/persistence",
        "drupal/backup_migrate",
        "drupal/coder",
        "drupal/config_merge",
        "drupal/core-dev",
        "drupal/default_content",
        "drupal/devel",
        "drupal/devel_entity_updates",
        "drupal/drupal-driver",
        "drupal/drupal-extension",
        "drupal/stage_file_proxy",
        "drush/drush",
        "fabpot/goutte",
        "friends-of-behat/mink-extension",
        "grasmash/expander",
        "grasmash/yaml-cli",
        "kint-php/kint",
        "league/container",
        "lullabot/mink-selenium2-driver",
        "lullabot/php-webdriver",
        "mglaman/phpstan-drupal",
        "micheh/phpcs-gitlab",
        "mikey179/vfsstream",
        "myclabs/deep-copy",
        "nikic/php-parser",
        "nyholm/psr7-server",
        "open-telemetry/api",
        "open-telemetry/context",
        "open-telemetry/exporter-otlp",
        "open-telemetry/gen-otlp-protobuf",
        "open-telemetry/sdk",
        "open-telemetry/sem-conv",
        "phar-io/manifest",
        "phar-io/version",
        "phootwork/collection",
        "phootwork/lang",
        "php-parallel-lint/php-parallel-lint",
        "phpdocumentor/reflection-common",
        "phpdocumentor/reflection-docblock",
        "phpdocumentor/type-resolver",
        "phpowermove/docblock",
        "phpspec/prophecy",
        "phpspec/prophecy-phpunit",
        "phpstan/extension-installer",
        "phpstan/phpdoc-parser",
        "phpstan/phpstan",
        "phpstan/phpstan-deprecation-rules",
        "phpstan/phpstan-phpunit",
        "phpunit/php-code-coverage",
        "phpunit/php-file-iterator",
        "phpunit/php-invoker",
        "phpunit/php-text-template",
        "phpunit/php-timer",
        "phpunit/phpunit",
        "psy/psysh",
        "react/promise",
        "sebastian/cli-parser",
        "sebastian/code-unit",
        "sebastian/code-unit-reverse-lookup",
        "sebastian/comparator",
        "sebastian/complexity",
        "sebastian/environment",
        "sebastian/exporter",
        "sebastian/global-state",
        "sebastian/lines-of-code",
        "sebastian/object-enumerator",
        "sebastian/object-reflector",
        "sebastian/recursion-context",
        "sebastian/resource-operations",
        "sebastian/type",
        "sebastian/version",
        "seld/jsonlint",
        "seld/phar-utils",
        "seld/signal-handler",
        "sirbrillig/phpcs-variable-analysis",
        "slevomat/coding-standard",
        "squizlabs/php_codesniffer",
        "symfony/browser-kit",
        "symfony/config",
        "symfony/css-selector",
        "symfony/dom-crawler",
        "symfony/lock",
        "symfony/phpunit-bridge",
        "symfony/polyfill-php73",
        "symfony/polyfill-php81",
        "symfony/polyfill-php82",
        "symfony/translation",
        "tbachert/spi",
        "theseer/tokenizer",
        "webflo/drupal-finder",
        "webmozart/assert",
        "weitzman/drupal-test-traits"
    ]
}
