From e353ca0cac46b2e954f4a3ee3a13f0de8be7b87b Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Mon, 4 Mar 2024 15:20:17 -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 ac7b5e5..b14a62d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This suite is largely intended for inclusion in libraries like SDKs that wish to ## Requirements -- PHP 8.0+ +- PHP 8.1+ - Composer 2.0+ Successful discovery requires the presence of a compatible implementation in the host application. This library does not install any implementations for you. diff --git a/composer.json b/composer.json index e809c00..03b1dac 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ ], "homepage": "https://github.com/psr-discovery", "require": { - "php": "^8.0", + "php": "^8.1", "psr-discovery/cache-implementations": "^1.0", "psr-discovery/container-implementations": "^1.0", "psr-discovery/event-dispatcher-implementations": "^1.0",