mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 09:08:40 +00:00
22 lines
607 B
JSON
Executable File
22 lines
607 B
JSON
Executable File
{
|
|
"name": "orange-management/orange-management",
|
|
"description": "PHP Framework for Orange Management.",
|
|
"authors": [
|
|
{
|
|
"name": "Dennis Eichhorn",
|
|
"email": "spl1nes.com@googlemail.com"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.4",
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
"phpmd/phpmd": "^2.6",
|
|
"phpstan/phpstan": "^0.12.18",
|
|
"phan/phan": "^1.1.5",
|
|
"friendsofphp/php-cs-fixer": "^2.16.1",
|
|
"johnkary/phpunit-speedtrap": "^3.1"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|