Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
workspace.code-workspace
workspace.code-workspace
.idea
3 changes: 2 additions & 1 deletion src/php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
|-----|-----|-----|------|
| version | Select or enter a PHP version | string | latest |
| installComposer | Install PHP Composer? | boolean | true |
| extensions | Space separateed list of extensions | string | empty|

## Customizations

Expand Down
6 changes: 5 additions & 1 deletion src/php/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "php",
"version": "1.1.4",
"version": "1.1.5",
"name": "PHP",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/php",
"options": {
Expand All @@ -16,6 +16,10 @@
"default": "latest",
"description": "Select or enter a PHP version"
},
"extensions": {
"type": "string",
"default": ""
},
"installComposer": {
"type": "boolean",
"default": true,
Expand Down
Loading
Loading