我想安装带有所有核心扩展的TYPO3 9,这样我就可以为我的项目抓取所需的扩展。
我使用https://get.typo3.org/misc/composer/helper来安装TYPO3 9和所有内核外显式。
我点击了3/满
composer require typo3/cms-about typo3/cms-adminpanel typo3/cms-backend typo3/cms-belog typo3/cms-beuser typo3/cms-core typo3/cms-extbase typo3/cms-extensionmanager typo3/cms-feedit typo3/cms-felogin typo3/cms-filelist typo3/cms-filemetadata typo3/cms-fluid typo3/cms-fluid-styled-content typo3/cms-form typo3/cms-frontend typo3/cms-impexp typo3/cms-indexed-search typo3/cms-info typo3/cms-install typo3/cms-linkvalidator typo3/cms-lowlevel typo3/cms-opendocs typo3/cms-recordlist typo3/cms-recycler typo3/cms-redirects typo3/cms-reports typo3/cms-rsaauth typo3/cms-rte-ckeditor typo3/cms-scheduler typo3/cms-seo typo3/cms-setup typo3/cms-sys-action typo3/cms-sys-note typo3/cms-t3editor typo3/cms-taskcenter typo3/cms-tstemplate typo3/cms-viewpage typo3/cms-workspaces但是在我的控制台中,通过键入3/cms-core 8.7…,我得到了以下错误不明白为什么
$ composer require typo3/cms-about typo3/cms-adminpanel typo3/cms-backend typo3/cms-belog typo3/cms-beuser typo3/cms-core typo3/cms-extbase typo3/cms-extensionmanager typo3/cms-feedit typo3/cms-felogin typo3/cms-filelist typo3/cms-filemetadata typo3/cms-fluid typo3/cms-fluid-styled-content typo3/cms-form typo3/cms-frontend typo3/cms-impexp typo3/cms-indexed-search typo3/cms-info typo3/cms-install typo3/cms-linkvalidator typo3/cms-lowlevel typo3/cms-opendocs typo3/cms-recordlist typo3/cms-recycler typo3/cms-redirects typo3/cms-reports typo3/cms-rsaauth typo3/cms-rte-ckeditor typo3/cms-scheduler typo3/cms-seo typo3/cms-setup typo3/cms-sys-action typo3/cms-sys-note typo3/cms-t3editor typo3/cms-taskcenter typo3/cms-tstemplate typo3/cms-viewpage typo3/cms-workspaces
Using version ^9.5 for typo3/cms-about
Using version ^9.5 for typo3/cms-adminpanel
Using version ^9.5 for typo3/cms-backend
Using version ^9.5 for typo3/cms-belog
Using version ^9.5 for typo3/cms-beuser
Using version ^8.7 for typo3/cms-core
Using version ^9.5 for typo3/cms-extbase
Using version ^9.5 for typo3/cms-extensionmanager
Using version ^9.5 for typo3/cms-feedit
Using version ^9.5 for typo3/cms-felogin
Using version ^9.5 for typo3/cms-filelist
Using version ^9.5 for typo3/cms-filemetadata
Using version ^9.5 for typo3/cms-fluid
Using version ^9.5 for typo3/cms-fluid-styled-content
Using version ^9.5 for typo3/cms-form
Using version ^9.5 for typo3/cms-frontend
Using version ^9.5 for typo3/cms-impexp
Using version ^9.5 for typo3/cms-indexed-search
Using version ^9.5 for typo3/cms-info
Using version ^9.5 for typo3/cms-install
Using version ^9.5 for typo3/cms-linkvalidator
Using version ^9.5 for typo3/cms-lowlevel
Using version ^9.5 for typo3/cms-opendocs
Using version ^9.5 for typo3/cms-recordlist
Using version ^9.5 for typo3/cms-recycler
Using version ^9.5 for typo3/cms-redirects
Using version ^9.5 for typo3/cms-reports
Using version ^9.5 for typo3/cms-rsaauth
Using version ^9.5 for typo3/cms-rte-ckeditor
Using version ^9.5 for typo3/cms-scheduler
Using version ^9.5 for typo3/cms-seo
Using version ^9.5 for typo3/cms-setup
Using version ^9.5 for typo3/cms-sys-action
Using version ^9.5 for typo3/cms-sys-note
Using version ^9.5 for typo3/cms-t3editor
Using version ^9.5 for typo3/cms-taskcenter
Using version ^9.5 for typo3/cms-tstemplate
Using version ^9.5 for typo3/cms-viewpage
Using version ^9.5 for typo3/cms-workspaces
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- typo3/cms-about v9.5.5 requires typo3/cms-core 9.5.5 -> satisfiable by typo3/cms-core[v9.5.5] but these conflict with your requirements or minimum-stability.
- typo3/cms-about v9.5.4 requires typo3/cms-core 9.5.4 -> satisfiable by typo3/cms-core[v9.5.4] but these conflict with your requirements or minimum-stability.
- typo3/cms-about v9.5.3 requires typo3/cms-core 9.5.3 -> satisfiable by typo3/cms-core[v9.5.3] but these conflict with your requirements or minimum-stability.
- typo3/cms-about v9.5.2 requires typo3/cms-core 9.5.2 -> satisfiable by typo3/cms-core[v9.5.2] but these conflict with your requirements or minimum-stability.
- typo3/cms-about v9.5.1 requires typo3/cms-core 9.5.1 -> satisfiable by typo3/cms-core[v9.5.1] but these conflict with your requirements or minimum-stability.
- typo3/cms-about v9.5.0 requires typo3/cms-core 9.5.0 -> satisfiable by typo3/cms-core[v9.5.0] but these conflict with your requirements or minimum-stability.
- Installation request for typo3/cms-about ^9.5 -> satisfiable by typo3/cms-about[v9.5.0, v9.5.1, v9.5.2, v9.5.3, v9.5.4, v9.5.5].
Installation failed, deleting ./composer.json.TYPO3安装打印3/cms-核心版本8.7,但我不知道为什么。有人知道这里出了什么问题吗?
我认为一个分机的要求是错误的?
发布于 2019-04-07 20:27:03
这是我的错。
我试图只在本地计算机上安装PHP7.1中的TYPO3 9.5。在我用PHP7.2启动了一个ddev之后,一切都和预期的一样。
我希望这能帮助那些有同样问题的人。
发布于 2019-12-28 01:00:55
您选择了正确的TYPO3版本吗?
如果您事先选择了相应的版本,您将获得其他包和配置选项。
目前,您可以在以下版本中进行选择:
https://stackoverflow.com/questions/55563146
复制相似问题