#!/bin/bash

#=================================================
# CONSTANTS
#=================================================
# shellcheck disable=SC2034 # Variable is used by other scripts
pkg_dependencies=(
    diffutils
    imagemagick
    acl
)

YNH_PHP_VERSION="7.3"