We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027ad40 commit d5ff1d0Copy full SHA for d5ff1d0
bin/v-run-cli-cmd
@@ -69,6 +69,7 @@ if [ "$basecmd" != 'ps' -a \
69
"$basecmd" != 'php7.3' -a \
70
"$basecmd" != 'php7.4' -a \
71
"$basecmd" != 'php8.0' -a \
72
+ "$basecmd" != 'php8.1' -a \
73
"$basecmd" != 'php' -a \
74
"$basecmd" != "wp" -a \
75
"$basecmd" != 'composer' ]; then
0 commit comments