58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "d3/multilang",
|
|
"description": "Text item handler module for OXID eShop.",
|
|
"type": "oxideshop-module",
|
|
"keywords": [
|
|
"oxid",
|
|
"modules",
|
|
"eShop",
|
|
"d3",
|
|
"text items",
|
|
"translation",
|
|
"languages"
|
|
],
|
|
"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": [
|
|
"proprietary"
|
|
],
|
|
"require": {
|
|
"php": "^8.0",
|
|
"ext-sourceguardian": "^14",
|
|
"ext-pdo": "*",
|
|
"oxid-esales/oxideshop-ce": "7.0 - 7.0",
|
|
"d3/modcfg": "^7.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "~3.13.0",
|
|
"phpstan/phpstan": "^1.10",
|
|
"boxblinkracer/phpunuhi": "^1.12",
|
|
"rector/rector": "^0.18.13"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"D3\\Multilang\\": ""
|
|
}
|
|
},
|
|
"scripts": {
|
|
"php-cs-fixer": "./vendor/bin/php-cs-fixer fix --config=vendor/d3/multilang/.php-cs-fixer.php",
|
|
|
|
"phpstan": "./vendor/bin/phpstan --configuration=vendor/d3/multilang/phpstan.neon analyse",
|
|
"phpstan-report": "./vendor/bin/phpstan --configuration=vendor/d3/multilang/phpstan.neon analyse --error-format=json > vendor/d3/multilang/tests/phpstan.report.json",
|
|
|
|
"rector": "./vendor/bin/rector process --dry-run --config ./vendor/d3/multilang/rector.php",
|
|
|
|
"phpunuhi": "./vendor/bin/phpunuhi --configuration=vendor/d3/multilang/phpunuhi.xml validate"
|
|
}
|
|
}
|