Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion prepare.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ function curl_selected_bits(\$k) { return in_array(\$k, array('version', 'ssl_ve
) );

// Update the command to use the downloaded Composer phar file.
$composer_cmd .= 'php composer.phar ';
$composer_cmd .= $WPT_PHP_EXECUTABLE.' composer.phar ';
Comment thread
kittenkamala marked this conversation as resolved.
Outdated
}

// Set the PHP version for Composer to ensure compatibility and update dependencies.
Expand Down