-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
41 lines (41 loc) · 1.21 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
{
"name": "inspiredminds/contao-glightbox",
"description": "Contao extension to integrate GLightbox.",
"type": "contao-bundle",
"license": "LGPL-3.0-or-later",
"homepage": "https://github.com/inspiredminds/contao-glightbox",
"authors": [
{
"name": "Fritz Michael Gschwantner",
"email": "fmg@inspiredminds.at",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/inspiredminds/contao-glightbox/issues",
"source": "https://github.com/inspiredminds/contao-glightbox",
"forum": "https://community.contao.org/de"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fritzmg"
}
],
"require": {
"php": ">=7.1",
"contao/core-bundle": "^4.9 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.1 || ^6.0 || ^7.0"
},
"autoload": {
"psr-4": {
"InspiredMinds\\ContaoGLightbox\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "InspiredMinds\\ContaoGLightbox\\ContaoManager\\Plugin"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16"
}
}