[Bug?] differnt composer require between main branch and 4.1.1 #138
Answered
by
klamparski
thomasrawiel
asked this question in
Q&A
-
Verion 4.1.1 composer.json
In the main branch all 3 extensions require Is that intentional? |
Beta Was this translation helpful? Give feedback.
Answered by
klamparski
Jun 16, 2025
Replies: 1 comment 2 replies
-
It was a mistake accidentally introduced in 4.1.0 and later followed also in 4.1.1. We didn't drop support for TYPO3 v12 in 4.1.x. In both versions it should stay |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
klamparski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It was a mistake accidentally introduced in 4.1.0 and later followed also in 4.1.1. We didn't drop support for TYPO3 v12 in 4.1.x. In both versions it should stay
"typo3/cms-core": "^12.4.16 || ^13.3"
. Will be fixed soon within 4.1.2.