From 0da72f8d6903883152380a66506e84397236c3a9 Mon Sep 17 00:00:00 2001 From: Heiko Jerichen Date: Mon, 15 Dec 2025 14:27:09 +0100 Subject: [PATCH 1/3] Add dependency support for phpunit/php-text-template version 5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 55b2bb1..8ee0ae1 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "php": "^8.2", "phpspec/prophecy": "^1.8", - "phpunit/php-text-template": "^2.0 | ^3.0 | ^4.0" + "phpunit/php-text-template": "^2.0 | ^3.0 | ^4.0 | ^5.0" }, "autoload": { "psr-4": { From b7ea7c76f0eb0824c5c497adc4eeb99531664121 Mon Sep 17 00:00:00 2001 From: Heiko Jerichen Date: Mon, 15 Dec 2025 14:39:48 +0100 Subject: [PATCH 2/3] Update psalm config. --- psalm.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/psalm.xml b/psalm.xml index a93b81f..ee0293a 100644 --- a/psalm.xml +++ b/psalm.xml @@ -13,6 +13,7 @@ + @@ -23,6 +24,10 @@ + + + + From 7bb77497939ba0786eab1cc587d855258897dd23 Mon Sep 17 00:00:00 2001 From: Heiko Jerichen Date: Mon, 15 Dec 2025 14:42:00 +0100 Subject: [PATCH 3/3] Add PHP 8.5 to CI tests. --- .github/workflows/continuous-integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 3b7f392..be61fac 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -15,6 +15,7 @@ jobs: - 8.2 - 8.3 - 8.4 + - 8.5 dependencies: - "--prefer-lowest" - ""