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 changed files with 1 additions and 0 deletions

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;