You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
420 B
JSON
17 lines
420 B
JSON
{
|
|
"name": "postfixadmin/postfixadmin",
|
|
"description": "web based administration interface for Postfix mail servers",
|
|
"type": "project",
|
|
"license": "GPL-2.0",
|
|
"scripts": {
|
|
"check": "php-cs-fixer fix --ansi --dry-run --diff",
|
|
"fix": "php-cs-fixer fix --ansi"
|
|
},
|
|
"require": {
|
|
"php": ">=5.2"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.7"
|
|
}
|
|
}
|