Open pjadanowski opened 5 years ago
For some reason Dotpay doesn't like to publish their integrations to the Packagist. Add the following code your composer.json
and then try again.
"repositories": [
{
"type": "github",
"no-api": false,
"url": "https://github.com/dotpay/omnipay-dotpay.git"
}
],
after adding
"omnipay/dotpay": "~3.0"
to composer.json and runningcomposer update
got following messageThe requested package omnipay/dotpay could not be found in any version