mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-08-01 13:50:13 +02:00
Update dependencies
This commit is contained in:
@@ -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.3",
|
"delight-im/db": "^1.5",
|
||||||
"delight-im/otp": "^1.0"
|
"delight-im/otp": "^1.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
|
44
composer.lock
generated
44
composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "bd58c65f7efdec6c8ce3972148d59fdf",
|
"content-hash": "2467e7d9c74e16240dd81cd23d33a880",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "delight-im/base64",
|
"name": "delight-im/base64",
|
||||||
@@ -49,16 +49,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "delight-im/cookie",
|
"name": "delight-im/cookie",
|
||||||
"version": "v3.1.0",
|
"version": "v3.4.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/delight-im/PHP-Cookie.git",
|
"url": "https://github.com/delight-im/PHP-Cookie.git",
|
||||||
"reference": "76ef2a21817cf7a034f85fc3f4d4bfc60f873947"
|
"reference": "67065d34272377d63bab0bd58f984f9b228c803f"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/delight-im/PHP-Cookie/zipball/76ef2a21817cf7a034f85fc3f4d4bfc60f873947",
|
"url": "https://api.github.com/repos/delight-im/PHP-Cookie/zipball/67065d34272377d63bab0bd58f984f9b228c803f",
|
||||||
"reference": "76ef2a21817cf7a034f85fc3f4d4bfc60f873947",
|
"reference": "67065d34272377d63bab0bd58f984f9b228c803f",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -86,20 +86,24 @@
|
|||||||
"samesite",
|
"samesite",
|
||||||
"xss"
|
"xss"
|
||||||
],
|
],
|
||||||
"time": "2017-10-18T19:48:59+00:00"
|
"support": {
|
||||||
|
"issues": "https://github.com/delight-im/PHP-Cookie/issues",
|
||||||
|
"source": "https://github.com/delight-im/PHP-Cookie/tree/v3.4.0"
|
||||||
|
},
|
||||||
|
"time": "2020-04-16T11:01:26+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "delight-im/db",
|
"name": "delight-im/db",
|
||||||
"version": "v1.3.0",
|
"version": "v1.5.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": "7a03da20b5592fa445c10cd6c7245d51037292c4"
|
"reference": "c613571382fa76359abc6de71d19738d7b7f1d13"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/delight-im/PHP-DB/zipball/7a03da20b5592fa445c10cd6c7245d51037292c4",
|
"url": "https://api.github.com/repos/delight-im/PHP-DB/zipball/c613571382fa76359abc6de71d19738d7b7f1d13",
|
||||||
"reference": "7a03da20b5592fa445c10cd6c7245d51037292c4",
|
"reference": "c613571382fa76359abc6de71d19738d7b7f1d13",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -127,20 +131,24 @@
|
|||||||
"sql",
|
"sql",
|
||||||
"sqlite"
|
"sqlite"
|
||||||
],
|
],
|
||||||
"time": "2018-08-28T18:23:01+00:00"
|
"support": {
|
||||||
|
"issues": "https://github.com/delight-im/PHP-DB/issues",
|
||||||
|
"source": "https://github.com/delight-im/PHP-DB/tree/v1.5.0"
|
||||||
|
},
|
||||||
|
"time": "2025-05-26T16:39:50+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "delight-im/http",
|
"name": "delight-im/http",
|
||||||
"version": "v2.0.0",
|
"version": "v2.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/delight-im/PHP-HTTP.git",
|
"url": "https://github.com/delight-im/PHP-HTTP.git",
|
||||||
"reference": "0a19a72a7eac8b1301aa972fb20cff494ac43e09"
|
"reference": "a5c2c4eae1dd3207f797984e8f64f2d71ed889dd"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/delight-im/PHP-HTTP/zipball/0a19a72a7eac8b1301aa972fb20cff494ac43e09",
|
"url": "https://api.github.com/repos/delight-im/PHP-HTTP/zipball/a5c2c4eae1dd3207f797984e8f64f2d71ed889dd",
|
||||||
"reference": "0a19a72a7eac8b1301aa972fb20cff494ac43e09",
|
"reference": "a5c2c4eae1dd3207f797984e8f64f2d71ed889dd",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -163,7 +171,11 @@
|
|||||||
"http",
|
"http",
|
||||||
"https"
|
"https"
|
||||||
],
|
],
|
||||||
"time": "2016-07-21T15:05:01+00:00"
|
"support": {
|
||||||
|
"issues": "https://github.com/delight-im/PHP-HTTP/issues",
|
||||||
|
"source": "https://github.com/delight-im/PHP-HTTP/tree/v2.1.0"
|
||||||
|
},
|
||||||
|
"time": "2021-10-12T18:52:29+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "delight-im/otp",
|
"name": "delight-im/otp",
|
||||||
|
Reference in New Issue
Block a user