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
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for scriptotek/sru-client ^0.7 -> satisfiable by scriptotek/sru-client[v0.7.0].
- scriptotek/sru-client v0.7.0 requires psr/http-factory-implementation ^1.0 -> no matching package found.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
- It's a private package and you forgot to add a custom repository to find it
Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
Hi @danmichaelo
I would like to use the sru-client with the symfony/http-client
Can you give me a hint how to set it up for Symfony like you have for Laravel in your readme?
If you get this:
It means you need to install some HTTP factory library.
Solution: Install sru-client with the Guzzle HTTP client and factory libraries:
Of course, you're also free to use other HTTP libraries.
The text was updated successfully, but these errors were encountered: