If you run composer install command, and get error
curl error 28 while downloading https://repo.packagist.org/p2/drupal/webform.json: Connection timed out after 10002 milliseconds
try to run this command:
composer config --global process-timeout 2000
Leave a Reply