chore: group PHP-related templates

This commit is contained in:
Oliver Davies 2023-02-02 00:40:42 +00:00
parent b1da05e9cf
commit 4e861685d9
5 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
[[ -f composer.json && ! -d vendor ]] && composer install
eval "$@"