51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"name": "d3/prg-redirects",
|
|
"description": "form redirects after POST (like in PRG pattern)",
|
|
"type": "oxideshop-module",
|
|
"keywords": [
|
|
"oxid",
|
|
"modules",
|
|
"eShop",
|
|
"d3",
|
|
"redirects"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "D3 Data Development (Inh. Thomas Dartsch)",
|
|
"email": "info@shopmodule.com",
|
|
"homepage": "https://www.d3data.de",
|
|
"role": "Owner"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "support@shopmodule.com"
|
|
},
|
|
"homepage": "https://www.oxidmodule.com/",
|
|
"license": [
|
|
"GPL-3.0-or-later"
|
|
],
|
|
"require": {
|
|
"oxid-esales/oxideshop-ce": "6.3 - 6.10"
|
|
},
|
|
"require-dev": {
|
|
"oxid-esales/oxideshop-ce": "~6.10.0",
|
|
"friendsofphp/php-cs-fixer": "^2.19",
|
|
"phpstan/phpstan": "^1.8"
|
|
},
|
|
"extra": {
|
|
"oxideshop": {
|
|
"blacklist-filter": [
|
|
"*.md",
|
|
"composer.json",
|
|
".php-cs-fixer.php"
|
|
],
|
|
"target-directory": "d3/prg-redirects"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"D3\\PRGredirects\\": "../../../source/modules/d3/prg-redirects"
|
|
}
|
|
}
|
|
}
|