From cb3efe3ee65074404c22953392f18d2b42ec6e6f Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Fri, 4 Sep 2026 20:42:45 +0700 Subject: [PATCH] chore: Bump dependencies --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 0c3638f8..57177494 100644 --- a/composer.json +++ b/composer.json @@ -30,15 +30,15 @@ "require": { "php": "^8.2", "composer-runtime-api": "^2.0", - "boundwize/jsonrecast": "^1.0", + "boundwize/jsonrecast": "^1.0.36", "fidry/cpu-core-counter": "^1.3", - "nikic/php-parser": "^5.7" + "nikic/php-parser": "^5.8" }, "require-dev": { - "boundwize/pyrameter": "^0.5", + "boundwize/pyrameter": "^0.5.4", "laminas/laminas-coding-standard": "^3.1", - "phpstan/phpstan": "^2.2", - "phpunit/phpunit": "^11.5", + "phpstan/phpstan": "^2.2.9", + "phpunit/phpunit": "^11.5.56", "rector/rector": "dev-main" }, "config": {