1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-09-02 20:22:35 +02:00
Files
php-auth/composer.json
2016-07-20 00:36:18 +02:00

19 lines
426 B
JSON

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