Install errors via composer
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3534192. -->
Reported by: [andybroomfield](https://www.drupal.org/user/636756)
Related to !3
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>When I try to install the module using composer require drupal/govuk_pay I get this error</p>
<pre>Your requirements could not be resolved to an installable set of packages.<br><br> Problem 1<br> - Root composer.json requires drupal/govuk_pay * -> satisfiable by drupal/govuk_pay[dev-1.x, 1.0.0-alpha1, 1.0.0-alpha2, 1.x-dev].<br> - drupal/govuk_pay[dev-1.x, 1.0.0-alpha1, ..., 1.x-dev] require tanc/govuk-pay-client-php ^1.0.3 -> could not be found in any version, there may be a typo in the package name.</pre><p>
Is tanc/govuk-pay-client-php published?<br>
<a href="https://packagist.org/search/?query=tanc%2Fgovuk-pay-client-php">https://packagist.org/search/?query=tanc%2Fgovuk-pay-client-php</a><br>
Maybe <a href="https://github.com/tanc/govuk-pay-client-php">https://github.com/tanc/govuk-pay-client-php</a> needs to be added to packagist?</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>Try to install the module using composer require drupal/govuk_pay.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Either make sure tanc/govuk-pay-client-php is published as an installable package, or change the requirement to an official library.</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<p>Publish the package!</p>
issue