Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Add
typo3/cms-styleguide
along with version selector meta pa…
…ckage This change adds the `typo3/cms-styleguide` extension as a new development dependency to allow setting up a content tree within the local development instance using ddev. The styleguide package does not contain core system extension dependency configuration and composer would therefore install the highest version, even if not compatible when lower TYPO3 core version is used. To mitigate this issue, the `sbuerk/typo3-styleguide-selector` is also added to help composer selecting the correct version based on the real TYPO3 version installed. Used command(s): ```bash composer require --dev --no-update \ "typo3/cms-styleguide":"^11 || ^12" \ "sbuerk/typo3-styleguide-selector":"^11.5.5 || ^12.0.5" ```
- Loading branch information