From 9410366113d8b61c91ae9a7981fca96c0b01b60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bouc=CC=8Cek?= Date: Thu, 17 Oct 2024 08:20:03 +0200 Subject: [PATCH 1/2] PHPStan: Upgrade to 1.12.6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 58de3d8..084e784 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "psr/http-message": "~1.0 || ~2.0" }, "require-dev": { - "phpstan/phpstan": "1.10.18", + "phpstan/phpstan": "1.12.6", "phpunit/phpunit": "^9.0 || ^10.0" }, "suggest": { From f755899e53c74dc68a329c530c854867033dd3b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bouc=CC=8Cek?= Date: Thu, 17 Oct 2024 08:20:17 +0200 Subject: [PATCH 2/2] Add PHP 8.4 support --- .github/workflows/code_analysis.yaml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code_analysis.yaml b/.github/workflows/code_analysis.yaml index 4a65b7e..8ea1bd1 100644 --- a/.github/workflows/code_analysis.yaml +++ b/.github/workflows/code_analysis.yaml @@ -23,6 +23,7 @@ jobs: - '8.1' - '8.2' - '8.3' + - '8.4' name: ${{ matrix.actions.name }} at PHP ${{ matrix.php }} runs-on: ubuntu-latest diff --git a/composer.json b/composer.json index 084e784..f4cee27 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.0", "psr/http-message": "~1.0 || ~2.0" }, "require-dev": {