From 231a82abf037d81be8aecdc51a057195c41c00e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 03:32:05 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | -------------------------------- | ------- | ------- | | packagist | infection/infection | 0.27.11 | 0.28.1 | | packagist | maglnet/composer-require-checker | 4.11.0 | 4.11.0 | | packagist | phpunit/phpunit | 10.5.17 | 10.5.17 | | packagist | squizlabs/php_codesniffer | 3.9.1 | 3.9.1 | --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 30718c0..5682d1d 100644 --- a/composer.json +++ b/composer.json @@ -28,11 +28,11 @@ }, "require-dev": { "doctrine/coding-standard": "^12.0", - "infection/infection": "^0.27.11", - "maglnet/composer-require-checker": "^4.10.0", - "phpunit/phpunit": "^10.5.15", + "infection/infection": "^0.28.1", + "maglnet/composer-require-checker": "^4.11.0", + "phpunit/phpunit": "^10.5.17", "psalm/plugin-phpunit": "^0.19.0", - "squizlabs/php_codesniffer": "^3.9.0", + "squizlabs/php_codesniffer": "^3.9.1", "vimeo/psalm": "^5.23.1" }, "autoload": {