Browse Source

Merge pull request #4310 from adion-gorani/patch-7

Update v-run-cli-cmd
Jaap Marcus 2 years ago
parent
commit
169a5ecfd2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bin/v-run-cli-cmd

+ 1 - 0
bin/v-run-cli-cmd

@@ -70,6 +70,7 @@ if [ "$basecmd" != 'ps' -a \
 	"$basecmd" != 'php8.0' -a \
 	"$basecmd" != 'php8.1' -a \
 	"$basecmd" != 'php8.2' -a \
+	"$basecmd" != 'php8.3' -a \
 	"$basecmd" != 'php' -a \
 	"$basecmd" != "wp" -a \
 	"$basecmd" != 'composer' ]; then