Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Add typo3/cms-styleguide along with version selector meta package #402

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

sbuerk
Copy link
Contributor

@sbuerk sbuerk commented Dec 15, 2024

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):

composer require --dev --no-update \
  "typo3/cms-styleguide":"^11 || ^12" \
  "sbuerk/typo3-styleguide-selector":"^11.5.5 || ^12.0.5"

…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"
```
@sbuerk sbuerk self-assigned this Dec 15, 2024
@sbuerk sbuerk merged commit 2c7ba9f into 4 Dec 15, 2024
11 checks passed
@sbuerk sbuerk deleted the add-styleguide branch December 15, 2024 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant