chore:(composer): namespace fix #12
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.0.5] - 2026-09-21
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Changed namespace
|
||||||
|
|
||||||
## [0.0.4] - 2026-09-21
|
## [0.0.4] - 2026-09-21
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
+4
-4
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "aeon/dump-manager",
|
"name": "arthurerlich/aeon-dump-manager",
|
||||||
"description": "Export database dumps for Shopware 6 environments.",
|
"description": "Export database dumps for Shopware 6 environments.",
|
||||||
"type": "shopware-platform-plugin",
|
"type": "shopware-platform-plugin",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.0.4",
|
"version": "0.0.5",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"shopware",
|
"shopware",
|
||||||
"shopware6",
|
"shopware6",
|
||||||
@@ -35,8 +35,8 @@
|
|||||||
"shopware-plugin-class": "AeonDumpManager\\AeonDumpManager",
|
"shopware-plugin-class": "AeonDumpManager\\AeonDumpManager",
|
||||||
"copyright": "(c) by Arthur Erlich",
|
"copyright": "(c) by Arthur Erlich",
|
||||||
"label": {
|
"label": {
|
||||||
"de-DE": "Aeon Dump Manager",
|
"de-DE": "Dump Manager",
|
||||||
"en-GB": "Aeon Dump Manager"
|
"en-GB": "Dump Manager"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"de-DE": "Verwaltet Datenbank-Dumps für Shopware 6 Entwicklungsumgebungen.",
|
"de-DE": "Verwaltet Datenbank-Dumps für Shopware 6 Entwicklungsumgebungen.",
|
||||||
|
|||||||
Reference in New Issue
Block a user