diff options
Diffstat (limited to 'test/php/scenarios.json')
-rw-r--r-- | test/php/scenarios.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/php/scenarios.json b/test/php/scenarios.json index dac7998..1e4df06 100644 --- a/test/php/scenarios.json +++ b/test/php/scenarios.json @@ -23,5 +23,14 @@ "version": "8.2" } } + }, + "install_only_composer": { + "image": "mcr.microsoft.com/devcontainers/php:latest", + "features": { + "php": { + "version": "none", + "installComposer": true + } + } } } |