From a07b95e7c4a65d62421cd53775ce86ce76fe7b44 Mon Sep 17 00:00:00 2001 From: Janne Suominen Date: Mon, 28 Oct 2024 07:22:39 +0200 Subject: [PATCH] fix: Remove form tool from composer (#1526) * Remove form tool from composer * Update configuration (#1523) --------- Co-authored-by: hel-platta-automation <95360595+hel-platta-automation@users.noreply.github.com> --- composer.json | 1 - composer.lock | 1 - 2 files changed, 2 deletions(-) diff --git a/composer.json b/composer.json index 01674d2f9..31032edea 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,6 @@ "drupal/helfi_audit_log": "^0.9", "drupal/helfi_azure_fs": "^2", "drupal/helfi_drupal_tools": "dev-main", - "drupal/helfi_formtool_embed": "dev-develop", "drupal/helfi_gdpr_api": "^0.9", "drupal/helfi_helsinki_profiili": "^0.9.27", "drupal/helfi_platform_config": "^4.4", diff --git a/composer.lock b/composer.lock index 281512f68..05613b079 100644 --- a/composer.lock +++ b/composer.lock @@ -23636,7 +23636,6 @@ "stability-flags": { "drupal/block_field": 5, "drupal/helfi_drupal_tools": 20, - "drupal/helfi_formtool_embed": 20, "drupal/multivalue_form_element": 10, "drupal/session_limit": 10 },