From ad6d8b531ffc737e0995a6f4307fbd717dbd8490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 09:27:38 +0000 Subject: [PATCH] Update dallgoot/yaml requirement from ^0.3.2 to ^0.9.1 Updates the requirements on [dallgoot/yaml](https://github.com/dallgoot/yaml) to permit the latest version. - [Changelog](https://github.com/dallgoot/yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/dallgoot/yaml/compare/v0.3.2...0.9.1.2) --- updated-dependencies: - dependency-name: dallgoot/yaml 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 f7e8954..a271267 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "minimum-stability": "stable", "require": { "php": ">=8.0", - "dallgoot/yaml": "^0.3.2", + "dallgoot/yaml": "^0.9.1", "nutgram/nutgram": "^3.7" } }