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

bump psalm version; autoload config and functions files

This commit is contained in:
David Goodwin 2018-12-27 13:56:23 +00:00
parent 029c4ffe47
commit 8d2a592aa9

View File

@ -15,10 +15,15 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.7",
"vimeo/psalm":"^1.0",
"vimeo/psalm":"^3.0",
"jakub-onderka/php-parallel-lint": "^1.0",
"phpunit/phpunit": "^6.0",
"zendframework/zendframework1": "^1.12.0"
},
"autoload": {
"files": [
"config.inc.php",
"functions.inc.php"
]
}
}