Static code analysis.

This commit is contained in:
2023-05-31 09:00:20 +00:00
parent 4c8f71d9d8
commit 19f27e6d0c
10 changed files with 1798 additions and 43 deletions

View File

@ -1,4 +1,8 @@
{
"name": "furyfire/backup",
"description": "Wrapper for Rclone based backup",
"homepage": "https://jcktrue.dk",
"version": "0.1.0",
"require": {
"symfony/console": "^5.4",
"symfony/yaml": "^5.4",
@ -13,6 +17,8 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "*",
"phpstan/phpstan": "^1.10"
"phpstan/phpstan": "^1.10",
"vimeo/psalm": "^5.12",
"phpmd/phpmd": "^2.13"
}
}