one todo for the test vm
authorgggeek <giunta.gaetano@gmail.com>
Thu, 5 Jan 2023 21:14:19 +0000 (21:14 +0000)
committergggeek <giunta.gaetano@gmail.com>
Thu, 5 Jan 2023 21:14:19 +0000 (21:14 +0000)
tests/ci/setup/setup_composer.sh

index 83939f9..600c1e3 100755 (executable)
@@ -11,6 +11,7 @@ fi
 
 ### Code below taken from https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md
 
+# @todo replace wget with curl, so that we only need one of the two tools. Since we use php-curl, libcurl will be installed anyway
 EXPECTED_SIGNATURE="$(wget -q -O - https://composer.github.io/installer.sig)"
 php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
 ACTUAL_SIGNATURE="$(php -r "echo hash_file('sha384', 'composer-setup.php');")"