1
0
Fork 0
mirror of synced 2024-10-02 02:07:04 +13:00

Merge pull request #6953 from appwrite/fix-logger-ver

hard coding utopia logger to 0.3.1
This commit is contained in:
Christy Jacob 2023-10-19 16:44:49 +04:00 committed by GitHub
commit 6b853a532a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
composer.lock generated
View file

@ -2283,23 +2283,22 @@
},
{
"name": "utopia-php/logger",
"version": "0.3.2",
"version": "0.3.1",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/logger.git",
"reference": "9151b7d16eab18d4c37c34643041cc0f33ca4a6c"
"reference": "de623f1ec1c672c795d113dd25c5bf212f7ef4fc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/logger/zipball/9151b7d16eab18d4c37c34643041cc0f33ca4a6c",
"reference": "9151b7d16eab18d4c37c34643041cc0f33ca4a6c",
"url": "https://api.github.com/repos/utopia-php/logger/zipball/de623f1ec1c672c795d113dd25c5bf212f7ef4fc",
"reference": "de623f1ec1c672c795d113dd25c5bf212f7ef4fc",
"shasum": ""
},
"require": {
"php": ">=8.0"
},
"require-dev": {
"laravel/pint": "1.2.*",
"phpstan/phpstan": "1.9.x-dev",
"phpunit/phpunit": "^9.3",
"vimeo/psalm": "4.0.1"
@ -2331,9 +2330,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/logger/issues",
"source": "https://github.com/utopia-php/logger/tree/0.3.2"
"source": "https://github.com/utopia-php/logger/tree/0.3.1"
},
"time": "2023-10-16T08:16:19+00:00"
"time": "2023-02-10T15:52:50+00:00"
},
{
"name": "utopia-php/messaging",