mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-12 12:01:14 +00:00
Backport more tools for work flavour
This commit is contained in:
7
php_tools/symfony-cli/README.md
Normal file
7
php_tools/symfony-cli/README.md
Normal 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 |
|
||||
9
php_tools/symfony-cli/install.yml
Normal file
9
php_tools/symfony-cli/install.yml
Normal 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: []
|
||||
11
php_tools/symfony-cli/options.yml
Normal file
11
php_tools/symfony-cli/options.yml
Normal 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: []
|
||||
Reference in New Issue
Block a user