initiatione
This commit is contained in:
commit
627caccdaf
9 changed files with 346 additions and 0 deletions
23
composer.json
Normal file
23
composer.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "sumedia-webdesign/sumedia-stage",
|
||||
"description": "Normalizes APP_URL for staging environments served under a subdirectory",
|
||||
"type": "shopware-platform-plugin",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue