diff --git a/src/alpine-n98-magerun/README.md b/src/alpine-n98-magerun/README.md index 28eee06..4532a8d 100644 --- a/src/alpine-n98-magerun/README.md +++ b/src/alpine-n98-magerun/README.md @@ -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 | diff --git a/src/alpine-php-composer/README.md b/src/alpine-php-composer/README.md new file mode 100644 index 0000000..94eab1a --- /dev/null +++ b/src/alpine-php-composer/README.md @@ -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`._ diff --git a/src/alpine-php-xdebug/README.md b/src/alpine-php-xdebug/README.md new file mode 100644 index 0000000..b1e737c --- /dev/null +++ b/src/alpine-php-xdebug/README.md @@ -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`._