我想通过作曲家安装typo3扩展,所以我编辑了我的composer.json文件。喜欢。"typo3-ter/fluidpages": "^4.0.0"并保存了它。现在在 xampp shell 命令中,我喜欢d:\服务器\测试
作曲家更新
之后花了一些时间,但出现了一些错误。 我不知道我应该在命令行中做什么才能完成它。我是初学者,任何帮助都会很棒谢谢
不要编辑你的 composer.json 文件,只需运行
composer require typo3-ter/fluidpages
https://getcomposer.org/doc/03-cli.md#require这将自动更新您的 composer.json 并安装软件包。
由于 v4 是当前最新版本的 typo3-ter/fluidpages,因此您无需指定类似
composer require typo3-ter/fluidpages:4