2024-10-23 17:34:35 +02:00
|
|
|
{
|
|
|
|
"name": "d3/manufacturerinformation",
|
2024-11-13 17:07:14 +01:00
|
|
|
"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": [
|
2024-11-13 17:01:03 +01:00
|
|
|
"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": {
|
|
|
|
"friendsofphp/php-cs-fixer": "^3.9"
|
|
|
|
},
|
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": {
|
|
|
|
"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
|
|
|
}
|
|
|
|
}
|