Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Commit d2d8a4b

Browse files
committed
[TASK] Update TYPO3 dependencies to latest
- Loosen composer dependencies to ^11.5 instead of ^11.5.0 - Remove replace section Task #90
1 parent f396629 commit d2d8a4b

File tree

1 file changed

+26
-29
lines changed

1 file changed

+26
-29
lines changed

composer.json

+26-29
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
11
{
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+
}
3128
}

0 commit comments

Comments
 (0)