34 Zeilen
708 B
JSON
34 Zeilen
708 B
JSON
{
|
|
"name": "d3/oxidservicebridges",
|
|
"description": "Provides bridges for OXID services that are not reliably listed in the DIC cache.",
|
|
"type": "oxideshop-component",
|
|
"keywords": [
|
|
"oxid",
|
|
"eShop",
|
|
"services",
|
|
"bridges",
|
|
"d3"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "D3 Data Development (Inh. Thomas Dartsch)",
|
|
"email": "info@shopmodule.com",
|
|
"homepage": "https://www.d3data.de",
|
|
"role": "Owner"
|
|
}
|
|
],
|
|
"homepage": "https://www.oxidmodule.com/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"require": {
|
|
"php": "^7.0 || ^8.0",
|
|
"oxid-esales/oxideshop-ce": "6.5 - 7.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"D3\\OxidServiceBridges\\": "./"
|
|
}
|
|
}
|
|
}
|