From 8a95db9730457e2aa32797560eb30c0ad6deaa0f Mon Sep 17 00:00:00 2001 From: Yuriy Gerasymov Date: Mon, 17 Feb 2025 06:50:26 -0800 Subject: [PATCH] Remove a hrad dependency on symfony/yaml. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b772fc7..7cb5624 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "consolidation/robo": "^4 || ^5", "diffywebsite/diffy-php": "^1", "guzzlehttp/guzzle": "^7", - "n98/junit-xml": "^1.1", + "n98/junit-xml": "^1.1" }, "require-dev": { "g1a/composer-test-scenarios": "^2",