mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
chore: merge
This commit is contained in:
parent
c7ba512db5
commit
ca0e44620a
2 changed files with 5 additions and 5 deletions
|
|
@ -98,7 +98,7 @@ $container->set($queueForDeletes);
|
|||
$container->set($queueForCertificates);
|
||||
|
||||
$platform = new Appwrite();
|
||||
$platform->init(Service::TYPE_CLI, ['adapter' => new SwooleCLI(1)]);
|
||||
$platform->init(Service::TYPE_TASK, ['adapter' => new SwooleCLI(1)]);
|
||||
|
||||
$cli = $platform->getCli();
|
||||
|
||||
|
|
|
|||
8
composer.lock
generated
8
composer.lock
generated
|
|
@ -2402,12 +2402,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/utopia-php/platform.git",
|
||||
"reference": "3b54dad46e7cbd767ea5bf84af0e03c92ff0fada"
|
||||
"reference": "f40b23bf84f8fd95bc954ef9297663c01fed5c4c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/utopia-php/platform/zipball/3b54dad46e7cbd767ea5bf84af0e03c92ff0fada",
|
||||
"reference": "3b54dad46e7cbd767ea5bf84af0e03c92ff0fada",
|
||||
"url": "https://api.github.com/repos/utopia-php/platform/zipball/f40b23bf84f8fd95bc954ef9297663c01fed5c4c",
|
||||
"reference": "f40b23bf84f8fd95bc954ef9297663c01fed5c4c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -2444,7 +2444,7 @@
|
|||
"issues": "https://github.com/utopia-php/platform/issues",
|
||||
"source": "https://github.com/utopia-php/platform/tree/feat-framework-v2"
|
||||
},
|
||||
"time": "2024-06-21T19:21:45+00:00"
|
||||
"time": "2024-06-21T19:25:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "utopia-php/pools",
|
||||
|
|
|
|||
Loading…
Reference in a new issue