[#4] Upgrade to PHP 8.0

Dylan Wilson requested to merge issue-4 into main

Associated issue: #4.

Currently, the php container uses the php:7.4-fpm-alpine Docker image as its base. This was initially due to Multicraft's lack of support for PHP 8.0. Multicraft now fully supports PHP 8.0 so the php:8.0-fpm-alpine image will now be used as the base.

Closes #4.

Merge request reports