From 9e86615e52227d2cf182242194535f70557d363a Mon Sep 17 00:00:00 2001 From: George Steel Date: Fri, 22 Nov 2024 16:09:07 +0000 Subject: [PATCH] Prepare for abandonment Signed-off-by: George Steel --- README.md | 20 ++++++++++---------- composer.json | 1 + mkdocs.yml | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c26635f..65d44f8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # laminas-mime +> [!CAUTION] +> This package is **abandoned** and will receive no further development. +> +> See the Technical Steering Committee [meeting minutes](https://github.com/laminas/technical-steering-committee/blob/main/meetings/minutes/2023-12-04-TSC-Minutes.md). +> +> If you are looking for an actively maintained package alternative, we recommend: +> - [symfony/mime](https://symfony.com/doc/current/components/mime.html) +> - [zbateson/mail-mime-parser](https://github.com/zbateson/mail-mime-parser) +> + > ## πŸ‡·πŸ‡Ί Русским Π³Ρ€Π°ΠΆΠ΄Π°Π½Π°ΠΌ > > ΠœΡ‹, участники Laminas, Ρ€ΠΎΠ΄ΠΈΠ»ΠΈΡΡŒ ΠΈ ΠΆΠΈΠ²Π΅ΠΌ Π² Ρ€Π°Π·Π½Ρ‹Ρ… странах. Π£ ΠΌΠ½ΠΎΠ³ΠΈΡ… ΠΈΠ· нас Π΅ΡΡ‚ΡŒ Π΄Ρ€ΡƒΠ·ΡŒΡ, родствСнники ΠΈ ΠΊΠΎΠ»Π»Π΅Π³ΠΈ ΠΊΠ°ΠΊ Π² России, Ρ‚Π°ΠΊ ΠΈ Π² Π£ΠΊΡ€Π°ΠΈΠ½Π΅. НСкоторыС ΠΈΠ· нас Ρ€ΠΎΠ΄ΠΈΠ»ΠΈΡΡŒ Π² России. НСкоторыС ΠΈΠ· нас ΠΆΠΈΠ²ΡƒΡ‚ Π² России. Π£ Π½Π΅ΠΊΠΎΡ‚ΠΎΡ€Ρ‹Ρ… Π±Π°Π±ΡƒΡˆΠΊΠΈ ΠΈ Π΄Π΅Π΄ΡƒΡˆΠΊΠΈ ΡΡ€Π°ΠΆΠ°Π»ΠΈΡΡŒ с Ρ„Π°ΡˆΠΈΡΡ‚Π°ΠΌΠΈ Π²ΠΎ Π’Ρ‚ΠΎΡ€ΠΎΠΉ ΠΌΠΈΡ€ΠΎΠ²ΠΎΠΉ Π²ΠΎΠΉΠ½Π΅. Π—Π΄Π΅ΡΡŒ Π½ΠΈΠΊΡ‚ΠΎ Π½Π΅ ΠΏΠΎΠ΄Π΄Π΅Ρ€ΠΆΠΈΠ²Π°Π΅Ρ‚ Ρ„Π°ΡˆΠΈΠ·ΠΌ. @@ -16,16 +26,6 @@ > > You trust us enough to use our software. We ask that you trust us to say the truth on this. We need your help. Go out and protest this unnecessary war. Stop the bloodshed. Say "stop the war!" -> This package is considered feature-complete, and is now in **security-only** maintenance mode, following a [decision by the Technical Steering Committee](https://github.com/laminas/technical-steering-committee/blob/2b55453e172a1b8c9c4c212be7cf7e7a58b9352c/meetings/minutes/2020-08-03-TSC-Minutes.md#vote-on-components-to-mark-as-security-only). -> If you have a security issue, please [follow our security reporting guidelines](https://getlaminas.org/security/). -> If you wish to take on the role of maintainer, please [nominate yourself](https://github.com/laminas/technical-steering-committee/issues/new?assignees=&labels=Nomination&template=Maintainer_Nomination.md&title=%5BNOMINATION%5D%5BMAINTAINER%5D%3A+%7Bname+of+person+being+nominated%7D) -> -> If you are looking for an actively maintained package alternative, we recommend: -> -> - [symfony/mime](https://symfony.com/doc/current/components/mime.html) - -[![Build Status](https://github.com/laminas/laminas-mime/workflows/Continuous%20Integration/badge.svg)](https://github.com/laminas/laminas-mime/actions?query=workflow%3A"Continuous+Integration") - `Laminas\Mime` is a support class for handling multipart MIME messages. It is used by `Laminas\Mail` and `Laminas\Mime\Message` and may be used by applications requiring MIME support. diff --git a/composer.json b/composer.json index 76a631d..d6e5efc 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,7 @@ "dealerdirect/phpcodesniffer-composer-installer": true } }, + "abandoned": "symfony/mime", "require": { "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", "laminas/laminas-stdlib": "^2.7 || ^3.0" diff --git a/mkdocs.yml b/mkdocs.yml index 4365fb0..0642f64 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,7 +6,7 @@ nav: - Reference: - Messages: message.md - Parts: part.md -site_name: laminas-mime +site_name: laminas-mime (Abandoned) site_description: "Create and parse MIME messages and parts" repo_url: 'https://github.com/laminas/laminas-mime' extra: