From 115e98b88495cfb7efce9d10c41fbd081d28c619 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 22:27:56 +0000 Subject: [PATCH] Update dependency laminas/laminas-cache-storage-adapter-test to v4 | datasource | package | from | to | | ---------- | ------------------------------------------ | ----- | ----- | | packagist | laminas/laminas-cache-storage-adapter-test | 3.0.1 | 4.0.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 34 ++++++++++++++++------------------ 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index e39707c..c7831f3 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "require-dev": { "laminas/laminas-cache": "4.0.x-dev || ^4.0", - "laminas/laminas-cache-storage-adapter-test": "3.0.x-dev || ^3.0", + "laminas/laminas-cache-storage-adapter-test": "^4.0", "laminas/laminas-coding-standard": "~2.5.0", "psalm/plugin-phpunit": "^0.19.0", "vimeo/psalm": "^5.18" diff --git a/composer.lock b/composer.lock index 230ab64..cbdbe00 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": "0384c9bcd564e0c197fff1ddeac4c000", + "content-hash": "7c3ead44dab612cec107a71a3044a0cd", "packages": [ { "name": "brick/varexporter", @@ -1407,20 +1407,20 @@ }, { "name": "laminas/laminas-cache-storage-adapter-test", - "version": "3.1.x-dev", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-cache-storage-adapter-test.git", - "reference": "20f81115336b7de59eddd2932ab04623a8000096" + "reference": "7d052d8ca221cda3e7afdc5beb49ab884b6c726f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-test/zipball/20f81115336b7de59eddd2932ab04623a8000096", - "reference": "20f81115336b7de59eddd2932ab04623a8000096", + "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-test/zipball/7d052d8ca221cda3e7afdc5beb49ab884b6c726f", + "reference": "7d052d8ca221cda3e7afdc5beb49ab884b6c726f", "shasum": "" }, "require": { - "laminas/laminas-cache": "^4.0", + "laminas/laminas-cache": "^4.0.3", "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "phpunit/phpunit": "^10.5", "psr/cache": "^2.0 || ^3.0", @@ -1429,12 +1429,11 @@ }, "require-dev": { "composer-plugin-api": "^2", - "laminas/laminas-cache": "4.0.x-dev || ^4.0", "laminas/laminas-coding-standard": "~2.5.0", "psalm/plugin-phpunit": "^0.19.0", - "vimeo/psalm": "^5.15.0" + "vimeo/psalm": "^5.15.0", + "webmozart/assert": "^1.11" }, - "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -1463,7 +1462,7 @@ "type": "community_bridge" } ], - "time": "2024-06-16T17:11:01+00:00" + "time": "2024-06-21T20:30:05+00:00" }, { "name": "laminas/laminas-coding-standard", @@ -2282,16 +2281,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.21", + "version": "10.5.24", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "ac837816fa52078f7a5e17ed774f256a72a51af6" + "reference": "5f124e3e3e561006047b532fd0431bf5bb6b9015" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ac837816fa52078f7a5e17ed774f256a72a51af6", - "reference": "ac837816fa52078f7a5e17ed774f256a72a51af6", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5f124e3e3e561006047b532fd0431bf5bb6b9015", + "reference": "5f124e3e3e561006047b532fd0431bf5bb6b9015", "shasum": "" }, "require": { @@ -2363,7 +2362,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.21" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.24" }, "funding": [ { @@ -2379,7 +2378,7 @@ "type": "tidelift" } ], - "time": "2024-06-15T09:13:15+00:00" + "time": "2024-06-20T13:09:54+00:00" }, { "name": "psalm/plugin-phpunit", @@ -4549,8 +4548,7 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "laminas/laminas-cache": 20, - "laminas/laminas-cache-storage-adapter-test": 20 + "laminas/laminas-cache": 20 }, "prefer-stable": false, "prefer-lowest": false,