Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Prepare for abandonment #39

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Check failure on line 9 in README.md

View workflow job for this annotation

GitHub Actions / QA Checks (README Linting [8.0, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...

Lists should be surrounded by blank lines [Context: "> - [symfony/mime](https://sym..."]
> - [zbateson/mail-mime-parser](https://github.com/zbateson/mail-mime-parser)
>

> ## 🇷🇺 Русским гражданам
>
> Мы, участники Laminas, родились и живем в разных странах. У многих из нас есть друзья, родственники и коллеги как в России, так и в Украине. Некоторые из нас родились в России. Некоторые из нас живут в России. У некоторых бабушки и дедушки сражались с фашистами во Второй мировой войне. Здесь никто не поддерживает фашизм.
Expand All @@ -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.

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading