make installable in OXID 6.3.x

This commit is contained in:
Daniel Seifert 2021-04-26 08:41:13 +02:00
parent d7b279a4aa
commit ad00dfdea8
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
1 changed files with 3 additions and 3 deletions

View File

@ -31,10 +31,10 @@
} }
}, },
"require": { "require": {
"php": "^7.0", "php": "^7.0 || ^8.0",
"oxid-esales/oxideshop-ce": "6.3 - 6.6", "oxid-esales/oxideshop-ce": "6.3 - 6.8",
"spipu/html2pdf": "^5.2", "spipu/html2pdf": "^5.2",
"d3/modcfg": "^5.3.6.000" "d3/modcfg": "^5.3.6.000 || ^6"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {