From 9066eae608972a809aee79a3c1da45122114cce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Pej=C5=A1a?= Date: Wed, 17 Jan 2024 11:47:58 +0100 Subject: [PATCH] Add php 8.3 to supported versions --- .github/workflows/code_analysis.yaml | 1 - composer.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code_analysis.yaml b/.github/workflows/code_analysis.yaml index 6934047..5be7af8 100644 --- a/.github/workflows/code_analysis.yaml +++ b/.github/workflows/code_analysis.yaml @@ -19,7 +19,6 @@ jobs: run: composer tester -- -C php: - - "7.4" - "8.0" - "8.1" - "8.2" diff --git a/composer.json b/composer.json index df50f82..5fbc0f4 100644 --- a/composer.json +++ b/composer.json @@ -19,13 +19,13 @@ ], "homepage": "https://github.com/redbitcz/php-debug-mode-enabler", "require": { - "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0", + "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", "ext-json": "*", "nette/utils": "^3.0 || ^4.0" }, "require-dev": { "firebase/php-jwt": "^5.0 || ^6.0", - "nette/tester": "2.4.3", + "nette/tester": "2.5.1", "phpstan/phpstan": "1.9.14" }, "suggest": {