{ "name": "d3/modcfg", "description": "D3 Module Connector", "type": "oxideshop-module", "keywords": [ "oxid", "modules", "eShop", "d3", "connector", "configuration", "license" ], "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": [ "OFL-1.1", "MIT", "CC-BY-3.0", "proprietary" ], "require": { "php": "^8.0", "ext-sourceguardian": ">=14", "oxid-esales/oxideshop-ce": "7.0 - 7.1", "d3/oxid-dic-handler": "^2.1.1.0", "d3/oxid-twig-extensions": "^1.0", "ext-openssl": "*", "ext-mbstring": "*", "ext-dom": "*", "ext-posix": "*", "ext-json": "*", "ext-zlib": "*", "ext-zip": "*", "ext-curl": "*", "ext-fileinfo": "*", "ext-iconv": "*", "ext-libxml": "*", "ext-simplexml": "*", "ext-mysqli": "*", "psr/log": "^1.0.2", "guzzlehttp/guzzle": "^6.3.3 || ^7.0", "splitbrain/php-cli": "^1.2.0", "beberlei/assert": "^3.3.0", "symfony/filesystem": "^6.4.3" }, "require-dev": { "d3/testingtools": "^1.2.0.0", "phpunit/phpunit": "^9.1.1", "mikey179/vfsstream": "^1.6.8", "friendsofphp/php-cs-fixer": "~3.13.0", "phpstan/phpstan": "^1.10", "boxblinkracer/phpunuhi": "^1.12", "rector/rector": "^0.18.13" }, "autoload": { "psr-4": { "D3\\ModCfg\\": "", "D3\\ModCfg\\publicDir\\": "./assets" } }, "bin": [ "bin/d3modules_install", "bin/d3cleartmp", "bin/d3maintenance" ], "scripts": { "php-cs-fixer_audit": "./vendor/bin/php-cs-fixer list-files --config=./vendor/d3/modcfg/.php-cs-fixer.php", "php-cs-fixer_fix": "./vendor/bin/php-cs-fixer fix --config=./vendor/d3/modcfg/.php-cs-fixer.php", "phpstan": "./vendor/bin/phpstan --configuration=vendor/d3/modcfg/phpstan.neon analyse", "phpunit": "XDEBUG_MODE=off ./vendor/bin/phpunit --config=vendor/d3/modcfg/Tests/ --no-coverage", "phpunit-coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --config=vendor/d3/modcfg/Tests/ --coverage-html=vendor/d3/modcfg/Tests/result/coverage", "rector": "./vendor/bin/rector process --dry-run --config ./vendor/d3/modcfg/rector.php", "phpunuhi": "./vendor/bin/phpunuhi --configuration=vendor/d3/modcfg/phpunuhi.xml validate" } }