Changed name of the composer package, since someone already has taken it. Also added myself as a contributor and changed the role for Jeff.

This commit is contained in:
Alexander Liljengård 2016-05-31 15:48:49 +02:00
parent 2f5c8fe2b4
commit 9df89205af

@ -1,14 +1,19 @@
{ {
"name": "moserware/skills", "name": "moserware/trueskill",
"description": "Implementation of Microsoft's TrueSkill matchmaking system for PHP", "description": "Implementation of Microsoft's TrueSkill matchmaking system for PHP",
"keywords": ["trueskill","matchmaking"], "keywords": ["trueskill","matchmaking"],
"homepage": "https://github.com/moserware/Skills", "homepage": "https://github.com/moserware/PHPSkills",
"version": "1.0.0-alpha1", "version": "1.0.0",
"authors": [ "authors": [
{ {
"name": "Jeff Moser", "name": "Jeff Moser",
"email": "jeff@moserware.com", "email": "jeff@moserware.com",
"role": "Maintainer" "role": "Creator"
},
{
"name": "Alexander Liljengård",
"email": "alexander@paxxmedia.se",
"role": "Contributor"
} }
], ],
"require": { "require": {