{ "name": "drupal/git-clone-project", "description": "TODO", "type": "project", "license": "GPL-2.0-or-later", "homepage": "https://www.drupal.org/project/drupal", "support": { "docs": "https://www.drupal.org/docs/user_guide/en/index.html", "chat": "https://www.drupal.org/node/314178" }, "repositories": [ { "type": "path", "url": "repos/drupal", "options": { "symlink": true } }, { "type": "path", "url": "repos/drupal/core" }, { "type": "path", "url": "repos/drupal/composer/Plugin/ProjectMessage" }, { "type": "path", "url": "repos/drupal/composer/Plugin/VendorHardening" }, { "type": "composer", "url": "https://packages.drupal.org/8" }, { "type": "path", "url": "repos/drupal/composer/Plugin/Scaffold" } ], "require": { "composer/installers": "^1.9", "drupal/admin_toolbar": "^3.0", "drupal/core": "*", "drupal/core-composer-scaffold": "*", "drupal/core-dev": "*", "drupal/devel": "^4.1", "drupal/drupal": "*", "drush/drush": "^10.3.6", "phpspec/prophecy-phpunit": "^2.0", "symfony/var-dumper": "^5.1" }, "minimum-stability": "dev", "prefer-stable": true, "config": { "sort-packages": true }, "scripts": { "post-drupal-scaffold-cmd": [ "DrupalGitCloneProject\\ComposerScripts::postDrupalScaffold" ] }, "autoload": { "psr-4": { "DrupalGitCloneProject\\": "src/" } }, "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/themes/custom/{$name}": [ "type:drupal-custom-theme" ] } } }