Skip to content

Commit

Permalink
Merge pull request #39 from cirolosapio/automated-documentation-updat…
Browse files Browse the repository at this point in the history
…e-7884826356

Automated documentation update
  • Loading branch information
cirolosapio authored Feb 13, 2024
2 parents 2e54041 + 73f543f commit fabb1e5
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/alpine-n98-magerun/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Installs n98-magerun on alpine

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Version of n98-magerun to install | string | 7.2.0 |
| version | Version of n98-magerun to install | string | 7.3.1 |
| initZsh | Init zsh | boolean | true |


Expand Down
24 changes: 24 additions & 0 deletions src/alpine-php-composer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

# alpine-php-composer (alpine-php-composer)

Installs php composer on alpine

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-php-composer:0": {}
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Version of composer to install | string | 2.7.1 |



---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-php-composer/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
24 changes: 24 additions & 0 deletions src/alpine-php-xdebug/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

# alpine-php-xdebug (alpine-php-xdebug)

Installs php xdebug on alpine

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-php-xdebug:0": {}
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Version of xdebug to install | string | 3.3.1 |



---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-php-xdebug/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

0 comments on commit fabb1e5

Please sign in to comment.