cedaro / satispress

Expose installed WordPress plugins and themes as Composer packages.
500 stars 48 forks source link

`authors` property in packages.json incorrectly formatted #185

Closed NielsdeBlaauw closed 1 year ago

NielsdeBlaauw commented 1 year ago

The authors expects an array of objects within the composer.json schema. The packages.json file generated by satispress incorrectly places the object at the root level instead of a listitem, which doesn't parse correctly.