From a0b1b2d05000687bf1f859f957a02d4316d5ca1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 18:10:27 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | --------------------------------------------- | ------ | ------ | | github-tags | laminas/laminas-continuous-integration-action | 1.40.1 | 1.41.0 | | packagist | phpunit/phpunit | 11.5.6 | 11.5.7 | --- .github/workflows/continuous-integration.yml | 2 +- composer.json | 2 +- composer.lock | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 11bbc43..a752c63 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -27,7 +27,7 @@ jobs: matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }} steps: - name: ${{ matrix.name }} - uses: laminas/laminas-continuous-integration-action@1.40.1 + uses: laminas/laminas-continuous-integration-action@1.41.0 env: "GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }} "INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }} diff --git a/composer.json b/composer.json index 6a984d8..ef3fd75 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require-dev": { "azjezz/psl": "^3.2", "doctrine/coding-standard": "^12.0.0", - "phpunit/phpunit": "^11.5.6", + "phpunit/phpunit": "^11.5.7", "psalm/plugin-phpunit": "^0.19.2" }, "autoload": { diff --git a/composer.lock b/composer.lock index d33e13f..efae7ea 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0dd2bb0021706da9c72af4e47a7a746e", + "content-hash": "26eba7c0cf87885bb121f3221a40898c", "packages": [ { "name": "amphp/amp", @@ -4976,16 +4976,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.5.6", + "version": "11.5.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "3c3ae14c90f244cdda95028c3e469028e8d1c02c" + "reference": "e1cb706f019e2547039ca2c839898cd5f557ee5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3c3ae14c90f244cdda95028c3e469028e8d1c02c", - "reference": "3c3ae14c90f244cdda95028c3e469028e8d1c02c", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e1cb706f019e2547039ca2c839898cd5f557ee5d", + "reference": "e1cb706f019e2547039ca2c839898cd5f557ee5d", "shasum": "" }, "require": { @@ -5057,7 +5057,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.6" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.7" }, "funding": [ { @@ -5073,7 +5073,7 @@ "type": "tidelift" } ], - "time": "2025-01-31T07:03:30+00:00" + "time": "2025-02-06T16:10:05+00:00" }, { "name": "psalm/plugin-phpunit",