Update PHP requirement in README #16774
Merged
Conversation
I guess we can generalize them. At least on Debian e.g. php-fpm is always a metapackage that installs the proper version from the repo. |
@Findus23 be great to adjust that guide too. Does it work to simply replace |
You can simply replace it with
as all of these packages exist in both Debian and Ubuntu and will install the proper version. |
Thanks @Findus23 updated it and also prepared matomo-org/developer-documentation#397 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Description:
Guess doesn't make sense to show PHP 5.5 as requirement, even though Matomo 3 will be in LTS for a while...
We also should maybe update this page so the commands at least install php 7.2: https://matomo.org/docs/requirements/#recommended-configuration
Review