manufacturer-information/composer.json

48 regels
1.4 KiB
JSON

2024-10-23 17:34:35 +02:00
{
"name": "d3/manufacturerinformation",
"description": "adds manufacturer information to the article list",
2024-10-23 17:34:35 +02:00
"type": "oxideshop-module",
"keywords": [
"oxid",
"modules",
"eShop",
2024-11-16 13:50:58 +01:00
"d3",
"manufacturer",
"information"
2024-10-23 17:34:35 +02:00
],
"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"
2024-10-23 17:34:35 +02:00
],
"require": {
2024-11-16 13:50:58 +01:00
"php": "^8.0",
2024-12-19 15:31:35 +01:00
"oxid-esales/oxideshop-ce": "7.0 - 7.2"
2024-11-16 14:35:43 +01:00
},
2024-11-20 18:12:10 +01:00
"require-dev": {
2025-03-03 13:50:51 +01:00
"friendsofphp/php-cs-fixer": "^3.9",
"phpunit/phpunit": "^9.1.1"
2024-11-20 18:12:10 +01:00
},
2024-11-16 14:35:43 +01:00
"autoload": {
"psr-4": {
2024-11-16 14:36:17 +01:00
"D3\\ManufacturerInformation\\": ""
2024-11-16 14:35:43 +01:00
}
2024-11-20 18:12:10 +01:00
},
"scripts": {
2025-03-03 13:50:51 +01:00
"phpunit": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --config=vendor/d3/manufacturerinformation/Tests/ --no-coverage",
"phpunit-coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --config=vendor/d3/manufacturerinformation/Tests/ --coverage-html=vendor/d3/manufacturerinformation/tests/result/coverage",
2024-11-20 18:12:10 +01:00
"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"
2024-10-23 17:34:35 +02:00
}
}