mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-10-31 20:56:08 +01:00
36 lines
892 B
JSON
36 lines
892 B
JSON
{
|
|
"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",
|
|
"ext-iconv": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.0",
|
|
"friendsofphp/php-cs-fixer": "^2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"JeroenED\\Libpairtwo\\": "src/"
|
|
}
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.1"
|
|
},
|
|
"sort-packages": true
|
|
}
|
|
}
|