Skip to content

Commit 36f138f

Browse files
authored
Merge pull request #57 from utopia-php/use-framework-0.34
2 parents 53f06d0 + 5b85860 commit 36f138f

File tree

4 files changed

+48
-133
lines changed

4 files changed

+48
-133
lines changed

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/framework": "0.34.*",
3131
"utopia-php/telemetry": "*",
3232
"utopia-php/pools": "0.8.*",
3333
"utopia-php/fetch": "0.4.*"

composer.lock

Lines changed: 44 additions & 129 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\Http\Hook;
66

77
class Job extends Hook
88
{

src/Queue/Server.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
use Exception;
66
use Throwable;
77
use Utopia\Console;
8-
use Utopia\Hook;
8+
use Utopia\Http\Hook;
99
use Utopia\Telemetry\Adapter as Telemetry;
1010
use Utopia\Telemetry\Adapter\None as NoTelemetry;
1111
use Utopia\Telemetry\Histogram;
12-
use Utopia\Validator;
12+
use Utopia\Http\Validator;
1313

1414
class Server
1515
{

0 commit comments

Comments
 (0)