-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
41 lines (41 loc) · 994 Bytes
/
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
39
40
41
{
"name": "appwrite/playground-for-php",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "sparkingdark",
"email": "debomastet335@gmail.com",
"homepage": "https://myexpindark.me",
"role": "Developer"
},
{
"name": "Eldad A. Fux",
"email": "eldad@appwrite.io",
"homepage": "https://appwrite.io",
"role": "Developer"
},
{
"name": "Sascha Greuel",
"email": "hello@1-2.dev",
"homepage": "https://1-2.dev",
"role": "Developer"
}
],
"require": {
"php": ">=8.0",
"ext-curl": "*",
"appwrite/appwrite": "^12.0.0"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist"
},
"support": {
"email": "team@appwrite.io",
"issues": "https://github.com/appwrite/playground-for-php/issues",
"chat": "https://appwrite.io/discord",
"source": "https://github.com/appwrite/playground-for-php",
"docs": "https://appwrite.io/docs"
}
}