twfahey1/aqto_upstream

Defines common dependencies for Aqto projects.

Maintainers

Package info

github.com/twfahey1/aqto_upstream

Type:framework

pkg:composer/twfahey1/aqto_upstream

Statistics

Installs: 129

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-02-26 20:04 UTC

This package is auto-updated.

Last update: 2026-02-26 20:04:52 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.