ExtSearch/composer.json

52 lignes
1.2 KiB
JSON
Brut Vue normale Historique

2022-06-13 15:49:46 +02:00
{
"name": "d3/extsearch",
"description": "Extended search module for OXID eShop.",
"type": "oxideshop-module",
"keywords": [
"oxid",
"modules",
"eShop",
"d3",
"search"
],
"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"
],
"suggest": {
2022-08-31 13:07:03 +02:00
"d3/prg-redirects": "prevents unwanted reloading of filtered results when using the Browsers Back function, improves the user experience",
2022-06-13 15:49:46 +02:00
"oxid-projects/statistics-module": "allows the graphical evaluation of statistics"
},
"extra": {
"oxideshop": {
"source-directory": "/src",
"target-directory": "d3/extsearch"
}
},
"require": {
"php": "^8.0",
2023-11-30 19:08:45 +01:00
"ext-sourceguardian": "^14",
2023-05-22 11:05:56 +02:00
"oxid-esales/oxideshop-ce": "6.8 - 6.14",
2022-06-13 15:49:46 +02:00
"d3/modcfg": "^6.0",
"d3/oxid-sql-logger": "^1.2.2",
2022-08-31 13:07:03 +02:00
"splitbrain/php-cli": "^1.2.0"
2022-06-13 15:49:46 +02:00
},
"autoload": {
"psr-4": {
"D3\\Extsearch\\": "../../../source/modules/d3/extsearch"
}
},
"bin": ["src/bin/d3_extsearch_cron"]
}