55 lines
1.8 KiB
JSON
55 lines
1.8 KiB
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",
|
|
"beberlei/assert": "^3.3"
|
|
},
|
|
"require-dev": {
|
|
"d3/testingtools": "^1.0",
|
|
"phpunit/phpunit": "^9.6",
|
|
"friendsofphp/php-cs-fixer": "~3.13.0",
|
|
"phpstan/phpstan": "^1.10",
|
|
"rector/rector": "^0.18.13"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"D3\\DIContainerHandler\\": "./"
|
|
},
|
|
"files": [
|
|
"autoload/functions_oxDIC.php"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"php-cs-fixer": "./vendor/bin/php-cs-fixer fix --config=vendor/d3/oxid-dic-handler/.php-cs-fixer.php",
|
|
|
|
"phpstan": "./vendor/bin/phpstan --configuration=vendor/d3/oxid-dic-handler/phpstan.neon analyse",
|
|
"phpstan-report": "./vendor/bin/phpstan --configuration=vendor/d3/ordermanager/phpstan.neon analyse --error-format=json > vendor/d3/ordermanager/tests/phpstan.report.json",
|
|
|
|
"phpunit": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --bootstrap=source/bootstrap.php --config=vendor/d3/oxid-dic-handler/tests/",
|
|
"phpunit-coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --bootstrap=source/bootstrap.php --config=vendor/d3/oxid-dic-handler/tests/ --coverage-html=vendor/d3/oxid-dic-handler/tests/result/coverage",
|
|
|
|
"rector": "./vendor/bin/rector process --dry-run --config ./vendor/d3/oxid-dic-handler/rector.php"
|
|
}
|
|
}
|