8
0
manufacturer-information/composer.json

38 Zeilen
751 B
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",
"oxid-esales/oxideshop-ce": "7.0 - 7.1"
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-10-23 17:34:35 +02:00
}
}