infinum / eightshift-libs

Library that is meant to be used inside Eightshift Boilerplate and Eightshift Boilerplate Plugin libs via composer in order to be able to easily set up a modern development process.
https://eightshift.com
MIT License
62 stars 10 forks source link

[BUG] Default composer.json in newly generated themes does not validate. #424

Open goranalkovic-infinum opened 2 months ago

goranalkovic-infinum commented 2 months ago

The private and version keys shouldn't be there, it fails config validation.

"license": "proprietary", can be added instead per-project, if needed.

mbmjertan commented 2 months ago

I would suggest not setting any composer project metadata apart from require, require-dev, scripts and mandatory keys.