From 7a7775c8eb99e6259ab495bbc5cdd5aad74e5d2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 21:17:23 +0000 Subject: [PATCH] build(deps): update team-reflex/discord-php requirement Updates the requirements on [team-reflex/discord-php](https://github.com/discord-php/DiscordPHP) to permit the latest version. - [Release notes](https://github.com/discord-php/DiscordPHP/releases) - [Changelog](https://github.com/discord-php/DiscordPHP/blob/master/CHANGELOG.md) - [Commits](https://github.com/discord-php/DiscordPHP/compare/v10.1.1...v10.1.4) --- updated-dependencies: - dependency-name: team-reflex/discord-php 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 d04d0df77..321a28b2f 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": "^8.2", "php-di/php-di": "7.0.7", "phpmailer/phpmailer": "6.9.3", - "team-reflex/discord-php": "10.1.1", + "team-reflex/discord-php": "10.1.4", "vanilla/nbbc": "2.6.0" }, "autoload": {