From af894d985ad32b97c3de5198bfdc4d9d77ed08a6 Mon Sep 17 00:00:00 2001 From: Aad Mathijssen Date: Tue, 6 Feb 2024 13:09:12 +0100 Subject: [PATCH] feat: Add PHP 8.3 support --- .github/workflows/static-analysis.yml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index b97ebdc..2b828fb 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -16,6 +16,7 @@ jobs: - "8.0" - "8.1" - "8.2" + - "8.3" composer-dependency-versions: - "lowest" - "highest" diff --git a/composer.json b/composer.json index e950233..7ac0f62 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } }, "require": { - "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0", + "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", "composer-plugin-api": "^2.0" }, "require-dev": {