You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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
The composer.json reads
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
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.
The text was updated successfully, but these errors were encountered: