From ffb0050d1ed02484fc76da404717a8d7e6c6f5db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 00:13:43 +0000 Subject: [PATCH] Update php-di/php-di requirement from ^6 to ^6 || ^7 Updates the requirements on [php-di/php-di](https://github.com/PHP-DI/PHP-DI) to permit the latest version. - [Release notes](https://github.com/PHP-DI/PHP-DI/releases) - [Commits](https://github.com/PHP-DI/PHP-DI/compare/6.0.0...7.0.0) --- updated-dependencies: - dependency-name: php-di/php-di dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 51e70d1..bf846b7 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "^8.0", "codenamephp/platform.core": "^1", "marcj/topsort": "^1.1 || ^2.0", - "php-di/php-di": "^6", + "php-di/php-di": "^6 || ^7", "psr/container": "^1.0" }, "autoload": {