1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Update db

This commit is contained in:
Jake Barnby 2023-10-26 21:24:30 +13:00
parent 2d897889c9
commit 995c404f35
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
2 changed files with 7 additions and 8 deletions

View file

@ -33,10 +33,9 @@ use Utopia\Logger\Logger;
use Utopia\Pools\Group; use Utopia\Pools\Group;
use Utopia\Queue\Connection; use Utopia\Queue\Connection;
Authorization::setDefaultStatus(false); Authorization::disable();
Runtime::enableCoroutine(SWOOLE_HOOK_ALL); Runtime::enableCoroutine(SWOOLE_HOOK_ALL);
Server::setResource('register', fn () => $register); Server::setResource('register', fn () => $register);
Server::setResource('dbForConsole', function (Cache $cache, Registry $register) { Server::setResource('dbForConsole', function (Cache $cache, Registry $register) {

12
composer.lock generated
View file

@ -1906,16 +1906,16 @@
}, },
{ {
"name": "utopia-php/database", "name": "utopia-php/database",
"version": "0.44.3", "version": "0.44.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/utopia-php/database.git", "url": "https://github.com/utopia-php/database.git",
"reference": "b2d403c25a77506e03db5736335b0cae52bcc18a" "reference": "b0c3fd8ecfedc3646d7780f2d6b38955a66baf48"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/utopia-php/database/zipball/b2d403c25a77506e03db5736335b0cae52bcc18a", "url": "https://api.github.com/repos/utopia-php/database/zipball/b0c3fd8ecfedc3646d7780f2d6b38955a66baf48",
"reference": "b2d403c25a77506e03db5736335b0cae52bcc18a", "reference": "b0c3fd8ecfedc3646d7780f2d6b38955a66baf48",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1956,9 +1956,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/utopia-php/database/issues", "issues": "https://github.com/utopia-php/database/issues",
"source": "https://github.com/utopia-php/database/tree/0.44.3" "source": "https://github.com/utopia-php/database/tree/0.44.4"
}, },
"time": "2023-10-24T10:13:48+00:00" "time": "2023-10-26T07:08:12+00:00"
}, },
{ {
"name": "utopia-php/domains", "name": "utopia-php/domains",