Sylius / PluginTemplate

MIT License
4 stars 3 forks source link

Custom package name is ignored by the configurator. #10

Open gigabites19 opened 1 year ago

gigabites19 commented 1 year ago

When you run composer create-project sylius/plugin-template SyliusPlugin - suggested package name is used always, even if you provide custom name (third question).

diimpp commented 11 months ago

I'm reproducing the issue, I've specified

 -------------------------- --------------------------------------- 
  Name                       SyliusFeaturePlugin              
  Vendor                     AcMe                               
  Package name               acme/sylius-feature-plugin  
  Namespace                  AcMe\SyliusFeaturePlugin     
 -------------------------- --------------------------------------- 

configuration and got ac-me vendor name at resulting composer.json

    "name": "ac-me/sylius-feature-plugin",
    "description": "My brand new Sylius plugin!",
    "type": "sylius-plugin",
    "license": "MIT",