【发布时间】:2023-02-17 17:30:53
【问题描述】:
我尝试使用此命令安装 phpstan:
composer require phpstan/phpstan --dev
但我得到:
require(/var/www/html/company/vendor/phpseclib/bcmath_compat/lib/bcmath.php): Failed to open stream: No such file or directory
似乎 phpstan 缺少要求。
我该如何解决?
【问题讨论】:
标签: composer-php phpstan