62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"name": "d3/mailconfigchecker",
|
|
"description": "Mail configuration check tool",
|
|
"type": "oxideshop-module",
|
|
"keywords": [
|
|
"oxid",
|
|
"modules",
|
|
"eShop",
|
|
"d3",
|
|
"testing"
|
|
],
|
|
"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": {
|
|
"php": ">=7.3",
|
|
"oxid-esales/oxideshop-ce": "6.8 - 6.14",
|
|
"pear/net_smtp": "^1.11",
|
|
"mika56/spfcheck": "^1.1.7|^2.1.1",
|
|
"beberlei/assert": "^3.3"
|
|
},
|
|
"require-dev": {
|
|
"php": "^7.4",
|
|
"phpunit/phpunit" : "^9.5",
|
|
"friendsofphp/php-cs-fixer": "^3.9",
|
|
"phpstan/phpstan": "^1.8",
|
|
"boxblinkracer/phpunuhi": "^1.12"
|
|
},
|
|
"extra": {
|
|
"oxideshop": {
|
|
"blacklist-filter": [
|
|
"*.md",
|
|
"composer.json",
|
|
".php-cs-fixer.php",
|
|
"*.neon"
|
|
],
|
|
"target-directory": "d3/mailconfigchecker"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"D3\\MailConfigChecker\\": "../../../source/modules/d3/mailconfigchecker"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"phpstan": "./vendor/bin/phpstan --configuration=./vendor/d3/mailconfigchecker/phpstan.neon",
|
|
"phpunuhi": "./vendor/bin/phpunuhi --configuration=vendor/d3/mailconfigchecker/phpunuhi.xml validate"
|
|
}
|
|
}
|