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

Document what php version should be listed. #417

Open
robindevitt opened this issue Aug 31, 2022 · 1 comment
Open

Document what php version should be listed. #417

robindevitt opened this issue Aug 31, 2022 · 1 comment
Labels
should have Should be done, medium priority for now

Comments

@robindevitt
Copy link
Contributor

robindevitt commented Aug 31, 2022

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

Setting the local-server php value to 7.4.13 in your composer.json file, causes the above error.

What not to do

"extra": {
    "altis": {
        "modules": {
            "local-chassis": {
                "php": "7.4.13"
            },
            "local-server": {
                "php": "7.4.13"
            }
        }
    }
}

Acceptance criteria

The values for local-server and local-chassis for php in composer.json should be noted that

  • Only major and minor versions should be listed.
  • The patch version should not be listed.
@veselala veselala added to refine Issues needing refinement. should have Should be done, medium priority for now labels Sep 1, 2022
@veselala veselala removed the to refine Issues needing refinement. label Oct 5, 2022
@veselala
Copy link

veselala commented Oct 5, 2022

@robindevitt will work on the wording here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
should have Should be done, medium priority for now
Projects
None yet
Development

No branches or pull requests

2 participants