#!/usr/bin/with-contenv bash

echo "**** installing php and composer ****"
apt-get install -y \
    composer \
    php
