From 41a5282d5a2874aeb354a0b45d6856a4bbc81b35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 05:59:05 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 36fdd6a..9b7f5f9 100644 --- a/composer.json +++ b/composer.json @@ -84,10 +84,10 @@ "jane-php/open-api-runtime": "^7.1" }, "require-dev": { - "friendsofphp/php-cs-fixer": "3.64.0", - "overtrue/phplint": "9.5.3", - "phpstan/phpstan": "1.12.6", - "phpunit/phpunit": "10.5.36", - "squizlabs/php_codesniffer": "3.10.3" + "friendsofphp/php-cs-fixer": "3.75.0", + "overtrue/phplint": "9.6.2", + "phpstan/phpstan": "1.12.25", + "phpunit/phpunit": "10.5.46", + "squizlabs/php_codesniffer": "3.13.0" } }