From 30d2f3caca186110559e45b885aeaeaab8c3d81f Mon Sep 17 00:00:00 2001 From: Ander Murane Date: Tue, 10 Dec 2024 12:20:06 -0700 Subject: [PATCH] Adding ^7 to symfony finder and yaml to composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 58039df4..e3c69c68 100644 --- a/composer.json +++ b/composer.json @@ -46,8 +46,8 @@ "http-interop/http-factory-guzzle": "^1.0", "kint-php/kint": "^4.1|^5", "psr/event-dispatcher": "^1.0", - "symfony/finder": "^4.4|^5|^6", - "symfony/yaml": "^4.4|^5|^6" + "symfony/finder": "^4.4|^5|^6|^7", + "symfony/yaml": "^4.4|^5|^6|^7" }, "require-dev": { "consolidation/robo": "^3.0",