From f0f0ea03d01bb9209d6f911086aea5dbd80c7638 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Thu, 6 Feb 2025 14:04:27 +0100 Subject: [PATCH] Update versions in README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7b9f13f..a299f20 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,7 @@ composer require brick/postcode ## Requirements -This library requires PHP 7.4 or later. - -For PHP 7.1, 7.2 & 7.3 compatibility, you can use version `0.2`. Note that [these PHP versions are EOL](http://php.net/supported-versions.php) and not supported anymore. If you're still using one of these PHP versions, you should consider upgrading as soon as possible. +This library requires PHP 8.1 or later. ## Project status & release process @@ -38,7 +36,7 @@ The current releases are numbered `0.x.y`. When a non-breaking change is introdu **When a breaking change is introduced, a new `0.x` version cycle is always started.** -It is therefore safe to lock your project to a given release cycle, such as `0.3.*`. +It is therefore safe to lock your project to a given release cycle, such as `0.5.*`. If you need to upgrade to a newer release cycle, check the [release history](https://github.com/brick/postcode/releases) for a list of changes introduced by each further `0.x.0` version.