From 1dddee2cbafca9377f3523d56e13b639a014443e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:09:45 +0000 Subject: [PATCH] Update php-di/php-di requirement from ^6.3 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.3.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 9507881..1e04a4a 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "nyholm/psr7-server": "^1.0", "odan/session": "^5.1", "peppeocchi/php-cron-scheduler": "^4.0", - "php-di/php-di": "^6.3", + "php-di/php-di": "^7.0", "phpmailer/phpmailer": "^6.7", "selective/array-reader": "^2.1", "selective/basepath": "^2.0",