Active
Project:
Comments Order
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2026 at 07:57 UTC
Updated:
10 Apr 2026 at 07:57 UTC
Jump to comment: Most recent
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