From dacc99728311c62bf3dea0fba0f88ac468d46944 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Mon, 1 Dec 2025 12:00:52 +0100 Subject: [PATCH] feat: req php8.2+ PHP 8.1 will EOL in several days --- .github/workflows/ci.yml | 1 - README.md | 2 +- composer.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66346d0..0844905 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,6 @@ jobs: fail-fast: false matrix: php-version: - - "8.1" - "8.2" - "8.3" - "8.4" diff --git a/README.md b/README.md index 479d214..7a03353 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ data sources such as databases or web services via batching and caching. ## Requirements -This library requires PHP >= 7.3 to work. +This library requires PHP >= 8.2 to work. ## Getting Started diff --git a/composer.json b/composer.json index 407a809..f49340a 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "overblog/promise-adapter": "self.version" }, "require": { - "php": "^8.1" + "php": "^8.2" }, "require-dev": { "guzzlehttp/promises": "^1.5.0 || ^2.0.0",