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 3caa809
Showing 12 changed files with 28 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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
langcode: en
status: true
dependencies:
module:
- media
id: media.embedded
label: Embedded
targetEntityType: media
cache: true
3 changes: 0 additions & 3 deletions modules/acquia_cms_document/composer.json
Original file line number Diff line number Diff line change
@@ -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",
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
@@ -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
@@ -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": {
1 change: 0 additions & 1 deletion modules/acquia_cms_image/composer.json
Original file line number Diff line number Diff line change
@@ -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"
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
@@ -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
@@ -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": {
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
@@ -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
1 change: 1 addition & 0 deletions modules/acquia_cms_place/composer.json
Original file line number Diff line number Diff line change
@@ -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",
3 changes: 0 additions & 3 deletions modules/acquia_cms_video/composer.json
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 3caa809

Please sign in to comment.