From 84516b353fe00939a8e88970ead93876e50b7ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:13:03 +0000 Subject: [PATCH] Update php-di/php-di requirement from ^6.4 to ^7.0 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.4.0...7.0.0-beta3) --- 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 6e37691..34ea5b2 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "marcj/topsort": "^2.0", "monolog/monolog": "^2.9", "opis/orm": "^1.0", - "php-di/php-di": "^6.4", + "php-di/php-di": "^7.0", "phpseclib/phpseclib": "^3.0", "ramsey/uuid": "^4.2.3", "slim/console": "^0.1.0",