From d59e0c5eeb1442fca94bcb3b9d3c6be66318a500 Mon Sep 17 00:00:00 2001 From: Zaahid Bateson Date: Mon, 30 Jan 2023 11:04:55 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9254f1a0..7ace22e0 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ A huge thank you to [all my sponsors](https://github.com/sponsors/zbateson). <3 If this project's helped you, please consider [sponsoring me](https://github.com/sponsors/zbateson). +## Php 5.4-7.0 Support Dropped + +As of mail-mime-parser 2.3.0, support for php 5.4, 5.5, 5.6 and 7.0 has been dropped. + ## Removal Notice (since 2.0.0) `getContentResourceHandle`, `getTextResourceHandle`, and `getHtmlResourceHandle` have all been deprecated in 1.2.1 and removed in 2.0.0. fread() will only return a single byte of a multibyte char, and so will cause potentially unexpected results/warnings in some cases, and psr7 streams should be used instead. Note that `getBinaryContentResourceHandle` and `getResourceHandle` are still available. @@ -56,7 +60,7 @@ For a more complete list of changes, please visit the [2.0 Upgrade Guide](https: ## Requirements -MailMimeParser requires PHP 5.4 or newer. Tested on PHP 5.4, 5.5, 5.6, 7, 7.1, 7.2, 7.3, 7.4, 8.0 and 8.1. +MailMimeParser requires PHP 7.1 or newer. Tested on PHP 7.1, 7.2, 7.3, 7.4, 8.0, 8.1 and 8.2. ## Usage