From e1e5c7e4492f1588fab9e9b869603cefd3db8f68 Mon Sep 17 00:00:00 2001 From: Arne <1255879+arneee@users.noreply.github.com> Date: Sat, 9 Dec 2023 17:30:02 +0100 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8e20729..76109bf 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "ext-json": "*", "guzzlehttp/guzzle": "^7.4.4", "psr/http-client": "^1.0", - "symfony/validator": "^6.3" + "symfony/validator": "^6.3|^7.0" }, "require-dev": { "phpunit/phpunit": "^8|^9",