{
"name": "infocyph/otp",
"description": "Simple & Secure Generic OTP, OCRA (RFC6287), TOTP (RFC6238) & HOTP (RFC4226) solution!",
"license": "MIT",
"type": "library",
"keywords": [
"otp",
"hotp",
"totp",
"hmac",
"sha",
"ocra",
"rfc4226",
"rfc6238",
"rfc6287",
"sms-otp",
"email-otp"
],
"authors": [
{
"name": "abmmhasan",
"email": "abmmhasan@gmail.com"
}
],
"require": {
"php": ">=8.4",
"bacon/bacon-qr-code": "^3.1.1",
"paragonie/constant_time_encoding": "^3.1.3",
"psr/cache": "^3.0"
},
"require-dev": {
"infocyph/phpforge": "dev-main"
},
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Infocyph\\OTP\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Infocyph\\OTP\\Tests\\": "tests/"
}
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"infocyph/phpforge": true,
"pestphp/pest-plugin": true
},
"classmap-authoritative": true,
"optimize-autoloader": true,
"sort-packages": true
}
}
|