diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-02-07 20:52:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 20:52:33 +0300 |
commit | 36d7664ebab393f0033bbc25394c67e3aed3efb1 (patch) | |
tree | fd18851a0c825de108f70e7d8cf377451b51769a /src/php/devcontainer-feature.json | |
parent | c997f9af697c6f09143d4b0f5305332e7adb71f5 (diff) |
PHP: Allow 'version:none' (#439)feature_php_1.1.2
* PHP: Allow 'version:none'
* fix tests
Diffstat (limited to 'src/php/devcontainer-feature.json')
-rw-r--r-- | src/php/devcontainer-feature.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/php/devcontainer-feature.json b/src/php/devcontainer-feature.json index ae270d0..77fcf98 100644 --- a/src/php/devcontainer-feature.json +++ b/src/php/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "php", - "version": "1.1.1", + "version": "1.1.2", "name": "PHP", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/php", "options": { @@ -10,7 +10,8 @@ "latest", "8", "8.2", - "8.2.0" + "8.2.0", + "none" ], "default": "latest", "description": "Select or enter a PHP version" |