Fix for Missing drupal/gplib package in Composer
If yall are like me, you have all started using composer for all of your Drupal dependency management. This is all through the work of webflow and his maintenance on packagist.drupal-composer.org.
I did run into a problem recently:
{
require-dev: {
"drupal/api": "7.*",
}
}
This yields the following error