From 27b65de20d03e08000df234fe1133fefb5c533a7 Mon Sep 17 00:00:00 2001 From: Toni Peric Date: Tue, 15 Feb 2022 09:08:06 +0100 Subject: [PATCH] Allow thecodingmachine/safe major version 2 (#150) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 671061a..583fbf9 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "ext-mbstring": "*", "paragonie/constant_time_encoding": "^2.0", "beberlei/assert": "^3.0", - "thecodingmachine/safe": "^0.1.14|^1.0" + "thecodingmachine/safe": "^0.1.14|^1.0|^2.0" }, "require-dev": { "phpunit/phpunit": "^8.0",