Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update composer.json #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SavvyProSolutions
Copy link

I have the latest version of PHP installed (8.0.1) and after running the composter install command, I received the following error in my PhpStorm terminal window:

=====================================================================================
Problem 1
- Root composer.json requires php ^5.6 || ^7 but your php version (8.0.1) does not satisfy that requirement.
Problem 2
- filp/whoops is locked to version 2.3.1 and an update of this package was not requested.
- filp/whoops 2.3.1 requires php ^5.5.9 || ^7.0 -> your php version (8.0.1) does not satisfy that requirement.

I simply made the following changes on line 8 of the composer.json file to circumvent the error:

"php": "^5.6 || ^7 || ^8.0",

I simply appended the "|| ^8.0" and reran the composer install command and it ran with no errors.

I have the latest version of PHP installed (8.0.1) and after running the composter install command, I received the following error in my PhpStorm terminal window:

=====================================================================================
 Problem 1
    - Root composer.json requires php ^5.6 || ^7 but your php version (8.0.1) does not satisfy that requirement.
  Problem 2
    - filp/whoops is locked to version 2.3.1 and an update of this package was not requested.
    - filp/whoops 2.3.1 requires php ^5.5.9 || ^7.0 -> your php version (8.0.1) does not satisfy that requirement.
=====================================================================================

I simply made the following changes on line 8 of the composer.json file to circumvent the error:

"php": "^5.6 || ^7 || ^8.0",

I simply appended the "|| ^8.0" and reran the composer install command and it ran with no errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant