composer install 忽略版本要求

安装一个包,但是我的PHP8版本太高了,但是应该是可以向下兼容的,可以使用下面的命令强制安装。

composer install --ignore-platform-reqs

update 同理。

学习了。