{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "2dc06e9a563f680d6677616153fe0807", "packages": [ { "name": "asm89/stack-cors", "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/asm89/stack-cors.git", "reference": "acf3142e6c5eafa378dc8ef3c069ab4558993f70" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/asm89/stack-cors/zipball/acf3142e6c5eafa378dc8ef3c069ab4558993f70", "reference": "acf3142e6c5eafa378dc8ef3c069ab4558993f70", "shasum": "" }, "require": { "php": "^7.3|^8.0", "symfony/http-foundation": "^5.3|^6|^7", "symfony/http-kernel": "^5.3|^6|^7" }, "require-dev": { "phpunit/phpunit": "^9", "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev" } }, "autoload": { "psr-4": { "Asm89\\Stack\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Alexander", "email": "iam.asm89@gmail.com" } ], "description": "Cross-origin resource sharing library and stack middleware", "homepage": "https://github.com/asm89/stack-cors", "keywords": [ "cors", "stack" ], "support": { "issues": "https://github.com/asm89/stack-cors/issues", "source": "https://github.com/asm89/stack-cors/tree/v2.3.0" }, "time": "2025-03-13T08:50:04+00:00" }, { "name": "composer/installers", "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e", "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": "^7.2 || ^8.0" }, "require-dev": { "composer/composer": "^1.10.27 || ^2.7", "composer/semver": "^1.7.2 || ^3.4.0", "phpstan/phpstan": "^1.11", "phpstan/phpstan-phpunit": "^1", "symfony/phpunit-bridge": "^7.1.1", "symfony/process": "^5 || ^6 || ^7" }, "type": "composer-plugin", "extra": { "class": "Composer\\Installers\\Plugin", "branch-alias": { "dev-main": "2.x-dev" }, "plugin-modifies-install-path": true }, "autoload": { "psr-4": { "Composer\\Installers\\": "src/Composer/Installers" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kyle Robinson Young", "email": "kyle@dontkry.com", "homepage": "https://github.com/shama" } ], "description": "A multi-framework Composer library installer", "homepage": "https://composer.github.io/installers/", "keywords": [ "Dolibarr", "Eliasis", "Hurad", "ImageCMS", "Kanboard", "Lan Management System", "MODX Evo", "MantisBT", "Mautic", "Maya", "OXID", "Plentymarkets", "Porto", "RadPHP", "SMF", "Starbug", "Thelia", "Whmcs", "WolfCMS", "agl", "annotatecms", "attogram", "bitrix", "cakephp", "chef", "cockpit", "codeigniter", "concrete5", "concreteCMS", "croogo", "dokuwiki", "drupal", "eZ Platform", "elgg", "expressionengine", "fuelphp", "grav", "installer", "itop", "known", "kohana", "laravel", "lavalite", "lithium", "magento", "majima", "mako", "matomo", "mediawiki", "miaoxing", "modulework", "modx", "moodle", "osclass", "pantheon", "phpbb", "piwik", "ppi", "processwire", "puppet", "pxcms", "reindex", "roundcube", "shopware", "silverstripe", "sydes", "sylius", "tastyigniter", "wordpress", "yawik", "zend", "zikula" ], "support": { "issues": "https://github.com/composer/installers/issues", "source": "https://github.com/composer/installers/tree/v2.3.0" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2024-06-24T20:46:46+00:00" }, { "name": "composer/semver", "version": "3.4.4", "source": { "type": "git", "url": "https://github.com/composer/semver.git", "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95", "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.11", "symfony/phpunit-bridge": "^3 || ^7" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.x-dev" } }, "autoload": { "psr-4": { "Composer\\Semver\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "Semver library that offers utilities, version constraint parsing and validation.", "keywords": [ "semantic", "semver", "validation", "versioning" ], "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/semver/issues", "source": "https://github.com/composer/semver/tree/3.4.4" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" } ], "time": "2025-08-20T19:15:30+00:00" }, { "name": "doctrine/lexer", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", "shasum": "" }, "require": { "php": "^8.1" }, "require-dev": { "doctrine/coding-standard": "^12", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^10.5", "psalm/plugin-phpunit": "^0.18.3", "vimeo/psalm": "^5.21" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Lexer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", "homepage": "https://www.doctrine-project.org/projects/lexer.html", "keywords": [ "annotations", "docblock", "lexer", "parser", "php" ], "support": { "issues": "https://github.com/doctrine/lexer/issues", "source": "https://github.com/doctrine/lexer/tree/3.0.1" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", "type": "tidelift" } ], "time": "2024-02-05T11:56:58+00:00" }, { "name": "drupal/basecore", "version": "1.0.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/basecore.git", "reference": "1.0.5" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/basecore-1.0.5.zip", "reference": "1.0.5", "shasum": "5cd731b032edab8bce625834840569d5e1c9d8e2" }, "require": { "drupal/core": "^8 || ^9 || ^10 || ^11" }, "type": "drupal-theme", "extra": { "drupal": { "version": "1.0.5", "datestamp": "1767692767", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL" ], "authors": [ { "name": "evankay", "homepage": "https://www.drupal.org/user/2912669" }, { "name": "skounis", "homepage": "https://www.drupal.org/user/877552" } ], "description": "More than Theme's base theme", "homepage": "https://www.drupal.org/project/basecore", "support": { "source": "https://git.drupalcode.org/project/basecore", "url": "https://morethanthemes.com" } }, { "name": "drupal/canvas", "version": "1.5.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/canvas.git", "reference": "1.5.1" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/canvas-1.5.1.zip", "reference": "1.5.1", "shasum": "7c73efcb01ea8e7da963c49a9bf1c8ccca4ba19b" }, "require": { "drupal/core": "^11.2", "justinrainbow/json-schema": "^6.8.0" }, "require-dev": { "devizzent/cebe-php-openapi": "^1.1.4", "drupal/ai": "^1.2.1", "drupal/ai_agents": "^1.2", "drupal/ai_agents_test": "^1.0@alpha", "drupal/jsonapi_menu_items": "^1.2.8", "drupal/metatag": "^2.1", "drupal/pathauto": "^1.13", "drupal/search_api": "^1", "drupal/simple_oauth": "^6", "drush/drush": "^13", "jangregor/phpstan-prophecy": "2.3.0", "league/openapi-psr7-validator": "^0.22.0", "mglaman/phpstan-drupal": "2.0.15", "phpat/phpat": "0.12.4", "phpstan/phpstan": "2.1.53", "phpstan/phpstan-strict-rules": "2.0.10", "shipmonk/dead-code-detector": "1.1.1" }, "type": "drupal-module", "extra": { "drupal": { "version": "1.5.1", "datestamp": "1780939480", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "scripts": { "composer-root": [ "d=.; i=0; while [ $i -lt 10 ]; do if [ -f \"$d/composer.json\" ] && cat \"$d/composer.json\" | grep -q '\"type\"' && cat \"$d/composer.json\" | grep -q '\"project\"'; then readlink -f \"$d\"; break; fi; d=\"../$d\"; i=$((i+1)); done" ], "install-dev-deps": [ "PACKAGES=$(cat composer.json | jq -r '.[\"require-dev\"] // {} | to_entries[] | \"\\(.key):\\(.value)\"' | tr '\\n' ' ') && ROOT=$(composer run composer-root) && CORE_VERSION=$(grep \"const VERSION\" \"${ROOT}/core/lib/Drupal.php\" 2>/dev/null | sed \"s/.*'\\(.*\\)'.*/\\1/\" || echo \"0.0.0\") && COMPOSER_ROOT_VERSION=${CORE_VERSION:-0.0.0} composer --working-dir=${ROOT} require ${PACKAGES} --dev -W" ], "phpcs": [ "mkdir -p test-results && mkdir -p .cache/phpcs && composer --working-dir=$(composer run composer-root) exec phpcs -- --standard=$(pwd)/phpcs.xml --report-width=auto --colors -s --report-junit=$(pwd)/test-results/phpcs.xml --report-full --report-summary $(pwd)" ], "phpcbf": [ " mkdir -p .cache/phpc && composer --working-dir=$(composer run composer-root) exec phpcbf -- --standard=$(pwd)/phpcs.xml --colors $(pwd)" ], "phpstan": [ "composer --working-dir=$(composer run composer-root) exec phpstan -- --configuration=$(pwd)/phpstan.neon --autoload-file=$(pwd)/phpstan_rules/autoload.php analyze $(pwd)" ], "phpstan-regenerate-ignores-for-11.3-and-higher": [ "rm $(pwd)/phpstan-11.3-and-higher-ignores.neon && touch $(pwd)/phpstan-11.3-and-higher-ignores.neon && composer --working-dir=$(composer run composer-root) exec phpstan -- --configuration=$(pwd)/phpstan.neon --autoload-file=$(pwd)/phpstan_rules/autoload.php --generate-baseline=$(pwd)/phpstan-11.3-and-higher-ignores.neon analyze $(pwd)" ], "phpunit": [ "./tests/scripts/phpunit.sh" ], "lint:phpcs": [ "@phpcs" ], "lint:phpstan": [ "@phpstan" ], "lint": [ "@lint:phpstan", "@lint:phpcs" ], "fix:phpcbf": [ "@phpcbf" ], "fix": [ "@fix:phpcbf" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "akhil babu", "homepage": "https://www.drupal.org/user/3632866" }, { "name": "amangrover90", "homepage": "https://www.drupal.org/user/3602433" }, { "name": "attilatilman", "homepage": "https://www.drupal.org/user/3528404" }, { "name": "balintbrews", "homepage": "https://www.drupal.org/user/613760" }, { "name": "bnjmnm", "homepage": "https://www.drupal.org/user/2369194" }, { "name": "chandu7929", "homepage": "https://www.drupal.org/user/2907229" }, { "name": "effulgentsia", "homepage": "https://www.drupal.org/user/78040" }, { "name": "f.mazeikis", "homepage": "https://www.drupal.org/user/3513671" }, { "name": "hooroomoo", "homepage": "https://www.drupal.org/user/3688872" }, { "name": "isholgueras", "homepage": "https://www.drupal.org/user/733162" }, { "name": "jessebaker", "homepage": "https://www.drupal.org/user/3546546" }, { "name": "jptaranto", "homepage": "https://www.drupal.org/user/135234" }, { "name": "justafish", "homepage": "https://www.drupal.org/user/161058" }, { "name": "kunal.sachdev", "homepage": "https://www.drupal.org/user/3685163" }, { "name": "larowlan", "homepage": "https://www.drupal.org/user/395439" }, { "name": "lauriii", "homepage": "https://www.drupal.org/user/1078742" }, { "name": "longwave", "homepage": "https://www.drupal.org/user/246492" }, { "name": "marcus_johansson", "homepage": "https://www.drupal.org/user/385947" }, { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" }, { "name": "narendrar", "homepage": "https://www.drupal.org/user/1730192" }, { "name": "penyaskito", "homepage": "https://www.drupal.org/user/959536" }, { "name": "phenaproxima", "homepage": "https://www.drupal.org/user/205645" }, { "name": "ravi.maniyar.123", "homepage": "https://www.drupal.org/user/3867193" }, { "name": "tedbow", "homepage": "https://www.drupal.org/user/240860" }, { "name": "thoward216", "homepage": "https://www.drupal.org/user/3576535" }, { "name": "tim.plunkett", "homepage": "https://www.drupal.org/user/241634" }, { "name": "utkarsh_33", "homepage": "https://www.drupal.org/user/3727088" }, { "name": "wim leers", "homepage": "https://www.drupal.org/user/99777" }, { "name": "wotnak", "homepage": "https://www.drupal.org/user/3558113" } ], "description": "Canvas", "homepage": "https://www.drupal.org/project/canvas", "support": { "source": "https://git.drupalcode.org/project/canvas" } }, { "name": "drupal/classic_corporate_theme", "version": "2.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/classic_corporate_theme.git", "reference": "2.0.2" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/classic_corporate_theme-2.0.2.zip", "reference": "2.0.2", "shasum": "5f629a824b28fc5f08f94f59e807489c3b235a2f" }, "require": { "drupal/core": "^10 || ^11" }, "type": "drupal-theme", "extra": { "drupal": { "version": "2.0.2", "datestamp": "1760525664", "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": "abhijeet sandil", "homepage": "https://www.drupal.org/user/375875" }, { "name": "jaykandari", "homepage": "https://www.drupal.org/user/2876519" }, { "name": "jitendra verma", "homepage": "https://www.drupal.org/user/1544832" } ], "homepage": "https://www.drupal.org/project/classic_corporate_theme", "support": { "source": "https://git.drupalcode.org/project/classic_corporate_theme" } }, { "name": "drupal/classy", "version": "2.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/classy.git", "reference": "2.0.1" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/classy-2.0.1.zip", "reference": "2.0.1", "shasum": "78d4284da275629b3c097a2f1a395cd933f58392" }, "require": { "drupal/core": "^10.3 || ^11", "drupal/stable": "^2.1" }, "type": "drupal-theme", "extra": { "drupal": { "version": "2.0.1", "datestamp": "1781309284", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "bnjmnm", "homepage": "https://www.drupal.org/user/2369194" }, { "name": "davidhernandez", "homepage": "https://www.drupal.org/user/274559" }, { "name": "lauriii", "homepage": "https://www.drupal.org/user/1078742" }, { "name": "smustgrave", "homepage": "https://www.drupal.org/user/3252890" } ], "description": "The Classy base theme from Drupal 8/9 moved to contrib", "homepage": "https://drupal.org/project/classy", "support": { "source": "https://git.drupalcode.org/project/classy", "issues": "https://drupal.org/project/issues/classy" } }, { "name": "drupal/core", "version": "11.3.11", "source": { "type": "git", "url": "https://github.com/drupal/core.git", "reference": "a708c1023aa2c45bfd02770acf7978d665e01d04" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/drupal/core/zipball/a708c1023aa2c45bfd02770acf7978d665e01d04", "reference": "a708c1023aa2c45bfd02770acf7978d665e01d04", "shasum": "" }, "require": { "asm89/stack-cors": "^2.3", "composer-runtime-api": "^2.1", "composer/semver": "^3.3", "doctrine/lexer": "^2 || ^3", "drupal/core-composer-scaffold": "self.version", "egulias/email-validator": "^3.2.1|^4.0", "ext-date": "*", "ext-dom": "*", "ext-filter": "*", "ext-gd": "*", "ext-hash": "*", "ext-json": "*", "ext-pcre": "*", "ext-pdo": "*", "ext-session": "*", "ext-simplexml": "*", "ext-spl": "*", "ext-tokenizer": "*", "ext-xml": "*", "ext-zlib": "*", "guzzlehttp/guzzle": "^7.10", "guzzlehttp/psr7": "^2.8.0", "masterminds/html5": "^2.7", "mck89/peast": "^1.17.4", "pear/archive_tar": "^1.4.14", "php": ">=8.3.0", "php-tuf/composer-stager": "^2.0", "psr/log": "^3.0", "revolt/event-loop": "^1.0", "sebastian/diff": "^4 || ^5 || ^6 || ^7", "symfony/console": "^7.4", "symfony/dependency-injection": "^7.4", "symfony/event-dispatcher": "^7.4", "symfony/filesystem": "^7.4", "symfony/finder": "^7.4", "symfony/http-foundation": "^7.4.13", "symfony/http-kernel": "^7.4.12", "symfony/mailer": "^7.4.12", "symfony/mime": "^7.4.12", "symfony/polyfill-iconv": "^1.32", "symfony/polyfill-php84": "^1.32", "symfony/polyfill-php85": "^1.32", "symfony/process": "^7.4.5", "symfony/psr-http-message-bridge": "^7.4", "symfony/routing": "^7.4.13", "symfony/serializer": "^7.4", "symfony/validator": "^7.4", "symfony/yaml": "^7.4.12", "twig/twig": "^3.27.0" }, "conflict": { "dealerdirect/phpcodesniffer-composer-installer": "1.1.0", "drupal/automatic_updates": "<4", "drupal/project_browser": "<2.1", "drush/drush": "<12.4.3" }, "replace": { "drupal/core-annotation": "self.version", "drupal/core-assertion": "self.version", "drupal/core-class-finder": "self.version", "drupal/core-datetime": "self.version", "drupal/core-dependency-injection": "self.version", "drupal/core-diff": "self.version", "drupal/core-discovery": "self.version", "drupal/core-event-dispatcher": "self.version", "drupal/core-file-cache": "self.version", "drupal/core-file-security": "self.version", "drupal/core-filesystem": "self.version", "drupal/core-front-matter": "self.version", "drupal/core-gettext": "self.version", "drupal/core-graph": "self.version", "drupal/core-http-foundation": "self.version", "drupal/core-php-storage": "self.version", "drupal/core-plugin": "self.version", "drupal/core-proxy-builder": "self.version", "drupal/core-render": "self.version", "drupal/core-serialization": "self.version", "drupal/core-transliteration": "self.version", "drupal/core-utility": "self.version", "drupal/core-uuid": "self.version", "drupal/core-version": "self.version" }, "suggest": { "ext-zip": "Needed to extend the plugin.manager.archiver service capability with the handling of files in the ZIP format." }, "type": "drupal-core", "extra": { "drupal-scaffold": { "file-mapping": { "[project-root]/.editorconfig": "assets/scaffold/files/editorconfig", "[project-root]/.gitattributes": "assets/scaffold/files/gitattributes", "[project-root]/recipes/README.txt": "assets/scaffold/files/recipes.README.txt", "[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]/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" } } }, "autoload": { "psr-4": { "Drupal\\Core\\": "lib/Drupal/Core", "Drupal\\Component\\": "lib/Drupal/Component" }, "classmap": [ "lib/Drupal.php", "lib/Drupal/Component/DependencyInjection/Container.php", "lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php", "lib/Drupal/Component/FileCache/FileCacheFactory.php", "lib/Drupal/Component/Utility/Timer.php", "lib/Drupal/Component/Utility/Unicode.php", "lib/Drupal/Core/Cache/Cache.php", "lib/Drupal/Core/Cache/CacheBackendInterface.php", "lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php", "lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php", "lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php", "lib/Drupal/Core/Cache/DatabaseBackend.php", "lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php", "lib/Drupal/Core/Database/Connection.php", "lib/Drupal/Core/Database/Database.php", "lib/Drupal/Core/Database/StatementInterface.php", "lib/Drupal/Core/DependencyInjection/Container.php", "lib/Drupal/Core/DrupalKernel.php", "lib/Drupal/Core/DrupalKernelInterface.php", "lib/Drupal/Core/Installer/InstallerRedirectTrait.php", "lib/Drupal/Core/Site/Settings.php", "lib/Drupal/Component/Datetime/Time.php" ], "files": [ "includes/bootstrap.inc" ] }, "scripts": { "pre-autoload-dump": [ "Drupal\\Core\\Composer\\Composer::preAutoloadDump" ] }, "license": [ "GPL-2.0-or-later" ], "description": "Drupal is an open source content management platform powering millions of websites and applications." }, { "name": "drupal/core-composer-scaffold", "version": "11.3.11", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", "reference": "cb417c20910980aa6d40dc0626af795f9308bcca" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/cb417c20910980aa6d40dc0626af795f9308bcca", "reference": "cb417c20910980aa6d40dc0626af795f9308bcca", "shasum": "" }, "require": { "composer-plugin-api": "^2", "php": ">=7.3.0" }, "conflict": { "drupal-composer/drupal-scaffold": "*" }, "require-dev": { "composer/composer": "^1.8@stable" }, "type": "composer-plugin", "extra": { "class": "Drupal\\Composer\\Plugin\\Scaffold\\Plugin", "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Drupal\\Composer\\Plugin\\Scaffold\\": "" } }, "license": [ "GPL-2.0-or-later" ], "description": "A flexible Composer project scaffold builder.", "homepage": "https://www.drupal.org/project/drupal", "keywords": [ "drupal" ] }, { "name": "drupal/core-recipe-unpack", "version": "11.3.11", "source": { "type": "git", "url": "https://github.com/drupal/core-recipe-unpack.git", "reference": "bcd7f0416d6197f684bb4f2e52374821e937fb64" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/drupal/core-recipe-unpack/zipball/bcd7f0416d6197f684bb4f2e52374821e937fb64", "reference": "bcd7f0416d6197f684bb4f2e52374821e937fb64", "shasum": "" }, "require": { "composer-plugin-api": "^2", "php": ">=8.3" }, "require-dev": { "composer/composer": "^2.7" }, "type": "composer-plugin", "extra": { "class": "Drupal\\Composer\\Plugin\\RecipeUnpack\\Plugin" }, "autoload": { "psr-4": { "Drupal\\Composer\\Plugin\\RecipeUnpack\\": "" } }, "license": [ "GPL-2.0-or-later" ], "description": "A Composer project unpacker for Drupal recipes.", "homepage": "https://www.drupal.org/project/drupal", "keywords": [ "drupal" ] }, { "name": "drupal/core-recommended", "version": "11.3.11", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", "reference": "ea735f52395e28eba8492dcbcd5608af70c0b0cc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/drupal/core-recommended/zipball/ea735f52395e28eba8492dcbcd5608af70c0b0cc", "reference": "ea735f52395e28eba8492dcbcd5608af70c0b0cc", "shasum": "" }, "require": { "asm89/stack-cors": "~v2.3.0", "composer/semver": "~3.4.4", "doctrine/lexer": "~3.0.1", "drupal/core": "11.3.11", "egulias/email-validator": "~4.0.4", "guzzlehttp/guzzle": "~7.10.0", "guzzlehttp/promises": "~2.3.0", "guzzlehttp/psr7": "~2.8.0", "masterminds/html5": "~2.10.0", "mck89/peast": "~v1.17.4", "pear/archive_tar": "~1.6.0", "pear/console_getopt": "~v1.4.3", "pear/pear-core-minimal": "~v1.10.16", "pear/pear_exception": "~v1.0.2", "php-tuf/composer-stager": "~v2.0.2", "psr/container": "~2.0.2", "psr/event-dispatcher": "~1.0.0", "psr/http-client": "~1.0.3", "psr/http-factory": "~1.1.0", "psr/log": "~3.0.2", "ralouphie/getallheaders": "~3.0.3", "revolt/event-loop": "~v1.0.8", "symfony/console": "~v7.4.11", "symfony/dependency-injection": "~v7.4.10", "symfony/deprecation-contracts": "~v3.7.0", "symfony/error-handler": "~v7.4.8", "symfony/event-dispatcher": "~v7.4.9", "symfony/event-dispatcher-contracts": "~v3.7.0", "symfony/filesystem": "~v7.4.11", "symfony/finder": "~v7.4.8", "symfony/http-foundation": "~v7.4.13", "symfony/http-kernel": "~v7.4.12", "symfony/mailer": "~v7.4.12", "symfony/mime": "~v7.4.12", "symfony/polyfill-ctype": "~v1.37.0", "symfony/polyfill-iconv": "~v1.37.0", "symfony/polyfill-intl-grapheme": "~v1.37.0", "symfony/polyfill-intl-idn": "~v1.38.1", "symfony/polyfill-intl-normalizer": "~v1.37.0", "symfony/polyfill-mbstring": "~v1.37.0", "symfony/polyfill-php84": "~v1.37.0", "symfony/polyfill-php85": "~v1.37.0", "symfony/process": "~v7.4.11", "symfony/psr-http-message-bridge": "~v7.4.8", "symfony/routing": "~v7.4.13", "symfony/serializer": "~v7.4.10", "symfony/service-contracts": "~v3.7.0", "symfony/string": "~v7.4.11", "symfony/translation-contracts": "~v3.7.0", "symfony/validator": "~v7.4.10", "symfony/var-dumper": "~v7.4.8", "symfony/var-exporter": "~v7.4.9", "symfony/yaml": "~v7.4.12", "twig/twig": "~v3.27.0" }, "conflict": { "webflo/drupal-core-strict": "*" }, "type": "metapackage", "license": [ "GPL-2.0-or-later" ], "description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core." }, { "name": "drupal/corporateclean", "version": "1.0.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/corporateclean.git", "reference": "1.0.5" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/corporateclean-1.0.5.zip", "reference": "1.0.5", "shasum": "2eb4568cc1ceab0d477a5da6f5100eb2a20ce905" }, "require": { "drupal/core": "^10 || ^11" }, "type": "drupal-theme", "extra": { "drupal": { "version": "1.0.5", "datestamp": "1750939497", "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": "evankay", "homepage": "https://www.drupal.org/user/2912669" }, { "name": "gtsopour", "homepage": "https://www.drupal.org/user/829430" }, { "name": "skounis", "homepage": "https://www.drupal.org/user/877552" } ], "description": "A flexible theme with a responsive, mobile-first layout.", "homepage": "https://www.drupal.org/project/corporateclean", "support": { "source": "https://git.drupalcode.org/project/corporateclean" } }, { "name": "drupal/cva", "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/cva.git", "reference": "1.0.0" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/cva-1.0.0.zip", "reference": "1.0.0", "shasum": "f03244387d31e17a9ae1790251396c0befa20b7f" }, "require": { "drupal/core": "^11", "twig/html-extra": "^3.12" }, "type": "drupal-module", "extra": { "drupal": { "version": "1.0.0", "datestamp": "1769035939", "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": "lauriii", "homepage": "https://www.drupal.org/user/1078742" }, { "name": "pameeela", "homepage": "https://www.drupal.org/user/1431110" }, { "name": "phenaproxima", "homepage": "https://www.drupal.org/user/205645" } ], "description": "Provides html_cva Twig function for managing component variants using Class Variance Authority pattern.", "homepage": "https://www.drupal.org/project/cva", "support": { "source": "https://git.drupalcode.org/project/cva" } }, { "name": "drupal/flexus", "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/flexus.git", "reference": "1.1.0" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/flexus-1.1.0.zip", "reference": "1.1.0", "shasum": "d693cf3e98de1cce5420b6a97f6b416c5d2be9a9" }, "require": { "drupal/canvas": "^1", "drupal/core": "^11", "drupal/cva": "^1" }, "conflict": { "drupal/experience_builder": "*" }, "suggest": { "drupal/webform": "Used for Webform integration in default pages recipe" }, "type": "drupal-theme", "extra": { "drupal": { "version": "1.1.0", "datestamp": "1773375921", "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": "FlexSite", "homepage": "https://www.drupal.org/user/1769194" } ], "description": "The first step toward a scalable, modern Drupal CMS prototype theme, integrating cutting-edge front-end tools and a flexible, component-based design system.", "homepage": "https://www.drupal.org/project/flexus", "support": { "source": "https://git.drupalcode.org/project/flexus" } }, { "name": "drupal/stable", "version": "2.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/stable.git", "reference": "2.1.0" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/stable-2.1.0.zip", "reference": "2.1.0", "shasum": "fb2b010190e492e976e1db9692a8a46d5b7d15bb" }, "require": { "drupal/core": "^10.3 || ^11" }, "type": "drupal-theme", "extra": { "drupal": { "version": "2.1.0", "datestamp": "1721202956", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "bnjmnm", "homepage": "https://www.drupal.org/user/2369194" }, { "name": "lauriii", "homepage": "https://www.drupal.org/user/1078742" }, { "name": "rajeshreeputra", "homepage": "https://www.drupal.org/user/3418561" }, { "name": "star-szr", "homepage": "https://www.drupal.org/user/1167326" } ], "description": "A base theme using Drupal core markup and CSS.", "homepage": "https://www.drupal.org/project/stable", "support": { "source": "https://git.drupalcode.org/project/stable" } }, { "name": "drupal/tara", "version": "11.0.9", "source": { "type": "git", "url": "https://git.drupalcode.org/project/tara.git", "reference": "11.0.9" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/tara-11.0.9.zip", "reference": "11.0.9", "shasum": "d8c0c30085b228f660598f26b8acb9d3d0e2923c" }, "require": { "drupal/core": "^9 || ^10 || ^11" }, "type": "drupal-theme", "extra": { "drupal": { "version": "11.0.9", "datestamp": "1777873574", "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": "ravis", "homepage": "https://www.drupal.org/user/79351" } ], "description": "
Tara is a light weight modern Drupal 9, 10, 11 theme by Drupar.com
", "homepage": "https://www.drupal.org/project/tara", "support": { "source": "https://git.drupalcode.org/project/tara" } }, { "name": "drupal/vani", "version": "11.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/vani.git", "reference": "11.0.2" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/vani-11.0.2.zip", "reference": "11.0.2", "shasum": "7c870c85487104d40ce87f868101d513d7b354a0" }, "require": { "drupal/core": "^9 || ^10 || ^11" }, "type": "drupal-theme", "extra": { "drupal": { "version": "11.0.2", "datestamp": "1760681650", "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": "ravis", "homepage": "https://www.drupal.org/user/79351" } ], "description": "A light weight, Clean, flexible, fully responsive and multi-purpose Drupal 9, 10, 11 theme by Drupar.com