1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-31 19:31:50 +02:00
Files
php-auth/composer.json
2025-05-28 17:47:58 +02:00

22 lines
505 B
JSON

{
"name": "delight-im/auth",
"description": "Authentication for PHP. Simple, lightweight and secure.",
"require": {
"php": ">=5.6.0",
"ext-openssl": "*",
"delight-im/base64": "^1.0",
"delight-im/cookie": "^3.1",
"delight-im/db": "^1.5",
"delight-im/otp": "^1.0"
},
"type": "library",
"keywords": [ "auth", "authentication", "login", "security" ],
"homepage": "https://github.com/delight-im/PHP-Auth",
"license": "MIT",
"autoload": {
"psr-4": {
"Delight\\Auth\\": "src/"
}
}
}