42 lines
856 B
JSON
42 lines
856 B
JSON
{
|
|
"name": "d3/pdfdocuments_compat",
|
|
"description": "Kompatibilitätslayer für PDF-Dokumentgenerator",
|
|
"type": "oxideshop-module",
|
|
"keywords": [
|
|
"oxid",
|
|
"modules",
|
|
"eShop",
|
|
"d3",
|
|
"PDF"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "D3 Data Development (Inh. Thomas Dartsch)",
|
|
"email": "info@shopmodule.com",
|
|
"homepage": "http://www.d3data.de",
|
|
"role": "Owner"
|
|
}
|
|
],
|
|
"homepage": "https://www.oxidmodule.com/",
|
|
"license": [
|
|
"GPL-3.0-or-later"
|
|
],
|
|
"extra": {
|
|
"oxideshop": {
|
|
"blacklist-filter": [
|
|
"composer.json",
|
|
"docs/**/*.*"
|
|
],
|
|
"target-directory": "d3/pdfdocuments_compat"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^7.0",
|
|
"oxid-esales/oxideshop-ce": "6.3 - 6.5",
|
|
"d3/pdfdocuments": "^1.0"
|
|
},
|
|
"replace": {
|
|
"oxid-projects/pdf-invoice-module": "*"
|
|
}
|
|
}
|