From 71c6d9fe9cea7f7a2631e1763daee09ea548f6f0 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Wed, 4 Dec 2024 15:00:25 -0600 Subject: [PATCH] Bump minimum PHP version to 8.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 01020c3..537673d 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "homepage": "https://github.com/psr-discovery/http-client-implementations", "require": { - "php": "^8.1", + "php": "^8.2", "psr/http-client": "^1.0", "psr-discovery/discovery": "^1.0" },