govcms / scaffold-tooling
A variety of standard config, scripts and packages to support GovCMS scaffold.
6.0.8
2026-06-17 23:37 UTC
Requires
- cweagans/composer-patches: 1.7.3
- drupal/fast_404: 3.4.0
- drupal/govcms_akamai_purge: 2.2.4
- drupal/httpav: 1.3.1
- drupal/lagoon_logs: ^3.0 || ^2.1
- drupal/purge: 3.6.0
- drupal/redis: 1.11.0
- drupal/stage_file_proxy: 3.1.5
- drush/drush: 13.7.2
- phpstan/extension-installer: 1.4.3
- spaze/phpstan-disallowed-calls: 4.6.0
Requires (Dev)
This package is auto-updated.
Last update: 2026-06-17 23:38:53 UTC
README
A collection of standard config, scripts and packages to support GovCMS scaffold.
Run tests
Your local composer auth.json can be loaded by copying
docker-compose.override.example.yml to docker-compose.override.yml.
# Integration tests. docker compose run --rm test -- bash -c "bats tests/bats/integration.bats" # All the tests. docker compose run --rm test -- bash -c ".ci/bats.sh"