1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-09-03 04:32:34 +02:00

Require 'delight-im/db' as dependency

This commit is contained in:
Marco
2016-09-14 16:54:54 +02:00
parent e5e465782b
commit 51a5735295
2 changed files with 45 additions and 3 deletions

View File

@@ -4,7 +4,8 @@
"require": {
"php": ">=5.6.0",
"ext-openssl": "*",
"delight-im/cookie": "^2.0"
"delight-im/cookie": "^2.0",
"delight-im/db": "^1.0"
},
"type": "library",
"keywords": [ "auth", "authentication", "login", "security" ],