|
1 | 1 | {
|
2 |
| - "name": "phorax/formhandler", |
3 |
| - "type": "typo3-cms-extension", |
4 |
| - "description": "The swiss army knife for all kinds of mailforms, completely new written using the MVC concept. Result: Flexibility, Flexibility, Flexibility :-).", |
5 |
| - "homepage": "https://github.com/PHORAX/formhandler", |
6 |
| - "license": "GPL-2.0-or-later", |
7 |
| - "require": { |
8 |
| - "typo3/cms-core": "^11.5.0", |
9 |
| - "tecnickcom/tcpdf": "^6.0", |
10 |
| - "typo3/cms-extbase": "^11.5.0", |
11 |
| - "typo3/cms-fluid": "^11.5.0", |
12 |
| - "typo3/cms-frontend": "^11.5.0", |
13 |
| - "parsecsv/php-parsecsv": "^1.2" |
14 |
| - }, |
15 |
| - "autoload": { |
16 |
| - "psr-4": { |
17 |
| - "Typoheads\\Formhandler\\": "Classes" |
18 |
| - }, |
19 |
| - "classmap": [ |
20 |
| - "pi1/class.tx_formhandler_pi1.php" |
21 |
| - ] |
22 |
| - }, |
23 |
| - "replace": { |
24 |
| - "typo3-ter/formhandler": "self.version" |
25 |
| - }, |
26 |
| - "extra": { |
27 |
| - "typo3/cms": { |
28 |
| - "extension-key": "formhandler" |
29 |
| - } |
30 |
| - } |
| 2 | + "name": "phorax/formhandler", |
| 3 | + "type": "typo3-cms-extension", |
| 4 | + "description": "The swiss army knife for all kinds of mailforms, completely new written using the MVC concept. Result: Flexibility, Flexibility, Flexibility :-).", |
| 5 | + "homepage": "https://github.com/PHORAX/formhandler", |
| 6 | + "license": "GPL-2.0-or-later", |
| 7 | + "require": { |
| 8 | + "typo3/cms-core": "^11.5", |
| 9 | + "tecnickcom/tcpdf": "^6.0", |
| 10 | + "typo3/cms-extbase": "^11.5", |
| 11 | + "typo3/cms-fluid": "^11.5", |
| 12 | + "typo3/cms-frontend": "^11.5", |
| 13 | + "parsecsv/php-parsecsv": "^1.2" |
| 14 | + }, |
| 15 | + "autoload": { |
| 16 | + "psr-4": { |
| 17 | + "Typoheads\\Formhandler\\": "Classes" |
| 18 | + }, |
| 19 | + "classmap": [ |
| 20 | + "pi1/class.tx_formhandler_pi1.php" |
| 21 | + ] |
| 22 | + }, |
| 23 | + "extra": { |
| 24 | + "typo3/cms": { |
| 25 | + "extension-key": "formhandler" |
| 26 | + } |
| 27 | + } |
31 | 28 | }
|
0 commit comments