Skip to content

Commit

Permalink
ACMS-4373: Add Acquia Starter Kit Common dependency in Content Model.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra committed Dec 27, 2024
1 parent 9b1d56d commit 321c67f
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 24 deletions.
30 changes: 13 additions & 17 deletions composer.lock

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

3 changes: 0 additions & 3 deletions modules/acquia_cms_document/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"description": "Provides a Document media type and related configuration.",
"license": "GPL-2.0-or-later",
"type": "drupal-module",
"require": {
"drupal/acquia_cms_common": "^1.9 || ^2.1 || ^3.1"
},
"repositories": {
"assets": {
"type": "composer",
Expand Down
1 change: 1 addition & 0 deletions modules/acquia_cms_event/acquia_cms_event.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: 'Provides an Event content type and related configuration.'
type: module
core_version_requirement: ^9.4 || ^10 || ^11
dependencies:
- acquia_cms_common:acquia_cms_common
- acquia_cms_place:acquia_cms_place
- drupal:datetime
- schema_metatag:schema_event
1 change: 1 addition & 0 deletions modules/acquia_cms_event/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_place": "^1.5.7"
},
"repositories": {
Expand Down
1 change: 0 additions & 1 deletion modules/acquia_cms_image/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"license": "GPL-2.0-or-later",
"type": "drupal-module",
"require": {
"drupal/acquia_cms_common": "^1.9 || ^2.1 || ^3.1",
"drupal/focal_point": "^2.1",
"drupal/imagemagick": "^3.4 || ^4.0",
"drupal/imce": "^2.2 || ^3.0"
Expand Down
1 change: 1 addition & 0 deletions modules/acquia_cms_page/acquia_cms_page.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: "Provides an unstructured Page content type and related configurati
type: module
core_version_requirement: ^9.5 || ^10 || ^11
dependencies:
- acquia_cms_common:acquia_cms_common
- acquia_cms_image:acquia_cms_image
- drupal:path
- field_group:field_group
1 change: 1 addition & 0 deletions modules/acquia_cms_page/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_image": "^1.5.10"
},
"require-dev": {
Expand Down
1 change: 1 addition & 0 deletions modules/acquia_cms_place/acquia_cms_place.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: 'Provides a Place content type and related configuration.'
type: module
core_version_requirement: ^9.4 || ^10 || ^11
dependencies:
- acquia_cms_common:acquia_cms_common
- acquia_cms_image:acquia_cms_image
- address:address
- drupal:path
Expand Down
1 change: 1 addition & 0 deletions modules/acquia_cms_place/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_image": "^1.5.10",
"drupal/address": "^1.11 || ^2.0",
"drupal/geocoder": "^3.35 || ^4.10",
Expand Down
3 changes: 0 additions & 3 deletions modules/acquia_cms_video/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"description": "Provides a Video media type and related configuration.",
"license": "GPL-2.0-or-later",
"type": "drupal-module",
"require": {
"drupal/acquia_cms_common": "^1.9 || ^2.1 || ^3.1"
},
"repositories": {
"assets": {
"type": "composer",
Expand Down

0 comments on commit 321c67f

Please sign in to comment.