We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
extensionmanager
install
typo3/minimal
This requires some refactoring of server-side ComposerPackagesService and client-side composerHelper.js, e.g.
ComposerPackagesService
composerHelper.js
'typo3/minimal' => [ 'typo3/cms-backend' => true, 'typo3/cms-core' => true, 'typo3/cms-extbase' => true, 'typo3/cms-extensionmanager' => ['versions' => 8, 9, 10, 11, 12], 'typo3/cms-filelist' => true, 'typo3/cms-fluid' => true, 'typo3/cms-frontend' => true, 'typo3/cms-install' => ['versions' => 8, 9, 10, 11, 12], 'typo3/cms-recordlist' => true, 'typo3/minimal' => true, ],
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This requires some refactoring of server-side
ComposerPackagesService
and client-sidecomposerHelper.js
, e.g.The text was updated successfully, but these errors were encountered: