manufacturer-information/composer.json

52 lignes
1.1 KiB
JSON
Brut Vue normale Historique

2024-10-23 17:34:35 +02:00
{
"name": "d3/manufacturerinformation",
"description": "adds core informations of the manufacturers to the Articlelist",
"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": [
2024-11-13 17:01:03 +01:00
"proprietary"
2024-10-23 17:34:35 +02:00
],
"require": {
2024-11-05 19:43:48 +01:00
"php": ">=7.0",
2024-11-07 19:01:08 +01:00
"oxid-esales/oxideshop-ce": "v6.0 - v6.5.6"
2024-10-23 17:34:35 +02:00
},
"require-dev": {
"phpunit/phpunit" : "^9.5",
"friendsofphp/php-cs-fixer": "^3.9",
"phpstan/phpstan": "^1.8"
},
"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"
}
}
}