0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/composer.json

19 lines
554 B
JSON
Raw Normal View History

{
"name": "postfixadmin/postfixadmin",
"description": "web based administration interface for Postfix mail servers",
"type": "project",
"license": "GPL-2.0",
"scripts": {
2017-10-11 10:25:29 +02:00
"check-format": "php-cs-fixer fix --ansi --dry-run --diff",
"format": "php-cs-fixer fix --ansi",
2017-10-11 10:14:50 +02:00
"lint": "@php ./vendor/bin/parallel-lint --exclude vendor/ ."
},
"require": {
"php": ">=5.2"
},
"require-dev": {
2017-10-11 10:14:50 +02:00
"friendsofphp/php-cs-fixer": "^2.7",
"jakub-onderka/php-parallel-lint": "^0.9.2"
}
}