OxidServiceBridges/composer.json

34 lignes
710 B
JSON
Brut Vue normale Historique

2021-05-07 23:35:49 +02:00
{
"name": "d3/oxidservicesbridges",
2021-05-08 00:30:35 +02:00
"description": "Provides bridges for OXID services that are not reliably listed in the DIC cache.",
2021-05-07 23:35:49 +02:00
"type": "oxideshop-component",
"keywords": [
"oxid",
"eShop",
2021-05-08 00:30:35 +02:00
"services",
"bridges",
"d3"
2021-05-07 23:35:49 +02:00
],
"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": [
2021-05-08 00:30:35 +02:00
"MIT"
2021-05-07 23:35:49 +02:00
],
"require": {
"php": "^7.0 || ^8.0",
2021-05-08 00:30:35 +02:00
"oxid-esales/oxideshop-ce": "6.5 - 6.8"
2021-05-07 23:35:49 +02:00
},
"autoload": {
"psr-4": {
"D3\\OxidServicesBridges\\": "./"
}
}
}