ExtSearch/composer.json

48 lines
1.0 KiB
JSON
Raw Normal View History

2017-12-20 11:42:18 +01: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": "http://www.oxidmodule.com",
"role": "Owner"
2017-12-20 11:42:18 +01:00
}
],
"support": {
"email": "support@shopmodule.com"
2017-12-21 16:37:14 +01:00
},
2017-12-20 11:42:18 +01:00
"homepage": "https://www.oxidmodule.com/",
"license": [
"proprietary"
],
"suggest": {
"oxid-projects/statistics-module": "allows the graphical evaluation of statistics"
},
2017-12-20 11:42:18 +01:00
"extra": {
"oxideshop": {
"source-directory": "/src",
"target-directory": "d3/extsearch"
}
},
"require": {
"php": ">=8.1",
2017-12-20 11:42:18 +01:00
"ext-ionCube-Loader": "*",
"oxid-esales/oxideshop-ce": "6.0.x",
"d3/modcfg": ">=5.1.0.0"
},
"autoload": {
"psr-4": {
"D3\\Extsearch\\": "../../../source/modules/d3/extsearch"
}
}
}