]> git.mxchange.org Git - friendica.git/commit
Add paragonie/random_compat to Composer dependencies
authorHypolite Petovan <mrpetovan@gmail.com>
Sat, 25 Nov 2017 23:42:00 +0000 (18:42 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Sat, 25 Nov 2017 23:42:00 +0000 (18:42 -0500)
commit8b38f7f01261d2a07308ad4b6279ff7de6990729
treecf099c215b9196c485f8a2fcc526453d70f6d67d
parente74d9d111385f7151494840782d3cd99359fd51a
Add paragonie/random_compat to Composer dependencies
24 files changed:
composer.json
composer.lock
vendor/composer/autoload_classmap.php
vendor/composer/autoload_files.php
vendor/composer/autoload_static.php
vendor/composer/installed.json
vendor/paragonie/random_compat/LICENSE [new file with mode: 0644]
vendor/paragonie/random_compat/build-phar.sh [new file with mode: 0644]
vendor/paragonie/random_compat/composer.json [new file with mode: 0644]
vendor/paragonie/random_compat/dist/random_compat.phar.pubkey [new file with mode: 0644]
vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc [new file with mode: 0644]
vendor/paragonie/random_compat/lib/byte_safe_strings.php [new file with mode: 0644]
vendor/paragonie/random_compat/lib/cast_to_int.php [new file with mode: 0644]
vendor/paragonie/random_compat/lib/error_polyfill.php [new file with mode: 0644]
vendor/paragonie/random_compat/lib/random.php [new file with mode: 0644]
vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php [new file with mode: 0644]
vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php [new file with mode: 0644]
vendor/paragonie/random_compat/lib/random_bytes_libsodium.php [new file with mode: 0644]
vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php [new file with mode: 0644]
vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php [new file with mode: 0644]
vendor/paragonie/random_compat/lib/random_int.php [new file with mode: 0644]
vendor/paragonie/random_compat/other/build_phar.php [new file with mode: 0644]
vendor/paragonie/random_compat/psalm-autoload.php [new file with mode: 0644]
vendor/paragonie/random_compat/psalm.xml [new file with mode: 0644]