jenssegers / laravel-mongodb-sentry

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

Laravel 5 support #10

Closed arcadas closed 9 years ago

arcadas commented 9 years ago

Please create a new branch or version and change the required Cartalyst\Sentry package in composer.json:

From: "cartalyst/sentry": "2.1.*", To: "cartalyst/sentry": "dev-feature/laravel-5",

This fix the Call to undefined method [package] issue.

Thank You!

tomykho commented 9 years ago

+1

jenssegers commented 9 years ago

Did they still not merge the L5 branch?

jenssegers commented 9 years ago

I modified composer.json

tusharvikky commented 9 years ago

Do we have to update this for L4.2?

arcadas commented 9 years ago

You can use the following settings in your composer.json file for Laravel 4:

"jenssegers/mongodb-sentry": "dev-master#52c12d5d18d3fc35376d735fcef7fd48fce8b4f3"
tusharvikky commented 9 years ago

@arcadas we still have to update this?

"cartalyst/sentry": "dev-feature/laravel-5",
arcadas commented 9 years ago

If you update your composer.json and run composer update, then the "cartalyst/sentry": "dev-feature/laravel-5", will be change to "cartalyst/sentry": "2.1.*", in the vendor/jenssegers/mongodb-sentry/composer.json.

tusharvikky commented 9 years ago
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for jenssegers/mongodb-sentry dev-master#52c12d5d18d3fc35376d735fcef7fd48fce8b4f3 -> satisfiable by jenssegers/mongodb-sentry[dev-master].
    - jenssegers/mongodb-sentry dev-master requires cartalyst/sentry dev-feature/laravel-5 -> 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://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.
arcadas commented 9 years ago

Did you set minimum-stability to dev? "minimum-stability": "dev"

tusharvikky commented 9 years ago
Call to undefined method Cartalyst\Sentry\SentryServiceProvider::mergeConfigFrom() 

EDIT: The composer.json of vendor/jenssegers/mongodb-sentry requires sentry:2.1, But its pulling dev-feature/laravel-5.

tusharvikky commented 9 years ago

image

jenssegers commented 9 years ago

I tagged v1.1.0-beta. Will tag v1.1.0 once they merge it into master.