gstypo3 / cms-composer-installers
TYPO3 CMS Installers
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 39
Type:composer-plugin
Requires
- php: ^7.4 || ^8.0
- composer-plugin-api: ^2.1.0
Requires (Dev)
- composer/composer: ^2.1
- friendsofphp/php-cs-fixer: ^2.18
- overtrue/phplint: ^2.0
- phpunit/phpunit: ^8.5
Conflicts
- composer/installers: <2.0.0
Replaces
- lw/typo3cms-installers: *
- netresearch/composer-installers: *
- typo3/cms-composer-installers: 3.1.1
- dev-main / 5.0.x-dev
- dev-master / 4.0.x-dev
- 4.0.0
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.1
- v3.0.0
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.0
- v2.0.1
- 2.0.0
- 1.5.x-dev
- v1.5.10
- v1.5.9
- v1.5.8
- v1.5.7
- v1.5.6
- v1.5.5
- v1.5.4
- v1.5.3
- v1.5.2
- v1.5.1
- v1.5.0
- 1.4.x-dev
- v1.4.7
- v1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.4.0-rc4
- 1.4.0-rc3
- 1.4.0-rc2
- 1.4.0-rc1
- 1.3.x-dev
- v1.3.6
- v1.3.5
- v1.3.4
- v1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.3.0-rc2
- 1.3.0-rc1
- 1.2.x-dev
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.x-dev
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- dev-task/change-package-name
- dev-prepare-major-release
This package is auto-updated.
Last update: 2024-11-05 13:00:36 UTC
README
TYPO3 CMS Composer installers
This package acts as composer plugin in order to download and install TYPO3 core and extensions and put them into a directory structure which is suitable for TYPO3 to work correctly.
The behavior of the installer can be influenced by configuration in the extra
section of the root composer.json
.
Options for extension composer.json
extension-key
(required)
"extra": { "typo3/cms": { "extension-key": "bootstrap_package" } }
Specifies the extension key. This is mandatory and extensions will stop to work with version 4 of this package if not provided properly.
A warning is show by Composer if this key is missing in a extension.
Options for project composer.json
web-dir
"extra": { "typo3/cms": { "web-dir": "public" } }
You can specify a relative path from the base directory, where the public document root should be located.
The default value is "public"
, which means a "public"
directory at the
same level as your root composer.json
.
Feedback / Bug reports / Contribution
Bug reports, feature requests and pull requests are welcome in the GitHub repository: https://github.com/TYPO3/CmsComposerInstallers