OxidServiceBridges/composer.json

34 lines
700 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": "^8.0",
"oxid-esales/oxideshop-ce": "7.0 - 7.0"
},
"autoload": {
"psr-4": {
"D3\\OxidServiceBridges\\": "./"
}
}
}