-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
35 lines (35 loc) · 841 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
{
"name" : "syncgw/doc-bundle",
"description" : "sync•gw documentation bundle.",
"license": "LGPL-3.0-or-later",
"repositories" : [{
"type" : "composer",
"url" : "https://repo.packagist.org"
}
],
"type" : "syncgw-bundle",
"authors" : [{
"name" : "Florian Däumling",
"homepage" : "https://github.com/toteph42",
"role" : "Developer"
}
],
"homepage": "https://github.com/syncgw/doc-bundle",
"support" : {
"issues" : "https://github.com/syncgw/syncgw/issues",
"source" : "https://github.com/syncgw/doc-bundle",
"docs" : "https://github.com/syncgw/doc-bundle"
},
"funding" : [{
"type" : "other",
"url" : "https://www.paypal.com/donate/?hosted_button_id=DS6VK49NAFHEQ"
}
],
"keywords" : [
"syncgw",
"documentation"
],
"require" : {
"php" : ">=8.1"
}
}