From cd3248cfc72f9034d2333d899e5c1ba6b1e3c788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Fri, 14 Feb 2025 11:43:31 +0100 Subject: [PATCH] feat: Allow thecodingmachine/safe 3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 30c1d18..9c61cc5 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "symfony/event-dispatcher-contracts": "^2.5 || ^3.0", "symfony/polyfill-php84": "^1.31", "symfony/service-contracts": "^2.5 || ^3.0", - "thecodingmachine/safe": "^2.0", + "thecodingmachine/safe": "^2.0 || ^3.0", "webmozart/assert": "^1.11" }, "require-dev": {