From 68c032d04f13a1eb8b5c098c653a83c3cb70ba1b Mon Sep 17 00:00:00 2001 From: eileen Date: Mon, 26 Aug 2024 11:47:33 +1200 Subject: [PATCH] Remove obsolete zeta-patch The is identified in the comment as having been found in tests and in the PR as being a port of something already merged upstream https://github.com/civicrm/civicrm-core/pull/24019 so we should be able to drop it and if there were any issue tests would fail --- composer.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/composer.json b/composer.json index aeab01918c7c..ffe9a346cf27 100644 --- a/composer.json +++ b/composer.json @@ -299,10 +299,6 @@ }, "pear/net_smtp": { "Add in CiviCRM custom error message for CRM-8744": "https://raw.githubusercontent.com/civicrm/civicrm-core/a6a0ff13d2a155ad962529595dceaef728116f96/tools/scripts/composer/patches/net-smtp-patch.patch" - }, - "zetacomponents/mail": { - "CiviCRM Custom Patches for ZetaCompoents mail": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch", - "CiviCRM Custom patch to fix a php8.1 issue found in CiviCRM unit tests": "https://raw.githubusercontent.com/civicrm/civicrm-core/5506f4ce5d46799857b4f4ddf34069e7541e9cc5/tools/scripts/composer/zetacomponents-php-81-civicrm-custom.patch" } }, "compile-includes": ["ext/greenwich/composer.compile.json"],