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