我想安装带有所有核心扩展的TYPO3 9,以便为我的项目捕捉所需的扩展。
我用https://get.typo3.org/misc/composer/helper安装了所有核心扩展的TYPO3 9。
我点击了typo3 / full并得到
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
但是在我的控制台中,我遇到了typo3 / 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安装了typo3 / cms-core 8.7版,但我不知道为什么。有人知道这是怎么回事吗?
我认为一个扩展名的要求是错误的?
答案 0 :(得分:2)
这是我的错误。
我试图仅在本地计算机上安装带有PHP 7.1的TYPO3 9.5。在我使用PHP 7.2启动ddev之后,一切正常。
我希望对其他遇到相同问题的人有所帮助。
答案 1 :(得分:0)
您选择了正确的TYPO3版本吗?
如果提前在此处选择相应的版本,则将获得其他软件包和配置选项。
当前,您可以选择以下版本: