From 0b979cfeea405586394c62dca5eb5b065af0f270 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 16 Feb 2026 00:29:31 +0900 Subject: feat: update dependencies and required php version (>=8.4) --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 45a42cf..c3c2f93 100644 --- a/composer.json +++ b/composer.json @@ -15,16 +15,16 @@ "issues": "https://github.com/nsfisis/php-next-after/issues" }, "require": { - "php": ">=8.3" + "php": ">=8.4" }, "require-dev": { - "phpstan/extension-installer": "^1.4", - "phpstan/phpstan": "^2.1", - "phpstan/phpstan-deprecation-rules": "^2.0", - "phpstan/phpstan-phpunit": "^2.0", - "phpstan/phpstan-strict-rules": "^2.0", - "phpunit/phpunit": "^12.4", - "symplify/easy-coding-standard": "^12.6" + "phpstan/extension-installer": "^1.4.3", + "phpstan/phpstan": "^2.1.39", + "phpstan/phpstan-deprecation-rules": "^2.0.4", + "phpstan/phpstan-phpunit": "^2.0.16", + "phpstan/phpstan-strict-rules": "^2.0.10", + "phpunit/phpunit": "^12.5.11", + "symplify/easy-coding-standard": "^12.6.2" }, "autoload": { "psr-4": { -- cgit v1.3-1-g0d28