One Hat Cyber Team
Your IP :
172.16.0.254
Server IP :
58.26.163.33
Server :
Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Server Software :
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
PHP Version :
7.3.25
Buat File
|
Buat Folder
Eksekusi
Dir :
C:
/
xampp7
/
phpMyAdmin
/
vendor
/
pragmarx
/
google2fa
/
View File Name :
composer.json
{ "name": "pragmarx/google2fa", "description": "A One Time Password Authentication package, compatible with Google Authenticator.", "keywords": [ "authentication", "two factor authentication", "google2fa", "2fa" ], "license": "MIT", "authors": [ { "name": "Antonio Carlos Ribeiro", "email": "acr@antoniocarlosribeiro.com", "role": "Creator & Designer" } ], "require": { "php": ">=5.4", "paragonie/constant_time_encoding": "~1.0|~2.0", "paragonie/random_compat": ">=1", "symfony/polyfill-php56": "~1.2" }, "require-dev": { "phpunit/phpunit": "~4|~5|~6|~7|~8" }, "autoload": { "psr-4": { "PragmaRX\\Google2FA\\": "src/", "PragmaRX\\Google2FA\\Tests\\": "tests/" } }, "extra": { "component": "package", "branch-alias": { "dev-master": "2.0-dev" } }, "minimum-stability": "dev", "prefer-stable": true }