#!/bin/sh
set -e
echo Installing PHP
brew install php
echo Installing composer
brew install composer