-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
38 lines (38 loc) · 899 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
{
"name": "jonnitto/photoswipe",
"type": "neos-plugin",
"license": "GPL-3.0-or-later",
"description": "PhotoSwipe for Neos CMS",
"homepage": "https://github.com/jonnitto/Jonnitto.PhotoSwipe",
"keywords": [
"flow",
"neos",
"gallery",
"lightbox",
"photo",
"image"
],
"authors": [
{
"name": "Jon Uhlmann",
"email": "[email protected]",
"homepage": "https://www.uhlmann.pro",
"role": "Developer"
}
],
"require": {
"neos/neos": "^7.3 || ^8.0",
"neos/fusion-afx": "^7.3 || ^8.0"
},
"autoload": {
"psr-4": {
"Jonnitto\\PhotoSwipe\\": "Classes"
}
},
"extra": {
"installer-name": "Jonnitto.PhotoSwipe",
"neos": {
"package-key": "Jonnitto.PhotoSwipe"
}
}
}