composer / satis

Simple static Composer repository generator - For a full private Composer repo use Private Packagist
MIT License
3.14k stars 519 forks source link

Add 'includes' option to satis schema #920

Closed onspli closed 1 month ago

onspli commented 1 month ago

PR #726 added an option to disable output of all Composer v1 metadata with includes option. The option has never been added to satis-schema.json so an attempt to actually use the option cases error

The property includes is not defined and the definition does not allow additional properties

Fixes #751

alcohol commented 1 month ago

Thanks