mirror of
https://github.com/jlengrand/asdf-php.git
synced 2026-03-10 08:01:22 +00:00
* Allow running Composer's global binaries * Fix executable permission * Tweaks Co-authored-by: Sora Morimoto <git@bsky.moe>
5 lines
122 B
Bash
Executable File
5 lines
122 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Register PHP's binaries, and Composer's home vendor binaries.
|
|
echo "bin sbin .composer/vendor/bin"
|