#!/bin/sh

PREFIX="/usr/pkg"
BINDIR="$PREFIX/bin"
DATADIR="$PREFIX/share/php/5.6"

"$BINDIR/php56" "$DATADIR/composer.phar" $@
