#!/bin/sh

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

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