mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-10 17:28:40 +00:00
23 lines
611 B
JSON
Executable File
23 lines
611 B
JSON
Executable File
{
|
|
"name": "karaka/phpoms",
|
|
"description": "PHP Framework 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",
|
|
"phpmetrics/phpmetrics": ">=2.8",
|
|
"rector/rector": ">=1.0.3"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|