Pint applied for formatting

This commit is contained in:
Alex Wulf
2022-07-05 15:55:47 +02:00
parent bfc558d1f2
commit 7d4547df6a
68 changed files with 670 additions and 402 deletions

View File

@ -3,7 +3,8 @@
"keywords": ["trueskill", "matchmaking", "ranking", "skill", "elo"],
"version": "1.0.0",
"require": {
"php": "^8.1"
"php": "^8.1",
"laravel/pint": "^0.2.3"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
@ -18,4 +19,4 @@
"DNW\\Skills\\Tests\\": "tests/"
}
}
}
}