forked from j0nnybrav079/photoswipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·46 lines (46 loc) · 907 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
44
45
46
{
"name": "tei/photoswipe",
"type": "typo3-cms-extension",
"description": "TYPO3 PhotoSwipe-Plugin for native image-enlargement",
"license": "GPL-2.0-or-later",
"version": "2.0.6",
"require": {
"php": "^7.4 || ^8.0 || ^8.1 || ^8.2",
"typo3/cms-backend": "^12.4",
"typo3/cms-core": "^12.4"
},
"authors": [
{
"name": "Tobias Eichelbegrer",
"role": "Developer"
},
{
"name": "Natascha Becker",
"role": "Developer"
}
],
"keywords": [
"typo3",
"extension",
"photoswipe",
"lightbox",
"image zoom",
"layer"
],
"support": {
"issues": "https://github.com/j0nnybrav079/photoswipe/issues"
},
"extra": {
"typo3/cms": {
"extension-key": "photoswipe"
}
},
"replace": {
"typo3-ter/photoswipe": "self.version"
},
"autoload": {
"psr-4": {
"Tei\\PhotoSwipe\\": "Classes"
}
}
}