mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 10:56:46 -04:00
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:
parent
ebf9651e25
commit
3c834eb700
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue