From c4251d589175c906b1634222adfaa8037f89f03f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 07:12:25 +0000 Subject: [PATCH] Update phpspec/phpspec requirement from ^4.2 to ^4.2 || ^7.0 Updates the requirements on [phpspec/phpspec](https://github.com/phpspec/phpspec) to permit the latest version. - [Release notes](https://github.com/phpspec/phpspec/releases) - [Changelog](https://github.com/phpspec/phpspec/blob/main/CHANGES-v7.md) - [Commits](https://github.com/phpspec/phpspec/compare/4.2.0...7.5.0) --- updated-dependencies: - dependency-name: phpspec/phpspec 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 b4ad049..07ef1c6 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A lightweight, configurable, auto-wire dependency injection container.", "type": "library", "require-dev": { - "phpspec/phpspec": "^4.2", + "phpspec/phpspec": "^4.2 || ^7.0", "leanphp/phpspec-code-coverage": "^4.2" }, "autoload": {