Skip to content

Commit 36e9663

Browse files
committed
Fix composer
1 parent 2856ece commit 36e9663

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "appwrite/proxy",
2+
"name": "utopia-php/protocol-proxy",
33
"description": "High-performance protocol-agnostic proxy with Swoole.",
44
"type": "library",
55
"license": "BSD-3-Clause",
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=8.0",
13+
"php": ">=8.3",
1414
"ext-swoole": ">=5.0",
1515
"ext-redis": "*",
1616
"utopia-php/database": "4.*",

0 commit comments

Comments
 (0)