#!/bin/sh

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

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