Closed
Description
Q | A |
---|---|
Bug report? | no |
Feature request? | yes |
Library version | 1.14.0 |
Would be great to have a config option to disable the "version" check of the composer.json of ComposerMustBeValid.
• [Architecture] Composer.json is not valid:
composer.json: The version field is present, it is recommended to leave it out if the package is published on Packagist.
So if we develop a package which must have a <version>
in its composer.json we can disable the check of the version, but not the whole ComposerMustBeValid check, to reach 100% in ARCHITECTURE but still get the composer.json checked.