forked from PHORAX/formhandler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 943 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
{
"name": "phorax/formhandler",
"type": "typo3-cms-extension",
"description": "The swiss army knife for all kinds of mailforms, completely new written using the MVC concept. Result: Flexibility, Flexibility, Flexibility :-).",
"homepage": "https://github.com/PHORAX/formhandler",
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "^11.5.0",
"tecnickcom/tcpdf": "^6.0",
"typo3/cms-extbase": "^11.5.0",
"typo3/cms-fluid": "^11.5.0",
"typo3/cms-frontend": "^11.5.0",
"parsecsv/php-parsecsv": "^1.2"
},
"autoload": {
"psr-4": {
"Typoheads\\Formhandler\\": "Classes"
},
"classmap": [
"pi1/class.tx_formhandler_pi1.php"
]
},
"replace": {
"typo3-ter/formhandler": "self.version"
},
"extra": {
"typo3/cms": {
"extension-key": "formhandler"
}
}
}