jenssegers/laravel-mongodb-sentry

composer error

s2892 opened this issue · 2 comments

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 ?

It can depend on what your minimum stability is. I've release a v1.0.0.

Thank you for help. I replaced "*" by "dev-master" and work perfectly 👍