TASK: simplify beta releases by using composer minimum stability - #93
Open
mhsdesign wants to merge 7 commits into
Open
TASK: simplify beta releases by using composer minimum stability#93mhsdesign wants to merge 7 commits into
mhsdesign wants to merge 7 commits into
Conversation
This is way easier to maintain than including the duplicated list of packages in this release script
mhsdesign
added a commit
to neos/flow-base-distribution
that referenced
this pull request
Jul 15, 2026
no behaviour change
…g helper packages can declare a dependency only required when using not minimum-stability dev
mhsdesign
added a commit
to neos/neos-development-distribution
that referenced
this pull request
Jul 16, 2026
see also same flow change neos/flow-development-distribution#93 automates what we have done for the Neos9 betas manually neos/neos-base-distribution@39f7d21 in Neos the count of dependencies manually to require in the root would be mad (a lot of duplication) and wouldnt even help us to test if we have an installable set in the end if we release
…lopment-collection This has been used for the neos-dev-collection since 9.0 That way we can remove all the sub dependency declarations (as we also have no longer code updating them)
…-minimum-stability
Member
|
I think the conflict was simply caused by the addition of phpcs and is fixed correctly this way. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Neos PR neos/neos-development-distribution#116
This is way easier to maintain than including the duplicated list of packages in this release script.
We did this also for the Neos 9.0 betas (see neos/neos-base-distribution@39f7d21) as in Neos the count of dependencies manually to require got mad, but adding the minimum stability manually required us to remove that manually also which we did not do in time for the actual release again:D
TODO:
flow-development-distribution/composer.json
Lines 31 to 44 in 77e485d