forked from utopia-php/demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.02 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "kodumbeats/utopiademo",
"description": "An example of the Utopia framework with PHP Swoole as the PHP-FPM alternative.",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "appwrite",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=8.0.0",
"ext-curl": "*",
"ext-imagick": "*",
"ext-mbstring": "*",
"ext-json": "*",
"ext-yaml": "*",
"ext-dom": "*",
"ext-redis": "*",
"ext-swoole": "*",
"ext-pdo": "*",
"ext-openssl": "*",
"ext-zlib": "*",
"ext-sockets": "*",
"utopia-php/framework": "0.19.*",
"utopia-php/cache": "0.6.*",
"utopia-php/config": "0.2.*",
"utopia-php/registry": "0.5.*",
"utopia-php/swoole": "dev-master",
"utopia-php/cli": "dev-master",
"utopia-php/database": "0.15.*"
},
"require-dev": {
"swoole/ide-helper": "4.6.7"
}
}