From 67a881029ca9be65acf71649f52d7a151705202c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 21:32:13 +0000 Subject: [PATCH] Build(deps): Update thecodingmachine/safe requirement Updates the requirements on [thecodingmachine/safe](https://github.com/thecodingmachine/safe) to permit the latest version. - [Release notes](https://github.com/thecodingmachine/safe/releases) - [Commits](https://github.com/thecodingmachine/safe/compare/v1.1...v1.3.3) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 343e7c6..116d080 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": "^7.3", - "thecodingmachine/safe": "^1.1.0" + "thecodingmachine/safe": "^1.3.3" }, "require-dev": { "ext-json": "*",