2018-12-24 14:06:13 +01:00
|
|
|
{
|
2019-01-10 20:22:35 +01:00
|
|
|
"name": "jeroened/libpairtwo",
|
|
|
|
"description": "PHP library that reads and writes SWS files from Pairtwo developed by the Belgian Chess Federation",
|
|
|
|
"keywords": ["chess", "frbe-kbsb", "pairtwo"],
|
2018-12-24 14:06:13 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"require": {
|
2019-01-10 20:22:35 +01:00
|
|
|
"php": "^7.1"
|
2018-12-24 14:06:13 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^7.0",
|
|
|
|
"friendsofphp/php-cs-fixer": "^2.0"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2019-01-16 18:02:02 +01:00
|
|
|
"JeroenED\\Libpairtwo\\": "src/"
|
2018-12-24 14:06:13 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"platform": {
|
2019-01-10 20:22:35 +01:00
|
|
|
"php": "7.1"
|
2018-12-24 14:06:13 +01:00
|
|
|
},
|
|
|
|
"sort-packages": true
|
|
|
|
}
|
|
|
|
}
|