mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-16 20:07:50 +01:00
37 lines
790 B
JSON
37 lines
790 B
JSON
{
|
|
"name": "jeroened/libpairtwo",
|
|
"type": "library",
|
|
"description": "Export chess tournaments directly on the web",
|
|
"keywords": [
|
|
"chess",
|
|
"pairing"
|
|
],
|
|
"license": "AGPL-3.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Jeroen De Meerleer",
|
|
"email": "schaak@jeroened.be",
|
|
"homepage": "https://www.jeroened.be",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.1 || ^8.0",
|
|
"myclabs/php-enum": "^1.7",
|
|
"ext-iconv": "*"
|
|
},
|
|
"require-dev": {
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"JeroenED\\Libpairtwo\\": "src/"
|
|
}
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.1"
|
|
},
|
|
"sort-packages": true
|
|
}
|
|
}
|