-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcomposer.json
44 lines (44 loc) · 1.23 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
39
40
41
42
43
44
{
"name": "machwatt/sf_filecollection_gallery",
"type": "typo3-cms-extension",
"description": "Simple Image Gallery which renders a FileCollection containing static or folder based images.",
"homepage": "https://github.com/machwatt/sf_filecollection_gallery",
"license": ["GPL-2.0-or-later"],
"keywords": ["typo3", "extension", "collection", "images", "gallery"],
"authors": [
{
"name": "Jöran Kurschatke",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Torben Hansen",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Stefano Kowalke",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/machwatt/sf_filecollection_gallery/issues"
},
"require": {
"typo3/cms-core": "^9.5 || ^10.4"
},
"replace": {
"typo3-ter/sf_filecollection_gallery": "self.version"
},
"extra": {
"typo3/cms": {
"extension-key": "sf_filecollection_gallery"
}
},
"autoload": {
"psr-4": {
"SKYFILLERS\\SfFilecollectionGallery\\": "Classes/"
}
}
}