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:
authorMichal Čihař <michal@cihar.com>2017-10-31 18:12:51 +0300
committerMichal Čihař <michal@cihar.com>2017-11-01 18:34:31 +0300
commit540b78dc2ed78e77a6d7c33852a29297a758b3c2 (patch)
tree0cae4886356fe56041a61d25b9881d2b23371b3c /scripts
parent047a6ac3f7ee53f9ff2324a60bd5a6678474aa32 (diff)
Add support for FIDO U2F authentication
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 7747c2f5f8..21385152e7 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -228,7 +228,7 @@ if [ ! -d libraries/tcpdf ] ; then
# suggested package. Let's require it and then revert
# composer.json to original state.
cp composer.json composer.json.backup
- composer require --update-no-dev tecnickcom/tcpdf pragmarx/google2fa bacon/bacon-qr-code
+ composer require --update-no-dev tecnickcom/tcpdf pragmarx/google2fa bacon/bacon-qr-code samyoul/u2f-php-server
mv composer.json.backup composer.json
echo "* Cleanup of composer packages"
rm -rf \