Compare commits

..

No commits in common. "main" and "1.0.0" have entirely different histories.
main ... 1.0.0

2 changed files with 1 additions and 28 deletions

View file

@ -1,23 +0,0 @@
This Shopware plugin is licensed under the
Creative Commons Attribution 4.0 International License (CC BY 4.0).
You are free to:
- Use the software for private and commercial purposes
- Modify the software
- Distribute the software
Under the following conditions:
Attribution — You must give appropriate credit to the author.
Required attribution:
"<Plugin Name> by <Your Company or Name>"
The attribution must be included in:
- the plugin documentation, or
- the administration interface of the system using the plugin.
License:
https://creativecommons.org/licenses/by/4.0/

View file

@ -3,11 +3,7 @@
"description": "Normalizes APP_URL for staging environments served under a subdirectory",
"type": "shopware-platform-plugin",
"version": "1.0.0",
"license": "CC-BY-4.0",
"authors": [{
"name": "S.U. Media",
"email": "kontakt@sumedia-webdesign.de"
}],
"license": "MIT",
"require": {
"shopware/core": "~6.6.0"
},