52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "d3/articlevoucher",
|
|
"description": "Allows articles to be used as voucher value",
|
|
"type": "oxideshop-module",
|
|
"keywords": [
|
|
"oxid",
|
|
"modules",
|
|
"eShop",
|
|
"d3",
|
|
"article",
|
|
"voucher"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "D3 Data Development (Inh. Thomas Dartsch)",
|
|
"email": "info@shopmodule.com",
|
|
"homepage": "https://www.d3data.com",
|
|
"role": "Owner"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "support@shopmodule.com"
|
|
},
|
|
"homepage": "https://www.oxidmodule.com/",
|
|
"license": [
|
|
"proprietary"
|
|
],
|
|
"suggest": {
|
|
},
|
|
"require": {
|
|
"php": "^8.0",
|
|
"ext-sourceguardian": ">=14",
|
|
"oxid-esales/oxideshop-ce": "7.0 - 7.1",
|
|
"d3/modcfg": "^7.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "~3.13.0",
|
|
"boxblinkracer/phpunuhi": "^1.12"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"D3\\Articlevoucher\\": ""
|
|
}
|
|
},
|
|
"scripts": {
|
|
"php-cs-fixer_audit": "./vendor/bin/php-cs-fixer list-files --config=./vendor/d3/articlevoucher/.php-cs-fixer.php",
|
|
"php-cs-fixer_fix": "./vendor/bin/php-cs-fixer fix --config=./vendor/d3/articlevoucher/.php-cs-fixer.php",
|
|
|
|
"phpunuhi": "./vendor/bin/phpunuhi --configuration=vendor/d3/articlevoucher/phpunuhi.xml validate"
|
|
}
|
|
}
|