-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 1.09 KB
/
composer.json
File metadata and controls
37 lines (37 loc) · 1.09 KB
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
{
"name": "nitsan/ns-gallery",
"type": "typo3-cms-extension",
"description": "TYPO3 Gallery Extension - Using the All In One TYPO3 Gallery Extension, you can easily create beautiful lightbox image and video galleries with various grid layouts right from the TYPO3 dashboard in just a few clicks. Try the best TYPO3 gallery extension for adding custom, unique and responsive galleries to your website.",
"homepage": "https://t3planet.com/typo3-gallery-extension",
"license": "GPL-2.0+",
"keywords": [
"TYPO3",
"Gallery",
"NITSAN"
],
"support": {
"issues": "https://github.com/nitsan-technologies/ns_gallery/issues"
},
"require": {
"typo3/cms-core": "^12 || ^13 || ^14"
},
"autoload": {
"psr-4": {
"NITSAN\\NsGallery\\": "Classes"
}
},
"replace": {
"typo3-ter/ns-gallery": "self.version"
},
"config": {
"vendor-dir": ".Build/vendor/",
"bin-dir": ".Build/bin/"
},
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/public",
"extension-key": "ns_gallery"
}
}
}