1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-03-13 21:49:40 +01: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" ],

45
composer.lock generated
View File

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "f2ce29fd15383e4d2ef9deb0639eb614",
"content-hash": "8585c0850a5bb8d8deeed439ee05e45c",
"hash": "45725e3304dd222a479929547338ae58",
"content-hash": "7121218e8e172712a3bc9205f59daf6b",
"packages": [
{
"name": "delight-im/cookie",
@ -48,6 +48,47 @@
],
"time": "2016-09-05 19:17:56"
},
{
"name": "delight-im/db",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/delight-im/PHP-DB.git",
"reference": "4f7bf0aac174c818896927fe10a47878a502b7e4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/delight-im/PHP-DB/zipball/4f7bf0aac174c818896927fe10a47878a502b7e4",
"reference": "4f7bf0aac174c818896927fe10a47878a502b7e4",
"shasum": ""
},
"require": {
"ext-pdo": "*",
"php": ">=5.6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Delight\\Db\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Safe and convenient SQL database access in a driver-agnostic way",
"homepage": "https://github.com/delight-im/PHP-DB",
"keywords": [
"database",
"mysql",
"pdo",
"pgsql",
"postgresql",
"sql",
"sqlite"
],
"time": "2016-09-12 13:56:24"
},
{
"name": "delight-im/http",
"version": "v2.0.0",