diff options
Diffstat (limited to 'src/php/feature.json')
-rw-r--r-- | src/php/feature.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/php/feature.json b/src/php/feature.json index e5bfd24..4c5dcac 100644 --- a/src/php/feature.json +++ b/src/php/feature.json @@ -12,6 +12,11 @@ "type": "boolean", "default": true, "description": "Install PHP Composer?" + }, + "overrideDefaultVersion": { + "type": "boolean", + "default": "true", + "description": "If true, overrides existing version (if any) of dotnet on the PATH" } }, "extensions": [ @@ -21,7 +26,7 @@ "devsense.phptools-vscode" ], "containerEnv": { - "PHP_PATH": "/usr/local/php", + "PHP_PATH": "/usr/local/php/current", "PATH":"${PHP_PATH}:${PHP_PATH}/bin:${PATH}" }, "install": { |