From 25cbcff0256474a7cd7db1d6138dd783fda5445a Mon Sep 17 00:00:00 2001 From: Matias Navarro Carter Date: Sun, 13 Mar 2022 15:59:41 +0000 Subject: [PATCH] chore: added support for thecodingmachine/safe 2.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e31b7af..e6be5ae 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require": { "php": "^8.0", "psr/http-message": "^1.0", - "thecodingmachine/safe": "^1.3.3" + "thecodingmachine/safe": "^1.3.3|^2.0" }, "provide": { "psr/http-message-implementation": "^1.0"