dotpay / omnipay-dotpay

Omnipay
MIT License
0 stars 7 forks source link

The requested package omnipay/dotpay could not be found in any version #7

Open pjadanowski opened 5 years ago

pjadanowski commented 5 years ago

after adding "omnipay/dotpay": "~3.0" to composer.json and running composer update got following message The requested package omnipay/dotpay could not be found in any version

TomaszGasior commented 4 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"
        }
    ],