Server IP : 51.89.169.208 / Your IP : 3.139.237.218 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/yellowleaf/public_html/phpMyAdmin/vendor/pragmarx/google2fa-qrcode/ |
Upload File : |
{ "name": "pragmarx/google2fa-qrcode", "description": "QR Code package for Google2FA", "keywords": ["authentication", "two factor authentication", "google2fa", "2fa", "QRCode", "qr code"], "license": "MIT", "authors": [ { "name": "Antonio Carlos Ribeiro", "email": "acr@antoniocarlosribeiro.com", "role": "Creator & Designer" } ], "require": { "php": ">=7.1", "pragmarx/google2fa": ">=4.0" }, "require-dev": { "phpunit/phpunit": "~4|~5|~6|~7|~8|~9", "khanamiryan/qrcode-detector-decoder": "^1.0", "bacon/bacon-qr-code": "^2.0", "chillerlan/php-qrcode": "^1.0|^2.0|^3.0|^4.0" }, "autoload": { "psr-4": { "PragmaRX\\Google2FAQRCode\\": "src/", "PragmaRX\\Google2FAQRCode\\Tests\\": "tests/" } }, "suggest": { "bacon/bacon-qr-code": "For QR Code generation, requires imagick", "chillerlan/php-qrcode": "For QR Code generation" }, "extra": { "component": "package", "branch-alias": { "dev-master": "1.0-dev" } }, "minimum-stability": "dev", "prefer-stable": true }