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).
This commit is contained in:
Robin Whittleton 2023-01-16 08:26:35 +01:00 committed by Alex Cabal
parent ebf9651e25
commit 3c834eb700

View file

@ -8,7 +8,7 @@
"files": ["lib/Constants.php", "lib/CoreFunctions.php"] "files": ["lib/Constants.php", "lib/CoreFunctions.php"]
}, },
"require": { "require": {
"thecodingmachine/safe": "^1.0.0", "thecodingmachine/safe": "^1.3.3",
"phpmailer/phpmailer": "6.6.0", "phpmailer/phpmailer": "6.6.0",
"ramsey/uuid": "4.2.3", "ramsey/uuid": "4.2.3",
"gregwar/captcha": "1.1.9", "gregwar/captcha": "1.1.9",