diff --git a/composer.json b/composer.json index 7b44921..18e1cea 100644 --- a/composer.json +++ b/composer.json @@ -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" }