Make Composer useable for current release

This commit is contained in:
2025-07-09 22:26:35 +02:00
parent a5f1034694
commit 90edd23e4f

View File

@@ -16,7 +16,7 @@ then
fi
# May need to remove the explicit pinning of version 1 in the future
php composer-setup.php --quiet --1
php composer-setup.php --quiet
RESULT=$?
rm composer-setup.php
exit $RESULT