Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2022-07-13 20:44:44 +0300
committerWilliam Desportes <williamdes@wdes.fr>2022-07-13 20:49:58 +0300
commitf5dac447a05aa3b45dbb9cd4c074da15a26304fb (patch)
treebb7ae977b08215b87807c98ad77122cd46bff285 /scripts
parent458e7902bc0ccaad00881c292840b0ae41c98a7f (diff)
Cleanup paragonie/sodium_compat vendor folder
Ref: https://github.com/paragonie/sodium_compat/pull/147 Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-release.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 31620ae615..e72f316948 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -205,6 +205,19 @@ cleanup_composer_vendors() {
vendor/paragonie/random_compat/dist/random_compat.phar.pubkey \
vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc \
vendor/paragonie/random_compat/psalm.xml \
+ vendor/paragonie/sodium_compat/.github/ \
+ vendor/paragonie/sodium_compat/dist/ \
+ vendor/paragonie/sodium_compat/phpunit.xml.dist \
+ vendor/paragonie/sodium_compat/.gitignore \
+ vendor/paragonie/sodium_compat/psalm-above-3.xml \
+ vendor/paragonie/sodium_compat/psalm-below-3.xml \
+ vendor/paragonie/sodium_compat/build-phar.sh \
+ vendor/paragonie/sodium_compat/appveyor.yml \
+ vendor/paragonie/sodium_compat/autoload-phpunit.php \
+ vendor/paragonie/sodium_compat/autoload-pedantic.php \
+ vendor/paragonie/sodium_compat/autoload-fast.php \
+ vendor/paragonie/sodium_compat/composer-php52.json \
+ vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php \
vendor/pragmarx/google2fa/phpstan.neon \
vendor/pragmarx/google2fa-qrcode/.scrutinizer.yml \
vendor/pragmarx/google2fa-qrcode/.travis.yml \