From efd340262a5e519cbba4e033a9efa11c229dc297 Mon Sep 17 00:00:00 2001 From: bluegeek9 <5614-bluegeek9@users.noreply.drupalcode.org> Date: Sat, 14 Oct 2023 09:43:52 -0500 Subject: [PATCH] Issue #3393439 by bluegeek9: Pipeline failing --- composer.json | 3 ++- modules/crm_field/crm_field.info.yml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8a89fb6..ac8cae3 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,9 @@ "license": [ "GPL-2.0-or-later" ], + "minimum-stability": "dev", "require": { - "drupal/core": "^9.2 || ^10", + "drupal/core": "^10", "drupal/name": "^1.0-rc5" } } diff --git a/modules/crm_field/crm_field.info.yml b/modules/crm_field/crm_field.info.yml index 23b3728..da6b8d2 100644 --- a/modules/crm_field/crm_field.info.yml +++ b/modules/crm_field/crm_field.info.yml @@ -5,5 +5,4 @@ package: CRM core_version_requirement: ^10 dependencies: - drupal:datetime - - drupal:telephone configure: entity.crm_website_type.collection -- GitLab