Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 993 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 993 Bytes

GsTYPO3 Base Composer Metapackage

GsTYPO3 Base Composer Metapackage requires some important and useful packages to setup a secure and standardized TYPO3 CMS instance.

Requires

The following packages are required by this metapackage:

Extras

This package needs some extras in the root composer.json:

    "extra": {
        "typo3/cms": {
            "root-dir": "private",
            "web-dir": "public"
        }
    }

For more information see Configuration.

License

GPL-3.0 or later