diff options
Diffstat (limited to 'test/php/install_php_8_2.sh')
-rw-r--r-- | test/php/install_php_8_2.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/php/install_php_8_2.sh b/test/php/install_php_8_2.sh index 9320268..7427229 100644 --- a/test/php/install_php_8_2.sh +++ b/test/php/install_php_8_2.sh @@ -6,6 +6,7 @@ set -e source dev-container-features-test-lib check "php-version-8.2-is-installed" bash -c "php --version | grep '8.2'" +check "composer-version" composer --version # Report result reportResults |