From 3fd11deb33dcf6d28cc2da41f1746a4004d7ead8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 11:31:26 +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 | | packagist | vimeo/psalm | 6.3.0 | 6.5.0 | --- .github/workflows/continuous-integration.yml | 2 +- composer.json | 4 +-- composer.lock | 26 ++++++++++---------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index d876b43..3749a89 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -30,6 +30,6 @@ jobs: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} AKISMET_KEY: ${{ secrets.AKISMET_KEY }} AKISMET_BLOG: ${{ secrets.AKISMET_BLOG }} - uses: laminas/laminas-continuous-integration-action@1.40.1 + uses: laminas/laminas-continuous-integration-action@1.41.0 with: job: ${{ matrix.job }} diff --git a/composer.json b/composer.json index 795ef47..3c66a6b 100644 --- a/composer.json +++ b/composer.json @@ -34,8 +34,8 @@ "php-http/client-common": "^2.7.2", "php-http/curl-client": "^2.3.3", "php-http/mock-client": "^1.6.1", - "phpunit/phpunit": "^11.5.6", - "vimeo/psalm": "^6.3.0", + "phpunit/phpunit": "^11.5.7", + "vimeo/psalm": "^6.5.0", "psalm/plugin-phpunit": "^0.19.2", "symfony/options-resolver": "^7.2" }, diff --git a/composer.lock b/composer.lock index 25784a1..10cfa81 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": "23b9bf85dddb44a97ba8db1b90280a1f", + "content-hash": "c8736c4c6ef9ac9c6504790955e622d2", "packages": [ { "name": "myclabs/php-enum", @@ -3544,16 +3544,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": { @@ -3625,7 +3625,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": [ { @@ -3641,7 +3641,7 @@ "type": "tidelift" } ], - "time": "2025-01-31T07:03:30+00:00" + "time": "2025-02-06T16:10:05+00:00" }, { "name": "psalm/plugin-phpunit", @@ -5933,16 +5933,16 @@ }, { "name": "vimeo/psalm", - "version": "6.3.0", + "version": "6.5.0", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "222dda8483516044c2ed7a4c3f197d7c9d6c3ddb" + "reference": "38fc8444edf0cebc9205296ee6e30e906ade783b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/222dda8483516044c2ed7a4c3f197d7c9d6c3ddb", - "reference": "222dda8483516044c2ed7a4c3f197d7c9d6c3ddb", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/38fc8444edf0cebc9205296ee6e30e906ade783b", + "reference": "38fc8444edf0cebc9205296ee6e30e906ade783b", "shasum": "" }, "require": { @@ -5966,7 +5966,7 @@ "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0", "nikic/php-parser": "^5.0.0", "php": "~8.1.17 || ~8.2.4 || ~8.3.0 || ~8.4.0", - "sebastian/diff": "^4.0 || ^5.0 || ^6.0", + "sebastian/diff": "^4.0 || ^5.0 || ^6.0 || ^7.0", "spatie/array-to-xml": "^2.17.0 || ^3.0", "symfony/console": "^6.0 || ^7.0", "symfony/filesystem": "^6.0 || ^7.0" @@ -6045,7 +6045,7 @@ "issues": "https://github.com/vimeo/psalm/issues", "source": "https://github.com/vimeo/psalm" }, - "time": "2025-02-04T16:20:17+00:00" + "time": "2025-02-07T20:42:25+00:00" } ], "aliases": [],