inpsyde / modularity

A PSR-11 implementation for WordPress Plugins, Themes or Libraries.
https://inpsyde.github.io/modularity/
GNU General Public License v2.0
44 stars 4 forks source link

`composer normalize` #15

Closed tyrann0us closed 3 years ago

tyrann0us commented 3 years ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Bugfix

What is the current behavior? (You can also link to an open issue here) composer.json is not sorted according to the official Composer JSON schema. Also, the "description" property has typos (uppercased words).

What is the new behavior (if this is a feature change)? composer.json is normalized. Also, typos have been fixed in the "description" property.

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) No.

Other information: The composer.json normalization has been done automatically with the composer-normalize command.

Chrico commented 3 years ago

Thanks! Now looks like before, just way more clean and ordered.. 😬