Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Merge changes from develop.
Browse files Browse the repository at this point in the history
  • Loading branch information
MdNadimHossain committed Sep 20, 2024
1 parent 8564497 commit fef26d0
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "dpc-sdp/tide_landing_page",
"description": "Landing Page content type and related configuration for Tide Drupal 10 distribution",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"name": "dpc-sdp/tide_landing_page",
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/10"
}
},
"require": {
"dpc-sdp/tide_core": "^4.0.0",
"dpc-sdp/tide_media": "^4.0.0",
"dpc-sdp/tide_event": "^4.0.0",
"dpc-sdp/tide_api": "^4.0.0"
"dpc-sdp/tide_api": "dev-reference",
"dpc-sdp/tide_core": "dev-reference",
"dpc-sdp/tide_event": "dev-reference",
"dpc-sdp/tide_media": "dev-reference"
},
"suggest": {
"dpc-sdp/tide_api:^4.0.0": "Allows to use Drupal in headless mode",
"dpc-sdp/tide_webform:^4.0.0": "Allows to use questionnaires",
"dpc-sdp/tide_news:^4.0.0": "News content type and related configuration for Tide Drupal 10 distribution"
"dpc-sdp/tide_api:^4.0.0": "Allows to use Drupal in headless mode",
"dpc-sdp/tide_news:^4.0.0": "News content type and related configuration for Tide Drupal 10 distribution",
"dpc-sdp/tide_webform:^4.0.0": "Allows to use questionnaires"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/10"
}
}
"type": "drupal-module"
}

0 comments on commit fef26d0

Please sign in to comment.