pkgsrc/devel/php-composer/files/composer
tpaul f9551bf857 devel/php-composer: Import version 1.10.1
Composer is a tool for dependency management in PHP. It allows you to
declare the libraries your project depends on and it will manage
(install/update) them for you.
2020-03-14 04:26:39 +00:00

7 lines
121 B
Bash

#!/bin/sh
PREFIX="@PREFIX@"
BINDIR="$PREFIX/bin"
DATADIR="$PREFIX/share"
"$BINDIR/php" "$DATADIR/php/composer.phar" $@