Update dependencies

This commit is contained in:
2022-11-06 23:24:44 +01:00
parent a141b23608
commit a817b59b9b
7 changed files with 13 additions and 11 deletions

View File

@@ -2,10 +2,12 @@
"require": { "require": {
"phpmailer/phpmailer": "^6.1", "phpmailer/phpmailer": "^6.1",
"phpunit/phpunit": "^9.4", "phpunit/phpunit": "^9.4",
"phpstan/phpstan": "^0.12.57", "phpstan/phpstan": "^1.9",
"phpstan/phpstan-strict-rules": "^0.12.5", "phpstan/phpstan-strict-rules": "^1.4",
"ergebnis/phpstan-rules": "^0.15.3", "ergebnis/phpstan-rules": "^1.0",
"phpstan/phpstan-deprecation-rules": "^0.12.5", "phpstan/phpstan-deprecation-rules": "^1.0",
"spaze/phpstan-disallowed-calls": "^1.0" "spaze/phpstan-disallowed-calls": "^2.9",
"thecodingmachine/phpstan-strict-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.2"
} }
} }