From a46040539b2fa311de752bab5145c93f062a2a96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 13:05:14 +0000 Subject: [PATCH] Update mikey179/vfsstream requirement from 1.6.11 to 1.6.12 Updates the requirements on [mikey179/vfsstream](https://github.com/bovigo/vfsStream) to permit the latest version. - [Release notes](https://github.com/bovigo/vfsStream/releases) - [Changelog](https://github.com/bovigo/vfsStream/blob/v1.6.12/CHANGELOG.md) - [Commits](https://github.com/bovigo/vfsStream/compare/v1.6.11...v1.6.12) --- updated-dependencies: - dependency-name: mikey179/vfsstream dependency-version: 1.6.12 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d7d7f89..1c4fc40 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "require-dev": { "infection/infection": "^0.18", - "mikey179/vfsstream": "1.6.11", + "mikey179/vfsstream": "1.6.12", "phpunit/phpunit": "~9.0" }, "autoload": {