From 17495e71a85ea0327360b9628f2a15621d103b1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 18:33:02 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 9b7f5f9..d60e854 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.75.0", + "friendsofphp/php-cs-fixer": "3.76.0", "overtrue/phplint": "9.6.2", - "phpstan/phpstan": "1.12.25", - "phpunit/phpunit": "10.5.46", - "squizlabs/php_codesniffer": "3.13.0" + "phpstan/phpstan": "1.12.27", + "phpunit/phpunit": "10.5.47", + "squizlabs/php_codesniffer": "3.13.2" } }