Skip to content

Commit

Permalink
refactor: Move Composer to PHP module
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Dec 22, 2023
1 parent e11dd65 commit 68ea26d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ php() {
run -- php ${@--v}
}

composer() {
run -- composer $@
}

repl() {
run -- psysh
}
Expand Down

0 comments on commit 68ea26d

Please sign in to comment.