twfahey1/aqto_upstream

Defines common dependencies for Aqto projects.

dev-main 2024-06-17 19:22 UTC

This package is auto-updated.

Last update: 2025-01-17 20:34:36 UTC


README

Aqto Upstream

This project defines the common dependencies for all Aqto based projects. This is where we define Drupal core, contrib modules, and any other packages we want to make available to all sites. The sites can then simply composer require twfahey1/aqto_upstream and they will have all the dependencies they need. This assumes some other mandatory config for the "downstream" site in the composer.json - See the Aqto Project composer.json for an example. This allows a fleet of sites using common depdenencies to be updated in a single place, while maintaining per-site flexibility.