mirror of
https://github.com/Karaka-Management/oms-Contact.git
synced 2026-01-10 15:48:41 +00:00
24 lines
638 B
JSON
Executable File
24 lines
638 B
JSON
Executable File
{
|
|
"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",
|
|
"squizlabs/php_codesniffer": ">=3.7",
|
|
"phpmd/phpmd": ">=2.9",
|
|
"phpstan/phpstan": ">=1.10.62",
|
|
"phan/phan": ">=3.2.6",
|
|
"phploc/phploc": ">=7.0",
|
|
"phpmetrics/phpmetrics": ">=2.8",
|
|
"rector/rector": ">=1.0.3"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|