今天我想用这个命令用 Laravel 创建一个新项目
laravel new blog
但我得到这个错误
Crafting application...
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for mockery/mockery 1.4.0 -> satisfiable by mockery/mockery[1.4.0].
- mockery/mockery 1.4.0 requires php ^7.3.0 -> your PHP version (7.2.23) does not satisfy that requirement.
当 Laravel 自己说至少 php7.2.5 时,为什么要阅读 php7.3 ???