digitalpolygon/pantheon-drupal-integration

Integrate all pantheon dependencies in a composer based drupal project

Installs: 1 932

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 9

Forks: 1

Open Issues: 1

pkg:composer/digitalpolygon/pantheon-drupal-integration

0.0.2 2024-05-07 19:43 UTC

This package is auto-updated.

Last update: 2025-10-07 22:43:01 UTC


README

This project integrates all the required dependencies for pantheon. It uses drupal/core-composer-scaffold for integration of scripts.

It includes

Setup

This project must be enabled in the top-level composer.json file, or it will be ignored and will not perform any of its functions.

  • Add this project to your Drupal 9 codebase via composer.
composer require digitalpolygon/pantheon-drupal-integration
  • Permit scaffolding from the project by adding
{
    ...
    "extra": {
        "drupal-scaffold": {
            "allowed-packages": [
                "digitalpolygon/pantheon-drupal-integration",
                "pantheon-systems/drupal-integrations"
            ]
        }
    }
}
  • If you already have a settings.php, please remove it to allow it to create its own settings.php for pantheon. Please make sure to take backup.