aboutsummaryrefslogtreecommitdiff
path: root/test/php/scenarios.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/php/scenarios.json')
-rw-r--r--test/php/scenarios.json9
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
+ }
+ }
}
}