From 1f8b9014dc7ed8a5dc55846c6b3f1aa06a455986 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Mon, 4 Mar 2024 15:49:57 -0600 Subject: [PATCH] chore: bump minimum PHP version to 8.1 --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe278ca..4df7f70 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This library inherits [psr-mock/http-message-implementation](https://github.com/ ## Requirements -- PHP 8.0+ +- PHP 8.1+ ## Installation diff --git a/composer.json b/composer.json index 3710598..c37e615 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "homepage": "https://github.com/psr-mock/http-factory-implementation", "require": { - "php": "^8.0", + "php": "^8.1", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", "psr-mock/http-message-implementation": "^1.0"