#!/bin/bash -e -o pipefail
echo Installing PHP
brew install php
echo Installing composer
brew install composer