mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
fix: Logger version
This commit is contained in:
parent
c8ee399cb7
commit
46316c08bd
2 changed files with 8 additions and 8 deletions
|
|
@ -57,7 +57,7 @@
|
||||||
"utopia-php/fetch": "0.2.*",
|
"utopia-php/fetch": "0.2.*",
|
||||||
"utopia-php/image": "0.6.*",
|
"utopia-php/image": "0.6.*",
|
||||||
"utopia-php/locale": "0.4.*",
|
"utopia-php/locale": "0.4.*",
|
||||||
"utopia-php/logger": "0.5.*",
|
"utopia-php/logger": "0.6.*",
|
||||||
"utopia-php/messaging": "0.12.*",
|
"utopia-php/messaging": "0.12.*",
|
||||||
"utopia-php/migration": "0.4.*",
|
"utopia-php/migration": "0.4.*",
|
||||||
"utopia-php/orchestration": "0.9.*",
|
"utopia-php/orchestration": "0.9.*",
|
||||||
|
|
|
||||||
14
composer.lock
generated
14
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": "06f391b62842a79736fe3fe77ec82adf",
|
"content-hash": "2800ffba77534baae328905e6ae05cc0",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "adhocore/jwt",
|
"name": "adhocore/jwt",
|
||||||
|
|
@ -2066,16 +2066,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "utopia-php/logger",
|
"name": "utopia-php/logger",
|
||||||
"version": "0.5.2",
|
"version": "0.6.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/utopia-php/logger.git",
|
"url": "https://github.com/utopia-php/logger.git",
|
||||||
"reference": "c6dfdb672e41364c309b0c30dc03bc6d45446dba"
|
"reference": "a2d1daeeb8f61fdec6d851950d9a021a3d05c9f9"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/utopia-php/logger/zipball/c6dfdb672e41364c309b0c30dc03bc6d45446dba",
|
"url": "https://api.github.com/repos/utopia-php/logger/zipball/a2d1daeeb8f61fdec6d851950d9a021a3d05c9f9",
|
||||||
"reference": "c6dfdb672e41364c309b0c30dc03bc6d45446dba",
|
"reference": "a2d1daeeb8f61fdec6d851950d9a021a3d05c9f9",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -2114,9 +2114,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/utopia-php/logger/issues",
|
"issues": "https://github.com/utopia-php/logger/issues",
|
||||||
"source": "https://github.com/utopia-php/logger/tree/0.5.2"
|
"source": "https://github.com/utopia-php/logger/tree/0.6.0"
|
||||||
},
|
},
|
||||||
"time": "2024-05-17T09:32:59+00:00"
|
"time": "2024-05-23T13:37:54+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "utopia-php/messaging",
|
"name": "utopia-php/messaging",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue