twfahey1 / aqto_upstream
Defines common dependencies for Aqto projects.
Installs: 113
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:framework
Requires
- php: >=7.4
- composer/installers: ^1.9
- cweagans/composer-patches: ^1.7
- drupal/admin_toolbar: ^3.3
- drupal/breadcrumbs_visibility: ^1.3
- drupal/coffee: ^1.4
- drupal/commerce: ^2.33
- drupal/commerce_view_receipt: ^1.0
- drupal/core-composer-scaffold: ^10
- drupal/core-recommended: ^10
- drupal/dropzonejs: ^2.8
- drupal/features: ^3.12
- drupal/field_permissions: ^1.2
- drupal/google_tag: ^2.0
- drupal/layout_builder_iframe_modal: ^1.3
- drupal/layout_builder_restrictions: ^2.17
- drupal/layout_builder_styles: ^2.0
- drupal/masquerade: ^2.0@RC
- drupal/metatag: 1.25
- drupal/node_view_permissions: ^1.5
- drupal/page_title_visibility: ^1.6
- drupal/paragraphs: ^1.15
- drupal/paragraphs_entity_embed: ^3.0
- drupal/pathauto: ^1.11
- drupal/symfony_mailer: ^1.2
- drupal/turnstile: ^1.1
- drupal/webform: ^6
- drupal/webp: ^1.0@RC
- drupal/xmlsitemap: ^1.4
- drush/drush: ^12.0
- twfahey1/aqto_ai_codegen: dev-main
- twfahey1/aqto_ai_core: dev-main
- twfahey1/aqto_ajax_loader: dev-main
- twfahey1/aqto_blocks: dev-main
- twfahey1/aqto_defaults: dev-main
- twfahey1/aqto_layout_builder_custom_sections: dev-main
- twfahey1/aqto_layout_builder_styles: dev-main
- twfahey1/aqto_page: dev-main
- twfahey1/aqto_static: dev-main
- twfahey1/aqto_text_formats: dev-main
- twfahey1/aqto_theme_base: dev-main
- vlucas/phpdotenv: ^5.1
- webflo/drupal-finder: ^1.2
Conflicts
This package is auto-updated.
Last update: 2025-01-17 20:34:36 UTC
README
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.