{ "name": "d3/manufacturerinformation", "description": "adds manufacturer information to the article list", "type": "oxideshop-module", "keywords": [ "oxid", "modules", "eShop", "d3" ], "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": "7.1 - 7.4", "ext-ionCube-Loader": "*", "oxid-esales/oxideshop-ce": "v6.6.0 - v6.14.3" }, "require-dev": { "oxid-esales/oxideshop-ce": "~6.14.0", "friendsofphp/php-cs-fixer": "^3.9" }, "extra": { "oxideshop": { "blacklist-filter": [ "*.md", "composer.json", ".php-cs-fixer.php", "*.neon" ], "target-directory": "d3/manufacturerinformation" } }, "autoload": { "psr-4": { "D3\\ManufacturerInformation\\": "../../../source/modules/d3/manufacturerinformation" } }, "scripts": { "php-cs-fixer_audit": "./vendor/bin/php-cs-fixer list-files --config=./vendor/d3/manufacturerinformation/.php-cs-fixer.php", "php-cs-fixer_fix": "./vendor/bin/php-cs-fixer fix --config=./vendor/d3/manufacturerinformation/.php-cs-fixer.php" } }