{ "name": "drupal/cms", "version": "1.2.x-dev", "description": "Drupal CMS is a ready-to-use platform built on Drupal core, offering smart defaults to get started quickly and enterprise-grade tools for marketers, designers, and content creators.", "type": "project", "license": "GPL-2.0-or-later", "homepage": "https://www.drupal.org/project/cms", "support": { "docs": "https://new.drupal.org/docs/drupal-cms", "chat": "https://drupal.org/node/314178" }, "repositories": { "drupal": { "type": "composer", "url": "https://packages.drupal.org/8" } }, "require": { "composer/composer": "^2.8", "composer/installers": "^2.3", "drupal/add_content_by_bundle": "^1.2.2", "drupal/address": "^2", "drupal/addtocal_augment": "^1.2.3", "drupal/ai": "^1.1", "drupal/ai_agents": "^1.1", "drupal/ai_image_alt_text": "^1", "drupal/ai_provider_anthropic": "^1.1", "drupal/ai_provider_openai": "^1.1", "drupal/automatic_updates": "^4", "drupal/autosave_form": "^1.10", "drupal/better_exposed_filters": "^7", "drupal/bpmn_io": "^2.0.6", "drupal/captcha": "^2.0.7", "drupal/coffee": "^2", "drupal/core": "^11.2", "drupal/core-composer-scaffold": "^11.2.4", "drupal/core-project-message": "^11.2.4", "drupal/core-recipe-unpack": "^11.2.4", "drupal/core-recommended": "^11.2.4", "drupal/core-vendor-hardening": "^11.2.4", "drupal/dashboard": "^2", "drupal/drupal_cms_helper": "^1.2", "drupal/drupal_cms_olivero": "^1.2", "drupal/easy_breadcrumb": "^2.0.9", "drupal/easy_email": "^3.0.2", "drupal/easy_email_theme": "^1", "drupal/eca": "^2.1.4", "drupal/editoria11y": "^2.2", "drupal/field_group": "^3.6 || ^4", "drupal/focal_point": "^2.1", "drupal/friendly_captcha_challenge": "^0.9", "drupal/friendlycaptcha": "^1.1", "drupal/geocoder": "^4.10", "drupal/geofield": "^1.47", "drupal/gin": "^5", "drupal/google_tag": "^2.0.7", "drupal/honeypot": "^2.1", "drupal/klaro": "^3", "drupal/leaflet": "^10.3.4", "drupal/linkit": "^7", "drupal/login_emailusername": "^3", "drupal/mailsystem": "^4", "drupal/menu_link_attributes": "^1.5", "drupal/metatag": "^2", "drupal/pathauto": "^1.13", "drupal/project_browser": "^2.1-beta3", "drupal/recipe_installer_kit": "^1-alpha6@alpha", "drupal/redirect": "^1.10", "drupal/robotstxt": "^1.6", "drupal/sam": "^1.2", "drupal/scheduler": "^2.2", "drupal/scheduler_content_moderation_integration": "^3.0.4", "drupal/search_api": "^1.36", "drupal/search_api_autocomplete": "^1.9", "drupal/search_api_exclude": "^2", "drupal/selective_better_exposed_filters": "^3", "drupal/seo_checklist": "^5.2.1", "drupal/simple_search_form": "^1.5", "drupal/simple_sitemap": "^4.2.2", "drupal/sitemap": "^2", "drupal/smart_date": "^4.2.1", "drupal/svg_image": "^3.1", "drupal/symfony_mailer_lite": "^2.0.1", "drupal/tagify": "^1.2", "drupal/token": "^1.15", "drupal/token_or": "^2.2", "drupal/trash": "^3.0.13", "drupal/webform": "^6.3-beta1", "drupal/yoast_seo": "^2.1", "geocoder-php/nominatim-provider": "^5.7", "league/commonmark": "^2.4" }, "require-dev": { "drush/drush": "^13.6.1" }, "conflict": { "drupal/drupal": "*" }, "minimum-stability": "stable", "prefer-stable": true, "config": { "allow-plugins": { "composer/installers": true, "drupal/core-composer-scaffold": true, "drupal/core-project-message": true, "drupal/core-recipe-unpack": true, "php-http/discovery": true, "drupal/core-vendor-hardening": true }, "bin-dir": "vendor/bin", "sort-packages": true, "optimize-autoloader": true }, "extra": { "drupal-scaffold": { "locations": { "web-root": "web/" } }, "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/contrib/{$name}": ["type:drupal-drush"], "web/modules/custom/{$name}": ["type:drupal-custom-module"], "web/profiles/custom/{$name}": ["type:drupal-custom-profile"], "./recipes/{$name}": ["type:drupal-recipe"], "web/themes/custom/{$name}": ["type:drupal-custom-theme"] }, "drupal-core-project-message": { "include-keys": ["homepage", "support"], "post-create-project-cmd-message": [ " ", " Congratulations, you’ve installed Drupal CMS! ", " ", "", "Next steps:", " * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html", " * Get support: https://drupal.org/support", " * Get involved with the Drupal community: https://drupal.org/getting-involved" ] }, "drupal-core-vendor-hardening": { "composer/composer": false } }, "scripts": { "post-update-cmd": [ "@php -r \"@unlink('vendor/bin/composer');\"" ] } }