Skip to content

Commit 1ed5d5f

Browse files
Improve Lando support by using 'lando php' instead of 'lando exec appserver'
1 parent bc3ab75 commit 1ed5d5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/support/php.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ const getPhpCommand = (): string => {
113113
});
114114

115115
options.set("lando", {
116-
check: "lando exec appserver -- php -r 'echo PHP_BINARY;'",
117-
command: "lando exec appserver -- php",
116+
check: "lando php -r 'echo PHP_BINARY;'",
117+
command: "lando php",
118118
});
119119

120120
options.set("local", {

0 commit comments

Comments
 (0)