The "technicalName" for the store.shopware.com/klavi_overd plugin in the var/plugins.json is generated as "klavi_overd".
Expected behaviour
The "technicalName" for the store.shopware.com/klavi_overd plugin in the var/plugins.json should be generated as "klavi-overd".
Steps to Reproduce?
Untested:
Install store.shopware.com/klavi_overd
Run shopware-cli project storefront-build
Check the "technicalName" in the var/plugins.json
When using bin/build-storefront.sh the "technicalName" is "klavi-overd" as expected, but for shopware-cli project storefront-build it is "klavi_overd".
PHP Version
8.2.17
Shopware Version
6.5.8.7
Plugin Version
2.11.1
Actual behaviour
The "technicalName" for the
store.shopware.com/klavi_overd
plugin in thevar/plugins.json
is generated as"klavi_overd"
.Expected behaviour
The "technicalName" for the
store.shopware.com/klavi_overd
plugin in thevar/plugins.json
should be generated as"klavi-overd"
.Steps to Reproduce?
Untested:
When using
bin/build-storefront.sh
the "technicalName" is "klavi-overd" as expected, but forshopware-cli project storefront-build
it is "klavi_overd".