#!/bin/sh

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

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