From 775bad90a7dd800ec91f0f43b88bac7c052d0a50 Mon Sep 17 00:00:00 2001 From: "text-html-renovate[bot]" <182508163+text-html-renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 20:29:56 +0000 Subject: [PATCH] Update dependency phpspec/phpspec to v7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bfb734f..30a034e 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require-dev": { - "phpspec/phpspec": "^2.4", + "phpspec/phpspec": "^7.0", "php-vfs/php-vfs": "~1.2" }, "require": {