aboutsummaryrefslogtreecommitdiff
path: root/src/php/devcontainer-feature.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-08-11 21:37:10 +0300
committerGitHub <noreply@github.com>2022-08-11 21:37:10 +0300
commit44694d699fd715edeeb9fcea9271b09c39b5ac35 (patch)
tree3a89d5c06276b9721661d2b13fc37a2e87aa85a7 /src/php/devcontainer-feature.json
parentaecf2ad152a75663211a2ac0926e6122c2b0b07f (diff)
Options: Follow camelCase (#89)
rename Options
Diffstat (limited to 'src/php/devcontainer-feature.json')
-rw-r--r--src/php/devcontainer-feature.json9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/php/devcontainer-feature.json b/src/php/devcontainer-feature.json
index ef6392e..30d9002 100644
--- a/src/php/devcontainer-feature.json
+++ b/src/php/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "php",
- "version": "1.0.0",
+ "version": "1.0.1",
"name": "PHP",
"options": {
"version": {
@@ -12,15 +12,10 @@
"default": "latest",
"description": "Select or enter a PHP version"
},
- "install_composer": {
+ "installComposer": {
"type": "boolean",
"default": true,
"description": "Install PHP Composer?"
- },
- "override_default_version": {
- "type": "boolean",
- "default": "true",
- "description": "If true, overrides existing version (if any) of dotnet on the PATH"
}
},
"extensions": [