Backport more tools for work flavour

This commit is contained in:
cytopia
2022-12-08 14:05:14 +01:00
parent 2bb64ccff6
commit a7292fdff9
89 changed files with 5061 additions and 419 deletions

View File

@@ -0,0 +1,7 @@
# Symfony CLI
The Symfony binary is a must-have tool when developing Symfony applications on your local machine
| Platform | Url |
|----------|------------------------------------------------------------------|
| GitHub | https://github.com/symfony-cli/symfony-cli |

View File

@@ -0,0 +1,9 @@
---
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: []

View File

@@ -0,0 +1,11 @@
---
# The name of the module
name: symfony-cli
# Exclude module build/installation for the following PHP versions
exclude: []
# In order for this tool to build/install correctly,
# the following tools must have been installed first.
depends: []