1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Your requirements could not be resolved to an installable set of packages.のエラーが出たときの対処法

Posted at

問題

`composer require maatwebsite/excel` を実行したら、以下のエラーが出た。

Your requirements could not be resolved to an installable set of packages.

対処方法

--ignore-platform-reqsオプションに付けたら、実行できた。 phpバージョンのチェックを一時的に回避するオプションらしい。

composer require maatwebsite/excel --ignore-platform-reqs

参考ページ

https://stackoverflow.com/questions/29318709/how-can-i-resolve-your-requirements-could-not-be-resolved-to-an-installable-set
1
0
0

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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?