You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if I'm being a total beginner here with composer, but just tried using this instead of the "official" billogram-v2-api-php-lib because of how the maintainers of the the official billogram-library responded to issues.
Found out that I had some missing dependencies which weren't automatically included, that I had to dig around in your repo(s) to find. Perhaps this is in alpha/beta-stage and not ment for production?
Best regards
The text was updated successfully, but these errors were encountered:
There are some virtual packages which require you to choose an implementation (php-http/client-implementation). I find it a bit odd that they are not included in the installation instructions.
I think composer require php-http/guzzle6-adapter php-http/message should be just enough for you.
Hi,
Sorry if I'm being a total beginner here with composer, but just tried using this instead of the "official" billogram-v2-api-php-lib because of how the maintainers of the the official billogram-library responded to issues.
Found out that I had some missing dependencies which weren't automatically included, that I had to dig around in your repo(s) to find. Perhaps this is in alpha/beta-stage and not ment for production?
Best regards
The text was updated successfully, but these errors were encountered: