8
0
Fork 0
This repository has been archived on 2021-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
TaxRatesAdjustment/composer.json

26 lines
627 B
JSON
Raw Permalink Normal View History

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",
2020-06-08 09:04:22 +02:00
"homepage": "https://www.d3data.de"
2020-06-05 13:38:40 +02:00
}
],
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"
]
}