8
0
Bifurcation 0
Ce dépôt a été archivé le 2021-01-04. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
TaxRatesAdjustment/composer.json

26 lignes
626 B
JSON
Brut Vue normale Historique

2020-06-05 13:38:40 +02:00
{
"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": "http://www.d3data.de"
}
],
2020-06-05 14:18:24 +02:00
"autoload": {
"psr-4": {
"D3\\TaxRatesAdjustment\\": ""
}
},
2020-06-05 13:38:40 +02:00
"bin": [
"bin/reduceTaxRate",
"bin/raiseTaxRate"
]
}