mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-07-11 03:26:20 +02:00
Require 'delight-im/db' as dependency
This commit is contained in:
@ -4,7 +4,8 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6.0",
|
"php": ">=5.6.0",
|
||||||
"ext-openssl": "*",
|
"ext-openssl": "*",
|
||||||
"delight-im/cookie": "^2.0"
|
"delight-im/cookie": "^2.0",
|
||||||
|
"delight-im/db": "^1.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"keywords": [ "auth", "authentication", "login", "security" ],
|
"keywords": [ "auth", "authentication", "login", "security" ],
|
||||||
|
45
composer.lock
generated
45
composer.lock
generated
@ -4,8 +4,8 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "f2ce29fd15383e4d2ef9deb0639eb614",
|
"hash": "45725e3304dd222a479929547338ae58",
|
||||||
"content-hash": "8585c0850a5bb8d8deeed439ee05e45c",
|
"content-hash": "7121218e8e172712a3bc9205f59daf6b",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "delight-im/cookie",
|
"name": "delight-im/cookie",
|
||||||
@ -48,6 +48,47 @@
|
|||||||
],
|
],
|
||||||
"time": "2016-09-05 19:17:56"
|
"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",
|
"name": "delight-im/http",
|
||||||
"version": "v2.0.0",
|
"version": "v2.0.0",
|
||||||
|
Reference in New Issue
Block a user