DIContainer/composer.json

36 lines
751 B
JSON

{
"name": "d3/oxid-dic-handler",
"description": "Provides bridges for OXID services that are not reliably listed in the DIC cache.",
"type": "library",
"keywords": [
"oxid",
"eShop",
"services",
"dependency injection",
"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": {
"symfony/dependency-injection": "^3.1|^5.4.11|^6.0"
},
"autoload": {
"psr-4": {
"D3\\DIContainerHandler\\": "./"
},
"files": [
"autoload/functions_oxDIC.php"
]
}
}