Skip to content

Commit

Permalink
Update composer.json with new module name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
7underlines committed Feb 26, 2024
1 parent 50ded29 commit ca6466c
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sas/blog-module",
"description": "Blog Module",
"version": "2.10.0",
"name": "thomaspeissl/blog-module-mit",
"description": "Blog Module MIT",
"version": "2.10.0-mit",
"type": "shopware-platform-plugin",
"keywords": ["blog", "news"],
"license":"MIT",
Expand Down Expand Up @@ -30,20 +30,12 @@
"plugin-icon": "src/Resources/config/plugin.png",
"copyright": "(c) by SMK Shape & Shift LTD",
"label": {
"de-DE": "Blog Module",
"en-GB": "Blog Module"
"de-DE": "Blog Module MIT",
"en-GB": "Blog Module MIT"
},
"description": {
"de-DE": "Dieses Plugin fügt Ihrem Shopware-Shop eine leistungsstarke Blog-Funktionalität hinzu. Erstellen, verwalten und veröffentlichen Sie ganz einfach Blog-Posts und -Seiten.",
"en-GB": "This plugin adds a powerful blog functionality to your Shopware store. Easily create, manage, and publish blog posts and pages, and engage customers with content marketing."
},
"manufacturerLink": {
"en-GB": "https://shapeandshift.dev",
"de-DE": "https://shapeandshift.dev"
},
"supportLink": {
"de-DE": "https://shapeandshift.dev",
"en-GB": "https://shapeandshift.dev"
}
},
"autoload": {
Expand Down

0 comments on commit ca6466c

Please sign in to comment.