From d20e07e81bb26e7c9699e3d1e78487668a6d0420 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:35:19 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | ---------------------- | ------- | ------- | | packagist | composer/composer | 2.7.4 | 2.7.4 | | packagist | infection/infection | 0.27.11 | 0.28.1 | | packagist | phpunit/phpunit | 10.5.20 | 10.5.20 | | github-tags | shivammathur/setup-php | 2.30.0 | 2.30.4 | | packagist | symfony/process | 7.0.4 | 7.0.7 | --- .github/workflows/coding-standards.yml | 2 +- .github/workflows/mutation-tests.yml | 2 +- .github/workflows/phpunit.yml | 2 +- .github/workflows/psalm.yml | 2 +- .github/workflows/run-example.yml | 2 +- composer.json | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index e42536b..4369a34 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.0" + uses: "shivammathur/setup-php@2.30.4" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index a4b09d6..1b8e9d9 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.0" + uses: "shivammathur/setup-php@2.30.4" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 3932418..3746e5d 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.0" + uses: "shivammathur/setup-php@2.30.4" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index 9c614e9..f3f7bed 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -24,7 +24,7 @@ jobs: uses: "actions/checkout@v4" - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.0" + uses: "shivammathur/setup-php@2.30.4" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/run-example.yml b/.github/workflows/run-example.yml index 672bef6..8a289b9 100644 --- a/.github/workflows/run-example.yml +++ b/.github/workflows/run-example.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: "Install PHP" - uses: "shivammathur/setup-php@2.30.0" + uses: "shivammathur/setup-php@2.30.4" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/composer.json b/composer.json index 3ecadaa..56905f4 100644 --- a/composer.json +++ b/composer.json @@ -18,11 +18,11 @@ "psalm/plugin-phpunit": "^0.19.0" }, "require-dev": { - "composer/composer": "^2.7.2", + "composer/composer": "^2.7.4", "doctrine/coding-standard": "^12.0.0", - "infection/infection": "^0.27.11", - "phpunit/phpunit": "^10.5.15", - "symfony/process": "^7.0.4" + "infection/infection": "^0.28.1", + "phpunit/phpunit": "^10.5.20", + "symfony/process": "^7.0.7" }, "autoload": { "psr-4": {