Skip to content

Commit 9d90107

Browse files
committed
chore: remove framework and cli
1 parent 7ec8ba0 commit 9d90107

4 files changed

Lines changed: 130 additions & 75 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"php": ">=8.3",
2828
"php-amqplib/php-amqplib": "^3.7",
2929
"utopia-php/console": "0.0.*",
30-
"utopia-php/framework": "0.33.*",
30+
"utopia-php/servers": "0.2.*",
3131
"utopia-php/telemetry": "0.1.*",
3232
"utopia-php/pools": "0.8.*",
3333
"utopia-php/fetch": "0.4.*"

composer.lock

Lines changed: 127 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Queue/Job.php

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

33
namespace Utopia\Queue;
44

5-
use Utopia\Hook;
5+
use Utopia\Servers\Hook;
66

77
class Job extends Hook
88
{

src/Queue/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Exception;
66
use Throwable;
77
use Utopia\Console;
8-
use Utopia\Hook;
8+
use Utopia\Servers\Hook;
99
use Utopia\Telemetry\Adapter as Telemetry;
1010
use Utopia\Telemetry\Adapter\None as NoTelemetry;
1111
use Utopia\Telemetry\Histogram;

0 commit comments

Comments
 (0)