{
    "packages": [
        {
            "name": "alchemy/zippy",
            "version": "0.4.9",
            "version_normalized": "0.4.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/alchemy-fr/Zippy.git",
                "reference": "59fbeefb9a249122867ef25e53addfcce31850d7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/59fbeefb9a249122867ef25e53addfcce31850d7",
                "reference": "59fbeefb9a249122867ef25e53addfcce31850d7",
                "shasum": ""
            },
            "require": {
                "doctrine/collections": "~1.0",
                "php": ">=5.5",
                "symfony/filesystem": "^2.0.5 || ^3.0 || ^4.0",
                "symfony/polyfill-mbstring": "^1.3",
                "symfony/process": "^2.1 || ^3.0 || ^4.0"
            },
            "require-dev": {
                "ext-zip": "*",
                "guzzle/guzzle": "~3.0",
                "guzzlehttp/guzzle": "^6.0",
                "phpunit/phpunit": "^4.0 || ^5.0",
                "symfony/finder": "^2.0.5 || ^3.0 || ^4.0"
            },
            "suggest": {
                "ext-zip": "To use the ZipExtensionAdapter",
                "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3",
                "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6"
            },
            "time": "2018-02-22T13:58:36+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.4.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Alchemy\\Zippy\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alchemy",
                    "email": "dev.team@alchemy.fr",
                    "homepage": "http://www.alchemy.fr/"
                }
            ],
            "description": "Zippy, the archive manager companion",
            "keywords": [
                "bzip",
                "compression",
                "tar",
                "zip"
            ],
            "support": {
                "issues": "https://github.com/alchemy-fr/Zippy/issues",
                "source": "https://github.com/alchemy-fr/Zippy/tree/master"
            },
            "install-path": "../alchemy/zippy"
        },
        {
            "name": "asm89/stack-cors",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/asm89/stack-cors.git",
                "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08",
                "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
                "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.0 || ^4.8.10",
                "squizlabs/php_codesniffer": "^2.3"
            },
            "time": "2019-12-24T22:41:47+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Asm89\\Stack\\": "src/Asm89/Stack/"
                }
            },
            "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/1.3.0"
            },
            "install-path": "../asm89/stack-cors"
        },
        {
            "name": "chi-teck/drupal-code-generator",
            "version": "1.33.1",
            "version_normalized": "1.33.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Chi-teck/drupal-code-generator.git",
                "reference": "5f814e980b6f9cf1ca8c74cc9385c3d81090d388"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/5f814e980b6f9cf1ca8c74cc9385c3d81090d388",
                "reference": "5f814e980b6f9cf1ca8c74cc9385c3d81090d388",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=5.5.9",
                "symfony/console": "^3.4 || ^4.0",
                "symfony/filesystem": "^2.7 || ^3.4 || ^4.0",
                "twig/twig": "^1.41 || ^2.12"
            },
            "conflict": {
                "drush/drush": "< 10.3.2"
            },
            "time": "2020-12-05T05:59:11+00:00",
            "bin": [
                "bin/dcg"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/bootstrap.php"
                ],
                "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/1.33.1"
            },
            "install-path": "../chi-teck/drupal-code-generator"
        },
        {
            "name": "commerceguys/addressing",
            "version": "v1.0.7",
            "version_normalized": "1.0.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/commerceguys/addressing.git",
                "reference": "fa434c03e99a416de0b37d98068c6c0bdfd78cde"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/commerceguys/addressing/zipball/fa434c03e99a416de0b37d98068c6c0bdfd78cde",
                "reference": "fa434c03e99a416de0b37d98068c6c0bdfd78cde",
                "shasum": ""
            },
            "require": {
                "doctrine/collections": "~1.0",
                "php": ">=7.0.8"
            },
            "require-dev": {
                "mikey179/vfsstream": "1.*",
                "phpunit/phpunit": "^6.0",
                "squizlabs/php_codesniffer": "2.*",
                "symfony/validator": "^3.4"
            },
            "suggest": {
                "symfony/validator": "to validate addresses"
            },
            "time": "2020-01-24T16:21:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.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/master"
            },
            "install-path": "../commerceguys/addressing"
        },
        {
            "name": "commerceguys/intl",
            "version": "v1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/commerceguys/intl.git",
                "reference": "cab3b55dbf8c1753fe54457404082c777a8c154f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/commerceguys/intl/zipball/cab3b55dbf8c1753fe54457404082c777a8c154f",
                "reference": "cab3b55dbf8c1753fe54457404082c777a8c154f",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3"
            },
            "require-dev": {
                "mikey179/vfsstream": "1.*",
                "phpunit/phpunit": "^7.5"
            },
            "time": "2021-10-30T18:07:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "CommerceGuys\\Intl\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bojan Zivanovic"
                }
            ],
            "description": "Internationalization library powered by CLDR data.",
            "support": {
                "issues": "https://github.com/commerceguys/intl/issues",
                "source": "https://github.com/commerceguys/intl/tree/v1.1.1"
            },
            "install-path": "../commerceguys/intl"
        },
        {
            "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/semver",
            "version": "3.2.5",
            "version_normalized": "3.2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/31f3ea725711245195f62e54ffa402d8ef2fdba9",
                "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.12.54",
                "symfony/phpunit-bridge": "^4.2 || ^5"
            },
            "time": "2021-05-24T12:41:47+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": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/semver/issues",
                "source": "https://github.com/composer/semver/tree/3.2.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": "./semver"
        },
        {
            "name": "consolidation/annotated-command",
            "version": "4.5.1",
            "version_normalized": "4.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/annotated-command.git",
                "reference": "701a7abe8505abe89520837be798e15a3953a367"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/701a7abe8505abe89520837be798e15a3953a367",
                "reference": "701a7abe8505abe89520837be798e15a3953a367",
                "shasum": ""
            },
            "require": {
                "consolidation/output-formatters": "^4.1.1",
                "php": ">=7.1.3",
                "psr/log": "^1|^2",
                "symfony/console": "^4.4.8|^5|^6",
                "symfony/event-dispatcher": "^4.4.8|^5|^6",
                "symfony/finder": "^4.4.8|^5|^6"
            },
            "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": "2021-12-30T04:00:37+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.5.1"
            },
            "install-path": "../consolidation/annotated-command"
        },
        {
            "name": "consolidation/config",
            "version": "1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/config.git",
                "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/config/zipball/cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1",
                "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^1.1.0",
                "grasmash/expander": "^1",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "g1a/composer-test-scenarios": "^3",
                "php-coveralls/php-coveralls": "^1",
                "phpunit/phpunit": "^5",
                "squizlabs/php_codesniffer": "2.*",
                "symfony/console": "^2.5|^3|^4",
                "symfony/yaml": "^2.8.11|^3|^4"
            },
            "suggest": {
                "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
            },
            "time": "2019-03-03T19:37:04+00:00",
            "type": "library",
            "extra": {
                "scenarios": {
                    "symfony4": {
                        "require-dev": {
                            "symfony/console": "^4.0"
                        },
                        "config": {
                            "platform": {
                                "php": "7.1.3"
                            }
                        }
                    },
                    "symfony2": {
                        "require-dev": {
                            "symfony/console": "^2.8",
                            "symfony/event-dispatcher": "^2.8",
                            "phpunit/phpunit": "^4.8.36"
                        },
                        "remove": [
                            "php-coveralls/php-coveralls"
                        ],
                        "config": {
                            "platform": {
                                "php": "5.4.8"
                            }
                        }
                    }
                },
                "branch-alias": {
                    "dev-master": "1.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/master"
            },
            "install-path": "../consolidation/config"
        },
        {
            "name": "consolidation/filter-via-dot-access-data",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/filter-via-dot-access-data.git",
                "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/filter-via-dot-access-data/zipball/a53e96c6b9f7f042f5e085bf911f3493cea823c6",
                "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^1.1.0",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "consolidation/robo": "^1.2.3",
                "g1a/composer-test-scenarios": "^3",
                "knplabs/github-api": "^2.7",
                "php-coveralls/php-coveralls": "^1",
                "php-http/guzzle6-adapter": "^1.1",
                "phpunit/phpunit": "^5",
                "squizlabs/php_codesniffer": "^2.8",
                "symfony/console": "^2.8|^3|^4"
            },
            "time": "2019-01-18T06:05:07+00:00",
            "type": "library",
            "extra": {
                "scenarios": {
                    "phpunit5": {
                        "require-dev": {
                            "phpunit/phpunit": "^5.7.27"
                        },
                        "remove": [
                            "php-coveralls/php-coveralls"
                        ],
                        "config": {
                            "platform": {
                                "php": "5.6.33"
                            }
                        }
                    }
                },
                "branch-alias": {
                    "dev-master": "1.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/1.0.0"
            },
            "install-path": "../consolidation/filter-via-dot-access-data"
        },
        {
            "name": "consolidation/log",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/log.git",
                "reference": "fc9ec5476ba13a31778695bd2d4f2fa0b0684356"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/log/zipball/fc9ec5476ba13a31778695bd2d4f2fa0b0684356",
                "reference": "fc9ec5476ba13a31778695bd2d4f2fa0b0684356",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "psr/log": "^1.0",
                "symfony/console": "^4 || ^5 || ^6"
            },
            "require-dev": {
                "phpunit/phpunit": ">=7.5.20",
                "squizlabs/php_codesniffer": "^3",
                "yoast/phpunit-polyfills": "^0.2.0"
            },
            "time": "2021-12-30T19:05:18+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "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/2.0.4"
            },
            "install-path": "../consolidation/log"
        },
        {
            "name": "consolidation/output-formatters",
            "version": "4.2.1",
            "version_normalized": "4.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/output-formatters.git",
                "reference": "4413d7c732afb5d7bdac565c41aa9c8c49c48888"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/4413d7c732afb5d7bdac565c41aa9c8c49c48888",
                "reference": "4413d7c732afb5d7bdac565c41aa9c8c49c48888",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^1.1.0",
                "php": ">=7.1.3",
                "symfony/console": "^4|^5|^6",
                "symfony/finder": "^4|^5|^6"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.4.2",
                "phpunit/phpunit": ">=7",
                "squizlabs/php_codesniffer": "^3",
                "symfony/var-dumper": "^4|^5|^6",
                "symfony/yaml": "^4|^5|^6",
                "yoast/phpunit-polyfills": "^0.2.0"
            },
            "suggest": {
                "symfony/var-dumper": "For using the var_dump formatter"
            },
            "time": "2021-12-30T03:58:00+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "4.x-dev"
                }
            },
            "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.2.1"
            },
            "install-path": "../consolidation/output-formatters"
        },
        {
            "name": "consolidation/robo",
            "version": "2.2.2",
            "version_normalized": "2.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/Robo.git",
                "reference": "b365df174d9cfb0f5814e4f3275a1c558b17bc4c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/Robo/zipball/b365df174d9cfb0f5814e4f3275a1c558b17bc4c",
                "reference": "b365df174d9cfb0f5814e4f3275a1c558b17bc4c",
                "shasum": ""
            },
            "require": {
                "consolidation/annotated-command": "^4.2.1",
                "consolidation/config": "^1.2.1|^2",
                "consolidation/log": "^1.1.1|^2.0.1",
                "consolidation/output-formatters": "^4.1.1",
                "consolidation/self-update": "^1.2",
                "league/container": "^2.4.1",
                "php": ">=7.1.3",
                "symfony/console": "^4.4.11|^5",
                "symfony/event-dispatcher": "^4.4.11|^5",
                "symfony/filesystem": "^4.4.11|^5",
                "symfony/finder": "^4.4.11|^5",
                "symfony/process": "^4.4.11|^5",
                "symfony/yaml": "^4.0 || ^5.0"
            },
            "conflict": {
                "codegyre/robo": "*"
            },
            "require-dev": {
                "g1a/composer-test-scenarios": "^3",
                "natxet/cssmin": "3.0.4",
                "patchwork/jsqueeze": "^2",
                "pear/archive_tar": "^1.4.4",
                "php-coveralls/php-coveralls": "^2.2",
                "phpdocumentor/reflection-docblock": "^4.3.2",
                "phpunit/phpunit": "^6.5.14",
                "squizlabs/php_codesniffer": "^3"
            },
            "suggest": {
                "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch",
                "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."
            },
            "time": "2020-12-18T22:09:18+00:00",
            "bin": [
                "robo"
            ],
            "type": "library",
            "extra": {
                "scenarios": {
                    "symfony4": {
                        "require": {
                            "symfony/console": "^4.4.11",
                            "symfony/event-dispatcher": "^4.4.11",
                            "symfony/filesystem": "^4.4.11",
                            "symfony/finder": "^4.4.11",
                            "symfony/process": "^4.4.11",
                            "phpunit/phpunit": "^6",
                            "nikic/php-parser": "^2"
                        },
                        "remove": [
                            "codeception/phpunit-wrapper"
                        ],
                        "config": {
                            "platform": {
                                "php": "7.1.3"
                            }
                        }
                    }
                },
                "branch-alias": {
                    "dev-master": "2.x-dev",
                    "dev-main": "2.x-dev"
                }
            },
            "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/2.2.2"
            },
            "install-path": "../consolidation/robo"
        },
        {
            "name": "consolidation/self-update",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/self-update.git",
                "reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/self-update/zipball/dba6b2c0708f20fa3ba8008a2353b637578849b4",
                "reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.0",
                "symfony/console": "^2.8|^3|^4|^5",
                "symfony/filesystem": "^2.5|^3|^4|^5"
            },
            "time": "2020-04-13T02:49:20+00:00",
            "bin": [
                "scripts/release"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.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/1.2.0"
            },
            "install-path": "../consolidation/self-update"
        },
        {
            "name": "consolidation/site-alias",
            "version": "3.1.3",
            "version_normalized": "3.1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/site-alias.git",
                "reference": "e2784362e98f315c996fb2b9ed80a9118a0ba8b7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/site-alias/zipball/e2784362e98f315c996fb2b9ed80a9118a0ba8b7",
                "reference": "e2784362e98f315c996fb2b9ed80a9118a0ba8b7",
                "shasum": ""
            },
            "require": {
                "consolidation/config": "^1.2.1|^2",
                "php": ">=5.5.0",
                "symfony/finder": "~2.3|^3|^4.4|^5"
            },
            "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": "2022-01-03T19:00:28+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.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/3.1.3"
            },
            "install-path": "../consolidation/site-alias"
        },
        {
            "name": "consolidation/site-process",
            "version": "4.1.3",
            "version_normalized": "4.1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/consolidation/site-process.git",
                "reference": "ca41dc82b280bccdf1b231d5599c7d506fba5c04"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/consolidation/site-process/zipball/ca41dc82b280bccdf1b231d5599c7d506fba5c04",
                "reference": "ca41dc82b280bccdf1b231d5599c7d506fba5c04",
                "shasum": ""
            },
            "require": {
                "consolidation/config": "^1.2.1|^2",
                "consolidation/site-alias": "^3",
                "php": ">=7.1.3",
                "symfony/console": "^2.8.52|^3|^4.4|^5",
                "symfony/process": "^4.3.4|^5"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5.20|^8.5.14",
                "squizlabs/php_codesniffer": "^3",
                "yoast/phpunit-polyfills": "^0.2.0"
            },
            "time": "2022-01-18T23:04:54+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "4.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/4.1.3"
            },
            "install-path": "../consolidation/site-process"
        },
        {
            "name": "container-interop/container-interop",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/container-interop/container-interop.git",
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
                "shasum": ""
            },
            "require": {
                "psr/container": "^1.0"
            },
            "time": "2017-02-14T19:40:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Interop\\Container\\": "src/Interop/Container/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
            "homepage": "https://github.com/container-interop/container-interop",
            "support": {
                "issues": "https://github.com/container-interop/container-interop/issues",
                "source": "https://github.com/container-interop/container-interop/tree/master"
            },
            "abandoned": "psr/container",
            "install-path": "../container-interop/container-interop"
        },
        {
            "name": "cweagans/composer-patches",
            "version": "1.7.1",
            "version_normalized": "1.7.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/cweagans/composer-patches.git",
                "reference": "9888dcc74993c030b75f3dd548bb5e20cdbd740c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/9888dcc74993c030b75f3dd548bb5e20cdbd740c",
                "reference": "9888dcc74993c030b75f3dd548bb5e20cdbd740c",
                "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": "2021-06-08T15:12:46+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.1"
            },
            "install-path": "../cweagans/composer-patches"
        },
        {
            "name": "dflydev/dot-access-configuration",
            "version": "v1.0.3",
            "version_normalized": "1.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git",
                "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
                "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "1.*",
                "dflydev/placeholder-resolver": "1.*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "symfony/yaml": "~2.1"
            },
            "suggest": {
                "symfony/yaml": "Required for using the YAML Configuration Builders"
            },
            "time": "2018-09-08T23:00:17+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Dflydev\\DotAccessConfiguration": "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"
                }
            ],
            "description": "Given a deep data structure representing a configuration, access configuration by dot notation.",
            "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration",
            "keywords": [
                "config",
                "configuration"
            ],
            "support": {
                "issues": "https://github.com/dflydev/dflydev-dot-access-configuration/issues",
                "source": "https://github.com/dflydev/dflydev-dot-access-configuration/tree/master"
            },
            "install-path": "../dflydev/dot-access-configuration"
        },
        {
            "name": "dflydev/dot-access-data",
            "version": "v1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
                "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
                "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "time": "2017-01-20T21:14:22+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "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"
                }
            ],
            "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/master"
            },
            "install-path": "../dflydev/dot-access-data"
        },
        {
            "name": "dflydev/placeholder-resolver",
            "version": "v1.0.3",
            "version_normalized": "1.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git",
                "reference": "d0161b4be1e15838327b01b21d0149f382d69906"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/d0161b4be1e15838327b01b21d0149f382d69906",
                "reference": "d0161b4be1e15838327b01b21d0149f382d69906",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "time": "2021-12-03T16:48:58+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Dflydev\\PlaceholderResolver": "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"
                }
            ],
            "description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.",
            "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver",
            "keywords": [
                "placeholder",
                "resolver"
            ],
            "support": {
                "issues": "https://github.com/dflydev/dflydev-placeholder-resolver/issues",
                "source": "https://github.com/dflydev/dflydev-placeholder-resolver/tree/v1.0.3"
            },
            "install-path": "../dflydev/placeholder-resolver"
        },
        {
            "name": "doctrine/annotations",
            "version": "1.13.1",
            "version_normalized": "1.13.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f",
                "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "1.*",
                "ext-tokenizer": "*",
                "php": "^7.1 || ^8.0",
                "psr/cache": "^1 || ^2 || ^3"
            },
            "require-dev": {
                "doctrine/cache": "^1.11 || ^2.0",
                "doctrine/coding-standard": "^6.0 || ^8.1",
                "phpstan/phpstan": "^0.12.20",
                "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
                "symfony/cache": "^4.4 || ^5.2"
            },
            "time": "2021-05-16T18:07:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Docblock Annotations Parser",
            "homepage": "https://www.doctrine-project.org/projects/annotations.html",
            "keywords": [
                "annotations",
                "docblock",
                "parser"
            ],
            "support": {
                "issues": "https://github.com/doctrine/annotations/issues",
                "source": "https://github.com/doctrine/annotations/tree/1.13.1"
            },
            "install-path": "../doctrine/annotations"
        },
        {
            "name": "doctrine/collections",
            "version": "1.6.8",
            "version_normalized": "1.6.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/collections.git",
                "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af",
                "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^9.0",
                "phpstan/phpstan": "^0.12",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
                "vimeo/psalm": "^4.2.1"
            },
            "time": "2021-08-10T18:51:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
                }
            },
            "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/1.6.8"
            },
            "install-path": "../doctrine/collections"
        },
        {
            "name": "doctrine/lexer",
            "version": "1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
                "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "phpstan/phpstan": "^0.11.8",
                "phpunit/phpunit": "^8.2"
            },
            "time": "2020-05-25T17:44:05+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
                }
            },
            "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/1.2.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/reflection",
            "version": "1.2.2",
            "version_normalized": "1.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/reflection.git",
                "reference": "fa587178be682efe90d005e3a322590d6ebb59a5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/reflection/zipball/fa587178be682efe90d005e3a322590d6ebb59a5",
                "reference": "fa587178be682efe90d005e3a322590d6ebb59a5",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "^1.0",
                "ext-tokenizer": "*",
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "doctrine/common": "<2.9"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0 || ^8.2.0",
                "doctrine/common": "^2.10",
                "phpstan/phpstan": "^0.11.0 || ^0.12.20",
                "phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16",
                "phpunit/phpunit": "^7.5 || ^9.1.5"
            },
            "time": "2020-10-27T21:46:55+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
                }
            },
            "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 Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
            "homepage": "https://www.doctrine-project.org/projects/reflection.html",
            "keywords": [
                "reflection",
                "static"
            ],
            "support": {
                "issues": "https://github.com/doctrine/reflection/issues",
                "source": "https://github.com/doctrine/reflection/tree/1.2.2"
            },
            "abandoned": "roave/better-reflection",
            "install-path": "../doctrine/reflection"
        },
        {
            "name": "dompdf/dompdf",
            "version": "v0.8.5",
            "version_normalized": "0.8.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dompdf/dompdf.git",
                "reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/dompdf/zipball/6782abfc090b132134cd6cea0ec6d76f0fce2c56",
                "reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-mbstring": "*",
                "phenx/php-font-lib": "^0.5.1",
                "phenx/php-svg-lib": "^0.3.3",
                "php": "^7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "suggest": {
                "ext-gd": "Needed to process images",
                "ext-gmagick": "Improves image processing performance",
                "ext-imagick": "Improves image processing performance"
            },
            "time": "2020-02-20T03:52:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.7-dev"
                },
                "patches_applied": {
                    "#3143778: Add support for file protocol in build_url": "https://www.drupal.org/files/issues/2020-05-29/dompdf_add_support_for_file_protocol_in_build_url-2099-2-3143778.patch",
                    "Fix autoloader for html5lib": "https://www.drupal.org/files/issues/2021-09-10/dompdf_fix_autoloader_for_html5lib-3232399-1.patch"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Dompdf\\": "src/"
                },
                "classmap": [
                    "lib/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Fabien Ménager",
                    "email": "fabien.menager@gmail.com"
                },
                {
                    "name": "Brian Sweeney",
                    "email": "eclecticgeek@gmail.com"
                },
                {
                    "name": "Gabriel Bull",
                    "email": "me@gabrielbull.com"
                }
            ],
            "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/v0.8.5"
            },
            "install-path": "../dompdf/dompdf"
        },
        {
            "name": "drupal-ckeditor-libraries-group/font",
            "version": "4.17.1",
            "version_normalized": "4.17.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/drupal-ckeditor-libraries-group/font.git",
                "reference": "b6152ef945efcae2c8c3bb083ffc34bde6696532"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drupal-ckeditor-libraries-group/font/zipball/b6152ef945efcae2c8c3bb083ffc34bde6696532",
                "reference": "b6152ef945efcae2c8c3bb083ffc34bde6696532",
                "shasum": ""
            },
            "time": "2021-07-15T11:15:39+00:00",
            "type": "drupal-library",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later",
                "LGPL-2.1-or-later",
                "MPL-1.1"
            ],
            "description": "CKEditor 4 font plugin",
            "homepage": "https://ckeditor.com/cke4/addon/font",
            "keywords": [
                "CKEditor",
                "font",
                "plugin"
            ],
            "support": {
                "issues": "https://github.com/ckeditor/ckeditor4/issues",
                "source": "https://github.com/ckeditor/ckeditor4/tree/master/plugins/font"
            },
            "install-path": "../../web/libraries/font"
        },
        {
            "name": "drupal/address",
            "version": "1.9.0",
            "version_normalized": "1.9.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/address.git",
                "reference": "8.x-1.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/address-8.x-1.9.zip",
                "reference": "8.x-1.9",
                "shasum": "c7e6406d88c6d6be9e8fe0091040d67012bdbf05"
            },
            "require": {
                "commerceguys/addressing": "^1.0.7",
                "drupal/core": "^8.8 || ^9"
            },
            "require-dev": {
                "drupal/token": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.9",
                    "datestamp": "1604422821",
                    "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": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "dww",
                    "homepage": "https://www.drupal.org/user/46549"
                },
                {
                    "name": "googletorp",
                    "homepage": "https://www.drupal.org/user/386230"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "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/aristotle",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/aristotle.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/aristotle-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "f91e006334b344021689801207e7c72c4b54fc9f"
            },
            "require": {
                "drupal/core": "^9"
            },
            "type": "drupal-theme",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633705395",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "geophysicist",
                    "homepage": "https://www.drupal.org/user/479234"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Aristotle.",
            "homepage": "http://drupal.org/project/aristotle",
            "support": {
                "source": "https://git.drupalcode.org/project/aristotle"
            },
            "install-path": "../../web/themes/contrib/aristotle"
        },
        {
            "name": "drupal/better_exposed_filters",
            "version": "5.0.0-beta3",
            "version_normalized": "5.0.0.0-beta3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/better_exposed_filters.git",
                "reference": "8.x-5.0-beta3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-5.0-beta3.zip",
                "reference": "8.x-5.0-beta3",
                "shasum": "23f00fe898cd9e4f2278ef790bc9f1d197312ac3"
            },
            "require": {
                "drupal/core": "^8.8 || ^9",
                "drupal/jquery_ui": "^1.4",
                "drupal/jquery_ui_datepicker": "^1.0",
                "drupal/jquery_ui_slider": "^1.1",
                "drupal/jquery_ui_touch_punch": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-5.0-beta3",
                    "datestamp": "1625665853",
                    "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": "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": "jkopel",
                    "homepage": "https://www.drupal.org/user/66207"
                },
                {
                    "name": "mikeker",
                    "homepage": "https://www.drupal.org/user/192273"
                },
                {
                    "name": "rlhawk",
                    "homepage": "https://www.drupal.org/user/352283"
                }
            ],
            "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/calendar",
            "version": "1.0.0-alpha4",
            "version_normalized": "1.0.0.0-alpha4",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/calendar.git",
                "reference": "8.x-1.0-alpha4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/calendar-8.x-1.0-alpha4.zip",
                "reference": "8.x-1.0-alpha4",
                "shasum": "3c829439260591c4fbcc2a55737a7c9cb4908b05"
            },
            "require": {
                "drupal/calendar_datetime": "*",
                "drupal/core": "^8 || ^9",
                "drupal/views_templates": "^1.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-alpha4",
                    "datestamp": "1621960842",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                },
                "patches_applied": {
                    "Ajax pager": "https://www.drupal.org/files/issues/2021-07-20/calendar-block-ajax-pager-3224497-2.patch",
                    "Opigno adoptation": "https://www.drupal.org/files/issues/2021-09-10/calendar_opigno_adoptation-3232403-1.patch"
                }
            },
            "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": "Eric Sol",
                    "homepage": "https://www.drupal.org/u/solide-echt",
                    "role": "Maintainer"
                },
                {
                    "name": "fizk",
                    "homepage": "https://www.drupal.org/user/473174"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                },
                {
                    "name": "paulocs",
                    "homepage": "https://www.drupal.org/user/3640109"
                },
                {
                    "name": "solide-echt",
                    "homepage": "https://www.drupal.org/user/46176"
                }
            ],
            "description": "Provides a Views plugin to display views containing dates as Calendars.",
            "homepage": "https://www.drupal.org/project/calendar",
            "support": {
                "source": "https://git.drupalcode.org/project/calendar",
                "issues": "https://www.drupal.org/project/issues/calendar"
            },
            "install-path": "../../web/modules/contrib/calendar"
        },
        {
            "name": "drupal/calendar_datetime",
            "version": "1.0.0-alpha4",
            "version_normalized": "1.0.0.0-alpha4",
            "require": {
                "drupal/calendar": "^1",
                "drupal/core": "^8 || ^9"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-alpha4",
                    "datestamp": "1621960842",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "KarenS",
                    "homepage": "https://www.drupal.org/user/45874"
                },
                {
                    "name": "Neslee Canil Pinto",
                    "homepage": "https://www.drupal.org/user/3580850"
                },
                {
                    "name": "fizk",
                    "homepage": "https://www.drupal.org/user/473174"
                },
                {
                    "name": "joelpittet",
                    "homepage": "https://www.drupal.org/user/160302"
                },
                {
                    "name": "paulocs",
                    "homepage": "https://www.drupal.org/user/3640109"
                },
                {
                    "name": "solide-echt",
                    "homepage": "https://www.drupal.org/user/46176"
                }
            ],
            "description": "Provides a calendar specific date time.",
            "homepage": "https://www.drupal.org/project/calendar",
            "support": {
                "source": "https://git.drupalcode.org/project/calendar"
            },
            "install-path": null
        },
        {
            "name": "drupal/ckeditor_bgimage",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ckeditor_bgimage.git",
                "reference": "2.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ckeditor_bgimage-2.0.0.zip",
                "reference": "2.0.0",
                "shasum": "80e7e43975b1f3aa97b5127066216f36433b887f"
            },
            "require": {
                "drupal/core": "^8 || ^9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0",
                    "datestamp": "1600193948",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Project has not opted into security advisory coverage!"
                    }
                },
                "patches_applied": {
                    "Ckeditor_bgimage Opigno certificate background image": "https://www.drupal.org/files/issues/2021-09-10/ckeditor_bgimage-opigno_certificate-3107667-9.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "rafmagsou",
                    "homepage": "https://www.drupal.org/user/3593445"
                },
                {
                    "name": "thalles",
                    "homepage": "https://www.drupal.org/user/3589086"
                }
            ],
            "description": "This plugin module adds background image to CKEditor in Drupal 8",
            "homepage": "https://www.drupal.org/project/ckeditor_bgimage",
            "support": {
                "source": "https://git.drupalcode.org/project/ckeditor_bgimage"
            },
            "install-path": "../../web/modules/contrib/ckeditor_bgimage"
        },
        {
            "name": "drupal/ckeditor_font",
            "version": "dev-1.x",
            "version_normalized": "dev-1.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ckeditor_font.git",
                "reference": "caaf7b8c4fee6319c09a3fca3e8a6033acfde69c"
            },
            "require": {
                "drupal-ckeditor-libraries-group/font": "^4.13.1",
                "drupal/core": "^8 || ^9"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "8.x-1.x-dev",
                    "datestamp": "1611237305",
                    "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": "Webbeh",
                    "homepage": "https://www.drupal.org/user/1160608"
                },
                {
                    "name": "cobenash",
                    "homepage": "https://www.drupal.org/user/2138470"
                },
                {
                    "name": "darol100",
                    "homepage": "https://www.drupal.org/user/2667123"
                },
                {
                    "name": "dinarcon",
                    "homepage": "https://www.drupal.org/user/909522"
                }
            ],
            "description": "This plugin adds Font Size and Font Family dropdowns that applies as inline element style.",
            "homepage": "https://www.drupal.org/project/ckeditor_font",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/ckeditor_font",
                "issues": "http://drupal.org/project/issues/ckeditor_font"
            },
            "install-path": "../../web/modules/contrib/ckeditor_font"
        },
        {
            "name": "drupal/commerce",
            "version": "2.27.0",
            "version_normalized": "2.27.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/commerce.git",
                "reference": "8.x-2.27"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/commerce-8.x-2.27.zip",
                "reference": "8.x-2.27",
                "shasum": "0dcbcd5c00c662bfc38e075e782bef731a620991"
            },
            "require": {
                "commerceguys/intl": "^1.0.0",
                "drupal/address": "^1.7",
                "drupal/core": "^8.9 || ^9",
                "drupal/entity": "^1.0",
                "drupal/entity_reference_revisions": "~1.0",
                "drupal/inline_entity_form": "^1.0-rc6",
                "drupal/profile": "^1.2",
                "drupal/state_machine": "^1.4",
                "drupal/token": "^1.7",
                "ext-bcmath": "*",
                "php": ">=7.1"
            },
            "conflict": {
                "drupal/commerce_shipping": "<2.1"
            },
            "require-dev": {
                "drupal/commerce_cart": "*",
                "drupal/commerce_number_pattern": "*",
                "drupal/commerce_order": "*",
                "drupal/commerce_payment": "*",
                "drupal/commerce_price": "*",
                "drupal/commerce_product": "*",
                "drupal/commerce_store": "*",
                "drupal/entity_print": "^2.2",
                "drupal/entity_reference_revisions": "*",
                "drupal/mailsystem": "^4.3",
                "drupal/profile": "*",
                "drupal/state_machine": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.27",
                    "datestamp": "1632333931",
                    "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": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Drupal Commerce is a flexible eCommerce solution.",
            "homepage": "http://drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": "../../web/modules/contrib/commerce"
        },
        {
            "name": "drupal/commerce_cart",
            "version": "2.28.0",
            "version_normalized": "2.28.0.0",
            "require": {
                "drupal/commerce": "*",
                "drupal/commerce_order": "*",
                "drupal/commerce_product": "*",
                "drupal/core": "^8.9 || ^9"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-2.28",
                    "datestamp": "1639899120",
                    "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": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Implements the shopping cart system and add to cart features.",
            "homepage": "https://www.drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": null
        },
        {
            "name": "drupal/commerce_checkout",
            "version": "2.28.0",
            "version_normalized": "2.28.0.0",
            "require": {
                "drupal/commerce": "*",
                "drupal/commerce_cart": "*",
                "drupal/commerce_order": "*",
                "drupal/core": "^8.9 || ^9"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-2.28",
                    "datestamp": "1639899120",
                    "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": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Provides configurable checkout flows.",
            "homepage": "https://www.drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": null
        },
        {
            "name": "drupal/commerce_log",
            "version": "2.28.0",
            "version_normalized": "2.28.0.0",
            "require": {
                "drupal/commerce": "*",
                "drupal/core": "^8.9 || ^9"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-2.28",
                    "datestamp": "1639899120",
                    "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": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Provides activity logs for Commerce entities.",
            "homepage": "https://www.drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": null
        },
        {
            "name": "drupal/commerce_number_pattern",
            "version": "2.28.0",
            "version_normalized": "2.28.0.0",
            "require": {
                "drupal/commerce": "*",
                "drupal/commerce_store": "*",
                "drupal/core": "^8.9 || ^9"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-2.28",
                    "datestamp": "1639899120",
                    "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": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Provides configurable patterns for generating sequential numbers.",
            "homepage": "https://www.drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": null
        },
        {
            "name": "drupal/commerce_order",
            "version": "2.28.0",
            "version_normalized": "2.28.0.0",
            "require": {
                "drupal/commerce": "*",
                "drupal/commerce_number_pattern": "*",
                "drupal/commerce_price": "*",
                "drupal/commerce_store": "*",
                "drupal/core": "^8.9 || ^9",
                "drupal/entity_reference_revisions": "*",
                "drupal/profile": "*",
                "drupal/state_machine": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-2.28",
                    "datestamp": "1639899120",
                    "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": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Defines the Order entity and associated features.",
            "homepage": "https://www.drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": null
        },
        {
            "name": "drupal/commerce_payment",
            "version": "2.28.0",
            "version_normalized": "2.28.0.0",
            "require": {
                "drupal/commerce": "*",
                "drupal/commerce_order": "*",
                "drupal/core": "^8.9 || ^9",
                "drupal/entity_reference_revisions": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-2.28",
                    "datestamp": "1639899120",
                    "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": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Provides payment functionality.",
            "homepage": "https://www.drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": null
        },
        {
            "name": "drupal/commerce_price",
            "version": "2.28.0",
            "version_normalized": "2.28.0.0",
            "require": {
                "drupal/commerce": "*",
                "drupal/core": "^8.9 || ^9"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-2.28",
                    "datestamp": "1639899120",
                    "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": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Defines the Currency entity.",
            "homepage": "https://www.drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": null
        },
        {
            "name": "drupal/commerce_product",
            "version": "2.28.0",
            "version_normalized": "2.28.0.0",
            "require": {
                "drupal/commerce": "*",
                "drupal/commerce_price": "*",
                "drupal/commerce_store": "*",
                "drupal/core": "^8.9 || ^9"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-2.28",
                    "datestamp": "1639899120",
                    "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": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Defines the Product entity and associated features.",
            "homepage": "https://www.drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": null
        },
        {
            "name": "drupal/commerce_store",
            "version": "2.28.0",
            "version_normalized": "2.28.0.0",
            "require": {
                "drupal/commerce": "*",
                "drupal/commerce_price": "*",
                "drupal/core": "^8.9 || ^9"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-2.28",
                    "datestamp": "1639899120",
                    "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": "Centarro",
                    "homepage": "https://www.drupal.org/user/3661446"
                },
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "mglaman",
                    "homepage": "https://www.drupal.org/user/2416470"
                },
                {
                    "name": "rszrama",
                    "homepage": "https://www.drupal.org/user/49344"
                }
            ],
            "description": "Defines the Store entity and associated features.",
            "homepage": "https://www.drupal.org/project/commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/commerce"
            },
            "install-path": null
        },
        {
            "name": "drupal/config_rewrite",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/config_rewrite.git",
                "reference": "8.x-1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/config_rewrite-8.x-1.4.zip",
                "reference": "8.x-1.4",
                "shasum": "558ae849dffef68aa304c7907f5f4ffa4a4d1a81"
            },
            "require": {
                "drupal/core": "^8.6 || ^9",
                "php": ">=7.1"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.4",
                    "datestamp": "1611769139",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "#3143747: Avoid error on installation": "https://www.drupal.org/files/issues/2020-05-29/config_rewrite-avoid-error-on-installation-3143747.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Brant Wynn (brantwynn)",
                    "homepage": "https://www.drupal.org/u/brantwynn",
                    "role": "Maintainer"
                },
                {
                    "name": "saltednut",
                    "homepage": "https://www.drupal.org/user/252788"
                }
            ],
            "description": "Rewrites existing configuration on module installation via using a 'rewrite' folder in the config directory.",
            "homepage": "https://www.drupal.org/project/config_rewrite",
            "support": {
                "source": "http://cgit.drupalcode.org/config_rewrite",
                "issues": "https://www.drupal.org/project/issues/config_rewrite"
            },
            "install-path": "../../web/modules/contrib/config_rewrite"
        },
        {
            "name": "drupal/console",
            "version": "1.9.8",
            "version_normalized": "1.9.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/hechoendrupal/drupal-console.git",
                "reference": "d292c940c07d164e32bbe9525e909311ca65e8cb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/d292c940c07d164e32bbe9525e909311ca65e8cb",
                "reference": "d292c940c07d164e32bbe9525e909311ca65e8cb",
                "shasum": ""
            },
            "require": {
                "alchemy/zippy": "~0.4",
                "composer/installers": "~1.0",
                "doctrine/annotations": "^1.2",
                "doctrine/collections": "^1.3",
                "drupal/console-core": "1.9.7",
                "drupal/console-extend-plugin": "~0.9.5",
                "php": ">=7.0.8",
                "psy/psysh": "0.6.* || ~0.8",
                "symfony/css-selector": "~3.0|~4.0",
                "symfony/dom-crawler": "~3.0|~4.0",
                "symfony/http-foundation": "~3.0|~4.0"
            },
            "suggest": {
                "symfony/thanks": "Thank your favorite PHP projects on GitHub using the CLI",
                "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically"
            },
            "time": "2021-11-29T17:09:44+00:00",
            "bin": [
                "bin/drupal"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Drupal\\Console\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "David Flores",
                    "email": "dmousex@gmail.com",
                    "homepage": "http://dmouse.net"
                },
                {
                    "name": "Jesus Manuel Olivas",
                    "email": "jesus.olivas@gmail.com",
                    "homepage": "http://jmolivas.com"
                },
                {
                    "name": "Eduardo Garcia",
                    "email": "enzo@enzolutions.com",
                    "homepage": "http://enzolutions.com/"
                },
                {
                    "name": "Omar Aguirre",
                    "email": "omersguchigu@gmail.com"
                },
                {
                    "name": "Drupal Console Contributors",
                    "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors"
                }
            ],
            "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.",
            "homepage": "http://drupalconsole.com/",
            "keywords": [
                "console",
                "development",
                "drupal",
                "symfony"
            ],
            "support": {
                "docs": "https://docs.drupalconsole.com/",
                "forum": "https://gitter.im/hechoendrupal/DrupalConsole",
                "issues": "https://github.com/hechoendrupal/drupal-console/issues",
                "source": "https://github.com/hechoendrupal/drupal-console/tree/1.9.8"
            },
            "funding": [
                {
                    "url": "https://opencollective.com/drupalconsole",
                    "type": "open_collective"
                }
            ],
            "install-path": "../drupal/console"
        },
        {
            "name": "drupal/console-core",
            "version": "1.9.7",
            "version_normalized": "1.9.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/hechoendrupal/drupal-console-core.git",
                "reference": "ab3abc2631761c9588230ba88189d9ba4eb9ed63"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/ab3abc2631761c9588230ba88189d9ba4eb9ed63",
                "reference": "ab3abc2631761c9588230ba88189d9ba4eb9ed63",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-configuration": "^1.0",
                "drupal/console-en": "1.9.7",
                "guzzlehttp/guzzle": "~6.1",
                "php": ">=7.0.8",
                "stecman/symfony-console-completion": "~0.7",
                "symfony/config": "~3.0|^4.4",
                "symfony/console": "~3.0|^4.4",
                "symfony/debug": "~3.0|^4.4",
                "symfony/dependency-injection": "~3.0|^4.4",
                "symfony/event-dispatcher": "~3.0|^4.4",
                "symfony/filesystem": "~3.0|^4.4",
                "symfony/finder": "~3.0|^4.4",
                "symfony/process": "~3.0|^4.4",
                "symfony/translation": "~3.0|^4.4",
                "symfony/yaml": "~3.0|^4.4",
                "twig/twig": "^1.38.2|^2.12.0",
                "webflo/drupal-finder": "^1.0",
                "webmozart/path-util": "^2.3"
            },
            "time": "2020-11-30T01:45:57+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Drupal\\Console\\Core\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "David Flores",
                    "email": "dmousex@gmail.com",
                    "homepage": "http://dmouse.net"
                },
                {
                    "name": "Jesus Manuel Olivas",
                    "email": "jesus.olivas@gmail.com",
                    "homepage": "http://jmolivas.com"
                },
                {
                    "name": "Eduardo Garcia",
                    "email": "enzo@enzolutions.com",
                    "homepage": "http://enzolutions.com/"
                },
                {
                    "name": "Omar Aguirre",
                    "email": "omersguchigu@gmail.com"
                },
                {
                    "name": "Drupal Console Contributors",
                    "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
                }
            ],
            "description": "Drupal Console Core",
            "homepage": "http://drupalconsole.com/",
            "keywords": [
                "console",
                "development",
                "drupal",
                "symfony"
            ],
            "support": {
                "docs": "http://docs.drupalconsole.com/",
                "forum": "https://gitter.im/hechoendrupal/DrupalConsole",
                "issues": "https://github.com/hechoendrupal/DrupalConsole/issues",
                "source": "https://github.com/hechoendrupal/drupal-console-core/tree/1.9.7"
            },
            "install-path": "../drupal/console-core"
        },
        {
            "name": "drupal/console-en",
            "version": "v1.9.7",
            "version_normalized": "1.9.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/hechoendrupal/drupal-console-en.git",
                "reference": "7594601fff153c2799a62bd678ff80749baeee0c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/7594601fff153c2799a62bd678ff80749baeee0c",
                "reference": "7594601fff153c2799a62bd678ff80749baeee0c",
                "shasum": ""
            },
            "time": "2020-08-15T03:34:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "David Flores",
                    "email": "dmousex@gmail.com",
                    "homepage": "http://dmouse.net"
                },
                {
                    "name": "Jesus Manuel Olivas",
                    "email": "jesus.olivas@gmail.com",
                    "homepage": "http://jmolivas.com"
                },
                {
                    "name": "Eduardo Garcia",
                    "email": "enzo@enzolutions.com",
                    "homepage": "http://enzolutions.com/"
                },
                {
                    "name": "Omar Aguirre",
                    "email": "omersguchigu@gmail.com"
                },
                {
                    "name": "Drupal Console Contributors",
                    "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
                }
            ],
            "description": "Drupal Console English Language",
            "homepage": "http://drupalconsole.com/",
            "keywords": [
                "console",
                "development",
                "drupal",
                "symfony"
            ],
            "support": {
                "docs": "https://docs.drupalconsole.com",
                "forum": "https://gitter.im/hechoendrupal/DrupalConsole",
                "issues": "https://github.com/hechoendrupal/DrupalConsole/issues",
                "source": "https://github.com/hechoendrupal/drupal-console-en/tree/master"
            },
            "install-path": "../drupal/console-en"
        },
        {
            "name": "drupal/console-extend-plugin",
            "version": "0.9.5",
            "version_normalized": "0.9.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git",
                "reference": "eff6da99cfb5fe1fc60990672d2667c402eb3585"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/eff6da99cfb5fe1fc60990672d2667c402eb3585",
                "reference": "eff6da99cfb5fe1fc60990672d2667c402eb3585",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "composer/installers": "^1.2",
                "symfony/finder": "~3.0|^4.4",
                "symfony/yaml": "~3.0|^4.4"
            },
            "time": "2020-11-18T00:15:28+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Drupal\\Console\\Composer\\Plugin\\Extender"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Drupal\\Console\\Composer\\Plugin\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Jesus Manuel Olivas",
                    "email": "jesus.olivas@gmail.com"
                }
            ],
            "description": "Drupal Console Extend Plugin",
            "support": {
                "issues": "https://github.com/hechoendrupal/drupal-console-extend-plugin/issues",
                "source": "https://github.com/hechoendrupal/drupal-console-extend-plugin/tree/0.9.5"
            },
            "install-path": "../drupal/console-extend-plugin"
        },
        {
            "name": "drupal/core",
            "version": "9.2.11",
            "version_normalized": "9.2.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/drupal/core.git",
                "reference": "5e2414d2d825999807b6ca3334fc9bdaa11bf8d4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drupal/core/zipball/5e2414d2d825999807b6ca3334fc9bdaa11bf8d4",
                "reference": "5e2414d2d825999807b6ca3334fc9bdaa11bf8d4",
                "shasum": ""
            },
            "require": {
                "asm89/stack-cors": "^1.1",
                "composer/semver": "^3.0",
                "doctrine/annotations": "^1.12",
                "doctrine/reflection": "^1.1",
                "egulias/email-validator": "^2.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": "^6.5.2",
                "laminas/laminas-diactoros": "^2.1",
                "laminas/laminas-feed": "^2.12",
                "masterminds/html5": "^2.1",
                "pear/archive_tar": "^1.4.14",
                "php": ">=7.3.0",
                "psr/log": "^1.0",
                "stack/builder": "^1.0",
                "symfony-cmf/routing": "^2.1",
                "symfony/console": "^4.4",
                "symfony/dependency-injection": "^4.4",
                "symfony/event-dispatcher": "^4.4",
                "symfony/http-foundation": "^4.4.7",
                "symfony/http-kernel": "^4.4",
                "symfony/mime": "^5.3.0",
                "symfony/polyfill-iconv": "^1.0",
                "symfony/process": "^4.4",
                "symfony/psr-http-message-bridge": "^2.0",
                "symfony/routing": "^4.4",
                "symfony/serializer": "^4.4",
                "symfony/translation": "^4.4",
                "symfony/validator": "^4.4",
                "symfony/yaml": "^4.4.19",
                "twig/twig": "^2.12.0",
                "typo3/phar-stream-wrapper": "^3.1.3"
            },
            "conflict": {
                "drush/drush": "<8.1.10"
            },
            "replace": {
                "drupal/action": "self.version",
                "drupal/aggregator": "self.version",
                "drupal/automated_cron": "self.version",
                "drupal/ban": "self.version",
                "drupal/bartik": "self.version",
                "drupal/basic_auth": "self.version",
                "drupal/big_pipe": "self.version",
                "drupal/block": "self.version",
                "drupal/block_content": "self.version",
                "drupal/book": "self.version",
                "drupal/breakpoint": "self.version",
                "drupal/ckeditor": "self.version",
                "drupal/claro": "self.version",
                "drupal/classy": "self.version",
                "drupal/color": "self.version",
                "drupal/comment": "self.version",
                "drupal/config": "self.version",
                "drupal/config_translation": "self.version",
                "drupal/contact": "self.version",
                "drupal/content_moderation": "self.version",
                "drupal/content_translation": "self.version",
                "drupal/contextual": "self.version",
                "drupal/core-annotation": "self.version",
                "drupal/core-assertion": "self.version",
                "drupal/core-bridge": "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",
                "drupal/datetime": "self.version",
                "drupal/datetime_range": "self.version",
                "drupal/dblog": "self.version",
                "drupal/dynamic_page_cache": "self.version",
                "drupal/editor": "self.version",
                "drupal/entity_reference": "self.version",
                "drupal/field": "self.version",
                "drupal/field_layout": "self.version",
                "drupal/field_ui": "self.version",
                "drupal/file": "self.version",
                "drupal/filter": "self.version",
                "drupal/forum": "self.version",
                "drupal/hal": "self.version",
                "drupal/help": "self.version",
                "drupal/help_topics": "self.version",
                "drupal/history": "self.version",
                "drupal/image": "self.version",
                "drupal/inline_form_errors": "self.version",
                "drupal/jsonapi": "self.version",
                "drupal/language": "self.version",
                "drupal/layout_builder": "self.version",
                "drupal/layout_discovery": "self.version",
                "drupal/link": "self.version",
                "drupal/locale": "self.version",
                "drupal/media": "self.version",
                "drupal/media_library": "self.version",
                "drupal/menu_link_content": "self.version",
                "drupal/menu_ui": "self.version",
                "drupal/migrate": "self.version",
                "drupal/migrate_drupal": "self.version",
                "drupal/migrate_drupal_multilingual": "self.version",
                "drupal/migrate_drupal_ui": "self.version",
                "drupal/minimal": "self.version",
                "drupal/node": "self.version",
                "drupal/olivero": "self.version",
                "drupal/options": "self.version",
                "drupal/page_cache": "self.version",
                "drupal/path": "self.version",
                "drupal/path_alias": "self.version",
                "drupal/quickedit": "self.version",
                "drupal/rdf": "self.version",
                "drupal/responsive_image": "self.version",
                "drupal/rest": "self.version",
                "drupal/search": "self.version",
                "drupal/serialization": "self.version",
                "drupal/settings_tray": "self.version",
                "drupal/seven": "self.version",
                "drupal/shortcut": "self.version",
                "drupal/standard": "self.version",
                "drupal/stark": "self.version",
                "drupal/statistics": "self.version",
                "drupal/syslog": "self.version",
                "drupal/system": "self.version",
                "drupal/taxonomy": "self.version",
                "drupal/telephone": "self.version",
                "drupal/text": "self.version",
                "drupal/toolbar": "self.version",
                "drupal/tour": "self.version",
                "drupal/tracker": "self.version",
                "drupal/update": "self.version",
                "drupal/user": "self.version",
                "drupal/views": "self.version",
                "drupal/views_ui": "self.version",
                "drupal/workflows": "self.version",
                "drupal/workspaces": "self.version"
            },
            "time": "2022-01-19T00:14:13+00:00",
            "type": "drupal-core",
            "extra": {
                "drupal-scaffold": {
                    "file-mapping": {
                        "[project-root]/.editorconfig": "assets/scaffold/files/editorconfig",
                        "[project-root]/.gitattributes": "assets/scaffold/files/gitattributes",
                        "[web-root]/.csslintrc": "assets/scaffold/files/csslintrc",
                        "[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]/.htaccess": "assets/scaffold/files/htaccess",
                        "[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore",
                        "[web-root]/index.php": "assets/scaffold/files/index.php",
                        "[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt",
                        "[web-root]/README.md": "assets/scaffold/files/drupal.README.md",
                        "[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]/sites/README.txt": "assets/scaffold/files/sites.README.txt",
                        "[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/example.sites.php": "assets/scaffold/files/example.sites.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",
                        "[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt",
                        "[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt",
                        "[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt"
                    }
                },
                "patches_applied": {
                    "#2924061: Create views plugins for date range fields": "https://www.drupal.org/files/issues/2019-04-15/2924061-14.patch",
                    "#2898635: [PP-1] bundleFieldDefinitions() are not added in EntityViewsData": "https://www.drupal.org/files/issues/2020-01-16/2898635-28.patch"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Drupal\\Core\\": "lib/Drupal/Core",
                    "Drupal\\Component\\": "lib/Drupal/Component",
                    "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
                },
                "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/Driver/mysql/Connection.php",
                    "lib/Drupal/Core/Database/Driver/pgsql/Connection.php",
                    "lib/Drupal/Core/Database/Driver/sqlite/Connection.php",
                    "lib/Drupal/Core/Database/Statement.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/Http/InputBag.php",
                    "lib/Drupal/Core/Installer/InstallerRedirectTrait.php",
                    "lib/Drupal/Core/Site/Settings.php"
                ],
                "files": [
                    "includes/bootstrap.inc"
                ]
            },
            "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/9.2.11"
            },
            "install-path": "../../web/core"
        },
        {
            "name": "drupal/core-composer-scaffold",
            "version": "9.2.11",
            "version_normalized": "9.2.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/drupal/core-composer-scaffold.git",
                "reference": "3c9efe8e154acc2cadb86b51733be55556677b0b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/3c9efe8e154acc2cadb86b51733be55556677b0b",
                "reference": "3c9efe8e154acc2cadb86b51733be55556677b0b",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1 || ^2",
                "php": ">=7.3.0"
            },
            "conflict": {
                "drupal-composer/drupal-scaffold": "*"
            },
            "require-dev": {
                "composer/composer": "^1.8@stable"
            },
            "time": "2021-08-24T12:04:07+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/9.2.11"
            },
            "install-path": "../drupal/core-composer-scaffold"
        },
        {
            "name": "drupal/core-recommended",
            "version": "9.2.11",
            "version_normalized": "9.2.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/drupal/core-recommended.git",
                "reference": "2364afabec59431f0f3e03458af27b7e60b73cec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drupal/core-recommended/zipball/2364afabec59431f0f3e03458af27b7e60b73cec",
                "reference": "2364afabec59431f0f3e03458af27b7e60b73cec",
                "shasum": ""
            },
            "require": {
                "asm89/stack-cors": "1.3.0",
                "composer/semver": "3.2.5",
                "doctrine/annotations": "1.13.1",
                "doctrine/lexer": "1.2.1",
                "doctrine/reflection": "1.2.2",
                "drupal/core": "9.2.11",
                "egulias/email-validator": "2.1.25",
                "guzzlehttp/guzzle": "6.5.5",
                "guzzlehttp/promises": "1.4.1",
                "guzzlehttp/psr7": "1.8.2",
                "laminas/laminas-diactoros": "2.6.0",
                "laminas/laminas-escaper": "2.7.0",
                "laminas/laminas-feed": "2.14.1",
                "laminas/laminas-stdlib": "3.3.1",
                "laminas/laminas-zendframework-bridge": "1.2.0",
                "masterminds/html5": "2.7.4",
                "pear/archive_tar": "1.4.14",
                "pear/console_getopt": "v1.4.3",
                "pear/pear-core-minimal": "v1.10.10",
                "pear/pear_exception": "v1.0.2",
                "psr/cache": "1.0.1",
                "psr/container": "1.1.1",
                "psr/http-factory": "1.0.1",
                "psr/http-message": "1.0.1",
                "psr/log": "1.1.4",
                "ralouphie/getallheaders": "3.0.3",
                "stack/builder": "v1.0.6",
                "symfony-cmf/routing": "2.3.3",
                "symfony/console": "v4.4.25",
                "symfony/debug": "v4.4.25",
                "symfony/dependency-injection": "v4.4.25",
                "symfony/deprecation-contracts": "v2.4.0",
                "symfony/error-handler": "v4.4.25",
                "symfony/event-dispatcher": "v4.4.25",
                "symfony/event-dispatcher-contracts": "v1.1.9",
                "symfony/http-client-contracts": "v2.4.0",
                "symfony/http-foundation": "v4.4.25",
                "symfony/http-kernel": "v4.4.25",
                "symfony/mime": "v5.3.0",
                "symfony/polyfill-ctype": "v1.23.0",
                "symfony/polyfill-iconv": "v1.23.0",
                "symfony/polyfill-intl-idn": "v1.23.0",
                "symfony/polyfill-intl-normalizer": "v1.23.0",
                "symfony/polyfill-mbstring": "v1.23.0",
                "symfony/polyfill-php80": "v1.23.0",
                "symfony/process": "v4.4.25",
                "symfony/psr-http-message-bridge": "v2.1.0",
                "symfony/routing": "v4.4.25",
                "symfony/serializer": "v4.4.35",
                "symfony/service-contracts": "v2.4.0",
                "symfony/translation": "v4.4.25",
                "symfony/translation-contracts": "v2.4.0",
                "symfony/validator": "v4.4.25",
                "symfony/var-dumper": "v5.3.0",
                "symfony/yaml": "v4.4.25",
                "twig/twig": "v2.14.6",
                "typo3/phar-stream-wrapper": "v3.1.6"
            },
            "conflict": {
                "webflo/drupal-core-strict": "*"
            },
            "time": "2022-01-19T00:14:13+00:00",
            "type": "metapackage",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Locked core dependencies; require this project INSTEAD OF drupal/core.",
            "support": {
                "source": "https://github.com/drupal/core-recommended/tree/9.2.11"
            },
            "install-path": null
        },
        {
            "name": "drupal/ctools",
            "version": "3.7.0",
            "version_normalized": "3.7.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ctools.git",
                "reference": "8.x-3.7"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.7.zip",
                "reference": "8.x-3.7",
                "shasum": "b11c0981a1d2ab3cc9e8e614a337d8e2a2a70c0e"
            },
            "require": {
                "drupal/core": "^8.8 || ^9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.7",
                    "datestamp": "1623860918",
                    "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/dropzonejs",
            "version": "2.5.0",
            "version_normalized": "2.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/dropzonejs.git",
                "reference": "8.x-2.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/dropzonejs-8.x-2.5.zip",
                "reference": "8.x-2.5",
                "shasum": "9918bd8c3c62599ec701be3bbac986741e735859"
            },
            "require": {
                "drupal/core": "^8.8 || ^9"
            },
            "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.5",
                    "datestamp": "1614606376",
                    "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": "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/dropzonejs_eb_widget",
            "version": "2.5.0",
            "version_normalized": "2.5.0.0",
            "require": {
                "drupal/core": "^8.8 || ^9",
                "drupal/dropzonejs": "*",
                "drupal/entity_browser": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-2.5",
                    "datestamp": "1614606376",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Drupal Media Team",
                    "homepage": "https://www.drupal.org/user/3260690"
                },
                {
                    "name": "Drupal media CI",
                    "homepage": "https://www.drupal.org/user/3057985"
                },
                {
                    "name": "Primsi",
                    "homepage": "https://www.drupal.org/user/282629"
                },
                {
                    "name": "chr.fritsch",
                    "homepage": "https://www.drupal.org/user/2103716"
                },
                {
                    "name": "jungle",
                    "homepage": "https://www.drupal.org/user/2919723"
                },
                {
                    "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": "DropzoneJS Entity browser widget.",
            "homepage": "https://www.drupal.org/project/dropzonejs",
            "support": {
                "source": "https://git.drupalcode.org/project/dropzonejs"
            },
            "install-path": null
        },
        {
            "name": "drupal/embed",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/embed.git",
                "reference": "8.x-1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.4.zip",
                "reference": "8.x-1.4",
                "shasum": "09a2bda039bfbb3fff01c91964384bf3d924b8c5"
            },
            "require": {
                "drupal/core": "^8.7.7 || ^9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.4",
                    "datestamp": "1590176831",
                    "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": "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": "cs_shadow",
                    "homepage": "https://www.drupal.org/user/2828287"
                },
                {
                    "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/entity",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity.git",
                "reference": "8.x-1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.2.zip",
                "reference": "8.x-1.2",
                "shasum": "7e7cb12ea65d9f986b59935eda316387cf511079"
            },
            "require": {
                "drupal/core": "^8.8 || ^9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.2",
                    "datestamp": "1606399149",
                    "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": "TR",
                    "homepage": "https://www.drupal.org/user/202830"
                },
                {
                    "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"
                }
            ],
            "description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
            "homepage": "http://drupal.org/project/entity",
            "support": {
                "source": "https://git.drupalcode.org/project/entity"
            },
            "install-path": "../../web/modules/contrib/entity"
        },
        {
            "name": "drupal/entity_browser",
            "version": "2.6.0",
            "version_normalized": "2.6.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity_browser.git",
                "reference": "8.x-2.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.6.zip",
                "reference": "8.x-2.6",
                "shasum": "95cad4ce9620ccb4f02afa0e8b8bbf7c73fc5aac"
            },
            "require": {
                "drupal/core": "^8.8 || ^9"
            },
            "require-dev": {
                "drupal/embed": "~1.0",
                "drupal/entity_embed": "1.x-dev",
                "drupal/entity_reference_revisions": "1.x-dev",
                "drupal/entityqueue": "1.x-dev",
                "drupal/inline_entity_form": "1.x-dev",
                "drupal/paragraphs": "1.x-dev",
                "drupal/token": "~1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.6",
                    "datestamp": "1624401306",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Notice: Undefined index: entity_browser_select": "https://www.drupal.org/files/issues/2021-01-15/undefined_index__entity_browser_select-3086783-008.patch"
                }
            },
            "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": "Drupal Media Team",
                    "homepage": "https://www.drupal.org/user/3260690"
                },
                {
                    "name": "Primsi",
                    "homepage": "https://www.drupal.org/user/282629"
                },
                {
                    "name": "marcingy",
                    "homepage": "https://www.drupal.org/user/77320"
                },
                {
                    "name": "oknate",
                    "homepage": "https://www.drupal.org/user/471638"
                },
                {
                    "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": "http://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_browser_entity_form",
            "version": "2.6.0",
            "version_normalized": "2.6.0.0",
            "require": {
                "drupal/core": "^8.7.7 || ^9",
                "drupal/entity_browser": "*",
                "drupal/inline_entity_form": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-2.6",
                    "datestamp": "1624401306",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Berdir",
                    "homepage": "https://www.drupal.org/user/214652"
                },
                {
                    "name": "Dave Reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "Devin Carlson",
                    "homepage": "https://www.drupal.org/user/290182"
                },
                {
                    "name": "Drupal Media Team",
                    "homepage": "https://www.drupal.org/user/3260690"
                },
                {
                    "name": "Primsi",
                    "homepage": "https://www.drupal.org/user/282629"
                },
                {
                    "name": "marcingy",
                    "homepage": "https://www.drupal.org/user/77320"
                },
                {
                    "name": "oknate",
                    "homepage": "https://www.drupal.org/user/471638"
                },
                {
                    "name": "samuel.mortenson",
                    "homepage": "https://www.drupal.org/user/2582268"
                },
                {
                    "name": "slashrsm",
                    "homepage": "https://www.drupal.org/user/744628"
                }
            ],
            "description": "Entity browser inline entity form integration.",
            "homepage": "https://www.drupal.org/project/entity_browser",
            "support": {
                "source": "https://git.drupalcode.org/project/entity_browser"
            },
            "install-path": null
        },
        {
            "name": "drupal/entity_embed",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity_embed.git",
                "reference": "8.x-1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity_embed-8.x-1.2.zip",
                "reference": "8.x-1.2",
                "shasum": "e1d4c9d6931984836c1ea550c32ae40f42367525"
            },
            "require": {
                "drupal/core": "^8.8 || ^9",
                "drupal/embed": "^1.3"
            },
            "require-dev": {
                "drupal/entity_browser": "^2.2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.2",
                    "datestamp": "1631726164",
                    "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": "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": "Wim Leers",
                    "homepage": "https://www.drupal.org/user/99777"
                },
                {
                    "name": "cs_shadow",
                    "homepage": "https://www.drupal.org/user/2828287"
                },
                {
                    "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"
                }
            ],
            "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",
                "issues": "https://www.drupal.org/project/issues/entity_embed",
                "irc": "irc://irc.freenode.org/drupal-media"
            },
            "install-path": "../../web/modules/contrib/entity_embed"
        },
        {
            "name": "drupal/entity_print",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity_print.git",
                "reference": "8.x-2.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity_print-8.x-2.2.zip",
                "reference": "8.x-2.2",
                "shasum": "5bd7671e2563a68925ab7f6ecd8dc8e8e396a0ea"
            },
            "require": {
                "dompdf/dompdf": "~0.8.0",
                "drupal/core": "^8 || ^9"
            },
            "suggest": {
                "mikehaertl/phpwkhtmltopdf": "PhpWkhtmlToPdf provides the PHP library to use Wkhtmltopdf"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.2",
                    "datestamp": "1592533892",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "#2865185: Error generating document: Failed to generate PDF": "https://www.drupal.org/files/issues/2020-02-24/entity_print-2865185-error_generating_document-55.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Ben Dougherty",
                    "homepage": "https://www.drupal.org/u/benjy"
                },
                {
                    "name": "VladimirAus",
                    "homepage": "https://www.drupal.org/user/673120"
                },
                {
                    "name": "benjy",
                    "homepage": "https://www.drupal.org/user/1852732"
                },
                {
                    "name": "larowlan",
                    "homepage": "https://www.drupal.org/user/395439"
                },
                {
                    "name": "pameeela",
                    "homepage": "https://www.drupal.org/user/1431110"
                }
            ],
            "description": "PDF print solution for any Drupal entity.",
            "homepage": "http://drupal.org/project/entity_print",
            "keywords": [
                "PDF",
                "drupal",
                "print",
                "web"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/entity_print"
            },
            "install-path": "../../web/modules/contrib/entity_print"
        },
        {
            "name": "drupal/entity_reference_revisions",
            "version": "1.9.0",
            "version_normalized": "1.9.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/entity_reference_revisions.git",
                "reference": "8.x-1.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.9.zip",
                "reference": "8.x-1.9",
                "shasum": "e1c51bdea495eb3b458130d6f0a00c347f5637df"
            },
            "require": {
                "drupal/core": "^8.7.7 || ^9"
            },
            "require-dev": {
                "drupal/diff": "1.x-dev"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.9",
                    "datestamp": "1614805871",
                    "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/field_group",
            "version": "3.2.0",
            "version_normalized": "3.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/field_group.git",
                "reference": "8.x-3.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/field_group-8.x-3.2.zip",
                "reference": "8.x-3.2",
                "shasum": "2020bbfe40f6ba43bc733ae7c8761632572433a0"
            },
            "require": {
                "drupal/core": "^8.8 || ^9"
            },
            "require-dev": {
                "drupal/jquery_ui_accordion": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-3.2",
                    "datestamp": "1628513585",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Undefined property: stdClass::$region in field_group_form_process()": "https://www.drupal.org/files/issues/2020-06-15/3059614-37.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Hydra",
                    "homepage": "https://www.drupal.org/user/647364"
                },
                {
                    "name": "Stalski",
                    "homepage": "https://www.drupal.org/user/322618"
                },
                {
                    "name": "jyve",
                    "homepage": "https://www.drupal.org/user/591438"
                },
                {
                    "name": "nils.destoop",
                    "homepage": "https://www.drupal.org/user/361625"
                },
                {
                    "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/gnode",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "require": {
                "drupal/core": "^8.8 || ^9",
                "drupal/group": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-1.4",
                    "datestamp": "1625063515",
                    "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": "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/group",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/group.git",
                "reference": "8.x-1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/group-8.x-1.2.zip",
                "reference": "8.x-1.2",
                "shasum": "f9b9607fea3b169152165ce64d3bc871ddd40b73"
            },
            "require": {
                "drupal/core": "^8.8 || ^9",
                "drupal/entity": "^1.0",
                "drupal/variationcache": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.2",
                    "datestamp": "1596658355",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Fix access to the courses group": "https://www.drupal.org/files/issues/2020-08-14/group-course-3165140-4.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"
                }
            ],
            "description": "This module allows you to group users, content and other entities",
            "homepage": "http://drupal.org/project/group",
            "support": {
                "source": "https://git.drupalcode.org/project/group",
                "issues": "https://drupal.org/project/issues/group"
            },
            "install-path": "../../web/modules/contrib/group"
        },
        {
            "name": "drupal/h5p",
            "version": "dev-3150110-drupal-9-readyness",
            "version_normalized": "dev-3150110-drupal-9-readyness",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/issue/h5p-3150110.git",
                "reference": "b9b9d02c6cf42d7e7f4b6723fefc78f96630f06e"
            },
            "require": {
                "h5p/h5p-core": "1.24.2",
                "h5p/h5p-editor": "1.24.3"
            },
            "time": "2021-07-30T08:19:11+00:00",
            "type": "drupal-module",
            "installation-source": "source",
            "license": [
                "GPL-2.0+"
            ],
            "description": "Drupal H5P Module.",
            "homepage": "http://drupal.org/project/h5p",
            "install-path": "../../web/modules/contrib/h5p"
        },
        {
            "name": "drupal/inline_entity_form",
            "version": "1.0.0-rc9",
            "version_normalized": "1.0.0.0-RC9",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/inline_entity_form.git",
                "reference": "8.x-1.0-rc9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc9.zip",
                "reference": "8.x-1.0-rc9",
                "shasum": "78953103a9c6e4e44bc877820a35f39913ea4559"
            },
            "require": {
                "drupal/core": "^8.8 || ^9",
                "php": ">=7.1"
            },
            "require-dev": {
                "drupal/entity_reference_revisions": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-rc9",
                    "datestamp": "1618174486",
                    "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": "dawehner",
                    "homepage": "https://www.drupal.org/user/99340"
                },
                {
                    "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": "kaythay",
                    "homepage": "https://www.drupal.org/user/2182186"
                },
                {
                    "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/jquery_ui",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui.git",
                "reference": "8.x-1.4"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.4.zip",
                "reference": "8.x-1.4",
                "shasum": "64c19ecc8902e2b4b1ab0cc5f5fe28dbc83bfebe"
            },
            "require": {
                "drupal/core": "^8 || ^9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.4",
                    "datestamp": "1582149957",
                    "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": "RobLoach",
                    "homepage": "https://www.drupal.org/user/61114"
                },
                {
                    "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": "sun",
                    "homepage": "https://www.drupal.org/user/54136"
                },
                {
                    "name": "webchick",
                    "homepage": "https://www.drupal.org/user/24967"
                },
                {
                    "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_datepicker",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui_datepicker.git",
                "reference": "8.x-1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui_datepicker-8.x-1.2.zip",
                "reference": "8.x-1.2",
                "shasum": "19ffa245970ee4e9d908fa0c5d0761f567e487bb"
            },
            "require": {
                "drupal/core": "^8 || ^9",
                "drupal/jquery_ui": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.2",
                    "datestamp": "1642614454",
                    "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": "Andrei Ivnitskii",
                    "homepage": "https://www.drupal.org/u/ivnish",
                    "role": "Maintainer"
                },
                {
                    "name": "ivnish",
                    "homepage": "https://www.drupal.org/user/3547706"
                },
                {
                    "name": "jrockowitz",
                    "homepage": "https://www.drupal.org/user/371407"
                },
                {
                    "name": "lauriii",
                    "homepage": "https://www.drupal.org/user/1078742"
                },
                {
                    "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",
                "issues": "https://www.drupal.org/project/issues/jquery_ui_datepicker"
            },
            "install-path": "../../web/modules/contrib/jquery_ui_datepicker"
        },
        {
            "name": "drupal/jquery_ui_slider",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui_slider.git",
                "reference": "8.x-1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui_slider-8.x-1.1.zip",
                "reference": "8.x-1.1",
                "shasum": "79b90cf60d45fc33ffdaa84bb2d6563f78a7d3d1"
            },
            "require": {
                "drupal/core": "^8 || ^9",
                "drupal/jquery_ui": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.1",
                    "datestamp": "1584107817",
                    "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_touch_punch",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jquery_ui_touch_punch.git",
                "reference": "1.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jquery_ui_touch_punch-1.0.0.zip",
                "reference": "1.0.0",
                "shasum": "8444a0ed897ba3d8e8876a9602ec8b3dca678cd1"
            },
            "require": {
                "drupal/core": "^8 || ^9",
                "drupal/jquery_ui": "^1.0"
            },
            "suggest": {
                "furf/jquery-ui-touch-punch": "Required to use drupal/jquery_ui_touch_punch module."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "1.0.0",
                    "datestamp": "1591893292",
                    "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": "Naveen Valecha",
                    "homepage": "https://drupal.org/u/naveenvalecha",
                    "role": "Maintainer"
                }
            ],
            "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",
                "irc": "irc://irc.freenode.org/drupal-contribute"
            },
            "install-path": "../../web/modules/contrib/jquery_ui_touch_punch"
        },
        {
            "name": "drupal/jwt",
            "version": "1.0.0-rc1",
            "version_normalized": "1.0.0.0-RC1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/jwt.git",
                "reference": "8.x-1.0-rc1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/jwt-8.x-1.0-rc1.zip",
                "reference": "8.x-1.0-rc1",
                "shasum": "80b26cba67d7593e7b40985dfbf6c8d9b244f5a4"
            },
            "require": {
                "drupal/core": "^8.7.12 || ^9.0",
                "drupal/key": "^1.3",
                "firebase/php-jwt": "^4.0 | ^5.0",
                "php": ">=7.0.8"
            },
            "suggest": {
                "ext-openssl": "Enabling the openssl extension is required to use RSA keys"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-rc1",
                    "datestamp": "1623958868",
                    "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": "edwardchiapet",
                    "homepage": "https://www.drupal.org/user/2354784"
                },
                {
                    "name": "gabesullice",
                    "homepage": "https://www.drupal.org/user/2287430"
                },
                {
                    "name": "jonathan.green",
                    "homepage": "https://www.drupal.org/user/3505671"
                },
                {
                    "name": "pwolanin",
                    "homepage": "https://www.drupal.org/user/49851"
                }
            ],
            "description": "Provides a JSON Web Token authentication provider",
            "homepage": "https://www.drupal.org/project/jwt",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/jwt",
                "issues": "http://drupal.org/project/issues/jwt"
            },
            "install-path": "../../web/modules/contrib/jwt"
        },
        {
            "name": "drupal/jwt_auth_consumer",
            "version": "1.0.0-rc1",
            "version_normalized": "1.0.0.0-RC1",
            "require": {
                "drupal/core": "^8.7.12 || ^9.0",
                "drupal/jwt": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-rc1",
                    "datestamp": "1623958868",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "edwardchiapet",
                    "homepage": "https://www.drupal.org/user/2354784"
                },
                {
                    "name": "gabesullice",
                    "homepage": "https://www.drupal.org/user/2287430"
                },
                {
                    "name": "jonathan.green",
                    "homepage": "https://www.drupal.org/user/3505671"
                },
                {
                    "name": "pwolanin",
                    "homepage": "https://www.drupal.org/user/49851"
                }
            ],
            "description": "Authenticates JWTs generated by the jwt_auth_issuer module.",
            "homepage": "https://www.drupal.org/project/jwt",
            "support": {
                "source": "https://git.drupalcode.org/project/jwt"
            },
            "install-path": null
        },
        {
            "name": "drupal/jwt_auth_issuer",
            "version": "1.0.0-rc1",
            "version_normalized": "1.0.0.0-RC1",
            "require": {
                "drupal/core": "^8.7.12 || ^9.0",
                "drupal/jwt": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-rc1",
                    "datestamp": "1623958868",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "RC releases are not covered by Drupal security advisories."
                    }
                }
            },
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "edwardchiapet",
                    "homepage": "https://www.drupal.org/user/2354784"
                },
                {
                    "name": "gabesullice",
                    "homepage": "https://www.drupal.org/user/2287430"
                },
                {
                    "name": "jonathan.green",
                    "homepage": "https://www.drupal.org/user/3505671"
                },
                {
                    "name": "pwolanin",
                    "homepage": "https://www.drupal.org/user/49851"
                }
            ],
            "description": "Provides an endpoint which will issue JWTs.",
            "homepage": "https://www.drupal.org/project/jwt",
            "support": {
                "source": "https://git.drupalcode.org/project/jwt"
            },
            "install-path": null
        },
        {
            "name": "drupal/key",
            "version": "1.14.0",
            "version_normalized": "1.14.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/key.git",
                "reference": "8.x-1.14"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/key-8.x-1.14.zip",
                "reference": "8.x-1.14",
                "shasum": "097cec8e86b1c164727ca62521a06c36459754f1"
            },
            "require": {
                "drupal/core": "^8.7.7 || ^9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.14",
                    "datestamp": "1591765429",
                    "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": "Cellar Door",
                    "homepage": "https://www.drupal.org/user/658076"
                },
                {
                    "name": "crashtest_",
                    "homepage": "https://www.drupal.org/user/261457"
                },
                {
                    "name": "nerdstein",
                    "homepage": "https://www.drupal.org/user/1557710"
                },
                {
                    "name": "rlhawk",
                    "homepage": "https://www.drupal.org/user/352283"
                }
            ],
            "description": "Provides the ability to manage site-wide keys",
            "homepage": "http://drupal.org/project/key",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/key",
                "issues": "http://drupal.org/project/key"
            },
            "install-path": "../../web/modules/contrib/key"
        },
        {
            "name": "drupal/mailsystem",
            "version": "4.3.0",
            "version_normalized": "4.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/mailsystem.git",
                "reference": "8.x-4.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/mailsystem-8.x-4.3.zip",
                "reference": "8.x-4.3",
                "shasum": "1a74016e268ff207535be5d5e42ac8f72ac89050"
            },
            "require": {
                "drupal/core": "^8.7.7 || ^9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-4.3",
                    "datestamp": "1586203024",
                    "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": "Les Lim",
                    "homepage": "https://www.drupal.org/user/84263"
                },
                {
                    "name": "Manuel Garcia",
                    "homepage": "https://www.drupal.org/user/213194"
                },
                {
                    "name": "Nafes",
                    "homepage": "https://www.drupal.org/user/2489926"
                },
                {
                    "name": "miro_dietiker",
                    "homepage": "https://www.drupal.org/user/227761"
                },
                {
                    "name": "pillarsdotnet",
                    "homepage": "https://www.drupal.org/user/36148"
                }
            ],
            "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/media_entity_browser",
            "version": "2.0.0-alpha3",
            "version_normalized": "2.0.0.0-alpha3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/media_entity_browser.git",
                "reference": "8.x-2.0-alpha3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/media_entity_browser-8.x-2.0-alpha3.zip",
                "reference": "8.x-2.0-alpha3",
                "shasum": "d24510f705d676ad84af35b9c0597dcdf9b7cd25"
            },
            "require": {
                "drupal/core": "^8 || ^9",
                "drupal/entity_browser": "*",
                "drupal/entity_browser_entity_form": "*",
                "drupal/inline_entity_form": "*"
            },
            "require-dev": {
                "drupal/ctools": "*",
                "drupal/entity_browser": "^2",
                "drupal/entity_browser_entity_form": "^2",
                "drupal/inline_entity_form": "^1",
                "drupal/video_embed_field": "^2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.0-alpha3",
                    "datestamp": "1593747594",
                    "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": "Sam152",
                    "homepage": "https://www.drupal.org/user/1485048"
                },
                {
                    "name": "acbramley",
                    "homepage": "https://www.drupal.org/user/1036766"
                },
                {
                    "name": "benjy",
                    "homepage": "https://www.drupal.org/user/1852732"
                },
                {
                    "name": "larowlan",
                    "homepage": "https://www.drupal.org/user/395439"
                },
                {
                    "name": "rikki_iki",
                    "homepage": "https://www.drupal.org/user/1068918"
                }
            ],
            "description": "This module provides an Entity Browser for Media.",
            "homepage": "https://www.drupal.org/project/media_entity_browser",
            "support": {
                "source": "https://git.drupalcode.org/project/media_entity_browser"
            },
            "install-path": "../../web/modules/contrib/media_entity_browser"
        },
        {
            "name": "drupal/message",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/message.git",
                "reference": "8.x-1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/message-8.x-1.2.zip",
                "reference": "8.x-1.2",
                "shasum": "f1494d8c482840b01f8d1dcc4ed572d5844a3873"
            },
            "require": {
                "drupal/core": "^8 || ^9"
            },
            "require-dev": {
                "drupal/token": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.2",
                    "datestamp": "1607017386",
                    "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": "Grayside",
                    "homepage": "https://www.drupal.org/user/346868"
                },
                {
                    "name": "RoySegall",
                    "homepage": "https://www.drupal.org/user/1812910"
                },
                {
                    "name": "amitaibu",
                    "homepage": "https://www.drupal.org/user/57511"
                },
                {
                    "name": "itamar",
                    "homepage": "https://www.drupal.org/user/1757910"
                },
                {
                    "name": "jhedstrom",
                    "homepage": "https://www.drupal.org/user/208732"
                }
            ],
            "description": "Message",
            "homepage": "https://www.drupal.org/project/message",
            "support": {
                "source": "https://git.drupalcode.org/project/message"
            },
            "install-path": "../../web/modules/contrib/message"
        },
        {
            "name": "drupal/message_notify",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/message_notify.git",
                "reference": "8.x-1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/message_notify-8.x-1.2.zip",
                "reference": "8.x-1.2",
                "shasum": "10e91b84c817ef2c21590d273487c5259d1e7a6c"
            },
            "require": {
                "drupal/core": "^8 || ^9",
                "drupal/message": "~1.0"
            },
            "require-dev": {
                "drupal/message": "*",
                "drupal/message_example": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.2",
                    "datestamp": "1603382083",
                    "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": "RoySegall",
                    "homepage": "https://www.drupal.org/user/1812910"
                },
                {
                    "name": "amitaibu",
                    "homepage": "https://www.drupal.org/user/57511"
                },
                {
                    "name": "jhedstrom",
                    "homepage": "https://www.drupal.org/user/208732"
                }
            ],
            "description": "Notification framework for the Message module",
            "homepage": "https://drupal.org/project/message_notify",
            "support": {
                "source": "https://cgit.drupalcode.org/message_notify",
                "issues": "https://drupal.org/project/issues/message_notify",
                "irc": "irc://irc.freenode.org/drupal"
            },
            "install-path": "../../web/modules/contrib/message_notify"
        },
        {
            "name": "drupal/migrate_plus",
            "version": "5.1.0",
            "version_normalized": "5.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/migrate_plus.git",
                "reference": "8.x-5.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-5.1.zip",
                "reference": "8.x-5.1",
                "shasum": "1257427ab0c64459c3c1e42bb2a98d3114b77163"
            },
            "require": {
                "drupal/core": "^8.8 || ^9",
                "php": ">=7.1"
            },
            "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": "8.x-5.1",
                    "datestamp": "1588261060",
                    "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"
                }
            ],
            "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_tools",
            "version": "5.0.0",
            "version_normalized": "5.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/migrate_tools.git",
                "reference": "8.x-5.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-5.0.zip",
                "reference": "8.x-5.0",
                "shasum": "b7c91aa6f7de9d6d548f65f83c8736e47e5926a1"
            },
            "require": {
                "drupal/core": "^8.8 | ^9",
                "drupal/migrate_plus": "^5",
                "php": ">=7.1"
            },
            "require-dev": {
                "drupal/migrate_plus": "^5",
                "drupal/migrate_source_csv": "^3",
                "drush/drush": "^10"
            },
            "suggest": {
                "drush/drush": "^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-5.0",
                    "datestamp": "1588260531",
                    "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": "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/mimemail",
            "version": "1.0.0-alpha3",
            "version_normalized": "1.0.0.0-alpha3",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/mimemail.git",
                "reference": "8.x-1.0-alpha3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/mimemail-8.x-1.0-alpha3.zip",
                "reference": "8.x-1.0-alpha3",
                "shasum": "5e02422aa7ea56411c10086c56a5033558eccfa4"
            },
            "require": {
                "drupal/core": "^8 || ^9",
                "drupal/mailsystem": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0-alpha3",
                    "datestamp": "1591399267",
                    "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": "Allie Micka",
                    "homepage": "https://www.drupal.org/user/15091"
                },
                {
                    "name": "TR",
                    "homepage": "https://www.drupal.org/user/202830"
                },
                {
                    "name": "jerdavis",
                    "homepage": "https://www.drupal.org/user/228997"
                },
                {
                    "name": "sgabe",
                    "homepage": "https://www.drupal.org/user/232117"
                }
            ],
            "description": "Sends MIME-encoded emails with embedded images and attachments.",
            "homepage": "https://www.drupal.org/project/mimemail",
            "support": {
                "source": "https://git.drupalcode.org/project/mimemail"
            },
            "install-path": "../../web/modules/contrib/mimemail"
        },
        {
            "name": "drupal/opigno_alter_entity_autocomplete",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "require": {
                "drupal/core": "^9",
                "drupal/opigno_learning_path": "^3"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633703870",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "spheresh",
                    "homepage": "https://www.drupal.org/user/624860"
                },
                {
                    "name": "vshamov",
                    "homepage": "https://www.drupal.org/user/3689794"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "The module alters entity autocomplete suggestion list.",
            "homepage": "https://www.drupal.org/project/opigno_learning_path",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_learning_path"
            },
            "install-path": null
        },
        {
            "name": "drupal/opigno_calendar",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_calendar.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_calendar-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "b049c9b8e5c37465b443a6ce2f2495b2b4ba8aa4"
            },
            "require": {
                "drupal/core": "^9",
                "drupal/opigno_calendar_event": "*",
                "drupal/opigno_learning_path": "*",
                "drupal/popup_field_group": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633703166",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "spheresh",
                    "homepage": "https://www.drupal.org/user/624860"
                },
                {
                    "name": "vshamov",
                    "homepage": "https://www.drupal.org/user/3689794"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno calendar.",
            "homepage": "http://drupal.org/project/opigno_calendar",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_calendar"
            },
            "install-path": "../../web/modules/contrib/opigno_calendar"
        },
        {
            "name": "drupal/opigno_calendar_event",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_calendar_event.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_calendar_event-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "d4c33f78766d800e6fe2a1ba759f7b0714f3efe1"
            },
            "require": {
                "drupal/calendar": "*",
                "drupal/core": "^9",
                "drupal/entity": "*",
                "drupal/opigno_class": "*",
                "drupal/twig_field_value": "*"
            },
            "require-dev": {
                "drupal/group": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633703285",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "spheresh",
                    "homepage": "https://www.drupal.org/user/624860"
                },
                {
                    "name": "vshamov",
                    "homepage": "https://www.drupal.org/user/3689794"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno calendar event.",
            "homepage": "http://drupal.org/project/opigno_calendar_event",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_calendar_event"
            },
            "install-path": "../../web/modules/contrib/opigno_calendar_event"
        },
        {
            "name": "drupal/opigno_catalog",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_catalog.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_catalog-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "c78be1b6debcab87880eaf8744f3ecee8840a05a"
            },
            "require": {
                "drupal/core": "^9",
                "drupal/group": "*",
                "drupal/opigno_learning_path": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633703436",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "geophysicist",
                    "homepage": "https://www.drupal.org/user/479234"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno catalog.",
            "homepage": "http://drupal.org/project/opigno_catalog",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_catalog"
            },
            "install-path": "../../web/modules/contrib/opigno_catalog"
        },
        {
            "name": "drupal/opigno_certificate",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_certificate.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_certificate-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "841f2e802a46830cfa7666ef7f66ae6f0508d059"
            },
            "require": {
                "drupal/ckeditor_bgimage": "*",
                "drupal/core": "^9",
                "drupal/entity_print": "*",
                "drupal/token_filter": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633703480",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "spheresh",
                    "homepage": "https://www.drupal.org/user/624860"
                },
                {
                    "name": "vshamov",
                    "homepage": "https://www.drupal.org/user/3689794"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno certificate.",
            "homepage": "http://drupal.org/project/opigno_certificate",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_certificate"
            },
            "install-path": "../../web/modules/contrib/opigno_certificate"
        },
        {
            "name": "drupal/opigno_class",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_class.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_class-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "6119acd2b44a3e2fc5176da040f626e8729ee47a"
            },
            "require": {
                "drupal/config_rewrite": "*",
                "drupal/core": "^9",
                "drupal/group": "*",
                "drupal/userprotect": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633703522",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "geophysicist",
                    "homepage": "https://www.drupal.org/user/479234"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno class.",
            "homepage": "http://drupal.org/project/opigno_class",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_class"
            },
            "install-path": "../../web/modules/contrib/opigno_class"
        },
        {
            "name": "drupal/opigno_commerce",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_commerce.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_commerce-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "747afe8e756d6f7d49374e598f7a0e10742b0b84"
            },
            "require": {
                "drupal/commerce": "*",
                "drupal/commerce_cart": "*",
                "drupal/commerce_checkout": "*",
                "drupal/commerce_log": "*",
                "drupal/commerce_order": "*",
                "drupal/commerce_payment": "*",
                "drupal/commerce_price": "*",
                "drupal/commerce_product": "*",
                "drupal/commerce_store": "*",
                "drupal/core": "^9",
                "drupal/opigno_learning_path": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633703570",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "geophysicist",
                    "homepage": "https://www.drupal.org/user/479234"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno commerce.",
            "homepage": "http://drupal.org/project/opigno_commerce",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_commerce"
            },
            "install-path": "../../web/modules/contrib/opigno_commerce"
        },
        {
            "name": "drupal/opigno_course",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_course.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_course-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "0b36d1415cb0d0b82f2d693071189f5b6f3308ce"
            },
            "require": {
                "drupal/core": "^9",
                "drupal/group": "*",
                "drupal/opigno_class": "*",
                "drupal/opigno_module": "*",
                "drupal/opigno_module_group": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633703625",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "spheresh",
                    "homepage": "https://www.drupal.org/user/624860"
                },
                {
                    "name": "vshamov",
                    "homepage": "https://www.drupal.org/user/3689794"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno course.",
            "homepage": "http://drupal.org/project/opigno_course",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_course"
            },
            "install-path": "../../web/modules/contrib/opigno_course"
        },
        {
            "name": "drupal/opigno_cron",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_cron.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_cron-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "7b2f17df68bd4b603dc35e30c73fc7520fb353f8"
            },
            "require": {
                "drupal/config_rewrite": "*",
                "drupal/core": "^9",
                "drupal/queue_ui": "*",
                "drupal/ultimate_cron": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633703676",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "geophysicist",
                    "homepage": "https://www.drupal.org/user/479234"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno cron.",
            "homepage": "http://drupal.org/project/opigno_cron",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_cron"
            },
            "install-path": "../../web/modules/contrib/opigno_cron"
        },
        {
            "name": "drupal/opigno_dashboard",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_dashboard.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_dashboard-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "c3e13e9dc59551188b648dcf8d3077f81c53008e"
            },
            "require": {
                "drupal/core": "^9",
                "drupal/opigno_statistics": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633703725",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "spheresh",
                    "homepage": "https://www.drupal.org/user/624860"
                },
                {
                    "name": "vshamov",
                    "homepage": "https://www.drupal.org/user/3689794"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno dashboard",
            "homepage": "https://www.drupal.org/project/opigno_dashboard",
            "keywords": [
                "Drupal"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/opigno_dashboard",
                "issues": "https://www.drupal.org/project/issues/opigno_dashboard"
            },
            "install-path": "../../web/modules/contrib/opigno_dashboard"
        },
        {
            "name": "drupal/opigno_forum",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_forum.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_forum-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "9fab8d4a7330784fef67f215cac56797943d3592"
            },
            "require": {
                "drupal/core": "^9",
                "drupal/gnode": "*",
                "drupal/group": "*",
                "drupal/opigno_learning_path": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633703760",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "geophysicist",
                    "homepage": "https://www.drupal.org/user/479234"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno forum.",
            "homepage": "http://drupal.org/project/opigno_forum",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_forum"
            },
            "install-path": "../../web/modules/contrib/opigno_forum"
        },
        {
            "name": "drupal/opigno_group_manager",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_group_manager.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_group_manager-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "ce2a582e06e843819590f49bd6956455bc484033"
            },
            "require": {
                "drupal/core": "^9",
                "drupal/group": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633703795",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "geophysicist",
                    "homepage": "https://www.drupal.org/user/479234"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno group manager.",
            "homepage": "http://drupal.org/project/opigno_group_manager",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_group_manager"
            },
            "install-path": "../../web/modules/contrib/opigno_group_manager"
        },
        {
            "name": "drupal/opigno_ilt",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_ilt.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_ilt-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "54689de6b8657c14cb038b4d5460b39982decc35"
            },
            "require": {
                "drupal/core": "^9",
                "drupal/group": "*",
                "drupal/opigno_calendar": "*",
                "drupal/opigno_calendar_event": "*",
                "drupal/opigno_cron": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633703825",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "spheresh",
                    "homepage": "https://www.drupal.org/user/624860"
                },
                {
                    "name": "vshamov",
                    "homepage": "https://www.drupal.org/user/3689794"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno ilt.",
            "homepage": "http://drupal.org/project/opigno_ilt",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_ilt"
            },
            "install-path": "../../web/modules/contrib/opigno_ilt"
        },
        {
            "name": "drupal/opigno_learning_path",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_learning_path.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_learning_path-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "4ff066acdc13b9cb4c104a80d5e15d8588bb3332"
            },
            "require": {
                "drupal/better_exposed_filters": "*",
                "drupal/config_rewrite": "*",
                "drupal/core": "^9",
                "drupal/dropzonejs": "*",
                "drupal/dropzonejs_eb_widget": "*",
                "drupal/entity_browser": "*",
                "drupal/group": "*",
                "drupal/opigno_alter_entity_autocomplete": "*",
                "drupal/opigno_certificate": "*",
                "drupal/opigno_class": "*",
                "drupal/opigno_course": "*",
                "drupal/opigno_cron": "*",
                "drupal/opigno_group_manager": "*",
                "drupal/opigno_module": "*",
                "drupal/opigno_module_group": "*",
                "drupal/opigno_notification": "*",
                "drupal/opigno_user_selection": "*",
                "drupal/tft": "*",
                "drupal/twig_field_value": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633703870",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "spheresh",
                    "homepage": "https://www.drupal.org/user/624860"
                },
                {
                    "name": "vshamov",
                    "homepage": "https://www.drupal.org/user/3689794"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno Learning Path Module.",
            "homepage": "http://drupal.org/project/opigno_learning_path",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_learning_path"
            },
            "install-path": "../../web/modules/contrib/opigno_learning_path"
        },
        {
            "name": "drupal/opigno_like",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_like.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_like-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "75755284dbe83f0ddbd654dc99d4e7e11d53849d"
            },
            "require": {
                "drupal/core": "^9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633704835",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "geophysicist",
                    "homepage": "https://www.drupal.org/user/479234"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno like.",
            "homepage": "http://drupal.org/project/opigno_like",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_like"
            },
            "install-path": "../../web/modules/contrib/opigno_like"
        },
        {
            "name": "drupal/opigno_messaging",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_messaging.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_messaging-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "fb9f6d6e40f175de6c4aaea6016aeeb1aff191b3"
            },
            "require": {
                "drupal/core": "^9",
                "drupal/group": "*",
                "drupal/opigno_statistics": "*",
                "drupal/private_message": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633704147",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "spheresh",
                    "homepage": "https://www.drupal.org/user/624860"
                },
                {
                    "name": "vshamov",
                    "homepage": "https://www.drupal.org/user/3689794"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno messaging.",
            "homepage": "http://drupal.org/project/opigno_messaging",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_messaging"
            },
            "install-path": "../../web/modules/contrib/opigno_messaging"
        },
        {
            "name": "drupal/opigno_migration",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_migration.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_migration-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "61e52cc7fc1f46b87c884dab2756a1ba3af312b3"
            },
            "require": {
                "drupal/core": "^9",
                "drupal/migrate_plus": "*",
                "drupal/migrate_tools": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633704210",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "geophysicist",
                    "homepage": "https://www.drupal.org/user/479234"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno migration.",
            "homepage": "http://drupal.org/project/opigno_migration",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_migration"
            },
            "install-path": "../../web/modules/contrib/opigno_migration"
        },
        {
            "name": "drupal/opigno_mobile_app",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_mobile_app.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_mobile_app-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "6b81b783c604fda68bbf47ab9741198c680dd816"
            },
            "require": {
                "drupal/core": "^9",
                "drupal/jwt": "*",
                "drupal/jwt_auth_consumer": "*",
                "drupal/jwt_auth_issuer": "*",
                "drupal/key": "*",
                "drupal/restui": "*"
            },
            "require-dev": {
                "drupal/opigno_notification": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633704810",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "spheresh",
                    "homepage": "https://www.drupal.org/user/624860"
                },
                {
                    "name": "vshamov",
                    "homepage": "https://www.drupal.org/user/3689794"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno mobile app.",
            "homepage": "http://drupal.org/project/opigno_mobile_app",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_mobile_app"
            },
            "install-path": "../../web/modules/contrib/opigno_mobile_app"
        },
        {
            "name": "drupal/opigno_module",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_module.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_module-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "710b872da9dd959ce8d81f71f902ecbc1ad7a15a"
            },
            "require": {
                "drupal/core": "^9",
                "drupal/h5p": "*",
                "drupal/pdf": "1.x-dev#ec8d13d"
            },
            "require-dev": {
                "drupal/h5p": "*",
                "drupal/h5peditor": "*",
                "drupal/opigno_class": "*",
                "drupal/opigno_file_upload": "*",
                "drupal/opigno_scorm": "*",
                "drupal/opigno_tincan_api": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633704907",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "spheresh",
                    "homepage": "https://www.drupal.org/user/624860"
                },
                {
                    "name": "vshamov",
                    "homepage": "https://www.drupal.org/user/3689794"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno Module Module.",
            "homepage": "http://drupal.org/project/opigno_module",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_module"
            },
            "install-path": "../../web/modules/contrib/opigno_module"
        },
        {
            "name": "drupal/opigno_module_group",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "require": {
                "drupal/core": "^9",
                "drupal/opigno_module": "^3"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633704907",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "spheresh",
                    "homepage": "https://www.drupal.org/user/624860"
                },
                {
                    "name": "vshamov",
                    "homepage": "https://www.drupal.org/user/3689794"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Implement Module entity with Group content.",
            "homepage": "https://www.drupal.org/project/opigno_module",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_module"
            },
            "install-path": null
        },
        {
            "name": "drupal/opigno_moxtra",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_moxtra.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_moxtra-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "25c8e82d8670eedcd5930cde750777178c9cb199"
            },
            "require": {
                "drupal/core": "^9",
                "drupal/group": "*",
                "drupal/opigno_calendar": "*",
                "drupal/opigno_calendar_event": "*",
                "drupal/opigno_class": "*",
                "drupal/opigno_cron": "*",
                "drupal/opigno_group_manager": "*",
                "drupal/opigno_learning_path": "*",
                "drupal/opigno_module": "*",
                "drupal/tft": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633704940",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "spheresh",
                    "homepage": "https://www.drupal.org/user/624860"
                },
                {
                    "name": "vshamov",
                    "homepage": "https://www.drupal.org/user/3689794"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno moxtra.",
            "homepage": "http://drupal.org/project/opigno_moxtra",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_moxtra"
            },
            "install-path": "../../web/modules/contrib/opigno_moxtra"
        },
        {
            "name": "drupal/opigno_notification",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_notification.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_notification-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "15140924dc441446cb6acfa56d8c4010559208cc"
            },
            "require": {
                "drupal/core": "^9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633704980",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "geophysicist",
                    "homepage": "https://www.drupal.org/user/479234"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno notification.",
            "homepage": "http://drupal.org/project/opigno_notification",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_notification"
            },
            "install-path": "../../web/modules/contrib/opigno_notification"
        },
        {
            "name": "drupal/opigno_scorm",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_scorm.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_scorm-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "23627f6d23167e28eac4549388b459e597eed303"
            },
            "require": {
                "drupal/core": "^9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633705015",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "geophysicist",
                    "homepage": "https://www.drupal.org/user/479234"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno scorm.",
            "homepage": "http://drupal.org/project/opigno_scorm",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_scorm"
            },
            "install-path": "../../web/modules/contrib/opigno_scorm"
        },
        {
            "name": "drupal/opigno_search",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_search.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_search-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "fbbb42976fb20b792e9c38b5e7c03ca5f3289657"
            },
            "require": {
                "drupal/config_rewrite": "*",
                "drupal/core": "^9",
                "drupal/search_api": "*",
                "drupal/search_api_db": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633705056",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "spheresh",
                    "homepage": "https://www.drupal.org/user/624860"
                },
                {
                    "name": "vshamov",
                    "homepage": "https://www.drupal.org/user/3689794"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno search.",
            "homepage": "http://drupal.org/project/opigno_search",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_search"
            },
            "install-path": "../../web/modules/contrib/opigno_search"
        },
        {
            "name": "drupal/opigno_social",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_social.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_social-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "2b8b45d2e48298036955f3efb2f5b401be5ceb23"
            },
            "require": {
                "drupal/core": "^9",
                "drupal/opigno_like": "*",
                "drupal/opigno_messaging": "*",
                "drupal/opigno_notification": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633705089",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "geophysicist",
                    "homepage": "https://www.drupal.org/user/479234"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno social.",
            "homepage": "http://drupal.org/project/opigno_social",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_social"
            },
            "install-path": "../../web/modules/contrib/opigno_social"
        },
        {
            "name": "drupal/opigno_statistics",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_statistics.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_statistics-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "716758c900c38f6fb723defd50addf9c9e8543c6"
            },
            "require": {
                "drupal/core": "^9",
                "drupal/group": "*",
                "drupal/opigno_learning_path": "*",
                "drupal/opigno_module": "*",
                "drupal/opigno_social": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633705160",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "spheresh",
                    "homepage": "https://www.drupal.org/user/624860"
                },
                {
                    "name": "vshamov",
                    "homepage": "https://www.drupal.org/user/3689794"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno statistics.",
            "homepage": "http://drupal.org/project/opigno_statistics",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_statistics"
            },
            "install-path": "../../web/modules/contrib/opigno_statistics"
        },
        {
            "name": "drupal/opigno_tincan_api",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_tincan_api.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_tincan_api-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "b68e22b99b28281c842b381d953a2e4262d61582"
            },
            "require": {
                "drupal/core": "^9"
            },
            "require-dev": {
                "drupal/group": "*",
                "drupal/opigno_certificate": "*",
                "drupal/opigno_group_manager": "*",
                "drupal/opigno_ilt": "*",
                "drupal/opigno_learning_path": "*",
                "drupal/opigno_module": "*",
                "drupal/opigno_moxtra": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633705225",
                    "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": "Amermod",
                    "homepage": "https://www.drupal.org/user/3331079"
                },
                {
                    "name": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "geophysicist",
                    "homepage": "https://www.drupal.org/user/479234"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno tincan api.",
            "homepage": "http://drupal.org/project/opigno_tincan_api",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_tincan_api"
            },
            "install-path": "../../web/modules/contrib/opigno_tincan_api"
        },
        {
            "name": "drupal/opigno_tour",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/opigno_tour.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/opigno_tour-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "303640c3a963106b54b4f0af1be634cc7b9e425f"
            },
            "require": {
                "drupal/core": "^9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633705291",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "spheresh",
                    "homepage": "https://www.drupal.org/user/624860"
                },
                {
                    "name": "vshamov",
                    "homepage": "https://www.drupal.org/user/3689794"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno tour.",
            "homepage": "http://drupal.org/project/opigno_tour",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_tour"
            },
            "install-path": "../../web/modules/contrib/opigno_tour"
        },
        {
            "name": "drupal/opigno_user_selection",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "require": {
                "drupal/core": "^9",
                "drupal/opigno_learning_path": "^3"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633703870",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "spheresh",
                    "homepage": "https://www.drupal.org/user/624860"
                },
                {
                    "name": "vshamov",
                    "homepage": "https://www.drupal.org/user/3689794"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno User Selection Module",
            "homepage": "https://www.drupal.org/project/opigno_learning_path",
            "support": {
                "source": "https://git.drupalcode.org/project/opigno_learning_path"
            },
            "install-path": null
        },
        {
            "name": "drupal/pdf",
            "version": "dev-1.x",
            "version_normalized": "dev-1.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/pdf.git",
                "reference": "1e33fbf7013df3998dd4f1375889a2df93156a0e"
            },
            "require": {
                "drupal/core": "^8 || ^9"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                },
                "drupal": {
                    "version": "8.x-1.0+2-dev",
                    "datestamp": "1593167028",
                    "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": "DanielFbrg",
                    "homepage": "https://www.drupal.org/user/884704"
                },
                {
                    "name": "JMOmandown",
                    "homepage": "https://www.drupal.org/user/1844552"
                },
                {
                    "name": "alextataurov",
                    "homepage": "https://www.drupal.org/user/957718"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "ram4nd",
                    "homepage": "https://www.drupal.org/user/601534"
                },
                {
                    "name": "shenzhuxi",
                    "homepage": "https://www.drupal.org/user/193802"
                }
            ],
            "description": "Display PDF file in Drupal without external readers and plugins.",
            "homepage": "https://www.drupal.org/project/pdf",
            "support": {
                "source": "https://git.drupalcode.org/project/pdf"
            },
            "install-path": "../../web/modules/contrib/pdf"
        },
        {
            "name": "drupal/popup_field_group",
            "version": "1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/popup_field_group.git",
                "reference": "8.x-1.6"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/popup_field_group-8.x-1.6.zip",
                "reference": "8.x-1.6",
                "shasum": "055e0241e855d71ced1b5e254de9b10df7a2924b"
            },
            "require": {
                "drupal/core": "^8 || ^9.0",
                "drupal/field_group": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.6",
                    "datestamp": "1592388830",
                    "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": "Anton Ivanov",
                    "homepage": "https://www.drupal.org/u/antonnavi",
                    "role": "Maintainer"
                },
                {
                    "name": "James Silver",
                    "homepage": "https://www.drupal.org/u/jamsilver",
                    "role": "Maintainer"
                }
            ],
            "description": "Adds a new field group option 'popup' which puts its children in a simple popup.",
            "homepage": "https://www.drupal.org/project/popup_field_group",
            "support": {
                "source": "https://git.drupalcode.org/project/popup_field_group",
                "issues": "https://www.drupal.org/project/issues/popup_field_group"
            },
            "install-path": "../../web/modules/contrib/popup_field_group"
        },
        {
            "name": "drupal/private_message",
            "version": "dev-2.x",
            "version_normalized": "dev-2.x",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/private_message.git",
                "reference": "028e2102"
            },
            "require": {
                "drupal/core": "^8.8.0 || ^9.0",
                "drupal/message": "^1.0",
                "drupal/message_notify": "^1.0",
                "php": ">=7.1"
            },
            "suggest": {
                "drush/drush": "^9 || ^10"
            },
            "type": "drupal-module",
            "extra": {
                "branch-alias": {
                    "dev-2.x": "2.x-dev"
                },
                "drupal": {
                    "version": "8.x-2.0-beta17+1-dev",
                    "datestamp": "1632812768",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Dev releases are not covered by Drupal security advisories."
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10"
                    }
                },
                "patches_applied": {
                    "UPDB fix": "https://www.drupal.org/files/issues/2021-09-10/opigno_private_messages_fix-3232402-1.patch",
                    "Missing text format: basic_html": "https://www.drupal.org/files/issues/2020-03-23/basic_html_to_plain_text-3121606-2.patch",
                    "Inbox not updated when empty": "https://www.drupal.org/files/issues/2019-11-25/private-message-inbox-when-empty-3095676-5.patch"
                }
            },
            "installation-source": "source",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Jay Friendly (Jaypan)",
                    "homepage": "https://www.jaypan.com",
                    "role": "Maintainer"
                },
                {
                    "name": "anmolgoyal74",
                    "homepage": "https://www.drupal.org/user/3560428"
                },
                {
                    "name": "artem_sylchuk",
                    "homepage": "https://www.drupal.org/user/2511902"
                },
                {
                    "name": "edutrul",
                    "homepage": "https://www.drupal.org/user/1621444"
                },
                {
                    "name": "heddn",
                    "homepage": "https://www.drupal.org/user/1463982"
                },
                {
                    "name": "phjou",
                    "homepage": "https://www.drupal.org/user/3344054"
                }
            ],
            "description": "A private message system for users to send messages to each other.",
            "homepage": "https://drupal.org/project/private_message",
            "support": {
                "source": "https://git.drupalcode.org/project/private_message",
                "issues": "https://drupal.org/project/issues/private_message"
            },
            "install-path": "../../web/modules/contrib/private_message"
        },
        {
            "name": "drupal/profile",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/profile.git",
                "reference": "8.x-1.3"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/profile-8.x-1.3.zip",
                "reference": "8.x-1.3",
                "shasum": "e2f0b76ae0cfb312259a956f7140cec261e543b1"
            },
            "require": {
                "drupal/core": "^8.8 || ^9",
                "drupal/entity": "^1.0-rc2"
            },
            "require-dev": {
                "drupal/token": "^1.7"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.3",
                    "datestamp": "1628099894",
                    "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": "http://drupal.org/project/profile",
            "support": {
                "source": "https://git.drupalcode.org/project/profile"
            },
            "install-path": "../../web/modules/contrib/profile"
        },
        {
            "name": "drupal/queue_ui",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/queue_ui.git",
                "reference": "8.x-2.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/queue_ui-8.x-2.2.zip",
                "reference": "8.x-2.2",
                "shasum": "a5ef0514c1371e42a71fdcfef01dc391cc7da0c3"
            },
            "require": {
                "drupal/core": "^8.8 || ^9"
            },
            "require-dev": {
                "drupal/queue_order": "^2"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.2",
                    "datestamp": "1601619129",
                    "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": "floretan",
                    "homepage": "https://www.drupal.org/user/2743951",
                    "role": "Maintainer"
                },
                {
                    "name": "coltrane",
                    "homepage": "https://www.drupal.org/user/91990",
                    "role": "Maintainer"
                },
                {
                    "name": "tsphethean",
                    "homepage": "https://www.drupal.org/user/66163",
                    "role": "Maintainer"
                },
                {
                    "name": "bceyssens",
                    "homepage": "https://www.drupal.org/user/2811585",
                    "role": "Maintainer"
                },
                {
                    "name": "voleger",
                    "homepage": "https://www.drupal.org/user/881620",
                    "role": "Maintainer"
                },
                {
                    "name": "voleger",
                    "homepage": "https://www.drupal.org/user/3260314"
                }
            ],
            "description": "Interface and manager for Drupal queues.",
            "homepage": "https://www.drupal.org/project/queue_ui",
            "keywords": [
                "drupal",
                "php",
                "queue"
            ],
            "support": {
                "source": "https://git.drupalcode.org/project/queue_ui",
                "issues": "https://www.drupal.org/project/issues/queue_ui"
            },
            "install-path": "../../web/modules/contrib/queue_ui"
        },
        {
            "name": "drupal/restui",
            "version": "1.20.0",
            "version_normalized": "1.20.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/restui.git",
                "reference": "8.x-1.20"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/restui-8.x-1.20.zip",
                "reference": "8.x-1.20",
                "shasum": "df1d3c486ee0e7b4e9a24e6523a69c9efe73caff"
            },
            "require": {
                "drupal/core": "^8.7.7 || ^9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.20",
                    "datestamp": "1616839543",
                    "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": "klausi",
                    "homepage": "https://www.drupal.org/user/262198"
                }
            ],
            "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/role_delegation",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/role_delegation.git",
                "reference": "8.x-1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/role_delegation-8.x-1.1.zip",
                "reference": "8.x-1.1",
                "shasum": "a63b548056cc729beacfd385625fafb983e0f73e"
            },
            "require": {
                "drupal/core": "^8 || ^9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.1",
                    "datestamp": "1580498751",
                    "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": "Jeroen Tubex",
                    "homepage": "https://www.drupal.org/u/jeroent",
                    "role": "Maintainer"
                },
                {
                    "name": "benjy",
                    "homepage": "https://www.drupal.org/user/1852732"
                }
            ],
            "description": "Allows site administrators to grant some roles the authority to assign selected roles to users.",
            "homepage": "http://drupal.org/project/role_delegation",
            "support": {
                "source": "https://git.drupalcode.org/project/role_delegation",
                "issues": "http://drupal.org/project/role_delegation"
            },
            "install-path": "../../web/modules/contrib/role_delegation"
        },
        {
            "name": "drupal/search_api",
            "version": "1.20.0",
            "version_normalized": "1.20.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/search_api.git",
                "reference": "8.x-1.20"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.20.zip",
                "reference": "8.x-1.20",
                "shasum": "4bed60ac7b502ccc1d4a01411aa35d2cb7f496c7"
            },
            "require": {
                "drupal/core": "^8.8 || ^9"
            },
            "conflict": {
                "drupal/search_api_solr": "2.* || 3.0 || 3.1"
            },
            "require-dev": {
                "drupal/language_fallback_fix": "@dev",
                "drupal/search_api_autocomplete": "@dev",
                "drupal/search_api_db": "*"
            },
            "suggest": {
                "drupal/facets": "Adds the ability to create faceted searches.",
                "drupal/search_api_autocomplete": "Allows adding autocomplete suggestions to search fields.",
                "drupal/search_api_solr": "Adds support for using Apache Solr as a backend."
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.20",
                    "datestamp": "1626684847",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10"
                    }
                },
                "patches_applied": {
                    "#3110652: Highlight processor causes theme to think user is anonymous": "https://www.drupal.org/files/issues/2020-05-21/highlight_processor_causes_theme_to_think_user_is_anonymous_3110652_5.patch"
                }
            },
            "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_db",
            "version": "1.23.0",
            "version_normalized": "1.23.0.0",
            "require": {
                "drupal/core": "^8.8 || ^9",
                "drupal/search_api": "*"
            },
            "type": "metapackage",
            "extra": {
                "drupal": {
                    "version": "8.x-1.23",
                    "datestamp": "1642935837",
                    "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": "Nick_vh",
                    "homepage": "https://www.drupal.org/user/122682"
                },
                {
                    "name": "borisson_",
                    "homepage": "https://www.drupal.org/user/2393360"
                },
                {
                    "name": "drunken monkey",
                    "homepage": "https://www.drupal.org/user/205582"
                }
            ],
            "description": "Offers an implementation of the Search API that uses database tables for indexing content.",
            "homepage": "https://www.drupal.org/project/search_api",
            "support": {
                "source": "https://git.drupalcode.org/project/search_api"
            },
            "install-path": null
        },
        {
            "name": "drupal/simple_gmap",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/simple_gmap.git",
                "reference": "3.0.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/simple_gmap-3.0.1.zip",
                "reference": "3.0.1",
                "shasum": "16c3d3a2f3470312e8e82d5d95cb70ba7cb54ff1"
            },
            "require": {
                "drupal/core": "^8 || ^9"
            },
            "require-dev": {
                "drupal/address": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.1",
                    "datestamp": "1622931515",
                    "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": "martin107",
                    "homepage": "https://www.drupal.org/user/2659379"
                }
            ],
            "description": "Provides a Google Maps link/map formatter for simple Text fields.",
            "homepage": "https://www.drupal.org/project/simple_gmap",
            "support": {
                "source": "https://git.drupalcode.org/project/simple_gmap"
            },
            "install-path": "../../web/modules/contrib/simple_gmap"
        },
        {
            "name": "drupal/state_machine",
            "version": "1.5.0",
            "version_normalized": "1.5.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/state_machine.git",
                "reference": "8.x-1.5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/state_machine-8.x-1.5.zip",
                "reference": "8.x-1.5",
                "shasum": "1c6bacfb94bb04a8e8f32e6027644c6381422350"
            },
            "require": {
                "drupal/core": "^8.7.7 || ^9",
                "php": ">=7.0.8"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.5",
                    "datestamp": "1628248627",
                    "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": "Brandonian",
                    "homepage": "https://www.drupal.org/user/77766"
                },
                {
                    "name": "Elijah Lynn",
                    "homepage": "https://www.drupal.org/user/353190"
                },
                {
                    "name": "arithmetric",
                    "homepage": "https://www.drupal.org/user/162305"
                },
                {
                    "name": "bojanz",
                    "homepage": "https://www.drupal.org/user/86106"
                },
                {
                    "name": "das-peter",
                    "homepage": "https://www.drupal.org/user/762870"
                },
                {
                    "name": "e2thex",
                    "homepage": "https://www.drupal.org/user/189123"
                },
                {
                    "name": "ericduran",
                    "homepage": "https://www.drupal.org/user/244460"
                },
                {
                    "name": "fmitchell",
                    "homepage": "https://www.drupal.org/user/213574"
                },
                {
                    "name": "indytechcook",
                    "homepage": "https://www.drupal.org/user/245817"
                },
                {
                    "name": "jsacksick",
                    "homepage": "https://www.drupal.org/user/972218"
                },
                {
                    "name": "robeano",
                    "homepage": "https://www.drupal.org/user/67660"
                },
                {
                    "name": "stevector",
                    "homepage": "https://www.drupal.org/user/179805"
                },
                {
                    "name": "timcosgrove",
                    "homepage": "https://www.drupal.org/user/118452"
                },
                {
                    "name": "zroger",
                    "homepage": "https://www.drupal.org/user/67977"
                }
            ],
            "description": "Provides code-driven workflow functionality.",
            "homepage": "http://drupal.org/project/state_machine",
            "support": {
                "source": "https://git.drupalcode.org/project/state_machine"
            },
            "install-path": "../../web/modules/contrib/state_machine"
        },
        {
            "name": "drupal/tft",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/tft.git",
                "reference": "3.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/tft-3.0.0.zip",
                "reference": "3.0.0",
                "shasum": "d79719ba331db0918e4ba3ee67d1bbfe27b23c99"
            },
            "require": {
                "drupal/core": "^9",
                "drupal/group": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "3.0.0",
                    "datestamp": "1633705335",
                    "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": "Jamesap",
                    "homepage": "https://www.drupal.org/user/2547544"
                },
                {
                    "name": "axelm",
                    "homepage": "https://www.drupal.org/user/1065700"
                },
                {
                    "name": "geophysicist",
                    "homepage": "https://www.drupal.org/user/479234"
                },
                {
                    "name": "wadmiraal",
                    "homepage": "https://www.drupal.org/user/440510"
                },
                {
                    "name": "yuriy.korzhov",
                    "homepage": "https://www.drupal.org/user/3477971"
                }
            ],
            "description": "Opigno tft.",
            "homepage": "http://drupal.org/project/opigno_tft",
            "support": {
                "source": "https://git.drupalcode.org/project/tft"
            },
            "install-path": "../../web/modules/contrib/tft"
        },
        {
            "name": "drupal/token",
            "version": "1.9.0",
            "version_normalized": "1.9.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/token.git",
                "reference": "8.x-1.9"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/token-8.x-1.9.zip",
                "reference": "8.x-1.9",
                "shasum": "a5d234382a1a0e4ba61d4c7a2fa10671ca656be4"
            },
            "require": {
                "drupal/core": "^8.8 || ^9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.9",
                    "datestamp": "1608284866",
                    "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": "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": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/token_filter.git",
                "reference": "8.x-1.2"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/token_filter-8.x-1.2.zip",
                "reference": "8.x-1.2",
                "shasum": "4d22feb0c96aeb747152d947499258e49769c237"
            },
            "require": {
                "drupal/core": "^8 || ^9",
                "drupal/token": "*"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.2",
                    "datestamp": "1588029999",
                    "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": "Dave Reid",
                    "homepage": "https://www.drupal.org/user/53892"
                },
                {
                    "name": "Deciphered",
                    "homepage": "https://www.drupal.org/user/103796"
                },
                {
                    "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": "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/twig_field_value",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/twig_field_value.git",
                "reference": "2.0.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/twig_field_value-2.0.0.zip",
                "reference": "2.0.0",
                "shasum": "d2d0db6249493542bf9d568970f67d10ce143f90"
            },
            "require": {
                "drupal/core": "^8 || ^9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "2.0.0",
                    "datestamp": "1587069998",
                    "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": "Sutharsan",
                    "homepage": "https://www.drupal.org/user/73854"
                }
            ],
            "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/ultimate_cron",
            "version": "2.0.0-alpha5",
            "version_normalized": "2.0.0.0-alpha5",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/ultimate_cron.git",
                "reference": "8.x-2.0-alpha5"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/ultimate_cron-8.x-2.0-alpha5.zip",
                "reference": "8.x-2.0-alpha5",
                "shasum": "0f10464fff29eca89024e7afa5b6d8d07bd52f75"
            },
            "require": {
                "drupal/core": "^8.7.7 || ^9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.0-alpha5",
                    "datestamp": "1600928948",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    }
                },
                "drush": {
                    "services": {
                        "drush.services.yml": "^9 || ^10"
                    }
                }
            },
            "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": "Dane Powell",
                    "homepage": "https://www.drupal.org/user/339326"
                },
                {
                    "name": "Primsi",
                    "homepage": "https://www.drupal.org/user/282629"
                },
                {
                    "name": "arnested",
                    "homepage": "https://www.drupal.org/user/245635"
                },
                {
                    "name": "gielfeldt",
                    "homepage": "https://www.drupal.org/user/366993"
                },
                {
                    "name": "miro_dietiker",
                    "homepage": "https://www.drupal.org/user/227761"
                }
            ],
            "description": "Ultimate cron",
            "homepage": "https://www.drupal.org/project/ultimate_cron",
            "support": {
                "source": "https://git.drupalcode.org/project/ultimate_cron"
            },
            "install-path": "../../web/modules/contrib/ultimate_cron"
        },
        {
            "name": "drupal/userprotect",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/userprotect.git",
                "reference": "8.x-1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/userprotect-8.x-1.1.zip",
                "reference": "8.x-1.1",
                "shasum": "485e240317a7fc1c0523b082f333c983ea3ca639"
            },
            "require": {
                "drupal/core": "^8 || ^9"
            },
            "require-dev": {
                "drupal/role_delegation": "^1.0"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.1",
                    "datestamp": "1578341583",
                    "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": "MegaChriz",
                    "homepage": "https://www.drupal.org/user/654114"
                },
                {
                    "name": "karschsp",
                    "homepage": "https://www.drupal.org/user/138216"
                }
            ],
            "description": "Allows admins to protect users from being edited or cancelled, on a per-user basis.",
            "homepage": "https://www.drupal.org/project/userprotect",
            "keywords": [
                "Drupal",
                "User Management"
            ],
            "support": {
                "source": "http://cgit.drupalcode.org/userprotect",
                "issues": "https://www.drupal.org/project/issues/userprotect"
            },
            "install-path": "../../web/modules/contrib/userprotect"
        },
        {
            "name": "drupal/variationcache",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/variationcache.git",
                "reference": "8.x-1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/variationcache-8.x-1.0.zip",
                "reference": "8.x-1.0",
                "shasum": "302bcd0bc4d7c12a9d18ad4f531d1c65fdac65b1"
            },
            "require": {
                "drupal/core": "^8.8 || ^9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.0",
                    "datestamp": "1588927568",
                    "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/video",
            "version": "1.5.0-alpha1",
            "version_normalized": "1.5.0.0-alpha1",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/video.git",
                "reference": "8.x-1.5-alpha1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/video-8.x-1.5-alpha1.zip",
                "reference": "8.x-1.5-alpha1",
                "shasum": "18f3985611224903c7fabd6cc0e28ea01b41f6d1"
            },
            "require": {
                "drupal/core": "^8 || ^9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-2.x",
                    "datestamp": "1610098268",
                    "security-coverage": {
                        "status": "not-covered",
                        "message": "Alpha releases are not covered by Drupal security advisories."
                    },
                    "package": "Field types"
                },
                "patches_applied": {
                    "#2986682: Add source and destination module for migrate plugin": "https://www.drupal.org/files/issues/2018-07-18/2986682-2.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Heshan Wanigasooriya",
                    "homepage": "https://www.drupal.org/u/heshanlk",
                    "role": "Maintainer"
                },
                {
                    "name": "abhishek-anand",
                    "homepage": "https://www.drupal.org/user/468982"
                },
                {
                    "name": "brycefisherfleig",
                    "homepage": "https://www.drupal.org/user/1300764"
                },
                {
                    "name": "chaitanya17",
                    "homepage": "https://www.drupal.org/user/1998300"
                },
                {
                    "name": "heshanlk",
                    "homepage": "https://www.drupal.org/user/199102"
                },
                {
                    "name": "podarok",
                    "homepage": "https://www.drupal.org/user/116002"
                }
            ],
            "description": "Video module allows you to embedded videos from YouTube, Vimeo, Facebook, Vine etc (Drupal 8 only) and upload videos and play using HTML5 video player.",
            "homepage": "https://www.drupal.org/project/video",
            "keywords": [
                "Drupal",
                "embed",
                "media",
                "transcode",
                "video"
            ],
            "support": {
                "source": "https://www.drupal.org/project/video",
                "issues": "https://www.drupal.org/project/issues/video"
            },
            "install-path": "../../web/modules/contrib/video"
        },
        {
            "name": "drupal/views_infinite_scroll",
            "version": "1.8.0",
            "version_normalized": "1.8.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_infinite_scroll.git",
                "reference": "8.x-1.8"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_infinite_scroll-8.x-1.8.zip",
                "reference": "8.x-1.8",
                "shasum": "b9fceb24184792fb81c4e2ff1bf7f18fd8e50674"
            },
            "require": {
                "drupal/core": "^8.8 || ^9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.8",
                    "datestamp": "1615218916",
                    "security-coverage": {
                        "status": "covered",
                        "message": "Covered by Drupal's security advisory policy"
                    }
                },
                "patches_applied": {
                    "Headers in table format repeat on load more instead of adding rows": "https://www.drupal.org/files/issues/2021-02-11/2899705-35.patch"
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packages.drupal.org/8/downloads",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Bobík",
                    "homepage": "https://www.drupal.org/user/123612"
                },
                {
                    "name": "Neslee Canil Pinto",
                    "homepage": "https://www.drupal.org/user/3580850"
                },
                {
                    "name": "Remon",
                    "homepage": "https://www.drupal.org/user/143827"
                },
                {
                    "name": "Sam152",
                    "homepage": "https://www.drupal.org/user/1485048"
                }
            ],
            "description": "A pager which allows an infinite scroll effect for views.",
            "homepage": "https://www.drupal.org/project/views_infinite_scroll",
            "support": {
                "source": "https://git.drupalcode.org/project/views_infinite_scroll"
            },
            "install-path": "../../web/modules/contrib/views_infinite_scroll"
        },
        {
            "name": "drupal/views_templates",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://git.drupalcode.org/project/views_templates.git",
                "reference": "8.x-1.1"
            },
            "dist": {
                "type": "zip",
                "url": "https://ftp.drupal.org/files/projects/views_templates-8.x-1.1.zip",
                "reference": "8.x-1.1",
                "shasum": "7a3e61278d71b7047bf6176a3144b4cb8fd04e1a"
            },
            "require": {
                "drupal/core": "^8 || ^9"
            },
            "type": "drupal-module",
            "extra": {
                "drupal": {
                    "version": "8.x-1.1",
                    "datestamp": "1587027156",
                    "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/user/3580850"
                },
                {
                    "name": "geertvd",
                    "homepage": "https://www.drupal.org/user/536694"
                }
            ],
            "description": "Reintroduces dynamic default views.",
            "homepage": "https://www.drupal.org/project/views_templates",
            "support": {
                "source": "https://git.drupalcode.org/project/views_templates"
            },
            "install-path": "../../web/modules/contrib/views_templates"
        },
        {
            "name": "drush/drush",
            "version": "10.3.6",
            "version_normalized": "10.3.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/drush-ops/drush.git",
                "reference": "fc985a95c6010e04891a2dbcf3f39984b8c9ef0a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/drush-ops/drush/zipball/fc985a95c6010e04891a2dbcf3f39984b8c9ef0a",
                "reference": "fc985a95c6010e04891a2dbcf3f39984b8c9ef0a",
                "shasum": ""
            },
            "require": {
                "chi-teck/drupal-code-generator": "^1.32.1",
                "composer/semver": "^1.4 || ^3",
                "consolidation/config": "^1.2",
                "consolidation/filter-via-dot-access-data": "^1",
                "consolidation/robo": "^1.4.11 || ^2",
                "consolidation/site-alias": "^3.0.0@stable",
                "consolidation/site-process": "^2.1 || ^4",
                "ext-dom": "*",
                "grasmash/yaml-expander": "^1.1.1",
                "guzzlehttp/guzzle": "^6.3 || ^7.0",
                "league/container": "~2",
                "php": ">=7.1.3",
                "psr/log": "~1.0",
                "psy/psysh": "~0.6",
                "symfony/event-dispatcher": "^3.4 || ^4.0",
                "symfony/finder": "^3.4 || ^4.0 || ^5",
                "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0",
                "symfony/yaml": "^3.4 || ^4.0",
                "webflo/drupal-finder": "^1.2",
                "webmozart/path-util": "^2.1.0"
            },
            "require-dev": {
                "composer/installers": "^1.7",
                "cweagans/composer-patches": "~1.0",
                "david-garcia/phpwhois": "4.3.0",
                "drupal/alinks": "1.0.0",
                "drupal/core-recommended": "^8.8",
                "lox/xhprof": "dev-master",
                "phpunit/phpunit": "^4.8.36 || ^6.1",
                "squizlabs/php_codesniffer": "^2.7 || ^3",
                "vlucas/phpdotenv": "^2.4"
            },
            "time": "2020-11-11T04:36:51+00:00",
            "bin": [
                "drush"
            ],
            "type": "library",
            "extra": {
                "installer-paths": {
                    "sut/core": [
                        "type:drupal-core"
                    ],
                    "sut/libraries/{$name}": [
                        "type:drupal-library"
                    ],
                    "sut/modules/unish/{$name}": [
                        "drupal/devel"
                    ],
                    "sut/themes/unish/{$name}": [
                        "drupal/empty_theme"
                    ],
                    "sut/modules/contrib/{$name}": [
                        "type:drupal-module"
                    ],
                    "sut/profiles/contrib/{$name}": [
                        "type:drupal-profile"
                    ],
                    "sut/themes/contrib/{$name}": [
                        "type:drupal-theme"
                    ],
                    "sut/drush/contrib/{$name}": [
                        "type:drupal-drush"
                    ]
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Drush\\": "src/",
                    "Drush\\Internal\\": "src/internal-forks"
                }
            },
            "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",
                "irc": "irc://irc.freenode.org/drush",
                "issues": "https://github.com/drush-ops/drush/issues",
                "slack": "https://drupal.slack.com/messages/C62H9CWQM",
                "source": "https://github.com/drush-ops/drush/tree/10.3.6"
            },
            "funding": [
                {
                    "url": "https://github.com/weitzman",
                    "type": "github"
                }
            ],
            "install-path": "../drush/drush"
        },
        {
            "name": "egulias/email-validator",
            "version": "2.1.25",
            "version_normalized": "2.1.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/egulias/EmailValidator.git",
                "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
                "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "^1.0.1",
                "php": ">=5.5",
                "symfony/polyfill-intl-idn": "^1.10"
            },
            "require-dev": {
                "dominicsayers/isemail": "^3.0.7",
                "phpunit/phpunit": "^4.8.36|^7.5.15",
                "satooshi/php-coveralls": "^1.0.1"
            },
            "suggest": {
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
            },
            "time": "2020-12-29T14:50:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1.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/2.1.25"
            },
            "funding": [
                {
                    "url": "https://github.com/egulias",
                    "type": "github"
                }
            ],
            "install-path": "../egulias/email-validator"
        },
        {
            "name": "enyo/dropzone",
            "version": "v5.5.0",
            "version_normalized": "5.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/enyo/dropzone.git",
                "reference": "v5.5.0"
            },
            "type": "drupal-library",
            "installation-source": "source",
            "install-path": "../../web/libraries/dropzone"
        },
        {
            "name": "firebase/php-jwt",
            "version": "v5.5.1",
            "version_normalized": "5.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/firebase/php-jwt.git",
                "reference": "83b609028194aa042ea33b5af2d41a7427de80e6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6",
                "reference": "83b609028194aa042ea33b5af2d41a7427de80e6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": ">=4.8 <=9"
            },
            "suggest": {
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
            },
            "time": "2021-11-08T20:18:51+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/v5.5.1"
            },
            "install-path": "../firebase/php-jwt"
        },
        {
            "name": "furf/jquery-ui-touch-punch",
            "version": "master",
            "version_normalized": "dev-master",
            "dist": {
                "type": "zip",
                "url": "https://github.com/furf/jquery-ui-touch-punch/archive/refs/heads/master.zip"
            },
            "type": "drupal-library",
            "installation-source": "dist",
            "install-path": "../../web/libraries/jquery-ui-touch-punch"
        },
        {
            "name": "grasmash/expander",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/grasmash/expander.git",
                "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f",
                "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^1.1.0",
                "php": ">=5.4"
            },
            "require-dev": {
                "greg-1-anderson/composer-test-scenarios": "^1",
                "phpunit/phpunit": "^4|^5.5.4",
                "satooshi/php-coveralls": "^1.0.2|dev-master",
                "squizlabs/php_codesniffer": "^2.7"
            },
            "time": "2017-12-21T22:14:55+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/master"
            },
            "install-path": "../grasmash/expander"
        },
        {
            "name": "grasmash/yaml-expander",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/grasmash/yaml-expander.git",
                "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1",
                "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^1.1.0",
                "php": ">=5.4",
                "symfony/yaml": "^2.8.11|^3|^4"
            },
            "require-dev": {
                "greg-1-anderson/composer-test-scenarios": "^1",
                "phpunit/phpunit": "^4.8|^5.5.4",
                "satooshi/php-coveralls": "^1.0.2|dev-master",
                "squizlabs/php_codesniffer": "^2.7"
            },
            "time": "2017-12-16T16:06:03+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Grasmash\\YamlExpander\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthew Grasmick"
                }
            ],
            "description": "Expands internal property references in a yaml file.",
            "support": {
                "issues": "https://github.com/grasmash/yaml-expander/issues",
                "source": "https://github.com/grasmash/yaml-expander/tree/master"
            },
            "install-path": "../grasmash/yaml-expander"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "6.5.5",
            "version_normalized": "6.5.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
                "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^1.0",
                "guzzlehttp/psr7": "^1.6.1",
                "php": ">=5.5",
                "symfony/polyfill-intl-idn": "^1.17.0"
            },
            "require-dev": {
                "ext-curl": "*",
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
                "psr/log": "^1.1"
            },
            "suggest": {
                "psr/log": "Required for using the Log middleware"
            },
            "time": "2020-06-16T21:01:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "rest",
                "web service"
            ],
            "support": {
                "issues": "https://github.com/guzzle/guzzle/issues",
                "source": "https://github.com/guzzle/guzzle/tree/6.5"
            },
            "install-path": "../guzzlehttp/guzzle"
        },
        {
            "name": "guzzlehttp/promises",
            "version": "1.4.1",
            "version_normalized": "1.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
                "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^4.4 || ^5.1"
            },
            "time": "2021-03-07T09:25:29+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Promise\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Guzzle promises library",
            "keywords": [
                "promise"
            ],
            "support": {
                "issues": "https://github.com/guzzle/promises/issues",
                "source": "https://github.com/guzzle/promises/tree/1.4.1"
            },
            "install-path": "../guzzlehttp/promises"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "1.8.2",
            "version_normalized": "1.8.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "dc960a912984efb74d0a90222870c72c87f10c91"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
                "reference": "dc960a912984efb74d0a90222870c72c87f10c91",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "psr/http-message": "~1.0",
                "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "ext-zlib": "*",
                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2021-04-26T09:17:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.7-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Tobias Schultze",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https://github.com/guzzle/psr7/issues",
                "source": "https://github.com/guzzle/psr7/tree/1.8.2"
            },
            "install-path": "../guzzlehttp/psr7"
        },
        {
            "name": "kenwheeler/slick",
            "version": "1.8.1",
            "version_normalized": "1.8.1.0",
            "dist": {
                "type": "zip",
                "url": "https://github.com/kenwheeler/slick/archive/v1.8.1.zip"
            },
            "type": "drupal-library",
            "installation-source": "dist",
            "install-path": "../../web/libraries/slick"
        },
        {
            "name": "laminas/laminas-diactoros",
            "version": "2.6.0",
            "version_normalized": "2.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-diactoros.git",
                "reference": "7d2034110ae18afe05050b796a3ee4b3fe177876"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/7d2034110ae18afe05050b796a3ee4b3fe177876",
                "reference": "7d2034110ae18afe05050b796a3ee4b3fe177876",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^7.3 || ~8.0.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0"
            },
            "conflict": {
                "phpspec/prophecy": "<1.9.0"
            },
            "provide": {
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "replace": {
                "zendframework/zend-diactoros": "^2.2.1"
            },
            "require-dev": {
                "ext-curl": "*",
                "ext-dom": "*",
                "ext-gd": "*",
                "ext-libxml": "*",
                "http-interop/http-factory-tests": "^0.8.0",
                "laminas/laminas-coding-standard": "~1.0.0",
                "php-http/psr7-integration-tests": "^1.1",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpunit/phpunit": "^9.1",
                "psalm/plugin-phpunit": "^0.14.0",
                "vimeo/psalm": "^4.3"
            },
            "time": "2021-05-18T14:41:54+00:00",
            "type": "library",
            "extra": {
                "laminas": {
                    "config-provider": "Laminas\\Diactoros\\ConfigProvider",
                    "module": "Laminas\\Diactoros"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions/create_uploaded_file.php",
                    "src/functions/marshal_headers_from_sapi.php",
                    "src/functions/marshal_method_from_sapi.php",
                    "src/functions/marshal_protocol_version_from_sapi.php",
                    "src/functions/marshal_uri_from_sapi.php",
                    "src/functions/normalize_server.php",
                    "src/functions/normalize_uploaded_files.php",
                    "src/functions/parse_cookie_header.php",
                    "src/functions/create_uploaded_file.legacy.php",
                    "src/functions/marshal_headers_from_sapi.legacy.php",
                    "src/functions/marshal_method_from_sapi.legacy.php",
                    "src/functions/marshal_protocol_version_from_sapi.legacy.php",
                    "src/functions/marshal_uri_from_sapi.legacy.php",
                    "src/functions/normalize_server.legacy.php",
                    "src/functions/normalize_uploaded_files.legacy.php",
                    "src/functions/parse_cookie_header.legacy.php"
                ],
                "psr-4": {
                    "Laminas\\Diactoros\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "PSR HTTP Message implementations",
            "homepage": "https://laminas.dev",
            "keywords": [
                "http",
                "laminas",
                "psr",
                "psr-17",
                "psr-7"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-diactoros/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-diactoros/issues",
                "rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
                "source": "https://github.com/laminas/laminas-diactoros"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "install-path": "../laminas/laminas-diactoros"
        },
        {
            "name": "laminas/laminas-escaper",
            "version": "2.7.0",
            "version_normalized": "2.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-escaper.git",
                "reference": "5e04bc5ae5990b17159d79d331055e2c645e5cc5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/5e04bc5ae5990b17159d79d331055e2c645e5cc5",
                "reference": "5e04bc5ae5990b17159d79d331055e2c645e5cc5",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^7.3 || ~8.0.0"
            },
            "replace": {
                "zendframework/zend-escaper": "^2.6.1"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpunit/phpunit": "^9.3",
                "psalm/plugin-phpunit": "^0.12.2",
                "vimeo/psalm": "^3.16"
            },
            "suggest": {
                "ext-iconv": "*",
                "ext-mbstring": "*"
            },
            "time": "2020-11-17T21:26:43+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Laminas\\Escaper\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
            "homepage": "https://laminas.dev",
            "keywords": [
                "escaper",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-escaper/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-escaper/issues",
                "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
                "source": "https://github.com/laminas/laminas-escaper"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "install-path": "../laminas/laminas-escaper"
        },
        {
            "name": "laminas/laminas-feed",
            "version": "2.14.1",
            "version_normalized": "2.14.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-feed.git",
                "reference": "463fdae515fba30633906098c258d3b2c733c15c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/463fdae515fba30633906098c258d3b2c733c15c",
                "reference": "463fdae515fba30633906098c258d3b2c733c15c",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "laminas/laminas-escaper": "^2.5.2",
                "laminas/laminas-stdlib": "^3.2.1",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^7.3 || ~8.0.0"
            },
            "conflict": {
                "laminas/laminas-servicemanager": "<3.3"
            },
            "replace": {
                "zendframework/zend-feed": "^2.12.0"
            },
            "require-dev": {
                "laminas/laminas-cache": "^2.7.2",
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-db": "^2.8.2",
                "laminas/laminas-http": "^2.7",
                "laminas/laminas-servicemanager": "^3.3",
                "laminas/laminas-validator": "^2.10.1",
                "phpunit/phpunit": "^9.3",
                "psalm/plugin-phpunit": "^0.13.0",
                "psr/http-message": "^1.0.1",
                "vimeo/psalm": "^4.1"
            },
            "suggest": {
                "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests",
                "laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub",
                "laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader",
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations",
                "laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent",
                "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator"
            },
            "time": "2021-04-01T19:26:09+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Laminas\\Feed\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides functionality for consuming RSS and Atom feeds",
            "homepage": "https://laminas.dev",
            "keywords": [
                "feed",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-feed/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-feed/issues",
                "rss": "https://github.com/laminas/laminas-feed/releases.atom",
                "source": "https://github.com/laminas/laminas-feed"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "install-path": "../laminas/laminas-feed"
        },
        {
            "name": "laminas/laminas-stdlib",
            "version": "3.3.1",
            "version_normalized": "3.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-stdlib.git",
                "reference": "d81c7ffe602ed0e6ecb18691019111c0f4bf1efe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/d81c7ffe602ed0e6ecb18691019111c0f4bf1efe",
                "reference": "d81c7ffe602ed0e6ecb18691019111c0f4bf1efe",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^7.3 || ^8.0"
            },
            "replace": {
                "zendframework/zend-stdlib": "^3.2.1"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpbench/phpbench": "^0.17.1",
                "phpunit/phpunit": "~9.3.7"
            },
            "time": "2020-11-19T20:18:59+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": "laminas/laminas-zendframework-bridge",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
                "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6cccbddfcfc742eb02158d6137ca5687d92cee32",
                "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32",
                "shasum": ""
            },
            "require": {
                "php": "^7.3 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
                "psalm/plugin-phpunit": "^0.15.1",
                "squizlabs/php_codesniffer": "^3.5",
                "vimeo/psalm": "^4.6"
            },
            "time": "2021-02-25T21:54:58+00:00",
            "type": "library",
            "extra": {
                "laminas": {
                    "module": "Laminas\\ZendFrameworkBridge"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/autoload.php"
                ],
                "psr-4": {
                    "Laminas\\ZendFrameworkBridge\\": "src//"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Alias legacy ZF class names to Laminas Project equivalents.",
            "keywords": [
                "ZendFramework",
                "autoloading",
                "laminas",
                "zf"
            ],
            "support": {
                "forum": "https://discourse.laminas.dev/",
                "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
                "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
                "source": "https://github.com/laminas/laminas-zendframework-bridge"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "install-path": "../laminas/laminas-zendframework-bridge"
        },
        {
            "name": "league/container",
            "version": "2.5.0",
            "version_normalized": "2.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/container.git",
                "reference": "8438dc47a0674e3378bcce893a0a04d79a2c22b3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/container/zipball/8438dc47a0674e3378bcce893a0a04d79a2c22b3",
                "reference": "8438dc47a0674e3378bcce893a0a04d79a2c22b3",
                "shasum": ""
            },
            "require": {
                "container-interop/container-interop": "^1.2",
                "php": "^5.4 || ^7.0 || ^8.0"
            },
            "provide": {
                "container-interop/container-interop-implementation": "^1.2",
                "psr/container-implementation": "^1.0"
            },
            "replace": {
                "orno/di": "~2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.36",
                "scrutinizer/ocular": "^1.3",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "time": "2021-02-22T09:20:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-2.x": "2.x-dev",
                    "dev-1.x": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Container\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Phil Bennett",
                    "email": "philipobenito@gmail.com",
                    "homepage": "http://www.philipobenito.com",
                    "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/2.5.0"
            },
            "funding": [
                {
                    "url": "https://github.com/philipobenito",
                    "type": "github"
                }
            ],
            "install-path": "../league/container"
        },
        {
            "name": "masterminds/html5",
            "version": "2.7.4",
            "version_normalized": "2.7.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Masterminds/html5-php.git",
                "reference": "9227822783c75406cfe400984b2f095cdf03d417"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/9227822783c75406cfe400984b2f095cdf03d417",
                "reference": "9227822783c75406cfe400984b2f095cdf03d417",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-dom": "*",
                "ext-libxml": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35"
            },
            "time": "2020-10-01T13:52:52+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.7.4"
            },
            "install-path": "../masterminds/html5"
        },
        {
            "name": "mozilla/pdf.js",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "dist": {
                "type": "zip",
                "url": "https://github.com/mozilla/pdf.js/releases/download/v2.4.456/pdfjs-2.4.456-es5-dist.zip"
            },
            "type": "drupal-library",
            "installation-source": "dist",
            "install-path": "../../web/libraries/pdf.js"
        },
        {
            "name": "namshi/jose",
            "version": "7.2.3",
            "version_normalized": "7.2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/namshi/jose.git",
                "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff",
                "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff",
                "shasum": ""
            },
            "require": {
                "ext-date": "*",
                "ext-hash": "*",
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-spl": "*",
                "php": ">=5.5",
                "symfony/polyfill-php56": "^1.0"
            },
            "require-dev": {
                "phpseclib/phpseclib": "^2.0",
                "phpunit/phpunit": "^4.5|^5.0",
                "satooshi/php-coveralls": "^1.0"
            },
            "suggest": {
                "ext-openssl": "Allows to use OpenSSL as crypto engine.",
                "phpseclib/phpseclib": "Allows to use Phpseclib as crypto engine, use version ^2.0."
            },
            "time": "2016-12-05T07:27:31+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Namshi\\JOSE\\": "src/Namshi/JOSE/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alessandro Nadalin",
                    "email": "alessandro.nadalin@gmail.com"
                },
                {
                    "name": "Alessandro Cinelli (cirpo)",
                    "email": "alessandro.cinelli@gmail.com"
                }
            ],
            "description": "JSON Object Signing and Encryption library for PHP.",
            "keywords": [
                "JSON Web Signature",
                "JSON Web Token",
                "JWS",
                "json",
                "jwt",
                "token"
            ],
            "support": {
                "issues": "https://github.com/namshi/jose/issues",
                "source": "https://github.com/namshi/jose/tree/master"
            },
            "install-path": "../namshi/jose"
        },
        {
            "name": "nikic/php-parser",
            "version": "v4.13.2",
            "version_normalized": "4.13.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "210577fe3cf7badcc5814d99455df46564f3c077"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
                "reference": "210577fe3cf7badcc5814d99455df46564f3c077",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=7.0"
            },
            "require-dev": {
                "ircmaxell/php-yacc": "^0.0.7",
                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
            },
            "time": "2021-11-30T19:35:32+00:00",
            "bin": [
                "bin/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.9-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/v4.13.2"
            },
            "install-path": "../nikic/php-parser"
        },
        {
            "name": "opigno/opigno_lms",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://bitbucket.org/opigno/opigno_lms.git",
                "reference": "83e9e19a457c66d7246df9fcd6426ca9a1a64d5f"
            },
            "dist": {
                "type": "zip",
                "url": "https://bitbucket.org/opigno/opigno_lms/get/83e9e19a457c66d7246df9fcd6426ca9a1a64d5f.zip",
                "reference": "83e9e19a457c66d7246df9fcd6426ca9a1a64d5f",
                "shasum": ""
            },
            "require": {
                "commerceguys/addressing": "1.0.7",
                "dompdf/dompdf": "0.8.5",
                "drupal/address": "1.9",
                "drupal/aristotle": "^3.0",
                "drupal/better_exposed_filters": "5.0-beta3",
                "drupal/calendar": "1.0-alpha4",
                "drupal/ckeditor_bgimage": "2.0.0",
                "drupal/ckeditor_font": "1.x-dev",
                "drupal/commerce": "2.27",
                "drupal/config_rewrite": "1.4",
                "drupal/core-recommended": "9.2.*",
                "drupal/ctools": "3.7",
                "drupal/dropzonejs": "2.5",
                "drupal/embed": "1.4",
                "drupal/entity": "1.2",
                "drupal/entity_browser": "2.6",
                "drupal/entity_embed": "1.2",
                "drupal/entity_print": "2.2",
                "drupal/entity_reference_revisions": "1.9",
                "drupal/field_group": "3.2",
                "drupal/group": "1.2",
                "drupal/h5p": "dev-3150110-drupal-9-readyness",
                "drupal/inline_entity_form": "1.0-rc9",
                "drupal/jwt": "1.0-rc1",
                "drupal/key": "1.14",
                "drupal/mailsystem": "4.3",
                "drupal/media_entity_browser": "2.0-alpha3",
                "drupal/message": "1.2",
                "drupal/message_notify": "1.2",
                "drupal/migrate_plus": "5.1",
                "drupal/migrate_tools": "5.0",
                "drupal/mimemail": "1.0.0-alpha3",
                "drupal/opigno_calendar": "^3.0",
                "drupal/opigno_calendar_event": "^3.0",
                "drupal/opigno_catalog": "^3.0",
                "drupal/opigno_certificate": "^3.0",
                "drupal/opigno_class": "^3.0",
                "drupal/opigno_commerce": "^3.0",
                "drupal/opigno_course": "^3.0",
                "drupal/opigno_cron": "^3.0",
                "drupal/opigno_dashboard": "^3.0",
                "drupal/opigno_forum": "^3.0",
                "drupal/opigno_group_manager": "^3.0",
                "drupal/opigno_ilt": "^3.0",
                "drupal/opigno_learning_path": "^3.0",
                "drupal/opigno_like": "^3.0",
                "drupal/opigno_messaging": "^3.0",
                "drupal/opigno_migration": "^3.0",
                "drupal/opigno_mobile_app": "^3.0",
                "drupal/opigno_module": "^3.0",
                "drupal/opigno_moxtra": "^3.0",
                "drupal/opigno_notification": "^3.0",
                "drupal/opigno_scorm": "^3.0",
                "drupal/opigno_search": "^3.0",
                "drupal/opigno_social": "^3.0",
                "drupal/opigno_statistics": "^3.0",
                "drupal/opigno_tincan_api": "^3.0",
                "drupal/opigno_tour": "^3.0",
                "drupal/pdf": "1.x-dev#1e33fbf",
                "drupal/popup_field_group": "1.6",
                "drupal/profile": "1.3",
                "drupal/queue_ui": "2.2.0",
                "drupal/restui": "1.20.0",
                "drupal/role_delegation": "1.1",
                "drupal/search_api": "1.20",
                "drupal/simple_gmap": "3.0.1",
                "drupal/state_machine": "1.5",
                "drupal/tft": "^3.0",
                "drupal/token": "1.9",
                "drupal/token_filter": "1.2",
                "drupal/twig_field_value": "2",
                "drupal/ultimate_cron": "2.0-alpha5",
                "drupal/userprotect": "1.1",
                "drupal/video": "1.5.0-alpha1",
                "drupal/views_infinite_scroll": "1.8",
                "drupal/views_templates": "1.1",
                "enyo/dropzone": "v5.5.0",
                "furf/jquery-ui-touch-punch": "master",
                "kenwheeler/slick": "1.8.1",
                "mozilla/pdf.js": "dev-master",
                "rusticisoftware/tincan": "1.1.1"
            },
            "time": "2021-10-08T15:12:33+00:00",
            "type": "drupal-profile",
            "extra": {
                "installer-paths": {
                    "web/core": [
                        "type:drupal-core"
                    ],
                    "web/libraries/{$name}": [
                        "type:drupal-library"
                    ],
                    "web/modules/contrib/{$name}": [
                        "type:drupal-module"
                    ],
                    "web/profiles/contrib/{$name}": [
                        "type:drupal-profile"
                    ],
                    "web/themes/contrib/{$name}": [
                        "type:drupal-theme"
                    ],
                    "drush/Commands/{$name}": [
                        "type:drupal-drush"
                    ]
                },
                "patches": {
                    "drupal/core": {
                        "#2924061: Create views plugins for date range fields": "https://www.drupal.org/files/issues/2019-04-15/2924061-14.patch",
                        "#2898635: [PP-1] bundleFieldDefinitions() are not added in EntityViewsData": "https://www.drupal.org/files/issues/2020-01-16/2898635-28.patch"
                    },
                    "drupal/video": {
                        "#2986682: Add source and destination module for migrate plugin": "https://www.drupal.org/files/issues/2018-07-18/2986682-2.patch"
                    },
                    "drupal/ckeditor_bgimage": {
                        "Ckeditor_bgimage Opigno certificate background image": "https://www.drupal.org/files/issues/2021-09-10/ckeditor_bgimage-opigno_certificate-3107667-9.patch"
                    },
                    "drupal/entity_print": {
                        "#2865185: Error generating document: Failed to generate PDF": "https://www.drupal.org/files/issues/2020-02-24/entity_print-2865185-error_generating_document-55.patch"
                    },
                    "dompdf/dompdf": {
                        "#3143778: Add support for file protocol in build_url": "https://www.drupal.org/files/issues/2020-05-29/dompdf_add_support_for_file_protocol_in_build_url-2099-2-3143778.patch",
                        "Fix autoloader for html5lib": "https://www.drupal.org/files/issues/2021-09-10/dompdf_fix_autoloader_for_html5lib-3232399-1.patch"
                    },
                    "drupal/group": {
                        "Fix access to the courses group": "https://www.drupal.org/files/issues/2020-08-14/group-course-3165140-4.patch"
                    },
                    "drupal/config_rewrite": {
                        "#3143747: Avoid error on installation": "https://www.drupal.org/files/issues/2020-05-29/config_rewrite-avoid-error-on-installation-3143747.patch"
                    },
                    "drupal/search_api": {
                        "#3110652: Highlight processor causes theme to think user is anonymous": "https://www.drupal.org/files/issues/2020-05-21/highlight_processor_causes_theme_to_think_user_is_anonymous_3110652_5.patch"
                    },
                    "drupal/private_message": {
                        "UPDB fix": "https://www.drupal.org/files/issues/2021-09-10/opigno_private_messages_fix-3232402-1.patch",
                        "Missing text format: basic_html": "https://www.drupal.org/files/issues/2020-03-23/basic_html_to_plain_text-3121606-2.patch",
                        "Inbox not updated when empty": "https://www.drupal.org/files/issues/2019-11-25/private-message-inbox-when-empty-3095676-5.patch"
                    },
                    "drupal/field_group": {
                        "Undefined property: stdClass::$region in field_group_form_process()": "https://www.drupal.org/files/issues/2020-06-15/3059614-37.patch"
                    },
                    "drupal/calendar": {
                        "Ajax pager": "https://www.drupal.org/files/issues/2021-07-20/calendar-block-ajax-pager-3224497-2.patch",
                        "Opigno adoptation": "https://www.drupal.org/files/issues/2021-09-10/calendar_opigno_adoptation-3232403-1.patch"
                    },
                    "drupal/views_infinite_scroll": {
                        "Headers in table format repeat on load more instead of adding rows": "https://www.drupal.org/files/issues/2021-02-11/2899705-35.patch"
                    },
                    "drupal/entity_browser": {
                        "Notice: Undefined index: entity_browser_select": "https://www.drupal.org/files/issues/2021-01-15/undefined_index__entity_browser_select-3086783-008.patch"
                    }
                }
            },
            "installation-source": "dist",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                []
            ],
            "description": "Opigno LMS profile",
            "homepage": "https://bitbucket.org/opigno/opigno_lms",
            "support": {
                "source": "https://bitbucket.org/opigno/opigno_lms/src/83e9e19a457c66d7246df9fcd6426ca9a1a64d5f/?at=3.0.0"
            },
            "install-path": "../../web/profiles/contrib/opigno_lms"
        },
        {
            "name": "pear/archive_tar",
            "version": "1.4.14",
            "version_normalized": "1.4.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Archive_Tar.git",
                "reference": "4d761c5334c790e45ef3245f0864b8955c562caa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa",
                "reference": "4d761c5334c790e45ef3245f0864b8955c562caa",
                "shasum": ""
            },
            "require": {
                "pear/pear-core-minimal": "^1.10.0alpha2",
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "ext-bz2": "Bz2 compression support.",
                "ext-xz": "Lzma2 compression support.",
                "ext-zlib": "Gzip compression support."
            },
            "time": "2021-07-20T13:53:39+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-3-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"
            },
            "funding": [
                {
                    "url": "https://github.com/mrook",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/michielrook",
                    "type": "patreon"
                }
            ],
            "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.10",
            "version_normalized": "1.10.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/pear-core-minimal.git",
                "reference": "625a3c429d9b2c1546438679074cac1b089116a7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7",
                "reference": "625a3c429d9b2c1546438679074cac1b089116a7",
                "shasum": ""
            },
            "require": {
                "pear/console_getopt": "~1.4",
                "pear/pear_exception": "~1.0"
            },
            "replace": {
                "rsky/pear-core-min": "self.version"
            },
            "time": "2019-11-19T19:00:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "": "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": "phenx/php-font-lib",
            "version": "0.5.4",
            "version_normalized": "0.5.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dompdf/php-font-lib.git",
                "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
                "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^3 || ^4 || ^5"
            },
            "time": "2021-12-17T19:44:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "FontLib\\": "src/FontLib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Fabien Ménager",
                    "email": "fabien.menager@gmail.com"
                }
            ],
            "description": "A library to read, parse, export and make subsets of different types of font files.",
            "homepage": "https://github.com/PhenX/php-font-lib",
            "support": {
                "issues": "https://github.com/dompdf/php-font-lib/issues",
                "source": "https://github.com/dompdf/php-font-lib/tree/0.5.4"
            },
            "install-path": "../phenx/php-font-lib"
        },
        {
            "name": "phenx/php-svg-lib",
            "version": "0.3.4",
            "version_normalized": "0.3.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PhenX/php-svg-lib.git",
                "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
                "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0",
                "sabberworm/php-css-parser": "^8.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5"
            },
            "time": "2021-10-18T02:13:32+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Svg\\": "src/Svg"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Fabien Ménager",
                    "email": "fabien.menager@gmail.com"
                }
            ],
            "description": "A library to read, parse and export to PDF SVG files.",
            "homepage": "https://github.com/PhenX/php-svg-lib",
            "support": {
                "issues": "https://github.com/PhenX/php-svg-lib/issues",
                "source": "https://github.com/PhenX/php-svg-lib/tree/0.3.4"
            },
            "install-path": "../phenx/php-svg-lib"
        },
        {
            "name": "psr/cache",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2016-08-06T20:24:11+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "support": {
                "source": "https://github.com/php-fig/cache/tree/master"
            },
            "install-path": "../psr/cache"
        },
        {
            "name": "psr/container",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "time": "2021-03-05T17:36:06+00:00",
            "type": "library",
            "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/1.1.1"
            },
            "install-path": "../psr/container"
        },
        {
            "name": "psr/http-factory",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-factory.git",
                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0",
                "psr/http-message": "^1.0"
            },
            "time": "2019-04-30T12:38:16+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common 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/tree/master"
            },
            "install-path": "../psr/http-factory"
        },
        {
            "name": "psr/http-message",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2016-08-06T14:39:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/master"
            },
            "install-path": "../psr/http-message"
        },
        {
            "name": "psr/log",
            "version": "1.1.4",
            "version_normalized": "1.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2021-05-03T11:20:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/1.1.4"
            },
            "install-path": "../psr/log"
        },
        {
            "name": "psy/psysh",
            "version": "v0.11.1",
            "version_normalized": "0.11.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bobthecow/psysh.git",
                "reference": "570292577277f06f590635381a7f761a6cf4f026"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/570292577277f06f590635381a7f761a6cf4f026",
                "reference": "570292577277f06f590635381a7f761a6cf4f026",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-tokenizer": "*",
                "nikic/php-parser": "^4.0 || ^3.1",
                "php": "^8.0 || ^7.0.8",
                "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4",
                "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.2",
                "hoa/console": "3.17.05.02"
            },
            "suggest": {
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
                "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
            },
            "time": "2022-01-03T13:58:38+00:00",
            "bin": [
                "bin/psysh"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "0.11.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",
                    "homepage": "http://justinhileman.com"
                }
            ],
            "description": "An interactive shell for modern PHP.",
            "homepage": "http://psysh.org",
            "keywords": [
                "REPL",
                "console",
                "interactive",
                "shell"
            ],
            "support": {
                "issues": "https://github.com/bobthecow/psysh/issues",
                "source": "https://github.com/bobthecow/psysh/tree/v0.11.1"
            },
            "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": "rusticisoftware/tincan",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/RusticiSoftware/TinCanPHP.git",
                "reference": "9758b3ec08653f7a49c8ab14ebd1f01557d89b78"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/RusticiSoftware/TinCanPHP/zipball/9758b3ec08653f7a49c8ab14ebd1f01557d89b78",
                "reference": "9758b3ec08653f7a49c8ab14ebd1f01557d89b78",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "namshi/jose": "^7.2.1",
                "php": "~5.5 || ^7.0.3",
                "willdurand/negotiation": "^2.0"
            },
            "require-dev": {
                "phpdocumentor/phpdocumentor": "2.*",
                "phpunit/phpunit": "^4"
            },
            "time": "2019-03-05T13:31:22+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TinCan\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Brian J. Miller",
                    "email": "brian.miller@tincanapi.com",
                    "role": "Developer"
                }
            ],
            "description": "Experience API (Tin Can API) Library",
            "homepage": "http://rusticisoftware.github.io/TinCanPHP/",
            "keywords": [
                "Experience API",
                "e-learning",
                "scorm",
                "tin can",
                "tincan",
                "xAPI"
            ],
            "support": {
                "email": "support@tincanapi.com",
                "issues": "https://github.com/RusticiSoftware/TinCanPHP/issues",
                "source": "https://github.com/RusticiSoftware/TinCanPHP/tree/master"
            },
            "install-path": "../rusticisoftware/tincan"
        },
        {
            "name": "sabberworm/php-css-parser",
            "version": "8.4.0",
            "version_normalized": "8.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
                "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
                "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": ">=5.6.20"
            },
            "require-dev": {
                "codacy/coverage": "^1.4",
                "phpunit/phpunit": "^4.8.36"
            },
            "suggest": {
                "ext-mbstring": "for parsing UTF-8 CSS"
            },
            "time": "2021-12-11T13:40:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sabberworm\\CSS\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Raphael Schweikert"
                }
            ],
            "description": "Parser for CSS Files written in PHP",
            "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
            "keywords": [
                "css",
                "parser",
                "stylesheet"
            ],
            "support": {
                "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
                "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
            },
            "install-path": "../sabberworm/php-css-parser"
        },
        {
            "name": "stack/builder",
            "version": "v1.0.6",
            "version_normalized": "1.0.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stackphp/builder.git",
                "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stackphp/builder/zipball/a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c",
                "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0",
                "symfony/http-foundation": "~2.1|~3.0|~4.0|~5.0",
                "symfony/http-kernel": "~2.1|~3.0|~4.0|~5.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~8.0",
                "symfony/routing": "^5.0"
            },
            "time": "2020-01-30T12:17:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Stack": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                }
            ],
            "description": "Builder for stack middleware based on HttpKernelInterface.",
            "keywords": [
                "stack"
            ],
            "support": {
                "issues": "https://github.com/stackphp/builder/issues",
                "source": "https://github.com/stackphp/builder/tree/v1.0.6"
            },
            "install-path": "../stack/builder"
        },
        {
            "name": "stecman/symfony-console-completion",
            "version": "0.11.0",
            "version_normalized": "0.11.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stecman/symfony-console-completion.git",
                "reference": "a9502dab59405e275a9f264536c4e1cb61fc3518"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/a9502dab59405e275a9f264536c4e1cb61fc3518",
                "reference": "a9502dab59405e275a9f264536c4e1cb61fc3518",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2",
                "symfony/console": "~2.3 || ~3.0 || ~4.0 || ~5.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4"
            },
            "time": "2019-11-24T17:03:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.10.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Stephen Holdaway",
                    "email": "stephen@stecman.co.nz"
                }
            ],
            "description": "Automatic BASH completion for Symfony Console Component based applications.",
            "support": {
                "issues": "https://github.com/stecman/symfony-console-completion/issues",
                "source": "https://github.com/stecman/symfony-console-completion/tree/0.11.0"
            },
            "install-path": "../stecman/symfony-console-completion"
        },
        {
            "name": "symfony-cmf/routing",
            "version": "2.3.3",
            "version_normalized": "2.3.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony-cmf/Routing.git",
                "reference": "3c97e7b7709b313cecfb76d691ad4cc22acbf3f5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/3c97e7b7709b313cecfb76d691ad4cc22acbf3f5",
                "reference": "3c97e7b7709b313cecfb76d691ad4cc22acbf3f5",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0",
                "psr/log": "^1.0",
                "symfony/http-kernel": "^4.4 || ^5.0",
                "symfony/routing": "^4.4 || ^5.0"
            },
            "require-dev": {
                "symfony-cmf/testing": "^3@dev",
                "symfony/config": "^4.4 || ^5.0",
                "symfony/dependency-injection": "^4.4 || ^5.0",
                "symfony/event-dispatcher": "^4.4 || ^5.0",
                "symfony/phpunit-bridge": "^5.0"
            },
            "suggest": {
                "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (^4.4 || ^5.0)"
            },
            "time": "2020-10-06T10:15:37+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Cmf\\Component\\Routing\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony CMF Community",
                    "homepage": "https://github.com/symfony-cmf/Routing/contributors"
                }
            ],
            "description": "Extends the Symfony routing component for dynamic routes and chaining several routers",
            "homepage": "http://cmf.symfony.com",
            "keywords": [
                "database",
                "routing"
            ],
            "support": {
                "issues": "https://github.com/symfony-cmf/Routing/issues",
                "source": "https://github.com/symfony-cmf/Routing/tree/2.3.3"
            },
            "install-path": "../symfony-cmf/routing"
        },
        {
            "name": "symfony/config",
            "version": "v4.4.36",
            "version_normalized": "4.4.36.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/config.git",
                "reference": "03218ffbd5faeda5e6a97f9109acebf7973ff385"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/config/zipball/03218ffbd5faeda5e6a97f9109acebf7973ff385",
                "reference": "03218ffbd5faeda5e6a97f9109acebf7973ff385",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/filesystem": "^3.4|^4.0|^5.0",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-php80": "^1.16",
                "symfony/polyfill-php81": "^1.22"
            },
            "conflict": {
                "symfony/finder": "<3.4"
            },
            "require-dev": {
                "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
                "symfony/finder": "^3.4|^4.0|^5.0",
                "symfony/messenger": "^4.1|^5.0",
                "symfony/service-contracts": "^1.1|^2",
                "symfony/yaml": "^3.4|^4.0|^5.0"
            },
            "suggest": {
                "symfony/yaml": "To use the yaml reference dumper"
            },
            "time": "2021-12-12T15:06:47+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/v4.4.36"
            },
            "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/config"
        },
        {
            "name": "symfony/console",
            "version": "v4.4.25",
            "version_normalized": "4.4.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "a62acecdf5b50e314a4f305cd01b5282126f3095"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/a62acecdf5b50e314a4f305cd01b5282126f3095",
                "reference": "a62acecdf5b50e314a4f305cd01b5282126f3095",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php73": "^1.8",
                "symfony/polyfill-php80": "^1.15",
                "symfony/service-contracts": "^1.1|^2"
            },
            "conflict": {
                "symfony/dependency-injection": "<3.4",
                "symfony/event-dispatcher": "<4.3|>=5",
                "symfony/lock": "<4.4",
                "symfony/process": "<3.3"
            },
            "provide": {
                "psr/log-implementation": "1.0"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/event-dispatcher": "^4.3",
                "symfony/lock": "^4.4|^5.0",
                "symfony/process": "^3.4|^4.0|^5.0",
                "symfony/var-dumper": "^4.3|^5.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/lock": "",
                "symfony/process": ""
            },
            "time": "2021-05-26T11:20:16+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",
            "support": {
                "source": "https://github.com/symfony/console/tree/v4.4.25"
            },
            "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/console"
        },
        {
            "name": "symfony/css-selector",
            "version": "v4.4.27",
            "version_normalized": "4.4.27.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/css-selector.git",
                "reference": "5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6",
                "reference": "5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-php80": "^1.16"
            },
            "time": "2021-07-21T12:19:41+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/v4.4.27"
            },
            "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/css-selector"
        },
        {
            "name": "symfony/debug",
            "version": "v4.4.25",
            "version_normalized": "4.4.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/debug.git",
                "reference": "a8d2d5c94438548bff9f998ca874e202bb29d07f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/debug/zipball/a8d2d5c94438548bff9f998ca874e202bb29d07f",
                "reference": "a8d2d5c94438548bff9f998ca874e202bb29d07f",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "psr/log": "~1.0",
                "symfony/polyfill-php80": "^1.15"
            },
            "conflict": {
                "symfony/http-kernel": "<3.4"
            },
            "require-dev": {
                "symfony/http-kernel": "^3.4|^4.0|^5.0"
            },
            "time": "2021-05-26T17:39:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Debug\\": ""
                },
                "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 ease debugging PHP code",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/debug/tree/v4.4.25"
            },
            "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/debug"
        },
        {
            "name": "symfony/dependency-injection",
            "version": "v4.4.25",
            "version_normalized": "4.4.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dependency-injection.git",
                "reference": "2ed2a0a6c960bf4e2e862ec77b2f2c558b83c64d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2ed2a0a6c960bf4e2e862ec77b2f2c558b83c64d",
                "reference": "2ed2a0a6c960bf4e2e862ec77b2f2c558b83c64d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "psr/container": "^1.0",
                "symfony/service-contracts": "^1.1.6|^2"
            },
            "conflict": {
                "symfony/config": "<4.3|>=5.0",
                "symfony/finder": "<3.4",
                "symfony/proxy-manager-bridge": "<3.4",
                "symfony/yaml": "<3.4"
            },
            "provide": {
                "psr/container-implementation": "1.0",
                "symfony/service-implementation": "1.0|2.0"
            },
            "require-dev": {
                "symfony/config": "^4.3",
                "symfony/expression-language": "^3.4|^4.0|^5.0",
                "symfony/yaml": "^4.4|^5.0"
            },
            "suggest": {
                "symfony/config": "",
                "symfony/expression-language": "For using expressions in service container configuration",
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
                "symfony/yaml": ""
            },
            "time": "2021-05-26T17:54:16+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/v4.4.25"
            },
            "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/dependency-injection"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
                "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2021-03-23T23:28:01+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.4-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.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": "v4.4.36",
            "version_normalized": "4.4.36.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dom-crawler.git",
                "reference": "42de12bee3b5e594977209bcdf58ec4fef8dde39"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/42de12bee3b5e594977209bcdf58ec4fef8dde39",
                "reference": "42de12bee3b5e594977209bcdf58ec4fef8dde39",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
                "masterminds/html5": "<2.6"
            },
            "require-dev": {
                "masterminds/html5": "^2.6",
                "symfony/css-selector": "^3.4|^4.0|^5.0"
            },
            "suggest": {
                "symfony/css-selector": ""
            },
            "time": "2021-12-28T14:48:02+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/v4.4.36"
            },
            "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/dom-crawler"
        },
        {
            "name": "symfony/error-handler",
            "version": "v4.4.25",
            "version_normalized": "4.4.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/error-handler.git",
                "reference": "310a756cec00d29d89a08518405aded046a54a8b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/310a756cec00d29d89a08518405aded046a54a8b",
                "reference": "310a756cec00d29d89a08518405aded046a54a8b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "psr/log": "~1.0",
                "symfony/debug": "^4.4.5",
                "symfony/polyfill-php80": "^1.15",
                "symfony/var-dumper": "^4.4|^5.0"
            },
            "require-dev": {
                "symfony/http-kernel": "^4.4|^5.0",
                "symfony/serializer": "^4.4|^5.0"
            },
            "time": "2021-05-26T17:39:37+00:00",
            "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/v4.4.25"
            },
            "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/error-handler"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v4.4.25",
            "version_normalized": "4.4.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "047773e7016e4fd45102cedf4bd2558ae0d0c32f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/047773e7016e4fd45102cedf4bd2558ae0d0c32f",
                "reference": "047773e7016e4fd45102cedf4bd2558ae0d0c32f",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/event-dispatcher-contracts": "^1.1"
            },
            "conflict": {
                "symfony/dependency-injection": "<3.4"
            },
            "provide": {
                "psr/event-dispatcher-implementation": "1.0",
                "symfony/event-dispatcher-implementation": "1.1"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/error-handler": "~3.4|~4.4",
                "symfony/expression-language": "^3.4|^4.0|^5.0",
                "symfony/http-foundation": "^3.4|^4.0|^5.0",
                "symfony/service-contracts": "^1.1|^2",
                "symfony/stopwatch": "^3.4|^4.0|^5.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "time": "2021-05-26T17:39:37+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/v4.4.25"
            },
            "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"
        },
        {
            "name": "symfony/event-dispatcher-contracts",
            "version": "v1.1.9",
            "version_normalized": "1.1.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
                "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
                "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3"
            },
            "suggest": {
                "psr/event-dispatcher": "",
                "symfony/event-dispatcher-implementation": ""
            },
            "time": "2020-07-06T13:19:58+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "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/v1.1.9"
            },
            "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": "v4.4.27",
            "version_normalized": "4.4.27.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "517fb795794faf29086a77d99eb8f35e457837a7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/517fb795794faf29086a77d99eb8f35e457837a7",
                "reference": "517fb795794faf29086a77d99eb8f35e457837a7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-php80": "^1.16"
            },
            "time": "2021-07-21T12:19:41+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/v4.4.27"
            },
            "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/filesystem"
        },
        {
            "name": "symfony/finder",
            "version": "v4.4.36",
            "version_normalized": "4.4.36.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "1fef05633cd61b629e963e5d8200fb6b67ecf42c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/1fef05633cd61b629e963e5d8200fb6b67ecf42c",
                "reference": "1fef05633cd61b629e963e5d8200fb6b67ecf42c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-php80": "^1.16"
            },
            "time": "2021-12-15T10:33:10+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/v4.4.36"
            },
            "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/finder"
        },
        {
            "name": "symfony/http-client-contracts",
            "version": "v2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-client-contracts.git",
                "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
                "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5"
            },
            "suggest": {
                "symfony/http-client-implementation": ""
            },
            "time": "2021-04-11T23:07:08+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.4-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\HttpClient\\": ""
                }
            },
            "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/v2.4.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": "v4.4.25",
            "version_normalized": "4.4.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "0c79d5a65ace4fe66e49702658c024a419d2438b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/0c79d5a65ace4fe66e49702658c024a419d2438b",
                "reference": "0c79d5a65ace4fe66e49702658c024a419d2438b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/mime": "^4.3|^5.0",
                "symfony/polyfill-mbstring": "~1.1",
                "symfony/polyfill-php80": "^1.15"
            },
            "require-dev": {
                "predis/predis": "~1.0",
                "symfony/expression-language": "^3.4|^4.0|^5.0"
            },
            "time": "2021-05-26T11:20:16+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/v4.4.25"
            },
            "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-foundation"
        },
        {
            "name": "symfony/http-kernel",
            "version": "v4.4.25",
            "version_normalized": "4.4.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-kernel.git",
                "reference": "3795165596fe81a52296b78c9aae938d434069cc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3795165596fe81a52296b78c9aae938d434069cc",
                "reference": "3795165596fe81a52296b78c9aae938d434069cc",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "psr/log": "~1.0",
                "symfony/error-handler": "^4.4",
                "symfony/event-dispatcher": "^4.4",
                "symfony/http-client-contracts": "^1.1|^2",
                "symfony/http-foundation": "^4.4|^5.0",
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-php73": "^1.9",
                "symfony/polyfill-php80": "^1.15"
            },
            "conflict": {
                "symfony/browser-kit": "<4.3",
                "symfony/config": "<3.4",
                "symfony/console": ">=5",
                "symfony/dependency-injection": "<4.3",
                "symfony/translation": "<4.2",
                "twig/twig": "<1.43|<2.13,>=2"
            },
            "provide": {
                "psr/log-implementation": "1.0"
            },
            "require-dev": {
                "psr/cache": "^1.0|^2.0|^3.0",
                "symfony/browser-kit": "^4.3|^5.0",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/console": "^3.4|^4.0",
                "symfony/css-selector": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^4.3|^5.0",
                "symfony/dom-crawler": "^3.4|^4.0|^5.0",
                "symfony/expression-language": "^3.4|^4.0|^5.0",
                "symfony/finder": "^3.4|^4.0|^5.0",
                "symfony/process": "^3.4|^4.0|^5.0",
                "symfony/routing": "^3.4|^4.0|^5.0",
                "symfony/stopwatch": "^3.4|^4.0|^5.0",
                "symfony/templating": "^3.4|^4.0|^5.0",
                "symfony/translation": "^4.2|^5.0",
                "symfony/translation-contracts": "^1.1|^2",
                "twig/twig": "^1.43|^2.13|^3.0.4"
            },
            "suggest": {
                "symfony/browser-kit": "",
                "symfony/config": "",
                "symfony/console": "",
                "symfony/dependency-injection": ""
            },
            "time": "2021-06-01T07:12:08+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/v4.4.25"
            },
            "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-kernel"
        },
        {
            "name": "symfony/mime",
            "version": "v5.3.0",
            "version_normalized": "5.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/mime.git",
                "reference": "ed710d297b181f6a7194d8172c9c2423d58e4852"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mime/zipball/ed710d297b181f6a7194d8172c9c2423d58e4852",
                "reference": "ed710d297b181f6a7194d8172c9c2423d58e4852",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1",
                "symfony/polyfill-intl-idn": "^1.10",
                "symfony/polyfill-mbstring": "^1.0",
                "symfony/polyfill-php80": "^1.15"
            },
            "conflict": {
                "egulias/email-validator": "~3.0.0",
                "phpdocumentor/reflection-docblock": "<3.2.2",
                "phpdocumentor/type-resolver": "<1.4.0",
                "symfony/mailer": "<4.4"
            },
            "require-dev": {
                "egulias/email-validator": "^2.1.10|^3.1",
                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
                "symfony/dependency-injection": "^4.4|^5.0",
                "symfony/property-access": "^4.4|^5.1",
                "symfony/property-info": "^4.4|^5.1",
                "symfony/serializer": "^5.2"
            },
            "time": "2021-05-26T17:43:10+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/v5.3.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/mime"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.23.0",
            "version_normalized": "1.23.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
                "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2021-02-19T12:13:01+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "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.23.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-ctype"
        },
        {
            "name": "symfony/polyfill-iconv",
            "version": "v1.23.0",
            "version_normalized": "1.23.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-iconv.git",
                "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/63b5bb7db83e5673936d6e3b8b3e022ff6474933",
                "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-iconv": "For best performance"
            },
            "time": "2021-05-27T09:27:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Iconv\\": ""
                },
                "files": [
                    "bootstrap.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": "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.23.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-iconv"
        },
        {
            "name": "symfony/polyfill-intl-idn",
            "version": "v1.23.0",
            "version_normalized": "1.23.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
                "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
                "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "symfony/polyfill-intl-normalizer": "^1.10",
                "symfony/polyfill-php72": "^1.10"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2021-05-27T09:27:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "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.23.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-intl-idn"
        },
        {
            "name": "symfony/polyfill-intl-normalizer",
            "version": "v1.23.0",
            "version_normalized": "1.23.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
                "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2021-02-19T12:13:01+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "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.23.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-intl-normalizer"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.23.0",
            "version_normalized": "1.23.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
                "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2021-05-27T09:27:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                },
                "files": [
                    "bootstrap.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": "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.23.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-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": {
                "branch-alias": {
                    "dev-main": "1.20-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "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-php72",
            "version": "v1.24.0",
            "version_normalized": "1.24.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php72.git",
                "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
                "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2021-05-27T09:17:38+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php72\\": ""
                },
                "files": [
                    "bootstrap.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": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php72/tree/v1.24.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php72"
        },
        {
            "name": "symfony/polyfill-php73",
            "version": "v1.24.0",
            "version_normalized": "1.24.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php73.git",
                "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
                "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2021-06-05T21:20:04+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php73\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "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.24.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php73"
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "v1.23.0",
            "version_normalized": "1.23.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0",
                "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2021-02-19T12:13:01+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "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.23.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php80"
        },
        {
            "name": "symfony/polyfill-php81",
            "version": "v1.24.0",
            "version_normalized": "1.24.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php81.git",
                "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
                "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2021-09-13T13:58:11+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php81\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "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.24.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php81"
        },
        {
            "name": "symfony/process",
            "version": "v4.4.25",
            "version_normalized": "4.4.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "cd61e6dd273975c6625316de9d141ebd197f93c9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/cd61e6dd273975c6625316de9d141ebd197f93c9",
                "reference": "cd61e6dd273975c6625316de9d141ebd197f93c9",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3"
            },
            "time": "2021-05-26T11:20:16+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/v4.4.25"
            },
            "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/process"
        },
        {
            "name": "symfony/psr-http-message-bridge",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/psr-http-message-bridge.git",
                "reference": "81db2d4ae86e9f0049828d9343a72b9523884e5d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/81db2d4ae86e9f0049828d9343a72b9523884e5d",
                "reference": "81db2d4ae86e9f0049828d9343a72b9523884e5d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "psr/http-message": "^1.0",
                "symfony/http-foundation": "^4.4 || ^5.0"
            },
            "require-dev": {
                "nyholm/psr7": "^1.1",
                "psr/log": "^1.1",
                "symfony/browser-kit": "^4.4 || ^5.0",
                "symfony/config": "^4.4 || ^5.0",
                "symfony/event-dispatcher": "^4.4 || ^5.0",
                "symfony/framework-bundle": "^4.4 || ^5.0",
                "symfony/http-kernel": "^4.4 || ^5.0",
                "symfony/phpunit-bridge": "^4.4.19 || ^5.2"
            },
            "suggest": {
                "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
            },
            "time": "2021-02-17T10:35:25+00:00",
            "type": "symfony-bridge",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.1-dev"
                }
            },
            "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": "http://symfony.com/contributors"
                }
            ],
            "description": "PSR HTTP message bridge",
            "homepage": "http://symfony.com",
            "keywords": [
                "http",
                "http-message",
                "psr-17",
                "psr-7"
            ],
            "support": {
                "issues": "https://github.com/symfony/psr-http-message-bridge/issues",
                "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.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/psr-http-message-bridge"
        },
        {
            "name": "symfony/routing",
            "version": "v4.4.25",
            "version_normalized": "4.4.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/routing.git",
                "reference": "3a3c2f197ad0846ac6413225fc78868ba1c61434"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/routing/zipball/3a3c2f197ad0846ac6413225fc78868ba1c61434",
                "reference": "3a3c2f197ad0846ac6413225fc78868ba1c61434",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3"
            },
            "conflict": {
                "symfony/config": "<4.2",
                "symfony/dependency-injection": "<3.4",
                "symfony/yaml": "<3.4"
            },
            "require-dev": {
                "doctrine/annotations": "^1.10.4",
                "psr/log": "~1.0",
                "symfony/config": "^4.2|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/expression-language": "^3.4|^4.0|^5.0",
                "symfony/http-foundation": "^3.4|^4.0|^5.0",
                "symfony/yaml": "^3.4|^4.0|^5.0"
            },
            "suggest": {
                "doctrine/annotations": "For using the annotation loader",
                "symfony/config": "For using the all-in-one router or any loader",
                "symfony/expression-language": "For using expression matching",
                "symfony/http-foundation": "For using a Symfony Request object",
                "symfony/yaml": "For using the YAML loader"
            },
            "time": "2021-05-26T17:39:37+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/v4.4.25"
            },
            "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/routing"
        },
        {
            "name": "symfony/serializer",
            "version": "v4.4.35",
            "version_normalized": "4.4.35.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/serializer.git",
                "reference": "1b2ae02cb1b923987947e013688c51954a80b751"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/serializer/zipball/1b2ae02cb1b923987947e013688c51954a80b751",
                "reference": "1b2ae02cb1b923987947e013688c51954a80b751",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
                "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2",
                "phpdocumentor/type-resolver": "<0.3.0|1.3.*",
                "symfony/dependency-injection": "<3.4",
                "symfony/property-access": "<3.4",
                "symfony/property-info": "<3.4",
                "symfony/yaml": "<3.4"
            },
            "require-dev": {
                "doctrine/annotations": "^1.10.4",
                "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
                "symfony/cache": "^3.4|^4.0|^5.0",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/error-handler": "^4.4|^5.0",
                "symfony/http-foundation": "^3.4|^4.0|^5.0",
                "symfony/mime": "^4.4|^5.0",
                "symfony/property-access": "^3.4.41|^4.4.9|^5.0.9",
                "symfony/property-info": "^3.4.13|~4.0|^5.0",
                "symfony/validator": "^3.4|^4.0|^5.0",
                "symfony/yaml": "^3.4|^4.0|^5.0"
            },
            "suggest": {
                "doctrine/annotations": "For using the annotation mapping.",
                "psr/cache-implementation": "For using the metadata cache.",
                "symfony/config": "For using the XML mapping loader.",
                "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.",
                "symfony/property-access": "For using the ObjectNormalizer.",
                "symfony/property-info": "To deserialize relations.",
                "symfony/yaml": "For using the default YAML mapping loader."
            },
            "time": "2021-11-24T08:12: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/v4.4.35"
            },
            "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/serializer"
        },
        {
            "name": "symfony/service-contracts",
            "version": "v2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/service-contracts.git",
                "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
                "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/container": "^1.1"
            },
            "suggest": {
                "symfony/service-implementation": ""
            },
            "time": "2021-04-01T10:43:52+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.4-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Service\\": ""
                }
            },
            "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/v2.4.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/service-contracts"
        },
        {
            "name": "symfony/translation",
            "version": "v4.4.25",
            "version_normalized": "4.4.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation.git",
                "reference": "dfe132c5c6d89f90ce7f961742cc532e9ca16dd4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation/zipball/dfe132c5c6d89f90ce7f961742cc532e9ca16dd4",
                "reference": "dfe132c5c6d89f90ce7f961742cc532e9ca16dd4",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/translation-contracts": "^1.1.6|^2"
            },
            "conflict": {
                "symfony/config": "<3.4",
                "symfony/dependency-injection": "<3.4",
                "symfony/http-kernel": "<4.4",
                "symfony/yaml": "<3.4"
            },
            "provide": {
                "symfony/translation-implementation": "1.0|2.0"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/console": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
                "symfony/http-kernel": "^4.4",
                "symfony/intl": "^3.4|^4.0|^5.0",
                "symfony/service-contracts": "^1.1.2|^2",
                "symfony/yaml": "^3.4|^4.0|^5.0"
            },
            "suggest": {
                "psr/log-implementation": "To use logging capability in translator",
                "symfony/config": "",
                "symfony/yaml": ""
            },
            "time": "2021-05-26T17:39:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "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/v4.4.25"
            },
            "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/translation"
        },
        {
            "name": "symfony/translation-contracts",
            "version": "v2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation-contracts.git",
                "reference": "95c812666f3e91db75385749fe219c5e494c7f95"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95",
                "reference": "95c812666f3e91db75385749fe219c5e494c7f95",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5"
            },
            "suggest": {
                "symfony/translation-implementation": ""
            },
            "time": "2021-03-23T23:28:01+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.4-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Translation\\": ""
                }
            },
            "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/v2.4.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/translation-contracts"
        },
        {
            "name": "symfony/validator",
            "version": "v4.4.25",
            "version_normalized": "4.4.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/validator.git",
                "reference": "29c14955e8b2e7351aaa11553cb36d4a689b7b11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/validator/zipball/29c14955e8b2e7351aaa11553cb36d4a689b7b11",
                "reference": "29c14955e8b2e7351aaa11553cb36d4a689b7b11",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/translation-contracts": "^1.1|^2"
            },
            "conflict": {
                "doctrine/lexer": "<1.0.2",
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
                "symfony/dependency-injection": "<3.4",
                "symfony/http-kernel": "<4.4",
                "symfony/intl": "<4.3",
                "symfony/translation": ">=5.0",
                "symfony/yaml": "<3.4"
            },
            "require-dev": {
                "doctrine/annotations": "^1.10.4",
                "doctrine/cache": "^1.0|^2.0",
                "egulias/email-validator": "^2.1.10|^3",
                "symfony/cache": "^3.4|^4.0|^5.0",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/expression-language": "^3.4|^4.0|^5.0",
                "symfony/http-client": "^4.3|^5.0",
                "symfony/http-foundation": "^4.1|^5.0",
                "symfony/http-kernel": "^4.4",
                "symfony/intl": "^4.3|^5.0",
                "symfony/mime": "^4.4|^5.0",
                "symfony/property-access": "^3.4|^4.0|^5.0",
                "symfony/property-info": "^3.4|^4.0|^5.0",
                "symfony/translation": "^4.2",
                "symfony/yaml": "^3.4|^4.0|^5.0"
            },
            "suggest": {
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
                "doctrine/cache": "For using the default cached annotation reader.",
                "egulias/email-validator": "Strict (RFC compliant) email validation",
                "psr/cache-implementation": "For using the mapping cache.",
                "symfony/config": "",
                "symfony/expression-language": "For using the Expression validator",
                "symfony/http-foundation": "",
                "symfony/intl": "",
                "symfony/property-access": "For accessing properties within comparison constraints",
                "symfony/property-info": "To automatically add NotNull and Type constraints",
                "symfony/translation": "For translating validation errors.",
                "symfony/yaml": ""
            },
            "time": "2021-05-26T17:39:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Validator\\": ""
                },
                "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 validate values",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/validator/tree/v4.4.25"
            },
            "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/validator"
        },
        {
            "name": "symfony/var-dumper",
            "version": "v5.3.0",
            "version_normalized": "5.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-dumper.git",
                "reference": "1d3953e627fe4b5f6df503f356b6545ada6351f3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1d3953e627fe4b5f6df503f356b6545ada6351f3",
                "reference": "1d3953e627fe4b5f6df503f356b6545ada6351f3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php80": "^1.15"
            },
            "conflict": {
                "phpunit/phpunit": "<5.4.3",
                "symfony/console": "<4.4"
            },
            "require-dev": {
                "ext-iconv": "*",
                "symfony/console": "^4.4|^5.0",
                "symfony/process": "^4.4|^5.0",
                "twig/twig": "^2.13|^3.0.4"
            },
            "suggest": {
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
                "ext-intl": "To show region name in time zone dump",
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
            },
            "time": "2021-05-27T12:28:50+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/v5.3.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/var-dumper"
        },
        {
            "name": "symfony/yaml",
            "version": "v4.4.25",
            "version_normalized": "4.4.25.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "81cdac5536925c1c4b7b50aabc9ff6330b9eb5fc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/81cdac5536925c1c4b7b50aabc9ff6330b9eb5fc",
                "reference": "81cdac5536925c1c4b7b50aabc9ff6330b9eb5fc",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-ctype": "~1.8"
            },
            "conflict": {
                "symfony/console": "<3.4"
            },
            "require-dev": {
                "symfony/console": "^3.4|^4.0|^5.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "time": "2021-05-26T17:39:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Loads and dumps YAML files",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/yaml/tree/v4.4.25"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/yaml"
        },
        {
            "name": "twig/twig",
            "version": "v2.14.6",
            "version_normalized": "2.14.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "27e5cf2b05e3744accf39d4c68a3235d9966d260"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/27e5cf2b05e3744accf39d4c68a3235d9966d260",
                "reference": "27e5cf2b05e3744accf39d4c68a3235d9966d260",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-mbstring": "^1.3"
            },
            "require-dev": {
                "psr/container": "^1.0",
                "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
            },
            "time": "2021-05-16T12:12:47+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.14-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Twig_": "lib/"
                },
                "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/v2.14.6"
            },
            "funding": [
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/twig/twig",
                    "type": "tidelift"
                }
            ],
            "install-path": "../twig/twig"
        },
        {
            "name": "typo3/phar-stream-wrapper",
            "version": "v3.1.6",
            "version_normalized": "3.1.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
                "reference": "60131cb573a1e478cfecd34e4ea38e3b31505f75"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/60131cb573a1e478cfecd34e4ea38e3b31505f75",
                "reference": "60131cb573a1e478cfecd34e4ea38e3b31505f75",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.0 || ^8.0"
            },
            "require-dev": {
                "ext-xdebug": "*",
                "phpspec/prophecy": "^1.10",
                "symfony/phpunit-bridge": "^5.1"
            },
            "suggest": {
                "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
            },
            "time": "2020-11-07T09:06:16+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "v3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TYPO3\\PharStreamWrapper\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Interceptors for PHP's native phar:// stream handling",
            "homepage": "https://typo3.org/",
            "keywords": [
                "phar",
                "php",
                "security",
                "stream-wrapper"
            ],
            "support": {
                "issues": "https://github.com/TYPO3/phar-stream-wrapper/issues",
                "source": "https://github.com/TYPO3/phar-stream-wrapper/tree/v3.1.6"
            },
            "install-path": "../typo3/phar-stream-wrapper"
        },
        {
            "name": "webflo/drupal-finder",
            "version": "1.2.2",
            "version_normalized": "1.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webflo/drupal-finder.git",
                "reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/c8e5dbe65caef285fec8057a4c718a0d4138d1ee",
                "reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee",
                "shasum": ""
            },
            "require": {
                "ext-json": "*"
            },
            "require-dev": {
                "mikey179/vfsstream": "^1.6",
                "phpunit/phpunit": "^4.8"
            },
            "time": "2020-10-27T09:42:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/DrupalFinder.php"
                ]
            },
            "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 from a given path.",
            "support": {
                "issues": "https://github.com/webflo/drupal-finder/issues",
                "source": "https://github.com/webflo/drupal-finder/tree/1.2.2"
            },
            "install-path": "../webflo/drupal-finder"
        },
        {
            "name": "webmozart/assert",
            "version": "1.10.0",
            "version_normalized": "1.10.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozarts/assert.git",
                "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
                "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0",
                "symfony/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "phpstan/phpstan": "<0.12.20",
                "vimeo/psalm": "<4.6.1 || 4.6.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5.13"
            },
            "time": "2021-03-09T10:59:23+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.10.0"
            },
            "install-path": "../webmozart/assert"
        },
        {
            "name": "webmozart/path-util",
            "version": "2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozart/path-util.git",
                "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
                "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "webmozart/assert": "~1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.6",
                "sebastian/version": "^1.0.1"
            },
            "time": "2015-12-17T08:42:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Webmozart\\PathUtil\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
            "support": {
                "issues": "https://github.com/webmozart/path-util/issues",
                "source": "https://github.com/webmozart/path-util/tree/2.3.0"
            },
            "abandoned": "symfony/filesystem",
            "install-path": "../webmozart/path-util"
        },
        {
            "name": "wikimedia/composer-merge-plugin",
            "version": "v2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/composer-merge-plugin.git",
                "reference": "8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912",
                "reference": "8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1||^2.0",
                "php": ">=7.2.0"
            },
            "require-dev": {
                "composer/composer": "^1.1||^2.0",
                "php-parallel-lint/php-parallel-lint": "~1.1.0",
                "phpunit/phpunit": "^8.5||^9.0",
                "squizlabs/php_codesniffer": "~3.5.4"
            },
            "time": "2021-02-24T05:28:06+00:00",
            "type": "composer-plugin",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                },
                "class": "Wikimedia\\Composer\\Merge\\V2\\MergePlugin"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Wikimedia\\Composer\\Merge\\V2\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bryan Davis",
                    "email": "bd808@wikimedia.org"
                }
            ],
            "description": "Composer plugin to merge multiple composer.json files",
            "support": {
                "issues": "https://github.com/wikimedia/composer-merge-plugin/issues",
                "source": "https://github.com/wikimedia/composer-merge-plugin/tree/v2.0.1"
            },
            "install-path": "../wikimedia/composer-merge-plugin"
        },
        {
            "name": "willdurand/negotiation",
            "version": "v2.3.1",
            "version_normalized": "2.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/willdurand/Negotiation.git",
                "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
                "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.5"
            },
            "time": "2017-05-14T17:21:12+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Negotiation\\": "src/Negotiation"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "will+git@drnd.me"
                }
            ],
            "description": "Content Negotiation tools for PHP provided as a standalone library.",
            "homepage": "http://williamdurand.fr/Negotiation/",
            "keywords": [
                "accept",
                "content",
                "format",
                "header",
                "negotiation"
            ],
            "support": {
                "issues": "https://github.com/willdurand/Negotiation/issues",
                "source": "https://github.com/willdurand/Negotiation/tree/2.x"
            },
            "install-path": "../willdurand/negotiation"
        }
    ],
    "dev": true,
    "dev-package-names": [
        "alchemy/zippy",
        "chi-teck/drupal-code-generator",
        "consolidation/annotated-command",
        "consolidation/config",
        "consolidation/filter-via-dot-access-data",
        "consolidation/log",
        "consolidation/output-formatters",
        "consolidation/robo",
        "consolidation/self-update",
        "consolidation/site-alias",
        "consolidation/site-process",
        "container-interop/container-interop",
        "dflydev/dot-access-configuration",
        "dflydev/dot-access-data",
        "dflydev/placeholder-resolver",
        "drupal/console",
        "drupal/console-core",
        "drupal/console-en",
        "drupal/console-extend-plugin",
        "drush/drush",
        "grasmash/expander",
        "grasmash/yaml-expander",
        "league/container",
        "nikic/php-parser",
        "psy/psysh",
        "stecman/symfony-console-completion",
        "symfony/config",
        "symfony/css-selector",
        "symfony/dom-crawler",
        "symfony/filesystem",
        "symfony/finder",
        "symfony/polyfill-php81",
        "webflo/drupal-finder",
        "webmozart/assert",
        "webmozart/path-util"
    ]
}
