-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
55 lines (55 loc) · 1.42 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "felixnagel/pluploadfe-powermail",
"type": "typo3-cms-extension",
"description": "Add a EXT:pluploadfe form element type to Powermail. Includes PHP validation and attaching files to emails.",
"keywords": [
"TYPO3 CMS",
"powermail",
"upload",
"plupload",
"pluploadfe"
],
"homepage": "https://extensions.typo3.org/extension/pluploadfe_powermail/",
"support": {
"issues": "https://github.com/fnagel/pluploadfe_powermail/issues",
"docs": "https://github.com/fnagel/pluploadfe_powermail/blob/master/README.md",
"source": "https://github.com/fnagel/pluploadfe_powermail"
},
"authors": [
{
"name": "Felix Nagel",
"email": "info@felixnagel.com",
"homepage": "https://www.felixnagel.com",
"role": "Developer"
}
],
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.4,<8.1",
"typo3/cms-core": "^11.5",
"felixnagel/pluploadfe": "^6.0",
"in2code/powermail": "^9.0 || ^10.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.19"
},
"autoload": {
"psr-4": {
"FelixNagel\\PluploadfePowermail\\": "Classes"
}
},
"replace": {
"typo3-ter/pluploadfe-powermail": "self.version"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/TYPO3/TYPO3.CMS"
}
],
"extra": {
"typo3/cms": {
"extension-key": "pluploadfe_powermail"
}
}
}