From 03bac19c236e50a8e69c407675ab33996f9322f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:22:20 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpstan/phpstan | 1.12.3 | 1.12.4 | | packagist | phpunit/phpunit | 11.3.5 | 11.3.6 | --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 919de47..dcb76c9 100644 --- a/composer.json +++ b/composer.json @@ -16,9 +16,9 @@ "friendsofphp/php-cs-fixer": "^3.64.0" }, "require-dev": { - "phpstan/phpstan": "^1.12.3", + "phpstan/phpstan": "^1.12.4", "phpstan/phpstan-phpunit": "^1.4.0", - "phpunit/phpunit": "^11.3.5" + "phpunit/phpunit": "^11.3.6" }, "autoload": { "psr-4": {