1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-31 11:21:50 +02:00
Files
php-auth/composer.json
2016-12-01 13:48:48 +01:00

20 lines
446 B
JSON

{
"name": "delight-im/auth",
"description": "Authentication for PHP. Simple, lightweight and secure.",
"require": {
"php": ">=5.6.0",
"ext-openssl": "*",
"delight-im/cookie": "^2.1",
"delight-im/db": "^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/"
}
}
}