diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-08-28 12:06:36 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-08-28 12:06:36 +0200 |
commit | 07792adc56840b178d8fb029113dd6598ce7fc10 (patch) | |
tree | 2d3efa718f19bb11cd6c01c4ecf3133d42342d1c /vendor/paragonie/random_compat/psalm-autoload.php | |
parent | c0c827d3ad2c8364d35fff5546ab40ea76bbbbd9 (diff) | |
download | volse-hubzilla-07792adc56840b178d8fb029113dd6598ce7fc10.tar.gz volse-hubzilla-07792adc56840b178d8fb029113dd6598ce7fc10.tar.bz2 volse-hubzilla-07792adc56840b178d8fb029113dd6598ce7fc10.zip |
add paragonie and symfonie since ramsey/uuid appears to require them
Diffstat (limited to 'vendor/paragonie/random_compat/psalm-autoload.php')
-rw-r--r-- | vendor/paragonie/random_compat/psalm-autoload.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/paragonie/random_compat/psalm-autoload.php b/vendor/paragonie/random_compat/psalm-autoload.php new file mode 100644 index 000000000..d71d1b818 --- /dev/null +++ b/vendor/paragonie/random_compat/psalm-autoload.php @@ -0,0 +1,9 @@ +<?php + +require_once 'lib/byte_safe_strings.php'; +require_once 'lib/cast_to_int.php'; +require_once 'lib/error_polyfill.php'; +require_once 'other/ide_stubs/libsodium.php'; +require_once 'lib/random.php'; + +$int = random_int(0, 65536); |