From b8eaaa4f760c33db593e7fad64392e9dd9c5e8e0 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Fri, 6 Jan 2023 17:43:49 +0100 Subject: [PATCH] Enforce usage of latest `mikey179/vfsstream` version, which is compatible with PHP 8.2 --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2e96ed0..c37ac8e 100644 --- a/composer.json +++ b/composer.json @@ -68,7 +68,7 @@ "mezzio/mezzio-laminasviewrenderer": "^2.3.0", "mezzio/mezzio-platesrenderer": "^2.3.0", "mezzio/mezzio-twigrenderer": "^2.7.0", - "mikey179/vfsstream": "^1.6.10", + "mikey179/vfsstream": "^1.6.11", "phpunit/phpunit": "^9.5.11", "psalm/plugin-phpunit": "^0.18.0", "mezzio/mezzio-tooling": "^2.8", diff --git a/composer.lock b/composer.lock index d3fe986..77e8c90 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": "ce51f50104a7bb46e4623a7b9ee64476", + "content-hash": "3352d61e4207e84fc9c69bd9dfe58d2d", "packages": [ { "name": "brick/varexporter",