From 1a87e73b11b964dad36265e11839d48026f12167 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Mon, 6 Jan 2025 14:17:20 +0100 Subject: [PATCH] bump --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 1eaa42d..9d53d45 100644 --- a/composer.json +++ b/composer.json @@ -6,13 +6,13 @@ "keywords": ["static analysis", "phpstan-extension"], "require": { "php": "^8.2", - "phpstan/phpstan": "^2.0.3" + "phpstan/phpstan": "^2.1.1" }, "require-dev": { "phpstan/extension-installer": "^1.4", "phpunit/phpunit": "^11.5", - "symplify/easy-coding-standard": "^12.4", - "rector/rector": "^2.0", + "symplify/easy-coding-standard": "^12.5", + "rector/rector": "^2.0.6", "tracy/tracy": "^2.10", "tomasvotruba/unused-public": "^2.0" },