26 lines
627 B
JSON
26 lines
627 B
JSON
{
|
|
"name": "d3/taxratesadjustment",
|
|
"description": "adjusts the tax rates for the German economic stimulus package 2020 / 2021",
|
|
"type": "library",
|
|
"require": {
|
|
"oxid-esales/oxideshop-ce": "^6.0"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"authors": [
|
|
{
|
|
"name": "D3 Data Development (Inh. Thomas Dartsch)",
|
|
"email": "info@shopmodule.com",
|
|
"homepage": "https://www.d3data.de"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"D3\\TaxRatesAdjustment\\": ""
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin/reduceTaxRate",
|
|
"bin/raiseTaxRate"
|
|
]
|
|
}
|