From 8d07f164abc9cffb0fc9e114274d6e399c2e61ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 04:13:09 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------- | ------- | ------- | | github-tags | containerbase/php-prebuild | 8.2.26 | 8.4.1 | | packagist | phpstan/phpstan | 1.10.25 | 1.12.11 | | packagist | phpunit/phpunit | 10.2.6 | 10.5.38 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index bade3d5..423968d 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "laminas/laminas-component-installer" : "^3.0, required for configuration injection" }, "require": { - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.4.0", "laminas/laminas-mvc": "^3.6.0", "laminas/laminas-filter": "^2.32", "laminas/laminas-cli": "^1.8", @@ -31,8 +31,8 @@ }, "require-dev": { "laminas/laminas-coding-standard": "^2.5.0", - "phpunit/phpunit": "10.2.6", - "phpstan/phpstan": "1.10.25", + "phpunit/phpunit": "10.5.38", + "phpstan/phpstan": "1.12.11", "laminas/laminas-test": "^4.8", "phpstan/extension-installer": "^1.2", "slam/phpstan-laminas-framework": "^1.4"