This project provides managed/simplified updating of some of Taoti's Drupal standard ops aspects for sites as well as taking care of some dev dependencies.
Depending on your hosting provider, you will likely want to also require:
- AWS taoti/drupal-aws
- Pantheon: taoti/drupal-pantheon
- Amazee: taoti/drupal-amazee
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. .lando.base.yml
should be
committed to the project to ensure those using lando don't have to run an
initial composer install
outside of lando.
All files in .github
should be committed to ensure availability on github.
Important! Make sure to include taoti/drupal-ops as an allowed package in
drupal-scaffold
settings in composer.json. ex:
{
...
"extra": {
"drupal-scaffold": {
"allowed-packages": [
"taoti/drupal-ops"
]
}
}
}