symplify / monorepo-builder

Composer tools to maintain a monorepo
https://www.tomasvotruba.cz/blog/2019/02/18/how-we-automated-shopsys-packages-release-from-2-days-to-1-console-command/
MIT License
445 stars 37 forks source link

Optimize the composer properties sorting #73

Closed kayw-geek closed 3 weeks ago

kayw-geek commented 3 weeks ago

Summary

This PR optimizes the sorting of Composer properties according to the schema provided by the official documentation.

Details

Optimization: The sorting of Composer properties has been optimized to follow the official schema. This ensures that the properties are displayed in a consistent and predictable order. Implementation: The ordering logic has been updated to reference the official schema, providing a more robust and reliable method for sorting Composer properties.