Bugfix: check for curl before trying to download composer

This commit is contained in:
Starbeamrainbowlabs 2019-07-19 19:48:18 +01:00
parent a297823a5a
commit 2d7d60b2b2
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

1
build
View file

@ -114,6 +114,7 @@ task_setup() {
check_command php true;
check_command node true;
check_command npm true;
check_command curl true;
check_php_module pdo_mysql;