Psalm analysis without warnings.

This commit is contained in:
2023-08-04 06:56:47 +00:00
parent 0e1947ca3a
commit ed665e755c
4 changed files with 12 additions and 12 deletions

View File

@ -1,9 +1,9 @@
{
"name": "dnw/php-trueskill",
"description": "Trueskill implementation by Moserware updated for PHP 8.1",
"description": "Trueskill implementation by Moserware updated for PHP 8.2",
"keywords": ["trueskill", "matchmaking", "ranking", "skill", "elo"],
"require": {
"php": "^8.1"
"php": "^8.2"
},
"require-dev": {
"phpunit/phpunit": "^10",