sbuerk / typo3-styleguide-selector
Meta package to require correct typo3/cms-styleguide version for used TYPO3 version
Installs: 416
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:metapackage
Requires
- typo3/cms-core: ^13
- typo3/cms-styleguide: ^13.4.2 || 13.*.*@dev
- dev-main / 14.x-dev
- 13.x-dev
- 13.4.2
- 13.4.1
- 13.4.0
- 13.3.1
- 13.3.0
- 13.2.1
- 13.1.1
- 13.1.0
- 13.0.1
- 13.0.0
- 12.x-dev
- 12.0.5
- 12.0.4
- 12.0.3
- 12.0.2
- 12.0.1
- 12.0.0
- 11.x-dev
- 11.5.5
- 11.5.4
- 11.5.3
- 11.5.2
- 11.5.1
- 11.5.0
- 11.4.0
- 11.3.1
- 11.3.0
- 11.2.2
- 11.2.1
- 11.2.0
- 11.1.0
- 11.0.4
- 11.0.3
- 11.0.2
- 11.0.1
- 11.0.0
- 10.x-dev
- 10.0.7
- 10.0.6
- 10.0.5
- 10.0.4
- 10.0.3
- 10.0.2
- 10.0.1
- 10.0.0
- 9.x-dev
- 9.2.5
- 9.2.4
- 9.2.3
- 9.2.2
- 9.2.1
- 9.2.0
- 9.1.0
- 9.0.2
- 9.0.1
- 9.0.0
- 8.x-dev
- 8.0.17
- 8.0.16
- 8.0.15
- 8.0.14
- 8.0.13
- 8.0.12
- 8.0.11
- 8.0.10
- 8.0.9
- 8.0.7
- 8.0.6
- 8.0.5
- 8.0.4
- 8.0.3
- 8.0.2
- 8.0.1
- 8.0.0
- 7.x-dev
- 7.6.1
- 7.6.0
This package is auto-updated.
Last update: 2024-12-15 16:48:51 UTC
README
Background
The typo3/cms-styleguide
extension does not require any TYPO3 system extension and multi version usage in a project or
extension with multi core support requirements have a hard time to manage the correct styleguide version for the actual
used TYPO3 version.
This meta package does only provide version releases containing only the require for one specific styleguide version and
typo3/cms-core
to finally allowing to simply require multiple version and let composer detect and use the correct on.
Usage
simple-case / autodetection
composer require "sbuerk/typo3-styleguide-selector"
advanced / version seletion
Repository tagging and releases will be aligned with the typo3/cms-styleguide
versions
and when required with the concrete core version required for it as minimum.
For example, if styleguide 11 and 12 is required and you want to ensure that 11 is used with TYPO3 v11.5.x and 12 with TYPO3 v12.4.x you would use following command to add it to your project or extension:
composer require "sbuerk/typo3-styleguide-selector":"^11 || ^12"
You could also more concrete version:
composer require "sbuerk/typo3-styleguide-selector":"^11 || ^12.0.5"
Versions
Github Releases lists all available versions, read each release notes to get information for that specific release version.
Note metapackage starts with TYPO3 v11 + TYPO3 Styleguide v11, earlier releases are not covered by this metapackage.