From 85cae163ce13f11655091c2e5f9de95eb4277753 Mon Sep 17 00:00:00 2001 From: Oleksandr Horbatiuk Date: Fri, 20 Sep 2024 19:05:49 +0300 Subject: [PATCH] Issue #323: Change version --- composer.json | 2 +- d8.info.yml | 2 +- modules/features/d8_log/d8_log.info.yml | 2 +- modules/features/d8_mail/d8_mail.info.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 618cd98a..16642b57 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "drupal/service": "2.0.0", "drupal/seven": "1.0.0", "drupal/standwithukraine": "2.0.2", - "drupal/symfony_mailer": "1.4.1", + "drupal/symfony_mailer": "1.5.0", "php": "^8.3" }, "require-dev": { diff --git a/d8.info.yml b/d8.info.yml index 918cff9c..f4f8b83a 100644 --- a/d8.info.yml +++ b/d8.info.yml @@ -3,7 +3,7 @@ description: The installation profile for CMS Drupal 10 based on the most common type: profile core_version_requirement: ^10.3 -version: 0.20.0.184 +version: 0.20.0.185 php: 8.3 diff --git a/modules/features/d8_log/d8_log.info.yml b/modules/features/d8_log/d8_log.info.yml index 4556f3fa..b8dd3180 100644 --- a/modules/features/d8_log/d8_log.info.yml +++ b/modules/features/d8_log/d8_log.info.yml @@ -3,7 +3,7 @@ description: Provides a wrapper for the Error & Exception Mailer module. package: D8+ type: module -core_version_requirement: ^10 +core_version_requirement: ^10.3 || ^11 dependencies: - d8:d8_mail diff --git a/modules/features/d8_mail/d8_mail.info.yml b/modules/features/d8_mail/d8_mail.info.yml index f3cfc03e..e66f213e 100644 --- a/modules/features/d8_mail/d8_mail.info.yml +++ b/modules/features/d8_mail/d8_mail.info.yml @@ -3,7 +3,7 @@ description: Provides a wrapper for the Drupal Symfony Mailer module. package: D8+ type: module -core_version_requirement: ^10.1 +core_version_requirement: ^10.3 || ^11 php: 8.3