Files
docker-php-fpm/php_tools/symfony-cli/install.yml
2022-12-08 20:52:37 +01:00

10 lines
250 B
YAML

---
check: symfony --no-ansi -V | grep -E 'version [0-9][.0-9]+' || (symfony --no-ansi -V; false)
all:
type: custom
command: curl -sS https://get.symfony.com/cli/installer | bash -s -- --install-dir /usr/local/bin
build_dep: []
run_dep: []