Problem/Motivation

The value "1.0" in the composer.json minimum-stability seems to be invalid.

"minimum-stability": "1.0",

This interferes with the update function (/en/admin/reports/updates/update).
The command composer validate will return an error for the module:

drupal/comments_order is invalid, the following errors/warnings were found: # General errors - minimum-stability : Does not have a value in the enumeration [dev,alpha,beta,rc,RC,stable] - minimum-stability : invalid value (1.0), must be one of stable, RC, beta, alpha, dev

Comments

mach3.zone created an issue.