mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-09-03 04:32:34 +02:00
Include 'delight-im/cookie' as dependency for cookie handling
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"description": "Authentication for PHP. Simple, lightweight and secure.",
|
||||
"require": {
|
||||
"php": ">=5.5.0",
|
||||
"ext-openssl": "*"
|
||||
"ext-openssl": "*",
|
||||
"delight-im/cookie": "^1.2"
|
||||
},
|
||||
"type": "library",
|
||||
"keywords": [ "auth", "authentication", "login", "security" ],
|
||||
|
Reference in New Issue
Block a user