From de1bce7a7108bec54eeb72403f3f8201f795f927 Mon Sep 17 00:00:00 2001 From: fezfez Date: Mon, 24 Feb 2025 11:49:33 +0100 Subject: [PATCH 1/2] Update deps --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 075c6fc..7df00b1 100644 --- a/composer.json +++ b/composer.json @@ -11,14 +11,14 @@ } ], "require": { - "php": "~8.2.0 || ~8.3.0 || ~8.4.0", + "php": "~8.3.0 || ~8.4.0", "job-runner/job-runner": "^1.4", "symfony/console": "^5.0 || ^6.0 || ^7.0" }, "require-dev": { "doctrine/coding-standard": "^12.0", - "phpunit/phpunit": "^11.5.3", - "phpstan/phpstan": "^2.1.2" + "phpunit/phpunit": "^12.0.4", + "phpstan/phpstan": "^2.1.6" }, "autoload": { "psr-4": { @@ -37,7 +37,7 @@ "dealerdirect/phpcodesniffer-composer-installer": true }, "platform": { - "php": "8.2.99" + "php": "8.3.99" } } } From e718c45a53b823e523a12d0001bc2c0928d942bd Mon Sep 17 00:00:00 2001 From: fezfez Date: Mon, 24 Feb 2025 11:57:07 +0100 Subject: [PATCH 2/2] Update deps --- .laminas-ci.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.laminas-ci.json b/.laminas-ci.json index 5cba29f..7f2f62d 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -3,7 +3,7 @@ { "name": "PhpStan", "job": { - "php": "8.2", + "php": "8.3", "dependencies": "latest", "command": "vendor/bin/phpstan analyse" }