2026-03-16 18:06:14 +01:00
|
|
|
{
|
|
|
|
|
"name": "sumedia-webdesign/sumedia-stage",
|
|
|
|
|
"description": "Normalizes APP_URL for staging environments served under a subdirectory",
|
|
|
|
|
"type": "shopware-platform-plugin",
|
|
|
|
|
"version": "1.0.0",
|
2026-03-16 18:38:57 +01:00
|
|
|
"license": "CC-BY-4.0",
|
|
|
|
|
"authors": [{
|
|
|
|
|
"name": "S.U. Media",
|
|
|
|
|
"email": "kontakt@sumedia-webdesign.de"
|
|
|
|
|
}],
|
2026-03-16 18:06:14 +01:00
|
|
|
"require": {
|
|
|
|
|
"shopware/core": "~6.6.0"
|
|
|
|
|
},
|
|
|
|
|
"extra": {
|
|
|
|
|
"shopware-plugin-class": "SumediaStage\\SumediaStage",
|
|
|
|
|
"plugin-icon": "src/Resources/config/plugin.png",
|
|
|
|
|
"label": {
|
|
|
|
|
"de-DE": "Sumedia Stage",
|
|
|
|
|
"en-GB": "Sumedia Stage"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"SumediaStage\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|