So got the alert about php version requirement is changing to 7.3 minimum so I updated from 7.2 to 7.4 it was working well for a couple days but now I get “Composer detected issues in your platform: Your Composer dependencies require a PHP version “>= 7.3.0”.” when loading the WebUI
output of git status:
$ git status
On branch master
Your branch is up to date with ‘origin/master’.
nothing to commit, working tree clean
output of daily.sh:
$ ./daily.sh
Updating to latest codebase OK
Updating Composer packages OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
Wanted to add the article Adam_Halliburton added helped me quite a bit, I’m using nginx though so was missing a few steps which you can find in this article.