composer error
s2892 opened this issue · 2 comments
s2892 commented
I want to give a try this package, but when I added to composer.json
and run composer update.
I have an message:
- The requested package jenssegers/mongodb-sentry could not be found in any version, there may be a typo in the package name.
I added: "jenssegers/mongodb": "*"
is installed and working fine - tested
Any idea of this issue ?
jenssegers commented
It can depend on what your minimum stability is. I've release a v1.0.0.
s2892 commented
Thank you for help. I replaced "*" by "dev-master" and work perfectly 👍