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 6, 2025
1 parent e9aeb28 commit 4e1a660
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 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 4e1a660

Please sign in to comment.