From d419bb5727edc4b263f31e432c78dd261fae6938 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:54:22 +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..161ba03 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.65.0", + "overtrue/phplint": "9.5.5", + "phpstan/phpstan": "1.12.13", + "phpunit/phpunit": "10.5.39", + "squizlabs/php_codesniffer": "3.11.2" } }