From c878ebd30329fb611e10474569dbd5f7ea0d0e4c Mon Sep 17 00:00:00 2001 From: Dennis Riehle Date: Thu, 28 Nov 2024 11:26:12 +0100 Subject: [PATCH] drop PHP 8.0 --- .github/workflows/continuous-integration.yml | 2 +- composer.json | 2 +- phpcs.xml.dist | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 6e75320..65bbf54 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -16,4 +16,4 @@ jobs: name: "PHPUnit" uses: "doctrine/.github/.github/workflows/continuous-integration.yml@3.0.0" with: - php-versions: '["8.0", "8.1", "8.2", "8.3"]' + php-versions: '["8.1", "8.2", "8.3"]' diff --git a/composer.json b/composer.json index beb1b04..caf5ee4 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "rss": "https://github.com/doctrine/doctrine-laminas-hydrator/releases.atom" }, "require": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "ext-ctype": "*", "doctrine/collections": "^1.8.0 || ^2.0.0", "doctrine/inflector": "^2.0.4", diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 78a2f0e..a84d84a 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -6,8 +6,8 @@ - - + +