From c23d14e06781cd5311956641daa90ef663290f7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 05:26:36 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | ---------------------- | ------- | ------- | | packagist | infection/infection | 0.27.11 | 0.28.1 | | packagist | phpunit/phpunit | 10.5.17 | 10.5.17 | | github-tags | shivammathur/setup-php | 2.30.0 | 2.30.2 | --- .github/workflows/continuous-integration.yml | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 9ca3a14..79f0b60 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -58,7 +58,7 @@ jobs: uses: "actions/checkout@v4" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.0" + uses: "shivammathur/setup-php@2.30.2" with: coverage: "xdebug" php-version: "${{ matrix.php-version }}" diff --git a/composer.json b/composer.json index 38dfdb8..cf59ac1 100644 --- a/composer.json +++ b/composer.json @@ -15,13 +15,13 @@ "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "composer-runtime-api": "^2.2", - "infection/infection": "0.27.11", + "infection/infection": "0.28.1", "sanmai/later": "^0.1.4", "vimeo/psalm": "^4.30.0 || ^5.15" }, "require-dev": { "doctrine/coding-standard": "^12.0.0", - "phpunit/phpunit": "^10.5.15" + "phpunit/phpunit": "^10.5.17" }, "autoload": { "psr-4": {