Updated composer.json

This commit is contained in:
Jeroen De Meerleer 2019-02-06 20:20:07 +01:00
parent d1d4806b0b
commit a62d20355d
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 9 additions and 0 deletions

View File

@ -1,8 +1,17 @@
{
"name": "jeroened/libpairtwo",
"type": "library",
"description": "PHP library that reads and writes SWS files from Pairtwo developed by the Belgian Chess Federation",
"keywords": ["chess", "frbe-kbsb", "pairtwo"],
"license": "MIT",
"authors": [
{
"name": "Jeroen De Meerleer",
"email": "schaak@jeroened.be",
"homepage": "https://www.jeroened.be",
"role": "Developer"
}
],
"require": {
"php": "^7.1",
"myclabs/php-enum": "^1.6"