准备折腾一下WebStack-Laravel这个项目,clone代码到本地之后,当我执行composer install
时,出现了提示:Your lock file does not contain a compatible set of packages. Please run composer update;具体信息如下:
Problem 1
– mews/captcha is locked to version 2.2.5 and an update of this package was not requested.
– mews/captcha 2.2.5 requires ext-gd * -> it is missing from your system. Install or enable PHP’s gd extension.
Problem 2
– meyfa/php-svg is locked to version v0.9.1 and an update of this package was not requested.
– meyfa/php-svg v0.9.1 requires ext-gd * -> it is missing from your system. Install or enable PHP’s gd extension.
Problem 3
– symfony/thanks is locked to version v1.1.0 and an update