From 3c834eb70004c394901496f00d0432a8cceccfb2 Mon Sep 17 00:00:00 2001 From: Robin Whittleton Date: Mon, 16 Jan 2023 08:26:35 +0100 Subject: [PATCH] Update safe to 1.3.3 This is needed as Constants.php has `use function Safe\gmdate;`, which only works in safe 1.3.2 and above (https://github.com/thecodingmachine/safe/releases/tag/v1.3.2). --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index db0a5895..4761a433 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "files": ["lib/Constants.php", "lib/CoreFunctions.php"] }, "require": { - "thecodingmachine/safe": "^1.0.0", + "thecodingmachine/safe": "^1.3.3", "phpmailer/phpmailer": "6.6.0", "ramsey/uuid": "4.2.3", "gregwar/captcha": "1.1.9",