mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-01-11 16:48:40 +00:00
21 lines
529 B
JSON
Executable File
21 lines
529 B
JSON
Executable File
{
|
|
"name": "karaka/karaka",
|
|
"description": "PHP Framework for Karaka.",
|
|
"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
|
|
}
|