From 480c1b6b6380e2f83b0d0760e076457f2e114acb Mon Sep 17 00:00:00 2001 From: Yuriy Gerasymov Date: Mon, 17 Feb 2025 06:50:02 -0800 Subject: [PATCH] Remove a hrad dependency on symfony/yaml. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 9769273..b772fc7 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,6 @@ "diffywebsite/diffy-php": "^1", "guzzlehttp/guzzle": "^7", "n98/junit-xml": "^1.1", - "symfony/yaml": "^6.4" }, "require-dev": { "g1a/composer-test-scenarios": "^2",