From 885df85ff6b933e906d7c12ee32bc800142e3cde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 11:04:44 -0700 Subject: [PATCH] build(deps): update php-di/php-di requirement from 6.3.0 to 6.3.1 (#1028) 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...6.3.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2952c47f6..4dd4cbf1c 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "league/oauth2-facebook": "2.0.5", "league/oauth2-google": "4.0.0", "php": "^8.0", - "php-di/php-di": "6.3.0", + "php-di/php-di": "6.3.1", "phpmailer/phpmailer": "6.3.0", "team-reflex/discord-php": "5.1.2", "vanilla/nbbc": "^2.0",