jenssegers / laravel-mongodb-sentry

An extension for Laravel-MongoDB that lets you work with Sentry
54 stars 13 forks source link

composer error #1

Closed s2892 closed 10 years ago

s2892 commented 10 years ago

I want to give a try this package, but when I added to composer.json and run composer update. I have an message:

I added: "jenssegers/mongodb": "*" is installed and working fine - tested

Any idea of this issue ?

jenssegers commented 10 years ago

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

s2892 commented 10 years ago

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