mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-11 11:31:16 +00:00
10 lines
250 B
YAML
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: []
|