#!/usr/bin/with-contenv bash

echo "**** installing php and composer ****"
apt-get update && apt-get install -y \
  composer \
  php7.2
