Skip to content

Commit

Permalink
[TASK] Avoid typo3/cms-install
Browse files Browse the repository at this point in the history
TYPO3 v13 no longer hard requires EXT:install. In the
spirit of a "minimal" meta package, it should no
longer be part of composer.json.

Deploying production systems without the install tool
raises security, since not existing code can not have
security issues.

Instances that manage good deployment chains and can
deal with a missing EXT:install during upgrades
(or have it loaded temporarily, or only on some of
multiple production servers), should have the
opportunity to do so.
  • Loading branch information
lolli42 authored and ohader committed Jan 30, 2024
1 parent 5cfb67b commit 9bd18ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"typo3/cms-extbase": "dev-main",
"typo3/cms-filelist": "dev-main",
"typo3/cms-fluid": "dev-main",
"typo3/cms-frontend": "dev-main",
"typo3/cms-install": "dev-main"
"typo3/cms-frontend": "dev-main"
}
}

0 comments on commit 9bd18ce

Please sign in to comment.