-
Notifications
You must be signed in to change notification settings - Fork 929
Closed
Labels
State: In progressThe issue is being worked onThe issue is being worked onType: DocumentationType: FeatureIssue is a new feature requestIssue is a new feature requestcomposer.json
Description
Currently minimum-stability is set to "dev".
I think we should rely on composer defaults and have the minimum stability set to "stable" just by removing that line.
https://getcomposer.org/doc/04-schema.md#minimum-stability
Then we will need to add dev, alpha, beta, RC suffixes to the specific dependencies that need it like for example devel or drupal console.
https://getcomposer.org/doc/04-schema.md#package-links
The composer.json get also more semantic.
This way we don't hide dependencies on modules, libraries, etc that are not so mature.
This all started for me because there is a contrib module with a broken HEAD
https://www.drupal.org/node/2872222
What do you think?
fafnirical, flaviovs and Kwadz
Metadata
Metadata
Assignees
Labels
State: In progressThe issue is being worked onThe issue is being worked onType: DocumentationType: FeatureIssue is a new feature requestIssue is a new feature requestcomposer.json