From 93cbd429f8ef8b2acd9dbd9c38d23ddb609a0563 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:12:44 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------- | ------- | ------- | | packagist | composer/composer | 2.7.7 | 2.7.9 | | packagist | infection/infection | 0.27.11 | 0.29.6 | | github-tags | laminas/automatic-releases | 1.24.0 | 1.25.0 | | packagist | ocramius/package-versions | 2.8.0 | 2.9.0 | | packagist | phpunit/phpunit | 10.5.26 | 10.5.33 | | github-tags | shivammathur/setup-php | 2.30.0 | 2.31.1 | | packagist | symfony/process | 7.1.1 | 7.1.3 | | packagist | vimeo/psalm | 5.25.0 | 5.26.0 | --- .github/workflows/coding-standards.yml | 2 +- .github/workflows/mutation-tests.yml | 2 +- .github/workflows/phpunit.yml | 2 +- .github/workflows/psalm.yml | 2 +- .github/workflows/release-on-milestone-closed.yml | 2 +- .github/workflows/run-example.yml | 2 +- composer.json | 12 ++++++------ 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index e42536b..ddbf50e 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.31.1" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index a4b09d6..dc43fb8 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.31.1" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 3932418..d8a14b0 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.31.1" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index 9c614e9..783848c 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.31.1" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/.github/workflows/release-on-milestone-closed.yml b/.github/workflows/release-on-milestone-closed.yml index 7b19d40..3abe447 100644 --- a/.github/workflows/release-on-milestone-closed.yml +++ b/.github/workflows/release-on-milestone-closed.yml @@ -47,7 +47,7 @@ jobs: "GIT_AUTHOR_EMAIL": ${{ secrets.GIT_AUTHOR_EMAIL }} - name: "Bump Changelog Version On Originating Release Branch" - uses: "laminas/automatic-releases@1.24.0" + uses: "laminas/automatic-releases@1.25.0" with: command-name: "laminas:automatic-releases:bump-changelog" env: diff --git a/.github/workflows/run-example.yml b/.github/workflows/run-example.yml index 672bef6..7d175af 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.31.1" with: coverage: "pcov" php-version: "${{ matrix.php-version }}" diff --git a/composer.json b/composer.json index 3ecadaa..b4478f2 100644 --- a/composer.json +++ b/composer.json @@ -13,16 +13,16 @@ "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "ext-json": "*", "composer-plugin-api": "^2.1.0", - "ocramius/package-versions": "^2.8.0", - "vimeo/psalm": "^5.23.1", + "ocramius/package-versions": "^2.9.0", + "vimeo/psalm": "^5.26.0", "psalm/plugin-phpunit": "^0.19.0" }, "require-dev": { - "composer/composer": "^2.7.2", + "composer/composer": "^2.7.9", "doctrine/coding-standard": "^12.0.0", - "infection/infection": "^0.27.11", - "phpunit/phpunit": "^10.5.15", - "symfony/process": "^7.0.4" + "infection/infection": "^0.29.6", + "phpunit/phpunit": "^10.5.33", + "symfony/process": "^7.1.3" }, "autoload": { "psr-4": {