1
0
This repository has been archived on 2024-03-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
EtailConferenceTheme/composer.json

18 lines
437 B
JSON
Raw Permalink Normal View History

{
"name": "itg-theme/etail-west-plugin",
"description": "eTail West theme plugin for presentation",
"type": "shopware-platform-plugin",
"version": "1.4.0",
"license": "MIT",
"autoload": {
"psr-4": {
"EtailConferenceTheme\\": "src/"
}
},
"extra": {
"shopware-plugin-class": "EtailConferenceTheme\\EtailConferenceTheme",
"label": {
"en-GB": "eTail West theme plugin for presentation"
}
}
}