We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Slack thread for reference : https://hmn.slack.com/archives/C5WSNGC9F/p1661867523037569
The reported error:
The configured PHP version “7.4.13” is not supported. Try one of the following: 8.0 7.4
The configured PHP version “7.4.13” is not supported. Try one of the following:
Setting the local-server php value to 7.4.13 in your composer.json file, causes the above error.
local-server
7.4.13
composer.json
"extra": { "altis": { "modules": { "local-chassis": { "php": "7.4.13" }, "local-server": { "php": "7.4.13" } } } }
The values for local-server and local-chassis for php in composer.json should be noted that
local-chassis
The text was updated successfully, but these errors were encountered:
@robindevitt will work on the wording here
Sorry, something went wrong.
No branches or pull requests
Slack thread for reference : https://hmn.slack.com/archives/C5WSNGC9F/p1661867523037569
The reported error:
Setting the
local-server
php value to7.4.13
in yourcomposer.json
file, causes the above error.What not to do
Acceptance criteria
The values for
local-server
andlocal-chassis
for php incomposer.json
should be noted thatThe text was updated successfully, but these errors were encountered: