-
Notifications
You must be signed in to change notification settings - Fork 129
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
Alias v7-dev for latest backpack/crud version does not work yet #626
Comments
🚨 Bot is not sure about this answer. Please verify. 🚨 Thank you for your question about Backpack's versioning and upgrade process. Based on the information provided in the knowledge sources, I can offer some insights: You're correct that the Your suggestion to use a branch alias in the composer.json file is a good one. However, the knowledge sources don't provide information about current branch aliases for version 7. The most recent information we have about version development comes from the v7 workflow issue, which indicates that work on version 7 is just beginning. The team is planning several new features and breaking changes for this version, but it's not yet ready for general use or testing. Given this information, I would recommend the following:
For the most up-to-date and accurate information about upgrading to v7 or using development versions, I recommend reaching out to the Backpack team directly through their official channels or GitHub issues. ℹ️ Please note our AI Bot does not reply to follow-ups, this will be the only AI answer in this thread. If the AI helped you find the answer, please mark it as answered or write details below so it can learn. Then close the conversation. If not, please give more information for when a human reads this. ℹ️ Relevant sources: Github Issue (closed): Cant install Backpack 4.0 on Laravel 6.0 |
The current (preliminary) upgrade guide for v7.x suggests to use
v7-dev
as version to upgrade to v7 (alpha), however this does not seem to work on my end. I think this is due to thev7
branch not existing, given that seems to be the branch pattern composer expects.While one solution would be to already create a
v7
branch, possibly a neater way to go would be to use a (composer) branch alias. There already is an outdated alias ofmaster
to4.0-dev
:https://github.com/Laravel-Backpack/CRUD/blob/2d7499ed90b453444d6ab721754c045dcd48de79/composer.json#L70-L72
I think adding a
dev-main: 7.x-dev
(or7.0.x
) alias would probably be the easiest way forward, to easily support various ranges of constraints to refer to the new version, like just^7.0
or7.x-dev
.The text was updated successfully, but these errors were encountered: