From b2ad984c0121eab834fcbc18a68d14a2c53fc6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 21:41:58 +0000 Subject: [PATCH] build(deps): update php-di/php-di requirement from 7.0.3 to 7.0.5 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/7.0.3...7.0.5) --- 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 354b60d94..707f7db26 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "league/oauth2-facebook": "2.2.0", "league/oauth2-google": "4.0.1", "php": "^8.2", - "php-di/php-di": "7.0.3", + "php-di/php-di": "7.0.5", "phpmailer/phpmailer": "6.8.0", "team-reflex/discord-php": "7.3.4", "vanilla/nbbc": "2.4.0"