mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-01-11 13:08:40 +00:00
21 lines
547 B
JSON
Executable File
21 lines
547 B
JSON
Executable File
{
|
|
"name": "orange-management/module",
|
|
"description": "Module for Orange Management.",
|
|
"authors": [
|
|
{
|
|
"name": "Dennis Eichhorn",
|
|
"email": "spl1nes.com@googlemail.com"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"phpunit/phpunit": ">=9.4",
|
|
"friendsofphp/php-cs-fixer": ">=2.18",
|
|
"squizlabs/php_codesniffer": ">=3.5",
|
|
"phpmd/phpmd": ">=2.9",
|
|
"phpstan/phpstan": ">=0.12.58",
|
|
"phan/phan": ">=3.2.6"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|