Skip to content

Commit 9f15a25

Browse files
authored
Merge pull request #195 from open-runtimes/spr/main/3d861528
chore: remove cli for console
2 parents bfdd8e0 + a530e56 commit 9f15a25

File tree

8 files changed

+155
-106
lines changed

8 files changed

+155
-106
lines changed

app/error.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
use OpenRuntimes\Executor\Exception;
4-
use Utopia\CLI\Console;
4+
use Utopia\Console;
55
use Utopia\Http\Http;
66
use Utopia\Logger\Log;
77
use Utopia\Logger\Logger;

app/http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
use OpenRuntimes\Executor\Runner\Docker;
1111
use Swoole\Runtime;
12-
use Utopia\CLI\Console;
12+
use Utopia\Console;
1313
use Utopia\Http\Http;
1414
use Utopia\Http\Response;
1515
use Utopia\Http\Adapter\Swoole\Server;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ext-swoole": "*",
2626
"utopia-php/framework": "0.34.*",
2727
"utopia-php/logger": "0.6.*",
28-
"utopia-php/cli": "0.16.*",
28+
"utopia-php/console": "0.0.*",
2929
"utopia-php/storage": "0.18.*",
3030
"utopia-php/dsn": "0.1.*",
3131
"utopia-php/registry": "0.5.*",

0 commit comments

Comments
 (0)