#!/bin/sh

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

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