From 1ef7636ca0970ed04d2b4b5efab7a5a6a3061aa5 Mon Sep 17 00:00:00 2001 From: Daniel Badura Date: Wed, 19 Nov 2025 18:16:04 +0100 Subject: [PATCH] Drop PHP 8.2 --- .github/workflows/unit.yml | 1 - composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 8177017..7d3a108 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -21,7 +21,6 @@ jobs: - "lowest" - "highest" php-version: - - "8.2" - "8.3" - "8.4" operating-system: diff --git a/composer.json b/composer.json index dcad0e5..31228fd 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", + "php": "~8.3.0 || ~8.4.0 || ~8.5.0", "ext-openssl": "*", "psr/cache": "^2.0.0 || ^3.0.0", "psr/simple-cache": "^2.0.0 || ^3.0.0", diff --git a/composer.lock b/composer.lock index e871047..b2d8c8e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1cbecd86ae94f4ff685bfa4ae3240be7", + "content-hash": "c1447fc3475b833c382f910d0bf64fef", "packages": [ { "name": "psr/cache", @@ -7617,7 +7617,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", + "php": "~8.3.0 || ~8.4.0 || ~8.5.0", "ext-openssl": "*" }, "platform-dev": {},