From 45096f1a3899e83cc731e18d4a9ab5781e126330 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 09:29:00 +0100 Subject: [PATCH] Allow thecodingmachine/safe v2 (#19) * Update dependency thecodingmachine/safe to v2 * allow v2 Co-authored-by: Renovate Bot Co-authored-by: Simon Podlipsky --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 707822e..acbfaad 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "php-http/httplug": "^2.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", - "thecodingmachine/safe": "^1.0.2" + "thecodingmachine/safe": "^1 || ^2" }, "require-dev": { "cdn77/coding-standard": "^4.0",