Skip to content
This repository was archived by the owner on Apr 29, 2026. It is now read-only.

Commit 2b68006

Browse files
committed
chore: update framework lib and allow patch upgrades
1 parent c5ce710 commit 2b68006

4 files changed

Lines changed: 100 additions & 94 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (file_exists(__DIR__.'/../vendor/autoload.php')) {
2222
require __DIR__.'/../vendor/autoload.php';
2323
}
2424

25-
use Utopia\App;
25+
use Utopia\Http;
2626
use Utopia\Swoole\Request;
2727
use Utopia\Swoole\Response;
2828
use Utopia\Swoole\Files;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": ">=8.1",
1717
"ext-swoole": "6.*",
18-
"utopia-php/framework": "0.33.37"
18+
"utopia-php/framework": "0.33.*"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^9.3",

0 commit comments

Comments
 (0)