- Issue created by @andybroomfield
- 🇬🇧United Kingdom andybroomfield
For details why the included VCS repo inside the composer.json doesn't work: https://getcomposer.org/doc/faqs/why-cant-composer-load-repositories-rec...
When I try to install the module using composer require drupal/govuk_pay I get this error
Your requirements could not be resolved to an installable set of packages.
Problem 1
- 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].
- 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.
Is tanc/govuk-pay-client-php published?
https://packagist.org/search/?query=tanc%2Fgovuk-pay-client-php
Maybe https://github.com/tanc/govuk-pay-client-php needs to be added to packagist?
Try to install the module using composer require drupal/govuk_pay.
Either make sure tanc/govuk-pay-client-php is published as an installable package, or change the requirement to an official library.
Publish the package!
Active
1.0
Code
For details why the included VCS repo inside the composer.json doesn't work: https://getcomposer.org/doc/faqs/why-cant-composer-load-repositories-rec...