From 24a93547a5cab2225199c948a589eccc40d2204c Mon Sep 17 00:00:00 2001 From: K Widholm <279278+apotek@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:40:48 -0400 Subject: [PATCH] Force inclusion of symfony/yaml (#218) --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4309d79..a55e0f0 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,8 @@ "phpstan/extension-installer": "^1.1", "phpcompatibility/php-compatibility": "^9.3", "guzzlehttp/guzzle": "^5.0 || ^6.0 || ^7.0", - "rector/rector": "^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0 || ^1.0.0" + "rector/rector": "^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0 || ^1.0.0", + "symfony/yaml": "^6.3" }, "autoload": { "psr-4": {