mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-01-10 14:28:40 +00:00
21 lines
522 B
JSON
Executable File
21 lines
522 B
JSON
Executable File
{
|
|
"name": "karaka/module",
|
|
"description": "Module for Jingga.",
|
|
"authors": [
|
|
{
|
|
"name": "Dennis Eichhorn",
|
|
"email": "spl1nes.com@googlemail.com"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"phpunit/phpunit": ">=9.4",
|
|
"friendsofphp/php-cs-fixer": ">=3.8",
|
|
"squizlabs/php_codesniffer": ">=3.6",
|
|
"phpmd/phpmd": ">=2.9",
|
|
"phpstan/phpstan": ">=1.8.6",
|
|
"phan/phan": ">=3.2.6"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|