From 833c5c95299aa75a6c7f00d8c80aa9b246c87671 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Fri, 24 Sep 2021 13:44:03 -0500 Subject: [PATCH 1/2] Lock 4.0.x to ~8.0.0 to indicate it does not support PHP 8.1 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e539548..23388d69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Security +## 4.0.2 - 2021-09-24 + +### Fixed + +* Lock 4.0.x to `~8.0.0` to indicate it does not support PHP 8.1. + + ## [4.0.1] - 2020-03-29 ### Fixed diff --git a/composer.json b/composer.json index 3b0b576f..261b95d9 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "homepage": "https://github.com/ramsey/uuid", "license": "MIT", "require": { - "php": "^7.2 || ^8", + "php": "^7.2 || ~8.0.0", "ext-json": "*", "brick/math": "^0.8", "ramsey/collection": "^1.0", From 97d153506bedcab27aa3cc421c9f091d96cb61f8 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Fri, 24 Sep 2021 13:48:21 -0500 Subject: [PATCH 2/2] Lock 4.1.x to ~8.0.0 to indicate it does not support PHP 8.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c086e014..faef76b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Security +## 4.1.2 - 2021-09-24 + +### Fixed + +* Lock 4.1.x to `~8.0.0` to indicate it does not support PHP 8.1. + + ## [4.1.1] - 2020-08-18 ### Fixed