We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5fbc8d commit 41a1b43Copy full SHA for 41a1b43
composer.json
@@ -38,7 +38,7 @@
38
"test": "./vendor/bin/phpunit --colors --stop-on-failure",
39
"unreleased": "./vendor/bin/since-unreleased.sh",
40
"strauss": [
41
- "[[ -f ./bin/strauss.phar ]] || curl -o bin/strauss.phar -L -C - https://github.com/BrianHenryIE/strauss/releases/download/0.13.0/strauss.phar",
+ "test -f ./bin/strauss.phar || curl -o bin/strauss.phar -L -C - https://github.com/BrianHenryIE/strauss/releases/download/0.13.0/strauss.phar",
42
"vendor/stellarwp/validation/bin/set-domain domain=give",
43
"@php bin/strauss.phar"
44
],
0 commit comments