OxidServiceBridges/composer.json

34 lines
700 B
JSON
Raw Permalink Normal View History

2021-05-07 23:35:49 +02:00
{
2021-05-08 11:53:08 +02:00
"name": "d3/oxidservicebridges",
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": {
2024-02-01 14:45:05 +01:00
"php": "^8.0",
"oxid-esales/oxideshop-ce": "7.0 - 7.0"
2021-05-07 23:35:49 +02:00
},
"autoload": {
"psr-4": {
2021-05-08 11:53:08 +02:00
"D3\\OxidServiceBridges\\": "./"
2021-05-07 23:35:49 +02:00
}
}
}