1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-02 14:17:26 +02:00

Update dependencies

This commit is contained in:
Marco
2018-08-28 21:47:16 +02:00
parent 352260c759
commit 2b3bf611e2
2 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
"ext-openssl": "*", "ext-openssl": "*",
"delight-im/base64": "^1.0", "delight-im/base64": "^1.0",
"delight-im/cookie": "^3.1", "delight-im/cookie": "^3.1",
"delight-im/db": "^1.2" "delight-im/db": "^1.3"
}, },
"type": "library", "type": "library",
"keywords": [ "auth", "authentication", "login", "security" ], "keywords": [ "auth", "authentication", "login", "security" ],

12
composer.lock generated
View File

@@ -4,7 +4,7 @@
"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"
], ],
"content-hash": "54d541ae3c5ba25b0cc06688d2b65467", "content-hash": "e4acd9e4ba13c4d0692f07a03a454859",
"packages": [ "packages": [
{ {
"name": "delight-im/base64", "name": "delight-im/base64",
@@ -90,16 +90,16 @@
}, },
{ {
"name": "delight-im/db", "name": "delight-im/db",
"version": "v1.2.0", "version": "v1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/delight-im/PHP-DB.git", "url": "https://github.com/delight-im/PHP-DB.git",
"reference": "df99ef7c2e86c7ce206647ffe8ba74447c075b57" "reference": "7a03da20b5592fa445c10cd6c7245d51037292c4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/delight-im/PHP-DB/zipball/df99ef7c2e86c7ce206647ffe8ba74447c075b57", "url": "https://api.github.com/repos/delight-im/PHP-DB/zipball/7a03da20b5592fa445c10cd6c7245d51037292c4",
"reference": "df99ef7c2e86c7ce206647ffe8ba74447c075b57", "reference": "7a03da20b5592fa445c10cd6c7245d51037292c4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -127,7 +127,7 @@
"sql", "sql",
"sqlite" "sqlite"
], ],
"time": "2017-03-18T20:51:59+00:00" "time": "2018-08-28T18:23:01+00:00"
}, },
{ {
"name": "delight-im/http", "name": "delight-im/http",