phptek / silverstripe-sentry

Flexible Sentry compatible bug aggregation client for Silverstripe applications.
BSD 3-Clause "New" or "Revised" License
12 stars 22 forks source link

Version 2.x not compatible with SS3 #56

Closed Firesphere closed 3 years ago

Firesphere commented 3 years ago

Despite what the docs say, 2.x has the requirement of silverstripe\framework: ^4.0

Firesphere commented 3 years ago

Duplicate, I did a booboo.

Firesphere commented 3 years ago

Not a duplicate. I did a booboo twice

phptek commented 3 years ago

Despite what the docs say, 2.x has the requirement of silverstripe\framework: ^4.0

What do the docs say and where exactly?

All I see is that:

Versions 2.x and 3.x should work with the same setups, the latter simply uses a newer version of the Sentry PHP SDK, and has a leaner codebase.

"The same setups" == "Silverstripe 4"

Are you saying that you'd like version 2.x of the lib to work with v3.x of Silverstripe framework? If so, that's a different issue (and one I can probably work with)

Firesphere commented 3 years ago

Ahhh, I misunderstood that.

Anyway, I have a SS3 set-up, that when adding the module, version two is auto-selected by Composer for some reason, which is strange.