Closed
Conversation
The `extra.typo3/cms.app-dir` setting is no longer supported by the `typo3/cms-composer-installers` and displays following message on `composer install`: ``` Changing app-dir is not supported any more. TYPO3 application dir will always be set to Composer root directory. ``` This change removes the option from the root `composer.json` to remove the warning considerably non-breaking because it was never set to a non-default value. Used command(s): ```bash composer config --unset "extra"."typo3/cms"."app-dir" ```
561cee2 to
969acdb
Compare
TYPO3 v14 requires a complete dedicated setup because
of the complete overhaul of the localization system,
and doing that within the same classes is not reasonable.
To prepare towards adding TYPO3 v14 support the v13 related
stuff is moved into dedicated folders and namespaces, which
requires renaming considerable breaking.
`CHANGELOG/2.0/BREAKING-SeparatedProvidedFeaturesBasedOnTYPO3Version.md`
describes the renamed/moved classes and tests in detail and acts
as reference for internal usage and adoption in related own TYPO3
extensions.
Minimum patchlevel for TYPO3 v13 has been set to 13.4.10, which
should be absolutly fine noweverdays to allow the removal of the
backend CSS bugfix for the localization modal. `ext_emconf.php`
has been aligned in the same step.
Further, max mentioned PHP version is raised to 8.5 and GitHub
tests are now executed only with the minimum and maximum PHP
version to reduce pipeline execution time and still covering
all edge cases.
Used command(s):
```bash
cat <<< $(jq --indent 4 \
'.autoload."psr-4" += { "WebVision\\Deepl\\Base\\Core13\\": "Core13/Classes/" }' \
composer.json) > composer.json && \
composer install
```
969acdb to
7a7ea26
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
app-dirsetting fromcomposer.json