#!/bin/sh

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

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