mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
Added wscat tool to work with websockets
This commit is contained in:
@@ -44,6 +44,7 @@ tools_enabled:
|
||||
- webpack-cli
|
||||
- wkhtmltopdf
|
||||
- wp-cli
|
||||
- wscat
|
||||
- yamllint
|
||||
- yq
|
||||
- zsh
|
||||
@@ -691,6 +692,18 @@ tools_available:
|
||||
5.3:
|
||||
type: custom
|
||||
pre: WPCLI_URL="https://github.com/wp-cli/wp-cli/releases/download/v1.5.1/wp-cli-1.5.1.phar"
|
||||
wscat:
|
||||
disabled: []
|
||||
check: wscat --version | grep -E '[0-9][.0-9]+' || (wscat --version; false)
|
||||
all:
|
||||
type: npm
|
||||
package: wscat
|
||||
binary: wscat
|
||||
version:
|
||||
build_dep: []
|
||||
run_dep: []
|
||||
pre:
|
||||
post:
|
||||
yamllint:
|
||||
disabled: []
|
||||
check: yamllint --version 2>&1 | grep -E '[0-9][.0-9]+' || (yamllint --version; false)
|
||||
|
||||
Reference in New Issue
Block a user