8
0
Fork 0
DIContainer/composer.json

43 Zeilen
991 B
JSON

2022-12-28 13:31:44 +01:00
{
"name": "d3/oxid-dic-handler",
"description": "Provides bridges for OXID services that are not reliably listed in the DIC cache.",
2022-12-28 13:31:44 +01:00
"type": "library",
"keywords": [
"oxid",
"eShop",
"services",
2023-01-11 23:15:34 +01:00
"dependency injection",
2022-12-28 13:31:44 +01:00
"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": {
2024-01-31 19:25:06 +01:00
"symfony/dependency-injection": "^3.1|^5.4.11|^6.0",
"beberlei/assert": "^3.3"
},
"require-dev": {
"phpunit/phpunit": "^9.6"
2022-12-28 13:31:44 +01:00
},
"autoload": {
"psr-4": {
"D3\\DIContainerHandler\\": "./"
},
"files": [
"autoload/functions_oxDIC.php"
]
2024-01-31 19:25:06 +01:00
},
"scripts": {
"phpunit": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --bootstrap=source/bootstrap.php --config=vendor/d3/oxid-dic-handler/tests/"
2022-12-28 13:31:44 +01:00
}
}