LoginSignup
18
15

More than 5 years have passed since last update.

composer updateしたときの「Your requirements could not be resolved to an installable set of packages.」

Posted at

composer update 時のエラー

無題.png
単純にこれをインストールしようとしたけどこれが足りないというもの
画像だと
laravel/framework は ext-mbstring が必要ですよって言ってるので
ext-mbstringでggると

yum install --enablerepo=remi,remi-php70 php php-devel php-mbstring php-pdo php-gd

で解決

18
15
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
18
15