XRechnung4OXID/composer.json
2025-01-03 11:44:39 +01:00

44 lines
911 B
JSON

{
"name": "d3/xrechnung4oxid",
"description": "XRechnung, Client für den Oxid eShop",
"type": "oxideshop-module",
"keywords": [
"oxid",
"modules",
"eShop",
"d3",
"XRechnung"
],
"authors": [
{
"name": "D3 Data Development (Inh. Thomas Dartsch)",
"email": "info@shopmodule.com",
"homepage": "https://www.d3data.de",
"role": "Owner"
}
],
"support": {
"email": "support@shopmodule.com"
},
"homepage": "https://www.oxidmodule.com/",
"license": [
"GPL-3.0-or-later"
],
"require": {
"guzzlehttp/guzzle": "^7",
"oxid-esales/oxideshop-ce": "6.3 - 6.14",
"ext-json": "*"
},
"extra": {
"oxideshop": {
"source-directory": "/src",
"target-directory": "d3/xrechnungforoxid"
}
},
"autoload": {
"psr-4": {
"D3\\XRechnungForOxid\\": "../../../source/modules/d3/xrechnungforoxid"
}
}
}