From 707cef776195ee39a4144af7a351de864c7af7b9 Mon Sep 17 00:00:00 2001 From: Maxime Veber Date: Mon, 1 Aug 2022 22:34:18 +0200 Subject: [PATCH] feat: update phpspec version to support PHP 8.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 30820ad..76665ff 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "php": "^7.0 || ^8.0" }, "require-dev": { - "phpspec/phpspec": "^6.3.0", + "phpspec/phpspec": "^7.2.0", "friends-of-phpspec/phpspec-expect": "^4.0", "phpunit/phpunit": "^8.5" },