遇到下面的错误信息,应该怎么办?
composer require blomstra/spam-prevention
[InvalidArgumentException]
Package blomstra/spam-prevention has requirements incompatible with your PH
P version, PHP extensions and Composer version:
- blomstra/spam-prevention 1.3 requires php >= 8.0 which does not match y
our installed version 7.4.33.
run composer with the --ignore-platform-reqs
argument.
composer require blomstra/spam-prevention --ignore-platform-reqs