oms-OnlineResourceWatcher/composer.json
Dennis Eichhorn d73eb8aec2
Some checks failed
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:06 +00:00

23 lines
609 B
JSON

{
"name": "karaka/module",
"description": "Module for Jingga.",
"authors": [
{
"name": "Dennis Eichhorn",
"email": "spl1nes.com@googlemail.com"
}
],
"require-dev": {
"phpunit/phpunit": ">=11.0",
"friendsofphp/php-cs-fixer": ">=3.51",
"phpcsstandards/php_codesniffer": ">=3.7",
"phpmd/phpmd": ">=2.9",
"phpstan/phpstan": ">=1.10.62",
"phan/phan": ">=3.2.6",
"phpmetrics/phpmetrics": ">=2.8",
"rector/rector": ">=1.0.3"
},
"minimum-stability": "dev",
"prefer-stable": true
}