make installable in OXID 7

This commit is contained in:
Daniel Seifert 2024-07-02 14:47:56 +02:00
parent b374688479
commit 17ffe55a60
2 changed files with 5 additions and 10 deletions

View File

@ -2,13 +2,14 @@
## Versionsübersicht: ## Versionsübersicht:
* 3.x - OXID 6.2 bis 6.3 * 4.x - OXID 7.0 bis 7.1
* 3.x - OXID 6.2 bis 6.5
* 2.x - OXID 6.0 bis 6.1 * 2.x - OXID 6.0 bis 6.1
* 1.x - bis OXID 4.10 / 5.3 * 1.x - bis OXID 4.10 / 5.3
## Installation ## Installation
composer require d3/devhelper:"^3.0" composer require d3/devhelper:"^4.0"
## Features ## Features

View File

@ -26,18 +26,12 @@
"license": [ "license": [
"GPL-3.0-or-later" "GPL-3.0-or-later"
], ],
"extra": {
"oxideshop": {
"source-directory": "/src",
"target-directory": "d3/devhelper"
}
},
"require": { "require": {
"oxid-esales/oxideshop-ce": "6.5 - 6.14" "oxid-esales/oxideshop-ce": "^7.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"D3\\Devhelper\\": "../../../source/modules/d3/devhelper" "D3\\Devhelper\\": ""
} }
} }
} }