From 0c18421177f2c4f06f7e5d53630c89756ff1568c Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Thu, 24 Mar 2022 08:48:51 +0100 Subject: [PATCH] Allow thecodingmachine/safe v2 (#31) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6f72bc2..891d252 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "php": "^8.0", "cdn77/entity-fqn-extractor": "^0.1.0 || ^0.2.0", "phpunit/phpunit": "^9.2", - "thecodingmachine/safe": "^1.0.2" + "thecodingmachine/safe": "^1 || ^2" }, "require-dev": { "cdn77/coding-standard": "^6.0",