From 719d2165b8aa3c34918758e728a502e89f09b53a Mon Sep 17 00:00:00 2001 From: Travis Dent Date: Thu, 16 Nov 2023 18:53:44 +0000 Subject: [PATCH] Revert "Guess the latest we get is 8.1" This reverts commit 89c1addc6ac3f95f5424441290266b48ce41676f. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d4ff2ad..1c73e4a 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ "issues": "http://github.com/tcdent/php-restclient/issues" }, "require": { - "php": ">=8.1", + "php": ">=8.2", "ext-curl": "*", "ext-json": "*" }, "require-dev": { - "php": ">=8.1", + "php": ">=8.2", "phpunit/phpunit": ">=9.6" }, "autoload": {