1
0
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:
Marco
2016-07-09 00:14:51 +02:00
parent 122e2b8006
commit fff4a59be5
2 changed files with 83 additions and 4 deletions

View File

@@ -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" ],