Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3.3.0 requires Silverstripe Framework version ^4.10 which doesn't exist #328

Closed
davejtoews opened this issue Nov 26, 2021 · 1 comment

Comments

@davejtoews
Copy link
Contributor

The composer.json reads

"silverstripe/framework": "^4.10"

Since 4.10 does not exist, composer resolves this to 4.x-dev, and the end result is unreleased dev commits being installed in a repo that requires 3.3.0

143610429-5a2fa025-4c56-4185-8cf1-dc7e826faffe

From the git blame it seems like this is deliberate in order to work with php unit 9, but I don't understand why a "stable" release of this module pushes me into non stable versions of the SilverStripe core. This seems premature.

@emteknetnz
Copy link
Collaborator

Apologies for this - we recommend setting silverstripe/framework to ~4.9.0 until the stable release of 4.10.0. For a full explanation please read this section in the 4.10.0-beta1 changelog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants