-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·34 lines (34 loc) · 1.04 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
{
"name": "ngdot/contao-originalfilename",
"description": "Contao 4+ bundle to extend files for original name",
"keywords": ["contao", "files"],
"type": "contao-bundle",
"homepage": "https://nicolas-goerlach.de",
"license": "LGPL-3.0-or-later",
"authors": [{
"name": "Nicolas Görlach",
"homepage": "https://nicolas-goerlach.de",
"email": "[email protected]",
"role": "Developer"
}],
"support": {
"email": "[email protected]",
"issues": "https://github.com/ngdot/contao-originalfilename/issues",
"source": "https://github.com/ngdot/contao-originalfilename",
"forum": "https://community.contao.org/de"
},
"require": {
"contao/core-bundle": "~4.4"
},
"require-dev": {
"contao/manager-plugin": "^2.0"
},
"autoload": {
"psr-4": {
"ContaoOriginalFileNameBundle\\": "src/"
}
},
"extra": {
"contao-manager-plugin": "ContaoOriginalFileNameBundle\\ContaoManager\\Plugin"
}
}