I can't install Jetstream to my Laravel project. When I use the command composer require laravel / jetstream
, it will generate the following error:
[InvalidArgumentException]
The laravel / jetstream package has a PHP requirement incompatible with your PHP version, PHP
extensions and
Composer version
My PHP version is 7.2.24
, and my Composer version is 2.0.8
.