From 1d06f09efd69913728757b2a7c9fed46e5e18fc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 12:43:00 +0400 Subject: [PATCH] chore(deps): update all non-major dependencies (#183) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index f36123d..a9e2097 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.53.0", - "overtrue/phplint": "9.1.2", - "phpstan/phpstan": "1.10.66", - "phpunit/phpunit": "10.5.17", - "squizlabs/php_codesniffer": "3.9.1" + "friendsofphp/php-cs-fixer": "3.56.0", + "overtrue/phplint": "9.2.0", + "phpstan/phpstan": "1.10.67", + "phpunit/phpunit": "10.5.20", + "squizlabs/php_codesniffer": "3.9.2" } }