2015-10-20 14:26:38 +02:00
|
|
|
{
|
|
|
|
"name": "delight-im/auth",
|
2015-10-29 20:18:02 +01:00
|
|
|
"description": "Authentication for PHP. Simple, lightweight and secure.",
|
2015-10-20 14:26:38 +02:00
|
|
|
"require": {
|
2016-09-14 16:49:13 +02:00
|
|
|
"php": ">=5.6.0",
|
2016-07-09 00:14:51 +02:00
|
|
|
"ext-openssl": "*",
|
2017-07-24 21:56:35 +02:00
|
|
|
"delight-im/base64": "^1.0",
|
2017-10-19 22:29:50 +02:00
|
|
|
"delight-im/cookie": "^3.1",
|
2018-08-28 21:47:16 +02:00
|
|
|
"delight-im/db": "^1.3"
|
2015-10-20 14:26:38 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"keywords": [ "auth", "authentication", "login", "security" ],
|
|
|
|
"homepage": "https://github.com/delight-im/PHP-Auth",
|
2016-07-21 17:42:31 +02:00
|
|
|
"license": "MIT",
|
2015-10-20 14:26:38 +02:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Delight\\Auth\\": "src/"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|