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 sbuerk/typo3-cms-styleguide-version-sync development dependency #401

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

sbuerk
Copy link
Contributor

@sbuerk sbuerk commented Dec 15, 2024

The typo3/cms-styleguide package does not have requires towards
concrete TYPO3 system extension(s), which leads to side-effects
when trying to have multiple version for multi-core composer.json's
and let composer installalling suitable styleguide version for core
version.

The sbuerk/typo3-cms-styleguide-version-sync package has been
created as meta package to mitigate this issues acting as version
bridge.

As preparation for adding TYPO3 v13 support requiring dual versions,
we add it now for v12 only as a starting point and are forced to
update it when adding v13 support along the way.

Used command(s):

composer require --dev \
  "sbuerk/typo3-cms-styleguide-version-sync":"^12"

…endency

The `typo3/cms-styleguide` package does not have requires towards
concrete TYPO3 system extension(s), which leads to side-effects
when trying to have multiple version for multi-core composer.json's
and let composer installalling suitable styleguide version for core
version.

The `sbuerk/typo3-cms-styleguide-version-sync` package has been
created as meta package to mitigate this issues acting as version
bridge.

As preparation for adding TYPO3 v13 support requiring dual versions,
we add it now for v12 only as a starting point and are forced to
update it when adding v13 support along the way.

Used command(s):

```bash
composer require --dev \
  "sbuerk/typo3-cms-styleguide-version-sync":"^12"
```
@sbuerk sbuerk merged commit 931adc9 into main Dec 15, 2024
4 checks passed
@sbuerk sbuerk deleted the styleguide-version-select branch December 15, 2024 01:14
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