Move to DNW namespace

This commit is contained in:
Alex Wulf
2022-07-05 15:33:34 +02:00
parent a99a73e02c
commit 812e454dd4
77 changed files with 536 additions and 361 deletions

View File

@ -1,35 +1,21 @@
{
"name": "phpskills/phpskills",
"description": "Implementation of Microsoft's TrueSkill matchmaking system for PHP",
"name": "dnw/php-trueskill",
"keywords": ["trueskill", "matchmaking", "ranking", "skill", "elo"],
"homepage": "https://github.com/moserware/PHPSkills",
"version": "1.0.0",
"authors": [
{
"name": "Jeff Moser",
"email": "jeff@moserware.com",
"role": "Creator"
},
{
"name": "Alexander Liljengård",
"email": "alexander@paxxmedia.se",
"role": "Contributor"
}
],
"require": {
"php": ">=5.3.0"
"php": "^8.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": {
"Moserware\\Skills\\": "src/"
"DNW\\Skills\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Moserware\\Skills\\Tests\\": "tests/"
"DNW\\Skills\\Tests\\": "tests/"
}
}
}