We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2856ece commit 36e9663Copy full SHA for 36e9663
1 file changed
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "appwrite/proxy",
+ "name": "utopia-php/protocol-proxy",
3
"description": "High-performance protocol-agnostic proxy with Swoole.",
4
"type": "library",
5
"license": "BSD-3-Clause",
@@ -10,7 +10,7 @@
10
}
11
],
12
"require": {
13
- "php": ">=8.0",
+ "php": ">=8.3",
14
"ext-swoole": ">=5.0",
15
"ext-redis": "*",
16
"utopia-php/database": "4.*",
0 commit comments