#!/bin/sh

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

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