Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sokhomhuy/5deff6c8a78a1075b0fd65ec5c5c0555 to your computer and use it in GitHub Desktop.
Save sokhomhuy/5deff6c8a78a1075b0fd65ec5c5c0555 to your computer and use it in GitHub Desktop.
Laravel Configuration for some error
if we face the problem for install composer like something what ever..
This package requires php ^7.1.3 but your PHP version (7.0.10) does not satisfy that requirement.
....................
<b>Resolve: </b> => update composer.json with add new line in config object key: "platform": {"php": "you php version"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment