set dependencies and package replacement
This commit is contained in:
parent
a3b4b61c11
commit
84d660066b
41
composer.json
Normal file
41
composer.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"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": "*"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user