From d1677d4f76df9b93e61eed0ad0b107d9a751e7a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 04:44:26 +0000 Subject: [PATCH] Update php-di/php-di requirement from ^6.0 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.0.0...7.0.6) --- 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 ee94eca..43dfc39 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php": ">=7.1", "symfony/config": "^4.1", "symfony/yaml": "^4.1", - "php-di/php-di": "^6.0", + "php-di/php-di": "^7.0", "adbario/php-dot-notation": "2.2.0", "ext-mysqli": "^7.1" },