Files
AeonDumpManager/composer.json
T

65 lines
1.9 KiB
JSON
Executable File

{
"name": "aeon/dump-manager",
"description": "Export database dumps for Shopware 6 environments.",
"type": "shopware-platform-plugin",
"license": "MIT",
"version": "0.0.3",
"keywords": [
"shopware",
"shopware6",
"plugin",
"dump",
"database",
"developer-tools"
],
"homepage": "https://git.arthurerlich.de/haylan/AeonDumpManager",
"authors": [
{
"name": "Arthur Erlich",
"homepage": "https://arthurerlich.de",
"role": "Developer"
}
],
"support": {
"issues": "https://git.arthurerlich.de/haylan/AeonDumpManager/issues",
"source": "https://git.arthurerlich.de/haylan/AeonDumpManager"
},
"require": {
"php": "^8.1",
"shopware/core": "~6.6.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0"
},
"extra": {
"shopware-plugin-class": "AeonDumpManager\\AeonDumpManager",
"copyright": "(c) by Arthur Erlich",
"label": {
"de-DE": "Aeon Dump Manager",
"en-GB": "Aeon Dump Manager"
},
"description": {
"de-DE": "Verwaltet Datenbank-Dumps für Shopware 6 Entwicklungsumgebungen.",
"en-GB": "Manages database dumps for Shopware 6 development environments."
},
"manufacturerLink": {
"de-DE": "https://arthurerlich.de",
"en-GB": "https://arthurerlich.de"
},
"supportLink": {
"de-DE": "https://git.arthurerlich.de/haylan/AeonDumpManager/issues",
"en-GB": "https://git.arthurerlich.de/haylan/AeonDumpManager/issues"
}
},
"autoload": {
"psr-4": {
"AeonDumpManager\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"AeonDumpManager\\Tests\\": "tests/"
}
},
"minimum-stability": "stable"
}