Skip to content

Commit

Permalink
ACMS-4400: Fix failing headless test by adding common dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra committed Jan 2, 2025
1 parent ec3350c commit 8e6875b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions modules/acquia_cms_headless/acquia_cms_headless.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ type: module
description: 'Provides functionality for Progressively Decoupled and Purely Headless sites using Node and Next JS.'
core_version_requirement: ^10 || ^11
dependencies:
- acquia_cms_common:acquia_cms_common
- acquia_cms_tour:acquia_cms_tour
- consumers:consumers
- jsonapi_extras:jsonapi_extras
Expand Down
1 change: 1 addition & 0 deletions modules/acquia_cms_headless/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "GPL-2.0-or-later",
"type": "drupal-module",
"require": {
"drupal/acquia_cms_common": "^1.9 || ^2.1 || ^3.1",
"drupal/acquia_cms_tour": "^2.1.8",
"drupal/jsonapi_extras": "^3.26",
"drupal/jsonapi_menu_items": "^1.2",
Expand Down

0 comments on commit 8e6875b

Please sign in to comment.