mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-01-11 06:48:41 +00:00
22 lines
582 B
JSON
Executable File
22 lines
582 B
JSON
Executable File
{
|
|
"name": "Orange-Management",
|
|
"description": "Module 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
|
|
}
|