1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-01-16 20:08:16 +01:00
php-auth/composer.json
2024-04-02 16:03:12 +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.3",
"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/"
}
}
}