cedaro / satispress

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

Composer name per instead of all with same vendor prefix #168

Open dmschlot opened 2 years ago

dmschlot commented 2 years ago

Currently all plugins and themes are given the same vendor prefix by satispress. For multiple reasons, including when the vendor uses composer to match their existing composer name, we'd like to be able to specify the composer name per plugin and theme -- then fallback to the current use of a default vendor prefix if no specific composer name is given.

Questions

  1. Has this type of feature been considered or attempted previously?
  2. If we were to add this feature to satispress, what would help increase the chance of a pull request being accepted?
  3. Any preferences on how it is implemented? (We are currently thinking of adding a text field to specify composer names next to each package/theme within the "Managed Packages" view.)

Thanks, David

chrillep commented 10 months ago

yeah setting vendor would be great and fallback to the setting