-
-
Notifications
You must be signed in to change notification settings - Fork 227
/
Copy pathcomposer.json
43 lines (43 loc) · 931 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
42
43
{
"name": "fusio/fusio",
"description": "Fusio project",
"type": "project",
"homepage": "https://www.fusio-project.org",
"license": "Apache-2.0",
"authors": [
{
"name": "Christoph Kappestein",
"email": "[email protected]",
"homepage": "https://chrisk.app"
}
],
"support": {
"issues": "https://github.com/apioo/fusio/issues",
"source": "https://github.com/apioo/fusio",
"docs": "https://docs.fusio-project.org/",
"chat": "https://discord.gg/xjZQbZ3J"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/chriskapp"
},
{
"type": "patreon",
"url": "https://www.patreon.com/fusio"
},
{
"type": "paypal",
"url": "https://www.paypal.me/fusioapi"
}
],
"require": {
"php": ">=8.1",
"fusio/impl": "^8.0"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
}
}